summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2020-12-29btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo
2019-01-16btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2018-07-03btrfs: scrub: Don't use inode pages for device replaceQu Wenruo
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei
2015-11-10btrfs: Remove len argument from scrub_find_csumZhao Lei
2015-11-10btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei
2015-11-10btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei
2015-11-10btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei
2015-11-10btrfs: scrub: setup all fields for sblock_to_checkZhao Lei
2015-11-10btrfs: scrub: set error stats when tree block spanning stripesZhao Lei
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-31btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...Zhao Lei
2015-08-31btrfs: Update out-of-date "skip parity stripe" commentZhao Lei
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-09Btrfs: fix parity scrub of RAID 5/6 with missing deviceOmar Sandoval
2015-08-09Btrfs: fix device replace of a missing RAID 5/6 deviceOmar Sandoval
2015-08-09Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationOmar Sandoval
2015-08-09Btrfs: remove misleading handling of missing device scrubOmar Sandoval
2015-08-09btrfs: Fix data checksum error cause by replace with io-load.Zhaolei
2015-08-09btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks()Zhaolei
2015-08-09btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off()Zhaolei
2015-08-09btrfs: Bypass unrelated items before accessing its contents in scrubZhao Lei
2015-08-09btrfs: Load only necessary csums into list in scrubZhao Lei
2015-08-09btrfs: Fix calculate typo caused by ambiguous meaning of logic_endZhao Lei
2015-08-09btrfs: Free checksum list on scrub_extent() failZhao Lei
2015-08-09btrfs: Check cancel and pause in interval of scrub operationZhao Lei
2015-08-09btrfs: Fix scrub panic when leaf crosses stripesZhao Lei
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-06-30btrfs: add error handling for scrub_workers_get()Zhao Lei
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-03btrfs: cleanup, use correct type in div_u64_remDavid Sterba
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16btrfs: use correct type for workqueue flagsDavid Sterba
2015-02-14Btrfs: scrub, fix sleep in atomic contextFilipe Manana
2015-02-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng
2015-01-21Rename all ref_count to refs in structZhao Lei
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei