summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/scrub.c
AgeCommit message (Expand)Author
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeQu Wenruo
2020-12-09btrfs: scrub: support subpage data scrubQu Wenruo
2020-12-09btrfs: scrub: support subpage tree block scrubQu Wenruo
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Qu Wenruo
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsQu Wenruo
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain
2020-12-08btrfs: scrub: refactor scrub_find_csum()Qu Wenruo
2020-12-08btrfs: scrub: remove the force parameter from scrub_pagesQu Wenruo
2020-12-08btrfs: scrub: distinguish scrub page from regular pageQu Wenruo
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana
2020-11-05btrfs: scrub: update message regarding read-only statusDavid Sterba
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba
2020-08-27btrfs: allocate scrub workqueues outside of locksJosef Bacik
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba
2020-07-27btrfs: scrub: simplify tree block checksum calculationDavid Sterba
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba
2020-07-27btrfs: scrub: simplify data block checksum calculationDavid Sterba
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba
2020-07-27btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba
2020-07-27btrfs: scrub: simplify superblock checksum calculationDavid Sterba
2020-07-27btrfs: scrub: unify naming of page address variablesDavid Sterba
2020-07-27btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: scrub, only lookup for csums if we are dealing with a data extentFilipe Manana
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-05-25btrfs: fix a race between scrub and block group removal/allocationFilipe Manana
2020-03-23btrfs: scrub: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: hold a ref on the root in scrub_print_warning_inodeJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-01-24btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou
2019-11-18Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-11-18btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-07-02btrfs: add mask for all RAID1 typesDavid Sterba