summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24btrfs: replace error code from btrfs_drop_extentsDavid Sterba
2014-04-24btrfs: Change the hole range to a more accurate value.Qu Wenruo
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01btrfs_file_aio_write(): get rid of pposAl Viro
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10Btrfs: fix preallocate vs double nocow writeMiao Xie
2014-03-10Btrfs: fix wrong lock range and write size in check_can_nocow()Miao Xie
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana
2014-03-10Btrfs: don't insert useless holes when punching beyond the inode's sizeFilipe Manana
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie
2014-03-10Btrfs: faster/more efficient insertion of file extent itemsFilipe David Borba Manana
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2014-01-28Btrfs: fix the race between write back and nocow buffered writeMiao Xie
2014-01-28Btrfs: make fsync latency less suckyJosef Bacik
2014-01-28Btrfs: faster file extent item replace operationsFilipe David Borba Manana
2014-01-28Btrfs: fix use of uninitialized err variableFilipe David Borba Manana
2014-01-28Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana
2014-01-28Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie
2014-01-28Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie
2014-01-28Btrfs: incompatible format change to remove hole extentsJosef Bacik
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: fix up seek_hole/seek_data handlingJosef Bacik
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-21Btrfs: don't leak transaction in btrfs_sync_file()Filipe David Borba Manana
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-04direct-io: Handle O_(D)SYNC AIOChristoph Hellwig
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik
2013-09-01Btrfs: don't bother autodefragging if our root is going awayJosef Bacik
2013-08-09Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen