aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-19Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: reserve some space for an orphan item when unlinkingJosef 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: fix regression in re-setting a large xattrJosef Bacik
2011-10-19Btrfs: fix the amount of space reserved for unlinkJosef 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: check the return value of filemap_write_and_wait in the space cacheJosef Bacik
2011-10-19Btrfs: add a io_ctl struct and helpers for dealing with the space cacheJosef Bacik
2011-10-19Btrfs: don't skip writing out a empty block groups cacheJosef Bacik
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik
2011-10-19Btrfs: only inherit btrfs specific flags when creating filesJosef Bacik
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik
2011-10-19Btrfs: break out of orphan cleanup if we can't make progressJosef Bacik
2011-10-19Btrfs: use the global reserve as a backup for deleting inodesJosef Bacik
2011-10-19Btrfs: stop using write_one_pageJosef Bacik
2011-10-19Btrfs: introduce convert_extent_bitJosef Bacik
2011-10-19Btrfs: check unused against how much space we actually wantJosef Bacik
2011-10-19Btrfs: fix orphan cleanup regressionJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: delay iput when deleting a block groupJosef Bacik
2011-10-19Btrfs: make sure to unset trans->block_rsv before running delayed refsJosef 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: put the block group cache after we commit the superJosef Bacik
2011-10-19Btrfs: set truncate block rsv's sizeJosef 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: fix call to btrfs_search_slot in free space cacheJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: reduce the amount of space needed for truncatesJosef Bacik
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik
2011-10-19Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik
2011-10-19Btrfs: optimize how we account for space in truncateJosef 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: ratelimit the generation printk for the free space cacheJosef Bacik
2011-10-19Btrfs: fix how we reserve space for deleting inodesJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-10-19Btrfs: kill the orphan space calculation for snapshotsJosef Bacik
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik
2011-10-19Btrfs: skip looking for delalloc if we don't have ->fill_delallocJosef Bacik
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik