summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-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-191-18/+23
* Btrfs: Add a missing return pointer checkyanhai zhu2008-11-121-0/+2
* Btrfs: Seed device supportYan Zheng2008-11-171-269/+834
* Btrfs: Avoid unplug storms during commitChris Mason2008-11-071-1/+2
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-2/+0
* 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/+0
* Btrfs: free space accounting redoJosef Bacik2008-09-251-3/+8
* Btrfs: properly set blocksize when adding new device.Zheng Yan2008-09-251-0/+2
* Btrfs: Add debugging checks to track down corrupted metadataChris Mason2008-09-251-19/+21
* Btrfs: Throttle for async bio submits higher up the chainChris Mason2008-09-251-6/+0
* Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason2008-09-251-1/+17
* Btrfs: Count async bios separately from async checksum work itemsChris Mason2008-09-251-3/+3
* Btrfs: Fix the multi-bio code to save the original bio for completionChris Mason2008-09-251-1/+10
* Btrfs: Hold a reference on bios during submit_bio, add some extra bio checksChris Mason2008-09-251-1/+9
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-14/+44
* Btrfs: Replace the transaction work queue with kthreadsChris Mason2008-09-251-4/+8
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-6/+13
* Btrfs: Add a thread pool just for submit_bioChris Mason2008-09-251-1/+2
* Btrfs: Add async worker threads for pre and post IO checksummingChris Mason2008-09-251-5/+157
* Btrfs: Allocator fix variety packChris Mason2008-09-251-8/+4
* Btrfs: Use kzalloc on the fs_devices allocationChris Mason2008-09-251-2/+1
* Btrfs: Handle transid == 0 while opening devicesChris Mason2008-09-251-1/+1
* Fix btrfs_open_devices to deal with changes since the scan ioctlsChris Mason2008-09-251-11/+59
* Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesChris Mason2008-09-251-78/+201
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-251-3/+8
* Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason2008-09-251-0/+2
* Btrfs: Only open block devices once during mount -o subvol=Chris Mason2008-09-251-0/+3
* Btrfs: Add support for online device removalChris Mason2008-09-251-9/+212
* Btrfs: Compile warning fixup in volume.cChris Mason2008-09-251-1/+1
* Btrfs: Tune stripe selection for raid1 and raid10Chris Mason2008-09-251-10/+7
* Btrfs: Deal with failed writes in mirrored configurationsChris Mason2008-09-251-3/+14
* Btrfs: Drop some verbose printksChris Mason2008-09-251-2/+0
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-251-9/+106
* Btrfs: Add new ioctl to add devicesChris Mason2008-09-251-0/+75
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-251-12/+312
* Btrfs: Add failure handling for read_sys_arrayChris Mason2008-09-251-7/+9
OpenPOWER on IntegriCloud