aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-10/+7
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+6
2010-04-06Btrfs: make sure the chunk allocator doesn't create zero length chunksChris Mason1-0/+6
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-3/+7
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik1-1/+3
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioChris Mason1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidXiao Guangrong1-3/+3
2010-03-15btrfs: Update existing btrfs_device for renaming deviceTARUISI Hiroaki1-0/+7
2010-03-15Btrfs: run the backing dev more often in the submit_bio helperChris Mason1-10/+10
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby1-1/+3
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik1-1/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-1/+3
2009-09-29Btrfs: introduce missing kfreeJulia Lawall1-1/+3
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-39/+78
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik1-18/+57
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-20/+20
2009-09-11Btrfs: tweak congestion backoffChris Mason1-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-2/+2
2009-07-24Btrfs: find smallest available device extent during chunk allocationChris Mason1-2/+10
2009-07-24Btrfs: find_free_dev_extent doesn't handle holes at the start of the deviceYan Zheng1-3/+7
2009-07-22Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse1-20/+0
2009-07-22Btrfs: properly update space information after shrinking device.Yan Zheng1-2/+2
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason1-0/+34
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+6
2009-06-10Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason1-1/+4
2009-06-10Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason1-7/+15
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-2/+0
2009-06-04Btrfs: set device->total_disk_bytes when adding new deviceYan Zheng1-0/+1
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball1-11/+24
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-27/+97
2009-04-03Btrfs: unplug in the async bio submission threadsChris Mason1-1/+13
2009-04-03Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason1-0/+27
2009-03-10Btrfs: Clear space_info full when adding new devicesChris Mason1-0/+6
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-0/+2
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-0/+2
2009-02-12Btrfs: fs/btrfs/volumes.c: remove useless kzallocJulia Lawall1-4/+0
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason1-2/+9
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-26/+9
2009-01-21Btrfs: Remove extra KERN_INFO in the middle of a lineRoland Dreier1-1/+1
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason1-0/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-39/+39
2008-12-12Btrfs: shared seed deviceYan Zheng1-109/+131
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+1