aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+23
2011-11-30Btrfs: skip allocation attempt from empty clusterAlexandre Oliva1-3/+3
2011-11-30Btrfs: skip block groups without enough space for a clusterAlexandre Oliva1-1/+1
2011-11-30Btrfs: start search for new cluster at the beginningAlexandre Oliva1-4/+2
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie1-4/+18
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-40/+79
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik1-40/+79
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-19/+31
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie1-16/+12
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik1-3/+19
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-330/+518
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-5/+5
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik1-0/+18
2011-11-06Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik1-19/+67
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik1-0/+3
2011-11-06btrfs: separate superblock items out of fs_infoDavid Sterba1-8/+8
2011-11-06Btrfs: fix extent pinning bugs in the tree logChris Mason1-3/+48
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+2
2011-10-24btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba1-1/+8
2011-10-20Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie1-0/+7
2011-10-20Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov1-1/+1
2011-10-19Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik1-0/+15
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-14/+27
2011-10-19Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik1-4/+1
2011-10-19Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik1-2/+3
2011-10-19Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik1-8/+17
2011-10-19Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik1-11/+0
2011-10-19Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik1-1/+1
2011-10-19Btrfs: inline checksums into the disk free space cacheJosef Bacik1-6/+12
2011-10-19Btrfs: take overflow into account in reserving spaceJosef Bacik1-1/+1
2011-10-19Btrfs: introduce mount option no_space_cacheJosef Bacik1-5/+4
2011-10-19Btrfs: allow us to overcommit our enospc reservationsJosef Bacik1-14/+47
2011-10-19Btrfs: check unused against how much space we actually wantJosef Bacik1-1/+1
2011-10-19Btrfs: delay iput when deleting a block groupJosef Bacik1-1/+1
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-22/+23
2011-10-19Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik1-4/+0
2011-10-19Btrfs: use the transactions block_rsv for the csum rootJosef Bacik1-6/+9
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik1-5/+13
2011-10-19Btrfs: don't increase the block_rsv's size when emergency allocating spaceJosef Bacik1-3/+0
2011-10-19Btrfs: fix space leak when we fail to make an allocationJosef Bacik1-6/+14
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-2/+2
2011-10-19Btrfs: kill btrfs_truncate_reserve_metadataJosef Bacik1-31/+0
2011-10-19Btrfs: don't try to commit in btrfs_block_rsv_checkJosef Bacik1-25/+4
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik1-17/+6
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik1-83/+17
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik1-8/+109
2011-10-19Btrfs: use bytes_may_use for all ENOSPC reservationsJosef Bacik1-74/+89
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik1-2/+0
2011-09-29btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt1-5/+5
2011-08-21Btrfs: fix 64 bit divide problemJosef Bacik1-5/+7