aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-23
|\
| * Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-23
| * btrfs: don't spin in shrink_delalloc if there is nothing to freeSergei Trofimovich2011-05-23
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-22
|\ \
| * | btrfs: remove old unused commented out codeDavid Sterba2011-05-06
| * | btrfs: Document a mutex lock/unlock sequenceDavid Sterba2011-05-02
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-02
| * | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-02
| * | btrfs: make functions static when possibleDavid Sterba2011-05-02
* | | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-22
|\ \ \
| * | | btrfs: implement delayed inode items operationMiao Xie2011-05-21
| | |/ | |/|
* | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-21
|\ \ \ | |/ / |/| |
| * | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-25
| * | Btrfs: Always use 64bit inode numberLi Zefan2011-04-25
| * | Btrfs: Make free space cache code genericLi Zefan2011-04-25
* | | Btrfs: fix easily get into ENOSPC in mixed caseliubo2011-05-14
| |/ |/|
* | Btrfs: check return value of kmalloc()Tsutomu Itoh2011-04-25
|/
* Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2011-04-16
* Btrfs: don't force chunk allocation in find_free_extentChris Mason2011-04-15
* Btrfs: fix OOPS of empty filesystem after balanceliubo2011-03-28
* Btrfs: fix memory leak of empty filesystem after balanceliubo2011-03-28
* Btrfs: fix uncheck memory allocationsYoshinori Sano2011-03-28
* Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang2011-03-28
* Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang2011-03-28
* Btrfs: make update_reserved_bytes() publicLi Dongyang2011-03-28
* btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie2011-03-28
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-28
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-28
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-28
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-17
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-17
* Btrfs: change reserved_extents to an atomic_tJosef Bacik2011-03-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-13
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-25
|\|
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-16
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-15
|\|
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-07
|\|
| * Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-06
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-01
| * btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-01
| * Btrfs: make shrink_delalloc a little friendlierJosef Bacik2011-01-31
| * Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik2011-01-28
| * Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik2011-01-28
| * btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-17
|\|
| * Btrfs: forced readonly mounts on errorsliubo2011-01-17
| * Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik2011-01-16