aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAge
* Btrfs: fix __btrfs_map_block on 32 bit machinesChris Mason2011-03-28
* Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Li Dongyang2011-03-28
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-25
|\
| * Btrfs: set FMODE_EXCL in btrfs_device->modeIlya Dryomov2011-02-16
| * Btrfs: make btrfs_rm_device() fail gracefullyIlya Dryomov2011-02-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-15
|\|
| * Btrfs - Fix memory leak in btrfs_init_new_device()Ilya Dryomov2011-02-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-07
|\|
| * btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh2011-02-01
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-17
|\|
| * btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings2011-01-16
| * btrfs: mount failure return value fixDave Young2011-01-16
| * btrfs: fix wrong free space information of btrfsMiao Xie2011-01-16
| * btrfs: make the chunk allocator utilize the devices betterMiao Xie2011-01-16
| * btrfs: restructure find_free_dev_extent()Miao Xie2011-01-16
| * btrfs: fix wrong calculation of stripe sizeMiao Xie2011-01-16
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\ \
| * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
| * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
| * | btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo2010-11-13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-14
|\ \ \ | |/ / |/| / | |/
| * Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-30
|\|
| * Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-29
| * Btrfs: fix raid code for removing missing drivesChris Mason2010-10-29
* | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-10
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-25
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2010-04-12
|\
| * Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason2010-04-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-05
|\|
| * Btrfs: fix chunk allocate size calculationJosef Bacik2010-03-30
| * Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei2010-03-30
| * Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei2010-03-30
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Btrfs: don't look at bio flags after submit_bioChris Mason2010-03-15
* btrfs: using btrfs_stack_device_id() get devidXiao Guangrong2010-03-15
* btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki2010-03-15
* Btrfs: run the backing dev more often in the submit_bio helperChris Mason2010-03-15
* Btrfs: check total number of devices when removing missingJosef Bacik2010-01-28
* Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik2010-01-28
* Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik2010-01-28
* Btrfs, fix memory leaks in error pathsJiri Slaby2010-01-17
* Btrfs: make metadata chunks smallerJosef Bacik2009-12-17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-01
|\
| * Btrfs: introduce missing kfreeJulia Lawall2009-09-29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-24
|\|
| * Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-21
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-11