aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2020-06-22btrfs: merge btrfs_find_device and find_deviceAnand Jain
2019-12-31btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2019-09-16btrfs: init csum_list before possible freeDan Robertson
2019-09-16btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-09-16btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2019-09-16btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2019-09-16Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-09-16Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro
2018-08-06btrfs: scrub: cleanup the remaining nodatasum fixup codeQu Wenruo
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov
2018-08-06btrfs: scrub: Remove unused copy_nocow_pages and its callchainQu Wenruo
2018-07-17btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo
2018-06-11btrfs: scrub: Don't use inode pages for device replaceQu Wenruo
2018-05-28btrfs: trace: Add trace points for unused block groupsQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba
2018-03-31btrfs: Remove unused length var from scrub_handle_errored_blockNikolay Borisov
2018-03-31Btrfs: scrub: batch rebuild for raid56Liu Bo
2018-03-26Btrfs: dev-replace: make sure target is identical to source when raid56 rebui...Liu Bo
2018-03-26Btrfs: dev-replace: skip prealloc extents when copy nocow pagesLiu Bo
2018-03-26btrfs: not a disk error if the bio_add_page failsAnand Jain
2018-01-22btrfs: rename btrfs_device::scrub_device to scrub_ctxAnand Jain
2018-01-22Btrfs: fix scrub to repair raid6 corruptionLiu Bo
2018-01-22btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba
2018-01-22Btrfs: use struct completion in scrub_submit_raid56_bio_waitLiu Bo
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell
2017-10-30btrfs: scrub: get rid of sector_tDavid Sterba
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-21btrfs: scrub: simplify scrub worker initializationDavid Sterba
2017-08-21btrfs: scrub: clean up division in scrub_find_csumDavid Sterba
2017-08-21btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba
2017-08-21btrfs: scrub: use bool for flush_all_writesDavid Sterba
2017-08-18btrfs: use appropriate define for the fsidAnand Jain
2017-08-16btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_waitDavid Sterba
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba
2017-06-19btrfs: scrub: add memalloc_nofs protection around init_ipathDavid Sterba