summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-061-3/+48
* btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba2011-10-241-1/+8
* Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie2011-10-201-0/+7
* Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov2011-10-201-1/+1
* Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik2011-10-191-0/+15
* Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-14/+27
* Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2011-10-191-4/+1Star
* Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik2011-10-191-2/+3
* Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik2011-10-191-8/+17
* Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik2011-10-191-11/+0Star
* Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik2011-10-191-1/+1
* Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-191-6/+12
* Btrfs: take overflow into account in reserving spaceJosef Bacik2011-10-191-1/+1
* Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-191-5/+4Star
* Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-191-14/+47
* Btrfs: check unused against how much space we actually wantJosef Bacik2011-10-191-1/+1
* Btrfs: delay iput when deleting a block groupJosef Bacik2011-10-191-1/+1
* Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-22/+23
* Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik2011-10-191-4/+0Star
* Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-191-6/+9
* Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-191-5/+13
* Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik2011-10-191-3/+0Star
* Btrfs: fix space leak when we fail to make an allocationJosef Bacik2011-10-191-6/+14
* Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-191-2/+2
* Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-191-31/+0Star
* Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-191-25/+4Star
* Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-191-17/+6Star
* Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-191-83/+17Star
* Btrfs: calculate checksum space correctlyJosef Bacik2011-10-191-8/+109
* Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-191-74/+89
* Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-191-2/+0Star
* Btrfs: fix 64 bit divide problemJosef Bacik2011-08-211-5/+7
* Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2011-08-171-8/+14
* Btrfs: check if there is enough space for balancing smarterliubo2011-08-171-6/+35
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-171-2/+10
* Btrfs: don't print the leaf if we had an errorJosef Bacik2011-08-011-1/+3
* Btrfs: fix oops while writing data to SSD partitionsliubo2011-08-011-1/+3
* Btrfs: Protect the readonly flag of block groupWuBo2011-08-011-3/+7
* Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-011-1/+2
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-5/+19
|\
| * btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh2011-07-251-2/+6
| * btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2011-07-251-0/+4
| * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-141-3/+9
* | Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason2011-07-271-1/+6
* | Btrfs: make a lockdep class for each rootChris Mason2011-07-271-1/+1
* | Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-10/+10
* | Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie2011-07-271-7/+21
* | Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-41/+49
* | Btrfs: don't flush delalloc arbitrarilyJosef Bacik2011-07-271-3/+0Star
* | Btrfs: use a worker thread to do cachingJosef Bacik2011-07-271-28/+18Star