aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-35/+62
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-13/+10
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo1-43/+50
2014-03-10Btrfs: wake up @scrub_pause_wait as much as we canWang Shilong1-0/+10
2014-03-10Btrfs: device_replace: fix deadlock for nocow caseWang Shilong1-2/+15
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-66/+68
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong1-2/+1
2014-01-28Btrfs: fix missing skinny metadata check in scrub_stripe()Wang Shilong1-1/+4
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-23/+27
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong1-26/+17
2014-01-28Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong1-19/+26
2014-01-28btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti1-2/+0
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+4
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-29/+4
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-29/+4
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong1-13/+10
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong1-13/+5
2013-11-11Btrfs: fix the dev-replace suspend sequenceIlya Dryomov1-2/+3
2013-09-21Btrfs: improve replacing nocow extentsJosef Bacik1-14/+98
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens1-5/+0
2013-09-01Btrfs: Format mirror_num as intGeert Uytterhoeven1-3/+3
2013-09-01Btrfs: Format PAGE_SIZE as unsigned longGeert Uytterhoeven1-3/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-11/+5
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-6/+6
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-02Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie1-1/+22
2013-07-02Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie1-25/+23
2013-07-02Btrfs: fix oops when recovering the file data by scrub functionMiao Xie1-1/+1
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie1-11/+5
2013-07-01Btrfs: free csums when we're done scrubbing an extentJosef Bacik1-0/+1
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-5/+5
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo1-26/+57
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-22/+0
2013-05-06Btrfs: add a incompatible format change for smaller metadata extent refsJosef Bacik1-10/+20
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-8/+5
2013-03-29Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik1-1/+2
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-0/+8
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-1/+1
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo1-5/+20
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-0/+8
2012-12-16Btrfs: fix BUG() in scrub when first superblock reading gives EIOStefan Behrens1-0/+11
2012-12-16Btrfs: fix a scrub regression in case of write errorsStefan Behrens1-1/+2
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens1-2/+2
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+6
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens1-71/+812
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens1-5/+9
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-42/+34
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-7/+7