aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong1-13/+10
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik1-5/+5
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika1-4/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana9-19/+19
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana4-5/+5
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana1-4/+4
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana14-70/+28
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana1-3/+2
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana1-10/+10
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika1-4/+4
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika1-41/+19
2013-11-11Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo1-0/+3
2013-11-11Btrfs: do not run snapshot-aware defragment on errorLiu Bo1-19/+28
2013-11-11Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana1-1/+4
2013-11-11Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana1-7/+7
2013-11-11Btrfs: fix verification of dir_itemFilipe David Borba Manana1-2/+4
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong5-20/+8
2013-11-11Btrfs: use 'u64' rather than 'int' to get extent's generationWang Shilong1-1/+1
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceMiao Xie1-3/+12
2013-11-11Btrfs: stop committing the transaction so much during relocateJosef Bacik1-20/+13
2013-11-11Btrfs: make sure the delalloc workers actually flush compressed writesJosef Bacik1-6/+12
2013-11-11Btrfs: take ordered root lock when removing ordered operations inodeJosef Bacik1-0/+2
2013-11-11Btrfs: don't abort transaction in run_delalloc_nocowJosef Bacik1-15/+5
2013-11-11Btrfs: do not bug_on if we try to cow a free space cache inodeJosef Bacik1-1/+4
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik6-41/+78
2013-11-11Btrfs: stop using vfs_read in sendJosef Bacik1-103/+72
2013-11-11Btrfs: check_int, remove warning for mixed-modeStefan Behrens1-4/+5
2013-11-11Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens1-1/+1
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana1-7/+20
2013-11-11btrfs: add tracing for failed reservationsJeff Mahoney1-0/+7
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown14-26/+6
2013-11-11btrfs: remove move_pages()Zach Brown1-18/+1
2013-11-11btrfs: use get_seconds() instead of btrfs wrapperZach Brown1-12/+4
2013-11-11Btrfs: fix incorrect inode acl resetFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2013-11-11Btrfs: fix btrfs_prev_leaf() previous key computationFilipe David Borba Manana1-4/+8
2013-11-11Btrfs: optimize tree-log.c:count_inode_refs()Filipe David Borba Manana1-0/+5
2013-11-11btrfs: simplify kmalloc+copy_from_user to memdup_userGeyslan G. Bem1-8/+3
2013-11-11Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.chandan1-1/+1
2013-11-11Btrfs: don't leak delayed node on path allocation failureFilipe David Borba Manana1-1/+3
2013-11-11Btrfs: Wait for uuid-tree rebuild task on remount read-onlyStefan Behrens1-0/+6
2013-11-11Btrfs: init device stats for new devicesStefan Behrens1-0/+2
2013-11-11Btrfs: fixup error path in __btrfs_inc_extent_refLiu Bo1-8/+2
2013-11-11Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mountsIlya Dryomov2-0/+6
2013-11-11Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replaceIlya Dryomov1-4/+5
2013-11-11Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devicesIlya Dryomov1-1/+2