summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton
2012-12-18Revert "Btrfs: reorder tree mod log operations in deleting a pointer"Chris Mason
2012-12-18Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"Chris Mason
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-12-16Btrfs: don't take inode delalloc mutex if we're a free space inodeJosef Bacik
2012-12-16Btrfs: fix autodefrag and umount lockupJosef Bacik
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-16Btrfs: put raid properties into global tableLiu Bo
2012-12-16Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens
2012-12-16Btrfs: do not call file_update_time in aio_writeJosef Bacik
2012-12-16Btrfs: only unlock and relock if we have toJosef Bacik
2012-12-16Btrfs: use tokens where we can in the tree logJosef Bacik
2012-12-16Btrfs: optimize leaf_space_usedJosef Bacik
2012-12-16Btrfs: don't memset new tokensJosef Bacik
2012-12-16Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik
2012-12-16Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-16Btrfs: add path->really_keep_locksJosef Bacik
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik
2012-12-16Btrfs: don't bother copying if we're only logging the inodeJosef Bacik
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain
2012-12-16btrfs: Notify udev when removing deviceLukas Czerner
2012-12-16Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie
2012-12-16Btrfs: punch hole past the end of the fileMiao Xie
2012-12-16Btrfs: fix the page that is beyond EOFMiao Xie
2012-12-16Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()Miao Xie
2012-12-16Btrfs: fix missing reserved space release in error path of delalloc reservationMiao Xie
2012-12-16Btrfs: don't auto defrag a file when doing directIOMiao Xie
2012-12-16Btrfs: use ctl->unit for free space calculation instead of block_group->secto...Wang Sheng-Hui
2012-12-16Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger
2012-12-16Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-16Btrfs: add fiemap's flag checkTsutomu Itoh
2012-12-16Btrfs: don't add a NULL extended attributeLiu Bo
2012-12-16Btrfs: skip adding an acl attribute if we don't have toLiu Bo
2012-12-16Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()Miao Xie
2012-12-16Btrfs: use existing align macros in btrfs_allocate()Miao Xie
2012-12-16Btrfs: fix a scrub regression in case of write errorsStefan Behrens
2012-12-16Btrfs: fix a build warning for an unused labelStefan Behrens
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens
2012-12-16Btrfs: fix freeze vs auto defragMiao Xie
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie
2012-12-16Btrfs: fix unprotected defragable inode insertionMiao Xie