aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-32/+771
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao Xie1-1/+1
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie1-1/+1
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie1-14/+595
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-18/+176
2014-11-20btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng1-30/+60
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie1-2/+1
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie1-0/+1
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-1/+2
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie1-1/+5
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie1-5/+13
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-16/+1
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-6/+8
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo1-2/+3
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser1-2/+2
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-19/+89
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong1-19/+89
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