summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-5/+4
* Btrfs: don't wait on ordered extents if we have a trans openJosef Bacik2013-05-061-1/+2
* Btrfs: fix error handling in make/read block groupJosef Bacik2013-05-061-8/+33
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-34/+33
* btrfs: clean snapshots one by oneDavid Sterba2013-05-061-0/+8
* Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik2013-05-061-38/+186
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-291-12/+72
|\
| * Btrfs: limit the global reserve to 512mbJosef Bacik2013-03-281-1/+1
| * Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik2013-03-281-6/+41
| * Btrfs: handle a bogus chunk tree nicelyJosef Bacik2013-03-211-5/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-171-1/+4
|\|
| * Btrfs: return EIO if we have extent tree corruptionJosef Bacik2013-03-141-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-021-186/+392
|\|
| * Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong2013-03-011-44/+38
| * Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong2013-03-011-5/+6
| * Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie2013-02-281-12/+53
| * btrfs: cleanup for open-coded alignmentQu Wenruo2013-02-261-6/+3