summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie2013-06-141-1/+1
* Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens2013-05-171-0/+2
* Btrfs: update the global reserve if it is emptyMiao Xie2013-05-171-1/+8
* Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie2013-05-171-2/+4
* Btrfs: optimize the error handle of use_block_rsv()Miao Xie2013-05-171-37/+28
* Btrfs: don't use global block reservation for inode cache truncationMiao Xie2013-05-171-0/+5
* Btrfs: handle running extent ops with skinny metadataJosef Bacik2013-05-171-8/+7
* btrfs: fix misleading variable name for flagsDavid Sterba2013-05-061-18/+19
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-56/+8
* Btrfs: deal with free space cache errors while replaying logJosef Bacik2013-05-061-10/+14
* Btrfs: allocate new chunks if the space is not enough for global rsvMiao Xie2013-05-061-8/+11
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-2/+3
* Btrfs: don't panic if we're trying to drop too many refsJosef Bacik2013-05-061-1/+7
* Btrfs: fix all callers of read_tree_blockJosef Bacik2013-05-061-1/+3
* Btrfs: only exclude supers in the range of our block groupJosef Bacik2013-05-061-3/+21
* Btrfs: fix possible infinite loop in slow cachingJosef Bacik2013-05-061-2/+7
* Btrfs: cleanup of function where btrfs_extend_item() is calledTsutomu Itoh2013-05-061-3/+2
* Btrfs: remove unused argument of btrfs_extend_item()Tsutomu Itoh2013-05-061-2/+2