summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik
2014-01-29Btrfs: fix spin_unlock in check_ref_cleanupChris Mason
2014-01-28Btrfs: fix wrong block group in trace during the free space allocationMiao Xie
2014-01-28Btrfs: cleanup the code of used_block_group in find_free_extent()Miao Xie
2014-01-28Btrfs: cleanup the redundant code for the block group allocation and initMiao Xie
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik
2014-01-28Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong
2014-01-28Btrfs: return free space to global_rsv as much as possibleLiu Bo
2014-01-28Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: fix double initialization of the raid kobjectMiao Xie
2014-01-28btrfs: fix static checker warningsJeff Mahoney
2014-01-28btrfs: remove unused variable from find_free_extentValentina Giusti
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceMiao Xie
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana