summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2011-08-21Btrfs: fix 64 bit divide problemJosef Bacik
2011-08-16Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh
2011-08-16Btrfs: check if there is enough space for balancing smarterliubo
2011-08-16Btrfs: detect wether a device supports discardJosef Bacik
2011-08-01Btrfs: don't print the leaf if we had an errorJosef Bacik
2011-08-01Btrfs: fix oops while writing data to SSD partitionsliubo
2011-08-01Btrfs: Protect the readonly flag of block groupWuBo
2011-08-01Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason
2011-07-27Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason
2011-07-27Btrfs: make a lockdep class for each rootChris Mason
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-07-27Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik
2011-07-27Btrfs: don't flush delalloc arbitrarilyJosef Bacik
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik
2011-07-25btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshotMark Fasheh
2011-07-25btrfs: Don't BUG_ON alloc_path errors in find_next_chunkMark Fasheh
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh
2011-07-11Btrfs: serialize flushers in reserve_metadata_bytesJosef Bacik
2011-07-11Btrfs: do transaction space reservation before joining the transactionJosef Bacik
2011-06-25Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov
2011-06-13Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason
2011-06-08Btrfs: fix the allocator loop logicJosef Bacik
2011-06-08Btrfs: don't commit the transaction if we dont have enough pinned bytesJosef Bacik
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh
2011-05-23btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich
2011-05-23Btrfs: don't try to allocate from a block group that doesn't have enough spaceJosef Bacik
2011-05-23Btrfs: don't always do readaheadJosef Bacik
2011-05-23Btrfs: try not to sleep as much when doing slow cachingJosef Bacik
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: fix how we do space reservation for truncateJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo
2011-05-06btrfs: remove old unused commented out codeDavid Sterba
2011-05-02btrfs: Document a mutex lock/unlock sequenceDavid Sterba
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: make functions static when possibleDavid Sterba
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan