aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov
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: 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