aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Btrfs: copy everything if we've created an inline extentJosef Bacik1-0/+1
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-22/+15
2013-02-26Btrfs: do not change inode flags in renameLiu Bo1-25/+0
2013-02-26Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik1-1/+2
2013-02-21Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie1-11/+9
2013-02-20Btrfs: snapshot-aware defragLiu Bo1-0/+654
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown1-2/+3
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-6/+12
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-117/+204
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo1-1/+2
2013-02-20Btrfs: implement unlocked dio writeMiao Xie1-12/+23
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie1-2/+21
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/mason/linux-btrfsLinus 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