summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Btrfs: cleanup orphan reservation if truncate failsJosef Bacik2013-02-201-0/+2
| | * | | Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik2013-02-201-5/+0
| | * | | Btrfs: handle errors in compression submission pathJosef Bacik2013-02-201-10/+28
| | * | | Btrfs: account for orphan inodes properly during cleanupJosef Bacik2013-02-201-0/+1
| | * | | Btrfs: unreserve space if our ordered extent fails to workJosef Bacik2013-02-201-1/+13
| | * | | Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie2013-02-201-13/+34
| | * | | Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie2013-02-201-2/+4
| | * | | Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-201-1/+1
| | * | | Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik2013-02-201-6/+0
| | * | | Btrfs: traverse and flush the delalloc inodes onceMiao Xie2013-02-201-8/+1
| | * | | Btrfs: use token to avoid times mapping extent bufferLiu Bo2013-02-201-28/+35
| | * | | Btrfs: wait on ordered extents at the last possible momentJosef Bacik2013-02-201-0/+8
| | * | | Btrfs: use wrapper page_offsetMiao Xie2013-02-201-3/+2
| | * | | Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie2013-02-201-4/+7
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-01-251-35/+102
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Btrfs: fix repeated delalloc work allocationMiao Xie2013-01-241-14/+41
| * | btrfs: update timestamps on truncate()Eric Sandeen2013-01-141-3/+14
| * | btrfs: fix btrfs_cont_expand() freeing IS_ERR emZach Brown2013-01-141-0/+1
| * | Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo2013-01-141-3/+8
| * | Btrfs: add orphan before truncating pagecacheJosef Bacik2013-01-141-15/+38
| |/
* / vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-201-15/+1
|/
* Btrfs: fix a bug of per-file nocowLiu Bo2012-12-171-2/+1
* Btrfs: fix hash overflow handlingChris Mason2012-12-171-1/+23
* Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger2012-12-161-0/+4
* Btrfs: do not call file_update_time in aio_writeJosef Bacik2012-12-161-24/+18
* Btrfs: log changed inodes based on the extent map treeJosef Bacik2012-12-161-53/+32
* Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik2012-12-161-2/+2
* Btrfs: keep track of the extents original block lengthJosef Bacik2012-12-161-4/+18
* Btrfs: inline csums if we're fsyncingJosef Bacik2012-12-161-1/+10
* Btrfs: only log the inode item if we can get away with itJosef Bacik2012-12-161-0/+1
* Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie2012-12-161-2/+1
* Btrfs: don't auto defrag a file when doing directIOMiao Xie2012-12-161-3/+0
* Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger2012-12-161-12/+11
* Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger2012-12-161-0/+6
* Btrfs: add fiemap's flag checkTsutomu Itoh2012-12-161-0/+8
* Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens2012-12-121-7/+20
* Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens2012-12-121-7/+5
* Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo2012-12-121-31/+11
* fs/btrfs: drop if around WARN_ONJulia Lawall2012-12-121-2/+1
* fs/btrfs: use WARNJulia Lawall2012-12-121-2/+1
* Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie2012-12-121-30/+47
* Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie2012-12-111-6/+72
* Btrfs: improve the noflush reservationMiao Xie2012-12-111-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-261-4/+3
|\
| * Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik2012-10-251-4/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-101-120/+266
|\|
| * Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh2012-10-091-1/+2
| * Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik2012-10-091-3/+1