summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-111-9/+3
|\
| * btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...Zhao Lei2015-08-311-8/+2
| * btrfs: Update out-of-date "skip parity stripe" commentZhao Lei2015-08-311-1/+1
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-051-86/+262
|\ \ | |/
| * Btrfs: fix parity scrub of RAID 5/6 with missing deviceOmar Sandoval2015-08-091-4/+22
| * Btrfs: fix device replace of a missing RAID 5/6 deviceOmar Sandoval2015-08-091-10/+147
| * Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationOmar Sandoval2015-08-091-2/+1
| * Btrfs: remove misleading handling of missing device scrubOmar Sandoval2015-08-091-15/+1
| * btrfs: Fix data checksum error cause by replace with io-load.Zhaolei2015-08-091-7/+27
| * btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks()Zhaolei2015-08-091-7/+3
| * btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off()Zhaolei2015-08-091-1/+10
| * btrfs: Bypass unrelated items before accessing its contents in scrubZhao Lei2015-08-091-8/+8
| * btrfs: Load only necessary csums into list in scrubZhao Lei2015-08-091-3/+5
| * btrfs: Fix calculate typo caused by ambiguous meaning of logic_endZhao Lei2015-08-091-5/+5
| * btrfs: Free checksum list on scrub_extent() failZhao Lei2015-08-091-2/+6
| * btrfs: Check cancel and pause in interval of scrub operationZhao Lei2015-08-091-16/+18
| * btrfs: Fix scrub panic when leaf crosses stripesZhao Lei2015-08-091-7/+10
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-16/+2
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-11/+11
|/
* btrfs: add error handling for scrub_workers_get()Zhao Lei2015-06-301-19/+20
* btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei2015-06-101-3/+23
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-1/+1
|\
| * btrfs: use correct type for workqueue flagsDavid Sterba2015-02-161-1/+1
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-13/+10
|\ \
| * | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-031-3/+3
| * | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-031-2/+2
| * | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-031-5/+3
| * | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-3/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-168/+141
|\ \ | |/
| * Btrfs: scrub, fix sleep in atomic contextFilipe Manana2015-02-141-16/+23
| * Btrfs: fix scrub race leading to use-after-freeFilipe Manana2015-02-021-1/+15
| * Rename all ref_count to refs in structZhao Lei2015-01-211-13/+13
| * Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-211-11/+6
| * Btrfs: Include map_type in raid_bioZhao Lei2015-01-211-13/+15
| * Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei2015-01-211-16/+9
| * Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei2015-01-211-72/+48
| * Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei2015-01-211-27/+17
| * Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei2015-01-211-1/+1
| * Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei2015-01-211-12/+7
| * Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei2015-01-211-1/+2
| * Btrfs: add ref_count and free function for btrfs_bioZhao Lei2015-01-211-6/+6
| * Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei2015-01-211-21/+10
| * Btrfs: fix a out-of-bound access of raid_mapZhao Lei2015-01-211-2/+5
| * btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba2015-01-141-2/+6
| * btrfs: cleanup, remove inode_item_info helperDavid Sterba2015-01-141-1/+5
* | btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng2015-01-271-0/+2
* | Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh2015-01-191-1/+1
|/
* Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter2015-01-021-1/+1
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-021-32/+771
|\
| * Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie2014-12-031-1/+1
OpenPOWER on IntegriCloud