aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11btrfs: scrub: silence an uninitialized variable warningDan Carpenter1-1/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba1-3/+3
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo1-3/+3
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba1-11/+13
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei1-1/+1
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+0
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-6/+6
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba1-2/+0
2016-01-07btrfs: drop duplicate prefix from scrub workqueuesDavid Sterba1-5/+5
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-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-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