aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-8/+6
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-15/+1
2012-12-18Revert "Btrfs: reorder tree mod log operations in deleting a pointer"Chris Mason1-6/+4
2012-12-18Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"Chris Mason1-2/+2
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds42-1745/+5255
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-8/+8
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo2-3/+5
2012-12-17Btrfs: fix hash overflow handlingChris Mason5-2/+95
2012-12-16Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik1-6/+19
2012-12-16Btrfs: fix autodefrag and umount lockupJosef Bacik1-2/+17
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger1-0/+4
2012-12-16Btrfs: put raid properties into global tableLiu Bo4-33/+29
2012-12-16Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens1-0/+11
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik2-29/+48
2012-12-16Btrfs: only unlock and relock if we have toJosef Bacik1-1/+4
2012-12-16Btrfs: use tokens where we can in the tree logJosef Bacik1-54/+73
2012-12-16Btrfs: optimize leaf_space_usedJosef Bacik1-2/+9
2012-12-16Btrfs: don't memset new tokensJosef Bacik1-1/+1
2012-12-16Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik1-4/+4
2012-12-16Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik1-0/+2
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik7-210/+372
2012-12-16Btrfs: add path->really_keep_locksJosef Bacik2-2/+6
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik3-4/+5
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik3-4/+24
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik3-1/+21
2012-12-16Btrfs: don't bother copying if we're only logging the inodeJosef Bacik1-6/+34
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik4-2/+11
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain5-16/+16
2012-12-16btrfs: Notify udev when removing deviceLukas Czerner1-0/+16
2012-12-16Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie1-2/+1
2012-12-16Btrfs: punch hole past the end of the fileMiao Xie1-10/+12
2012-12-16Btrfs: fix the page that is beyond EOFMiao Xie1-7/+9
2012-12-16Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()Miao Xie1-2/+2
2012-12-16Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie1-0/+7
2012-12-16Btrfs: don't auto defrag a file when doing directIOMiao Xie1-3/+0
2012-12-16Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsizeWang Sheng-Hui1-11/+9
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-16Btrfs: don't add a NULL extended attributeLiu Bo1-0/+10
2012-12-16Btrfs: skip adding an acl attribute if we don't have toLiu Bo1-0/+2
2012-12-16Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()Miao Xie1-2/+2
2012-12-16Btrfs: use existing align macros in btrfs_allocate()Miao Xie1-4/+4
2012-12-16Btrfs: fix a scrub regression in case of write errorsStefan Behrens1-1/+2
2012-12-16Btrfs: fix a build warning for an unused labelStefan Behrens1-1/+0
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens1-1/+1
2012-12-16Btrfs: fix freeze vs auto defragMiao Xie1-0/+3
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie3-91/+109
2012-12-16Btrfs: fix unprotected defragable inode insertionMiao Xie1-15/+55