summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie1-40/+41
2013-02-20Btrfs: cleanup orphan reservation if truncate failsJosef Bacik1-0/+2
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik1-5/+0
2013-02-20Btrfs: handle errors in compression submission pathJosef Bacik1-10/+28
2013-02-20Btrfs: account for orphan inodes properly during cleanupJosef Bacik1-0/+1
2013-02-20Btrfs: unreserve space if our ordered extent fails to workJosef Bacik1-1/+13
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie1-13/+34
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie1-2/+4
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger1-1/+1
2013-02-20Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik1-6/+0
2013-02-20Btrfs: traverse and flush the delalloc inodes onceMiao Xie1-8/+1
2013-02-20Btrfs: use token to avoid times mapping extent bufferLiu Bo1-28/+35
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-0/+8
2013-02-20Btrfs: use wrapper page_offsetMiao Xie1-3/+2
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie1-4/+7
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-35/+102
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-5/+13
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-2/+2
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-35/+102
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie1-14/+41
2013-01-14btrfs: update timestamps on truncate()Eric Sandeen1-3/+14
2013-01-14btrfs: fix btrfs_cont_expand() freeing IS_ERR emZach Brown1-0/+1
2013-01-14Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo1-3/+8
2013-01-14Btrfs: add orphan before truncating pagecacheJosef Bacik1-15/+38
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-15/+1
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo1-2/+1
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-1/+23
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+4
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik1-24/+18
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-53/+32
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik1-2/+2
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik1-4/+18
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik1-1/+10
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik1-0/+1
2012-12-16Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie1-2/+1
2012-12-16Btrfs: don't auto defrag a file when doing directIOMiao Xie1-3/+0
2012-12-16Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger1-12/+11
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+6
2012-12-16Btrfs: add fiemap's flag checkTsutomu Itoh1-0/+8
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-7/+20
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-7/+5
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-31/+11
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall1-2/+1
2012-12-12fs/btrfs: use WARNJulia Lawall1-2/+1
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie1-30/+47
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-6/+72
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-2/+3
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+3
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik1-4/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-120/+266