aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-16/+19
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo1-1/+1
2012-02-16Btrfs: fix a bug on overcommit stuffLiu Bo1-1/+4
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-01-26Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie1-22/+27
2012-01-16Btrfs: use larger system chunksChris Mason1-0/+3
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-2/+3
2012-01-16Btrfs: space leak tracepointsJosef Bacik1-8/+50
2012-01-16Btrfs: add allocator tracepointsJosef Bacik1-0/+9
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-47/+140
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-1/+2
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into integrationChris Mason1-25/+103
2012-01-16Btrfs: implement online profile changingIlya Dryomov1-1/+55
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov1-1/+1
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov1-0/+20
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov1-9/+21
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov1-9/+3
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov1-6/+4
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan1-0/+1
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan1-1/+1
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva1-3/+0
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva1-11/+23
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason1-4/+10
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt1-1/+58
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen1-5/+22
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-41/+60
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-14/+31
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik1-13/+30
2011-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-51/+49
2011-12-08Btrfs: try cluster but don't advance in search listAlexandre Oliva1-43/+31
2011-12-07Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva1-8/+18
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