aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-5/+5
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-9/+30
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana1-1/+11
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-2/+2
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana1-0/+19
2014-09-19Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana1-15/+63
2014-09-17Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-11/+8
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-1/+1
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana1-1/+1
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo1-2/+2
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan1-2/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-25/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-33/+18
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-23/+129
2014-06-09Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-09btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-3/+1
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-2/+3
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-1/+3
2014-06-09Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-09Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+3
2014-05-06btrfs: switch to ->write_iter()Al Viro1-14/+10
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06iov_iter_truncate()Al Viro1-9/+8
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro1-11/+8
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+4
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba1-3/+3
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+5
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+4
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo1-1/+4
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-60/+98
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01btrfs_file_aio_write(): get rid of pposAl Viro1-6/+5
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-5/+0
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo1-3/+12
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie1-8/+5
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-4/+17
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie1-7/+2
2014-03-10Btrfs: fix wrong lock range and write size in check_can_nocow()Miao Xie1-2/+3
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana1-5/+11