aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-2/+2
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig1-1/+0
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-10/+10
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-26/+21
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-62/+70
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-28/+37
2016-11-30Btrfs: fix enospc in hole punchingRobbie Ko1-2/+2
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik1-2/+17
2016-11-30Btrfs: fix file extent corruptionJosef Bacik1-3/+12
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba1-1/+0
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-9/+34
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik1-8/+33
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-1/+1
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi1-1/+1
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana1-1/+1
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang1-11/+15
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.8Chris Mason1-0/+8
2016-08-01Btrfs: add missing check for writeback errors on fsyncFilipe Manana1-0/+8
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-4/+4
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-1/+1
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-07-21Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason1-7/+5
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-2/+2
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-22/+22
2016-06-22Btrfs: don't do nocow check unless we have toJosef Bacik1-22/+22
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+19
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-2/+2
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+4
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-5/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-5/+4
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc spaceChandan Rajendra1-1/+3
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-1/+1
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+6
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-20/+20
2016-04-04Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano1-3/+6
2016-03-30btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-03-01Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana1-4/+5
2016-02-26Merge branch 'misc-4.6' into for-chris-4.6David Sterba1-22/+18
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-4/+3
2016-02-26Merge branch 'dev/gfp-flags' into for-chris-4.6David Sterba1-3/+3