aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
...
| * | Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-19
| * | Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2011-10-19
| * | Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik2011-10-19
| * | Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik2011-10-19
| * | Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik2011-10-19
| * | Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik2011-10-19
| * | Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-19
| * | Btrfs: take overflow into account in reserving spaceJosef Bacik2011-10-19
| * | Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-19
| * | Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-19
| * | Btrfs: check unused against how much space we actually wantJosef Bacik2011-10-19
| * | Btrfs: delay iput when deleting a block groupJosef Bacik2011-10-19
| * | Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-19
| * | Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik2011-10-19
| * | Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-19
| * | Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-19
| * | Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik2011-10-19
| * | Btrfs: fix space leak when we fail to make an allocationJosef Bacik2011-10-19
| * | Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik2011-10-19
| * | Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik2011-10-19
| * | Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik2011-10-19
| * | Btrfs: kill unused parts of block_rsvJosef Bacik2011-10-19
| * | Btrfs: kill the durable block rsv stuffJosef Bacik2011-10-19
| * | Btrfs: calculate checksum space correctlyJosef Bacik2011-10-19
| * | Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik2011-10-19
| * | Btrfs: kill reserved_bytes in inodeJosef Bacik2011-10-19
| |/
* / writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-30
|/
* Btrfs: fix 64 bit divide problemJosef Bacik2011-08-21
* Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2011-08-16
* Btrfs: check if there is enough space for balancing smarterliubo2011-08-16
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-16
* Btrfs: don't print the leaf if we had an errorJosef Bacik2011-08-01
* Btrfs: fix oops while writing data to SSD partitionsliubo2011-08-01
* Btrfs: Protect the readonly flag of block groupWuBo2011-08-01
* Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-01
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-01
|\
| * btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh2011-07-25
| * btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2011-07-25
| * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-14
* | Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason2011-07-27
* | Btrfs: make a lockdep class for each rootChris Mason2011-07-27
* | Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-27
* | Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie2011-07-27
* | Btrfs: fix enospc problems with delallocJosef Bacik2011-07-27
* | Btrfs: don't flush delalloc arbitrarilyJosef Bacik2011-07-27
* | Btrfs: use a worker thread to do cachingJosef Bacik2011-07-27
* | Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik2011-07-11
* | Btrfs: do transaction space reservation before joining the transactionJosef Bacik2011-07-11
|/
* Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-25
* Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason2011-06-13