summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik2014-02-091-0/+1
* Btrfs: fix spin_unlock in check_ref_cleanupChris Mason2014-01-291-1/+3
* Btrfs: fix wrong block group in trace during the free space allocationMiao Xie2014-01-281-1/+2
* Btrfs: cleanup the code of used_block_group in find_free_extent()Miao Xie2014-01-281-20/+13Star
* Btrfs: cleanup the redundant code for the block group allocation and initMiao Xie2014-01-281-50/+44Star
* Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana2014-01-281-3/+3
* Btrfs: throttle delayed refs betterJosef Bacik2014-01-281-1/+40
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-215/+102Star
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-01-281-1/+1
* Btrfs: return free space to global_rsv as much as possibleLiu Bo2014-01-281-1/+1
* Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik2014-01-281-1/+2
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-6/+8
* Btrfs: fix double initialization of the raid kobjectMiao Xie2014-01-281-4/+5
* btrfs: fix static checker warningsJeff Mahoney2014-01-281-2/+2
* btrfs: remove unused variable from find_free_extentValentina Giusti2014-01-281-2/+0Star
* btrfs: publish allocation data in sysfsJeff Mahoney2014-01-281-5/+77
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-7/+14
* Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana2013-12-121-12/+10Star
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-121-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-121-5/+6
* Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie2013-11-121-2/+12
* Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie2013-11-121-0/+6
* Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie2013-11-121-9/+16
* Btrfs: wait for the ordered extent only when we wantMiao Xie2013-11-121-1/+2
* Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie2013-11-121-4/+3Star
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-121-3/+3
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-121-7/+4Star
* Btrfs: fix the free space write out failure when there is no data spaceMiao Xie2013-11-121-3/+12
* Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana2013-11-121-7/+20
* btrfs: add tracing for failed reservationsJeff Mahoney2013-11-121-0/+7
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-121-1/+0Star
* Btrfs: fixup error path in __btrfs_inc_extent_refLiu Bo2013-11-121-8/+2Star
* Btrfs: free reserved space on error in a few placesJosef Bacik2013-11-121-2/+19
* Btrfs: fixup reserved trace pointsJosef Bacik2013-11-121-2/+6
* Btrfs: don't leak block group on errorFilipe David Borba Manana2013-11-121-2/+1Star
* Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana2013-11-121-2/+1Star
* Btrfs: remove space_info->reservation_progressJosef Bacik2013-09-211-3/+0Star
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-3/+3
* Revert "Btrfs: rework the overcommit logic to be based on the total size"Josef Bacik2013-09-211-12/+3Star
* Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie2013-09-211-9/+24
* Btrfs: remove ourselves from the cluster list under lockJosef Bacik2013-09-011-1/+2
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-30/+17Star
* Btrfs: create UUID tree if requiredStefan Behrens2013-09-011-0/+3
* Btrfs: avoid starting a transaction in the write pathJosef Bacik2013-09-011-13/+22
* Btrfs: return ENOSPC when target space is fullFilipe David Borba Manana2013-09-011-1/+5
* Btrfs: handle errors when doing slow cachingJosef Bacik2013-09-011-9/+23
* Btrfs: cleanup reloc roots properly on errorJosef Bacik2013-09-011-1/+1
* Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2013-09-011-0/+6
* btrfs_read_block_groups: Use enums to indexchandan2013-09-011-2/+6
* Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo2013-09-011-0/+11