summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't print the leaf if we had an errorJosef Bacik2011-08-011-1/+3
* Btrfs: fix oops while writing data to SSD partitionsliubo2011-08-011-1/+3
* Btrfs: Protect the readonly flag of block groupWuBo2011-08-011-3/+7
* Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2011-08-011-1/+2
* Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason2011-08-011-5/+19
|\
| * btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh2011-07-251-2/+6
| * btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh2011-07-251-0/+4
| * btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh2011-07-141-3/+9
* | Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason2011-07-271-1/+6
* | Btrfs: make a lockdep class for each rootChris Mason2011-07-271-1/+1
* | Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-10/+10
* | Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie2011-07-271-7/+21
* | Btrfs: fix enospc problems with delallocJosef Bacik2011-07-271-41/+49
* | Btrfs: don't flush delalloc arbitrarilyJosef Bacik2011-07-271-3/+0Star
* | Btrfs: use a worker thread to do cachingJosef Bacik2011-07-271-28/+18Star
* | Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik2011-07-111-21/+48
* | Btrfs: do transaction space reservation before joining the transactionJosef Bacik2011-07-111-20/+0Star
|/
* Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
* Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason2011-06-131-4/+0Star
* Btrfs: fix the allocator loop logicJosef Bacik2011-06-081-23/+25
* Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik2011-06-081-0/+7
* btrfs: add helper for fs_info->closingDavid Sterba2011-06-041-2/+1Star
* Merge branch 'for-chris' ofChris Mason2011-05-281-33/+67
|\
| * Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik2011-05-231-0/+8
| * Btrfs: don't always do readaheadJosef Bacik2011-05-231-1/+2
| * Btrfs: try not to sleep as much when doing slow cachingJosef Bacik2011-05-231-8/+11
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-8/+2Star
| * Btrfs: fix how we do space reservation for truncateJosef Bacik2011-05-231-10/+36
| * Btrfs: kill trans_mutexJosef Bacik2011-05-231-1/+2
| * Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik2011-05-231-6/+6
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-3/+4
|\ \
| * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-3/+0Star
| * | btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich2011-05-231-0/+4
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-1685/+38Star
|\ \
| * | btrfs: remove old unused commented out codeDavid Sterba2011-05-061-1660/+1Star
| * | btrfs: Document a mutex lock/unlock sequenceDavid Sterba2011-05-021-0/+12
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-22/+22
| * | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-021-1/+1
| * | btrfs: make functions static when possibleDavid Sterba2011-05-021-3/+3
* | | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-12/+6Star
|\ \ \
| * | | btrfs: implement delayed inode items operationMiao Xie2011-05-211-12/+6Star
| | |/ | |/|
* | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-24/+26
|\ \ \ | |/ / |/| |
| * | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-251-1/+2
| * | Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-5/+5
| * | Btrfs: Make free space cache code genericLi Zefan2011-04-251-18/+19
* | | Btrfs: fix easily get into ENOSPC in mixed caseliubo2011-05-141-11/+26
| |/ |/|
* | Btrfs: check return value of kmalloc()Tsutomu Itoh2011-04-261-0/+4
|/
* Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2011-04-161-5/+25
* Btrfs: don't force chunk allocation in find_free_extentChris Mason2011-04-151-22/+73
* Btrfs: fix OOPS of empty filesystem after balanceliubo2011-03-281-0/+23