aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2012-01-16Btrfs: use larger system chunksChris Mason
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik
2012-01-16Btrfs: space leak tracepointsJosef Bacik
2012-01-16Btrfs: add allocator tracepointsJosef Bacik
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason
2012-01-16Btrfs: implement online profile changingIlya Dryomov
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
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds
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-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-20Btrfs: wait on caching if we're loading the free space cacheJosef Bacik
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
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