summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
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-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-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
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei
2015-01-19Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba
2015-01-02Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie
2014-11-20btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng