summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-111-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-111-5/+6
* Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie2013-11-111-2/+12
* Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie2013-11-111-0/+6
* Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie2013-11-111-9/+16
* Btrfs: wait for the ordered extent only when we wantMiao Xie2013-11-111-1/+2
* Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie2013-11-111-4/+3
* btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana2013-11-111-3/+3
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-111-7/+4
* Btrfs: fix the free space write out failure when there is no data spaceMiao Xie2013-11-111-3/+12
* Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana2013-11-111-7/+20
* btrfs: add tracing for failed reservationsJeff Mahoney2013-11-111-0/+7
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-111-1/+0
* Btrfs: fixup error path in __btrfs_inc_extent_refLiu Bo2013-11-111-8/+2
* Btrfs: free reserved space on error in a few placesJosef Bacik2013-11-111-2/+19
* Btrfs: fixup reserved trace pointsJosef Bacik2013-11-111-2/+6
* Btrfs: don't leak block group on errorFilipe David Borba Manana2013-11-111-2/+1
* Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana2013-11-111-2/+1
* Btrfs: remove space_info->reservation_progressJosef Bacik2013-09-211-3/+0
* 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/+3
* 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/+17
* 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
* btrfs: fall back to global reservation when removing subvolumesJeff Mahoney2013-09-011-1/+7
* Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana2013-09-011-4/+17
* Btrfs: set lockdep class before locking new extent bufferJosef Bacik2013-09-011-0/+2
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-07-191-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-07-191-0/+2
* Btrfs: update drop progress before stopping snapshot droppingJosef Bacik2013-07-191-6/+8
* Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-021-1/+14
* Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-021-0/+1
* Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik2013-07-021-5/+4
* Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2013-07-021-5/+54
* Btrfs: fix transaction throttling for delayed refsJosef Bacik2013-07-011-4/+57
* Btrfs: wake up delayed ref flushing waiters on abortJosef Bacik2013-07-011-0/+1
* Btrfs: exclude logged extents before replying when we are mixedJosef Bacik2013-06-141-37/+85
* Btrfs: simplify unlink reservationsJosef Bacik2013-06-141-0/+25
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-3/+3
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-3/+3
* Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie2013-06-141-1/+1
* Btrfs: cleanup the similar code of the fs root readMiao Xie2013-06-141-3/+3