summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-081-3/+19
* Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-5/+5
|\
| * btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt2011-09-291-5/+5
* | Btrfs: fix delayed insertion reservationJosef Bacik2011-11-061-0/+18
* | Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik2011-11-061-19/+67
* | Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik2011-11-061-0/+3
* | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-8/+8
* | 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/+1
* | 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/+0
* | 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/+4
* | 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/+0
* | 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/+0
* | 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/+0
* | Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-191-25/+4
* | Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-191-17/+6
* | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-191-83/+17
* | 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/+0
|/
* Btrfs: fix 64 bit divide problemJosef Bacik2011-08-211-5/+7
* Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2011-08-161-8/+14
* Btrfs: check if there is enough space for balancing smarterliubo2011-08-161-6/+35
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-161-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