aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersGravatar Chris Mason 1-0/+2
2011-05-23Btrfs: using rcu lock in the reader side of devices listGravatar Xiao Guangrong 1-0/+2
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-0/+6
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Chris Mason 1-15/+1
2011-05-13btrfs: quasi-round-robin for chunk allocationGravatar Arne Jansen 1-0/+1
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cGravatar Arne Jansen 1-15/+0
2011-05-12btrfs: scrubGravatar Arne Jansen 1-0/+6
2011-05-06btrfs: remove all unused functionsGravatar David Sterba 1-3/+0
2011-05-04btrfs: remove unused function prototypesGravatar David Sterba 1-2/+0
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RA...Gravatar Li Dongyang 1-0/+1
2011-03-28Btrfs: add initial tracepoint support for btrfsGravatar liubo 1-0/+11
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+27
2011-01-16btrfs: fix wrong free space information of btrfsGravatar Miao Xie 1-0/+3
2011-01-16btrfs: make the chunk allocator utilize the devices betterGravatar Miao Xie 1-0/+24
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+2
2010-12-13Btrfs: account for missing devices in RAID allocation profilesGravatar Chris Mason 1-0/+2
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-1/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 1-1/+0
2009-09-21Btrfs: make balance code choose more wisely when relocatingGravatar Josef Bacik 1-0/+3
2009-06-10Btrfs: avoid races between super writeout and device list updatesGravatar Chris Mason 1-1/+6
2009-06-10Btrfs: autodetect SSD devicesGravatar Chris Mason 1-0/+5
2009-04-27Btrfs: When shrinking, only update disk size on successGravatar Chris Ball 1-0/+3
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesGravatar Chris Mason 1-2/+11
2009-04-02Btrfs: fix typos in commentsGravatar Wu Fengguang 1-1/+1
2008-12-12Btrfs: shared seed deviceGravatar Yan Zheng 1-2/+1
2008-12-08Btrfs: superblock duplicationGravatar Yan Zheng 1-2/+4
2008-12-02Btrfs: corret fmode_t annotationsGravatar Christoph Hellwig 1-2/+2
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesGravatar Chris Mason 1-0/+3
2008-11-17Btrfs: Seed device supportGravatar Yan Zheng 1-6/+14
2008-09-25Btrfs: Fix the multi-bio code to save the original bio for completionGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Add async worker threads for pre and post IO checksummingGravatar Chris Mason 1-3/+7
2008-09-25Fix btrfs_open_devices to deal with changes since the scan ioctlsGravatar Chris Mason 1-2/+2
2008-09-25Btrfs: Add mount -o degraded to allow mounts to continue with missing devicesGravatar Chris Mason 1-0/+3
2008-09-25Btrfs: Add support for online device removalGravatar Chris Mason 1-0/+3
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsGravatar Chris Mason 1-1/+2
2008-09-25Btrfs: Add balance ioctl to restripe the chunksGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Add new ioctl to add devicesGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesGravatar Chris Mason 1-0/+5
2008-09-25Btrfs: Add a special device list for chunk allocationsGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Make an unplug function that doesn't unplug every spindleGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesGravatar Chris Mason 1-2/+4
2008-09-25Btrfs: Write out all super blocks on commit, and bring back proper barrier su...Gravatar Chris Mason 1-0/+3
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresGravatar Chris Mason 1-2/+4
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesGravatar Chris Mason 1-3/+22
2008-09-25Btrfs: Add support for mirroring across drivesGravatar Chris Mason 1-5/+6
2008-09-25Btrfs: Add support for device scanning and detection ioctlsGravatar Chris Mason 1-0/+25
2008-09-25Btrfs: Bring back mount -o ssd optimizationsGravatar Chris Mason 1-0/+3
2008-09-25Btrfs: Move device information into the super block so it can be scannedGravatar Chris Mason 1-12/+1
2008-09-25Btrfs: Dynamic chunk and block group allocationGravatar Chris Mason 1-1/+1