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