summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-12Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-12Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-12Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie
2013-11-12Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie
2013-11-12Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie
2013-11-12Btrfs: wait for the ordered extent only when we wantMiao Xie
2013-11-12Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie
2013-11-12Btrfs: avoid unnecessary scrub workers allocationWang Shilong
2013-11-12Btrfs: check file extent type before anything elseJosef Bacik
2013-11-12btrfs: Remove useless variable in write_ctree_super()Rashika
2013-11-12btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-12btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-12btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana
2013-11-12btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-12btrfs: Remove redundant local zero structureDulshani Gunawardhana
2013-11-12btrfs: Pack struct btrfs_deviceDulshani Gunawardhana
2013-11-12btrfs: Replace multiple atomic_inc() with atomic_add()Rashika
2013-11-12btrfs: Add helper function for free_root_pointers()Rashika
2013-11-12Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo
2013-11-12Btrfs: do not run snapshot-aware defragment on errorLiu Bo
2013-11-12Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana
2013-11-12Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana
2013-11-12Btrfs: fix verification of dir_itemFilipe David Borba Manana
2013-11-12Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong
2013-11-12Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong
2013-11-12Btrfs: fix the free space write out failure when there is no data spaceMiao Xie
2013-11-12Btrfs: stop committing the transaction so much during relocateJosef Bacik
2013-11-12Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik
2013-11-12Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik
2013-11-12Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik
2013-11-12Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik
2013-11-12Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-12Btrfs: stop using vfs_read in sendJosef Bacik
2013-11-12Btrfs: check_int, remove warning for mixed-modeStefan Behrens
2013-11-12Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens
2013-11-12Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana
2013-11-12btrfs: add tracing for failed reservationsJeff Mahoney
2013-11-12btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-12btrfs: remove move_pages()Zach Brown
2013-11-12btrfs: use get_seconds() instead of btrfs wrapperZach Brown
2013-11-12Btrfs: fix incorrect inode acl resetFilipe David Borba Manana
2013-11-12Btrfs: Don't allocate inode that is already in useStefan Behrens
2013-11-12Btrfs: fix btrfs_prev_leaf() previous key computationFilipe David Borba Manana
2013-11-12Btrfs: optimize tree-log.c:count_inode_refs()Filipe David Borba Manana
2013-11-12btrfs: simplify kmalloc+copy_from_user to memdup_userGeyslan G. Bem
2013-11-12Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan
2013-11-12Btrfs: don't leak delayed node on path allocation failureFilipe David Borba Manana
2013-11-12Btrfs: Wait for uuid-tree rebuild task on remount read-onlyStefan Behrens
2013-11-12Btrfs: init device stats for new devicesStefan Behrens