aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-221-12/+6
|\
| * btrfs: implement delayed inode items operationMiao Xie2011-05-211-12/+6
* | 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-251-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
* Btrfs: fix memory leak of empty filesystem after balanceliubo2011-03-281-0/+6
* Btrfs: fix uncheck memory allocationsYoshinori Sano2011-03-281-0/+4
* Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang2011-03-281-1/+49
* Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytesLi Dongyang2011-03-281-17/+26
* Btrfs: make update_reserved_bytes() publicLi Dongyang2011-03-281-9/+7
* btrfs: use GFP_NOFS instead of GFP_KERNELMiao Xie2011-03-281-2/+2
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-281-0/+6
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-7/+18
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+4
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-171-0/+5
* Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik2011-03-171-1/+2
* Btrfs: change reserved_extents to an atomic_tJosef Bacik2011-03-171-16/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-131-12/+23
|\
| * Btrfs: break out of shrink_delalloc earlierChris Mason2011-03-121-12/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-251-1/+8
|\ \ | |/
| * Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason2011-02-161-0/+7
| * Btrfs: put ENOSPC debugging under a mount optionChris Mason2011-02-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-151-1/+1
|\ \ | |/
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-17/+81
|\ \ | |/
| * Btrfs: exclude super blocks when we read in block groupsJosef Bacik2011-02-061-8/+18
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-011-2/+5
| * btrfs: checking NULL or not in some functionsTsutomu Itoh2011-02-011-0/+2
| * Btrfs: make shrink_delalloc a little friendlierJosef Bacik2011-01-311-3/+14
| * Btrfs: use the global block reserve if we cannot reserve spaceJosef Bacik2011-01-281-1/+27
| * Btrfs: do not release more reserved bytes to the global_block_rsv than we needJosef Bacik2011-01-281-2/+14
| * btrfs: fix return value check of btrfs_join_transaction()Tsutomu Itoh2011-01-281-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-11/+79
|\ \ | |/
| * Btrfs: forced readonly mounts on errorsliubo2011-01-171-0/+11
| * Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_checkJosef Bacik2011-01-161-5/+0
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-161-1/+57
| * btrfs: restructure find_free_dev_extent()Miao Xie2011-01-161-2/+2
| * btrfs: try to reclaim some space when chunk allocation failsMiao Xie2011-01-161-2/+7
| * Btrfs: fix off by one while setting block groups readonlyChris Mason2011-01-041-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-141-16/+59
|\ \ | |/
| * Btrfs: prevent RAID level downgrades when space is lowChris Mason2010-12-131-1/+19
| * Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-131-2/+15
| * Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik2010-12-101-3/+7
| * Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik2010-12-091-6/+12