aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10btrfs: Remove len argument from scrub_find_csumZhao Lei1-4/+3
2015-11-10btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei1-20/+8
2015-11-10btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_recheck_block_checksumZhao Lei1-94/+36
2015-11-10btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei1-0/+4
2015-11-10btrfs: scrub: setup all fields for sblock_to_checkZhao Lei1-0/+12
2015-11-10btrfs: 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/mason/linux-btrfsLinus Torvalds1-9/+3
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-86/+262
2015-08-31btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunks and scrub_chunkZhao 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/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris 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-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana1-1/+15
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng1-0/+2
2015-01-21Rename all ref_count to refs in structZhao Lei1-13/+13
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei1-11/+6
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei1-13/+15
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei1-16/+9
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei1-72/+48
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub_handle_errored_block()Zhao Lei1-27/+17
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei1-1/+1
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei1-12/+7
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei1-1/+2