aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-6/+6
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei1-21/+10
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei1-2/+5
2015-01-19Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh1-1/+1
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba1-2/+6
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba1-1/+5
2015-01-02Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()Dan Carpenter1-1/+1
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-32/+771
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao Xie1-1/+1
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie1-1/+1
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie1-14/+595
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-18/+176
2014-11-20btrfs: fix dead lock while running replace and defrag concurrentlyGui Hecheng1-30/+60
2014-10-02btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-09-17Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie1-2/+1
2014-09-17Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie1-0/+1
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-1/+2
2014-09-17Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie1-1/+5
2014-09-17Btrfs: fix wrong fsid check of scrubMiao Xie1-5/+13
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-16/+1
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-6/+8
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo1-2/+3
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser1-2/+2
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-19/+89
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong1-19/+89
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-35/+62