aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
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
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: log ram bytes properlyJosef Bacik
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-21Btrfs: fix missing qgroup reservation before fallocatingWang Shilong
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21Btrfs: fix remount vs autodefragMiao Xie
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-01-14Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo
2013-01-14Btrfs: fix off-by-one in lseekLiu Bo
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik