aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Btrfs: don't print the leaf if we had an errorJosef Bacik1-1/+3
2011-08-01Btrfs: fix oops while writing data to SSD partitionsliubo1-1/+3
2011-08-01Btrfs: Protect the readonly flag of block groupWuBo1-3/+7
2011-08-01Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh1-1/+2
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-5/+19
2011-07-27Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason1-1/+6
2011-07-27Btrfs: make a lockdep class for each rootChris Mason1-1/+1
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-10/+10
2011-07-27Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie1-7/+21
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-41/+49
2011-07-27Btrfs: don't flush delalloc arbitrarilyJosef Bacik1-3/+0
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik1-28/+18
2011-07-25btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh1-2/+6
2011-07-25btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh1-0/+4
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh1-3/+9
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik1-21/+48
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik1-20/+0
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov1-2/+2
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason1-4/+0
2011-06-08Btrfs: fix the allocator loop logicJosef Bacik1-23/+25
2011-06-08Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik1-0/+7
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-33/+67
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-3/+4
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-3/+0
2011-05-23btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich1-0/+4
2011-05-23Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik1-0/+8
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-1/+2
2011-05-23Btrfs: try not to sleep as much when doing slow cachingJosef Bacik1-8/+11
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-8/+2
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik1-10/+36
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-1/+2
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-6/+6
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-1685/+38
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-12/+6
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-12/+6
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-24/+26
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-06btrfs: remove old unused commented out codeDavid Sterba1-1660/+1
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid Sterba1-0/+12
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-22/+22
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-1/+1
2011-05-02btrfs: make functions static when possibleDavid Sterba1-3/+3
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh1-0/+4
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-1/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-5/+5
2011-04-25Btrfs: Make free space cache code genericLi Zefan1-18/+19
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik1-5/+25
2011-04-15Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-03-28Btrfs: fix OOPS of empty filesystem after balanceliubo1-0/+23