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