aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens1-0/+4
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens1-0/+3
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens1-0/+45
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-2/+2
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason1-2/+1
2012-01-16Btrfs: add balance progress reportingIlya Dryomov1-0/+3
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov1-0/+1
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov1-0/+1
2012-01-16Btrfs: recover balance on mountIlya Dryomov1-0/+2
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov1-0/+6
2012-01-16Btrfs: implement online profile changingIlya Dryomov1-0/+5
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov1-0/+1
2012-01-16Btrfs: devid subset filterIlya Dryomov1-0/+1
2012-01-16Btrfs: devid filterIlya Dryomov1-0/+1
2012-01-16Btrfs: usage filterIlya Dryomov1-0/+1
2012-01-16Btrfs: profiles filterIlya Dryomov1-0/+4
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov1-0/+11
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov1-1/+13
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan1-2/+1
2011-11-20Btrfs: fix barrier flushesChris Mason1-0/+6
2011-11-06Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-3/+7
2011-10-02btrfs: state information for readaheadArne Jansen1-0/+8
2011-09-29btrfs: btrfs_multi_bio replaced with btrfs_bioJan Schmidt1-3/+7
2011-08-16Btrfs: detect wether a device supports discardJosef Bacik1-0/+2
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-0/+2
2011-05-23Btrfs: using rcu lock in the reader side of devices listXiao Guangrong1-0/+2
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-0/+6
2011-05-22Merge branch 'allocator' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-15/+1
2011-05-13btrfs: quasi-round-robin for chunk allocationArne Jansen1-0/+1
2011-05-13btrfs: move btrfs_cmp_device_free_bytes to super.cArne Jansen1-15/+0
2011-05-12btrfs: scrubArne Jansen1-0/+6
2011-05-06btrfs: remove all unused functionsDavid Sterba1-3/+0
2011-05-04btrfs: remove unused function prototypesDavid Sterba1-2/+0
2011-03-28Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUPLi Dongyang1-0/+1
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+11
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+27
2011-01-16btrfs: fix wrong free space information of btrfsMiao Xie1-0/+3
2011-01-16btrfs: make the chunk allocator utilize the devices betterMiao Xie1-0/+24
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2010-12-13Btrfs: account for missing devices in RAID allocation profilesChris Mason1-0/+2
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+1
2010-09-10btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-1/+0
2009-09-21Btrfs: make balance code choose more wisely when relocatingJosef Bacik1-0/+3
2009-06-10Btrfs: avoid races between super writeout and device list updatesChris Mason1-1/+6
2009-06-10Btrfs: autodetect SSD devicesChris Mason1-0/+5
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball1-0/+3
2009-04-20Btrfs: use WRITE_SYNC for synchronous writesChris Mason1-2/+11
2009-04-02Btrfs: fix typos in commentsWu Fengguang1-1/+1
2008-12-12Btrfs: shared seed deviceYan Zheng1-2/+1