summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Btrfs: introduce missing kfreeJulia Lawall2009-09-291-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-241-39/+78
|\|
| * Btrfs: make balance code choose more wisely when relocatingJosef Bacik2009-09-221-18/+57
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-20/+20
| * Btrfs: tweak congestion backoffChris Mason2009-09-111-1/+1
* | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-2/+2
|/
* Btrfs: find smallest available device extent during chunk allocationChris Mason2009-07-241-2/+10
* Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng2009-07-241-3/+7
* Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse2009-07-221-20/+0Star
* Btrfs: properly update space information after shrinking device.Yan Zheng2009-07-221-2/+2
* Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-101-0/+34
* Btrfs: autodetect SSD devicesChris Mason2009-06-101-0/+6
* Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason2009-06-101-1/+4
* Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason2009-06-101-7/+15
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-2/+0Star
* Btrfs: set device->total_disk_bytes when adding new deviceYan Zheng2009-06-041-0/+1
* Btrfs: When shrinking, only update disk size on successChris Ball2009-04-271-11/+24
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-201-27/+97
* Btrfs: unplug in the async bio submission threadsChris Mason2009-04-031-1/+13
* Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason2009-04-031-0/+27
* Btrfs: Clear space_info full when adding new devicesChris Mason2009-03-101-0/+6
* Btrfs: Fix locking around adding new space_infoChris Mason2009-03-101-0/+2
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-121-0/+2
* Btrfs: fs/btrfs/volumes.c: remove useless kzallocJulia Lawall2009-02-121-4/+0Star
* Btrfs: Catch missed bios in the async bio submission threadChris Mason2009-02-041-2/+9
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-26/+9Star
* Btrfs: Remove extra KERN_INFO in the middle of a lineRoland Dreier2009-01-211-1/+1
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0Star
* Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason2009-01-161-0/+1
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-061-39/+39
* Btrfs: shared seed deviceYan Zheng2008-12-121-109/+131
* Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2008-12-081-0/+1
* Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason2008-12-081-1/+4
* Btrfs: superblock duplicationYan Zheng2008-12-081-20/+87
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-0/+1
* Btrfs: corret fmode_t annotationsChristoph Hellwig2008-12-021-9/+9
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-6/+6
* Btrfs: compat code fixesChris Mason2008-11-201-0/+2
* Btrfs: Fixes for 2.6.28-rc API changesChris Mason2008-11-201-18/+23
* Btrfs: Add a missing return pointer checkyanhai zhu2008-11-121-0/+2
* Btrfs: Seed device supportYan Zheng2008-11-181-269/+834
* Btrfs: Avoid unplug storms during commitChris Mason2008-11-081-1/+2
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-2/+0Star
* Btrfs: Add zlib compression supportChris Mason2008-10-291-0/+2
* Btrfs: cast bio->bi_sector to a u64 before shiftingChris Mason2008-10-031-1/+1
* Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason2008-09-291-0/+1
* Btrfs: update space balancing codeZheng Yan2008-09-261-3/+6
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-20/+0Star
* Btrfs: free space accounting redoJosef Bacik2008-09-251-3/+8
* Btrfs: properly set blocksize when adding new device.Zheng Yan2008-09-251-0/+2