aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-08-071-3/+2
* Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-02-201-4/+6
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-04-021-1/+1
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-021-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-021-0/+2
* Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-101-1/+1
* Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-14/+31
|\
| * Btrfs: only set cache_generation if we setup the block groupJosef Bacik2011-12-151-1/+1
| * Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-151-13/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-081-51/+49
|\ \ | |/
| * Btrfs: try cluster but don't advance in search listAlexandre Oliva2011-12-081-43/+31
| * Btrfs: try to allocate from cluster even at LOOP_NO_EMPTY_SIZEAlexandre Oliva2011-12-071-8/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-011-11/+23
|\ \ | |/
| * Btrfs: skip allocation attempt from empty clusterAlexandre Oliva2011-11-301-3/+3
| * Btrfs: skip block groups without enough space for a clusterAlexandre Oliva2011-11-301-1/+1
| * Btrfs: start search for new cluster at the beginningAlexandre Oliva2011-11-301-4/+2
| * Btrfs: fix deadlock on metadata reservation when evicting a inodeMiao Xie2011-11-301-4/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-221-40/+79
|\ \ | |/
| * Btrfs: wait on caching if we're loading the free space cacheJosef Bacik2011-11-201-40/+79
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-111-19/+31
|\ \ | |/
| * Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie2011-11-101-16/+12
| * Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-081-3/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-061-330/+518
|\ \ | |/
| * Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-061-5/+5
| |\
| | * btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt2011-09-291-5/+5
| * | Btrfs: fix delayed insertion reservationJosef Bacik2011-11-061-0/+18
| * | Btrfs: be smarter about committing the transaction in reserve_metadata_bytesJosef Bacik2011-11-061-19/+67
| * | Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik2011-11-061-0/+3
| * | btrfs: separate superblock items out of fs_infoDavid Sterba2011-11-061-8/+8
| * | Btrfs: fix extent pinning bugs in the tree logChris Mason2011-11-061-3/+48
| * | btrfs: ratelimit WARN_ON in use_block_rsvDavid Sterba2011-10-241-1/+8
| * | Btrfs: fix race between multi-task space allocation and caching spaceMiao Xie2011-10-201-0/+7
| * | Btrfs: pass the correct root to lookup_free_space_inode()Ilya Dryomov2011-10-201-1/+1
| * | Btrfs: if we have a lot of pinned space, commit the transactionJosef Bacik2011-10-191-0/+15
| * | Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik2011-10-191-14/+27
| * | Btrfs: release trans metadata bytes before flushing delayed refsJosef Bacik2011-10-191-4/+1
| * | Btrfs: allow shrink_delalloc flush the needed reclaimed pagesJosef Bacik2011-10-191-2/+3
| * | Btrfs: wait for ordered extents if we're in trouble when shrinking delallocJosef Bacik2011-10-191-8/+17
| * | Btrfs: don't check bytes_pinned to determine if we should commit the transactionJosef Bacik2011-10-191-11/+0
| * | Btrfs: wait for ordered extents if we didn't reclaim enoughJosef Bacik2011-10-191-1/+1
| * | Btrfs: inline checksums into the disk free space cacheJosef Bacik2011-10-191-6/+12
| * | Btrfs: take overflow into account in reserving spaceJosef Bacik2011-10-191-1/+1
| * | Btrfs: introduce mount option no_space_cacheJosef Bacik2011-10-191-5/+4
| * | Btrfs: allow us to overcommit our enospc reservationsJosef Bacik2011-10-191-14/+47
| * | Btrfs: check unused against how much space we actually wantJosef Bacik2011-10-191-1/+1
| * | Btrfs: delay iput when deleting a block groupJosef Bacik2011-10-191-1/+1
| * | Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik2011-10-191-22/+23
| * | Btrfs: don't get the block_rsv in btrfs_free_tree_blockJosef Bacik2011-10-191-4/+0
| * | Btrfs: use the transactions block_rsv for the csum rootJosef Bacik2011-10-191-6/+9
| * | Btrfs: handle enospc accounting for free space inodesJosef Bacik2011-10-191-5/+13