aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2014-01-291-1/+2
* Btrfs: fix the race between write back and nocow buffered writeMiao Xie2014-01-281-2/+5
* Btrfs: make fsync latency less suckyJosef Bacik2014-01-281-0/+12
* Btrfs: faster file extent item replace operationsFilipe David Borba Manana2014-01-281-4/+40
* Btrfs: fix use of uninitialized err variableFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie2014-01-281-47/+84
* Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie2014-01-281-8/+6
* Btrfs: incompatible format change to remove hole extentsJosef Bacik2014-01-281-4/+9
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-111-1/+1
* Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik2013-11-111-27/+39
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-111-1/+0
* Btrfs: fix up seek_hole/seek_data handlingJosef Bacik2013-11-111-75/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-221-2/+2
|\
| * Btrfs: don't leak transaction in btrfs_sync_file()Filipe David Borba Manana2013-09-211-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-09-121-10/+1
|\|
| * Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens2013-09-011-5/+0
| * Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-10/+1
| * Btrfs: don't bother autodefragging if our root is going awayJosef Bacik2013-09-011-0/+5
* | direct-io: Handle O_(D)SYNC AIOChristoph Hellwig2013-09-041-1/+1
|/
* Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik2013-08-091-22/+40
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-21/+129
|\
| * Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-021-11/+114
| * Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik2013-07-011-6/+15
| * Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-141-4/+0
* | vfs: export lseek_execute() to modulesJie Liu2013-07-031-14/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-05-091-18/+19
|\|
| * btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-6/+6
| * Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-4/+4
| * Btrfs: fix bad extent loggingJosef Bacik2013-05-061-8/+6
| * Btrfs: log ram bytes properlyJosef Bacik2013-05-061-0/+3
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+0
|\ \ | |/ |/|
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-0/+9
|\ \ | |/ |/|
| * Btrfs: fix missing qgroup reservation before fallocatingWang Shilong2013-03-211-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-171-0/+1
|\|
| * Btrfs: fix warning of free_extent_mapLiu Bo2013-03-151-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-10/+47
|\|
| * btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-2/+1
| * Btrfs: fix remount vs autodefragMiao Xie2013-02-211-0/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-201-8/+41
| |\
| | * Btrfs: place ordered operations on a per transaction listJosef Bacik2013-02-201-1/+14
| | * Btrfs: use bit operation for ->fs_stateMiao Xie2013-02-201-1/+1
| | * Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
| | * Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-5/+25
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-4/+4
|\ \ \ | |/ / |/| |
| * | new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-081-5/+20
|\ \ \ | | |/ | |/|
| * | Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2013-02-051-4/+18