summaryrefslogtreecommitdiff
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10Btrfs: wake up @scrub_pause_wait as much as we canWang Shilong
2014-03-10Btrfs: device_replace: fix deadlock for nocow caseWang Shilong
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-28Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong
2014-01-28Btrfs: fix missing skinny metadata check in scrub_stripe()Wang Shilong