summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10Btrfs: wake up @scrub_pause_wait as much as we canWang Shilong
2014-03-10Btrfs: device_replace: fix deadlock for nocow caseWang Shilong
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong
2014-01-28Btrfs: fix missing skinny metadata check in scrub_stripe()Wang Shilong
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong
2014-01-28Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong
2014-01-28btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: submit_bio_wait() conversionsKent Overstreet
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong
2013-11-11Btrfs: remove scrub_super_lock holding in btrfs_sync_log()Wang Shilong
2013-11-11Btrfs: fix the dev-replace suspend sequenceIlya Dryomov
2013-09-21Btrfs: improve replacing nocow extentsJosef Bacik
2013-09-01Btrf: cleanup: don't check for root_refs == 0 twiceStefan Behrens
2013-09-01Btrfs: Format mirror_num as intGeert Uytterhoeven
2013-09-01Btrfs: Format PAGE_SIZE as unsigned longGeert Uytterhoeven
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens
2013-07-02Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie
2013-07-02Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie
2013-07-02Btrfs: fix oops when recovering the file data by scrub functionMiao Xie
2013-07-02Btrfs: remove btrfs_sector_sum structureMiao Xie
2013-07-01Btrfs: free csums when we're done scrubbing an extentJosef Bacik
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason
2013-05-06Btrfs: improve the loop of scrub_stripeLiu Bo