summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Btrfs: fix transaction leak during fsync callFilipe Manana1-1/+3
2014-06-10btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo1-14/+98
2014-06-10btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-3/+1
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-2/+3
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-1/+3
2014-06-10Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-10Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+4
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba1-3/+3
2014-04-25btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+5
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+4
2014-04-08mm: 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-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-60/+98
2014-04-04fs/direct-io.c: remove some left over checksDan Carpenter1-1/+1
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-02btrfs_file_aio_write(): get rid of pposAl Viro1-6/+5
2014-04-02callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-5/+0
2014-03-22Btrfs: 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
2014-03-10Btrfs: don't insert useless holes when punching beyond the inode's sizeFilipe Manana1-11/+17
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-3/+6
2014-03-10Btrfs: faster/more efficient insertion of file extent itemsFilipe David Borba Manana1-22/+30
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-1/+2
2014-01-29Btrfs: fix the race between write back and nocow buffered writeMiao Xie1-2/+5
2014-01-29Btrfs: make fsync latency less suckyJosef Bacik1-0/+12
2014-01-29Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-4/+40
2014-01-29Btrfs: fix use of uninitialized err variableFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie1-47/+84
2014-01-29Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie1-8/+6
2014-01-29Btrfs: incompatible format change to remove hole extentsJosef Bacik1-4/+9
2013-11-12btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-1/+1
2013-11-12Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-27/+39
2013-11-12btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-12Btrfs: fix up seek_hole/seek_data handlingJosef Bacik1-75/+19
2013-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2013-09-21Btrfs: don't leak transaction in btrfs_sync_file()Filipe David Borba Manana1-2/+2
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-10/+1
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig1-1/+1
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens1-5/+0
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-10/+1
2013-09-01Btrfs: don't bother autodefragging if our root is going awayJosef Bacik1-0/+5
2013-08-10Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-21/+129