aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-2/+2
2022-05-16btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockGravatar Christoph Hellwig 1-3/+2
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingGravatar Christoph Hellwig 1-13/+1
2022-05-16btrfs: factor check and flush helpers from __btrfsic_submit_bioGravatar Christoph Hellwig 1-72/+77
2022-05-16btrfs: factor out allocating an array of pagesGravatar Sweet Tea Dorminy 1-5/+3
2022-05-16btrfs: remove unnecessary type castsGravatar Yu Zhe 1-1/+1
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-10-26btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateGravatar Christoph Hellwig 1-91/+110
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-1/+1
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-1/+1
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesGravatar David Sterba 1-8/+3
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesGravatar Anand Jain 1-49/+0
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageGravatar Ira Weiny 1-2/+3
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioGravatar Ira Weiny 1-4/+5
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-5/+5
2020-12-09btrfs: drop casts of bio bi_sectorGravatar David Sterba 1-2/+1
2020-12-08btrfs: check integrity: remove local copy of csum_sizeGravatar David Sterba 1-5/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-1/+1
2020-12-08btrfs: check-integrity: use proper helper to access btrfs_headerGravatar David Sterba 1-1/+1
2020-07-27btrfs: check-integrity: remove unnecessary failure messages during memory all...Gravatar Liao Pingfang 1-21/+6
2020-03-23btrfs: remove buffer_heads form super block mirror integrity checkingGravatar Johannes Thumshirn 1-19/+21
2020-03-23btrfs: remove buffer_heads from btrfsic_process_written_block()Gravatar Johannes Thumshirn 1-78/+25
2020-03-23btrfs: remove btrfsic_submit_bh()Gravatar Johannes Thumshirn 1-57/+0
2020-01-20btrfs: remove superfluous BUG_ON() in integrity checksGravatar Johannes Thumshirn 1-1/+0
2020-01-20btrfs: fix possible NULL-pointer dereference in integrity checksGravatar Johannes Thumshirn 1-2/+1
2019-09-09btrfs: reduce stack usage for btrfsic_process_written_blockGravatar Arnd Bergmann 1-3/+4
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 1-4/+7
2019-07-01btrfs: use btrfs_csum_data() instead of directly calling crc32cGravatar Johannes Thumshirn 1-1/+1
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-1/+1
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itGravatar Johannes Thumshirn 1-4/+4
2018-12-17btrfs: use offset_in_page instead of open-coding itGravatar Johannes Thumshirn 1-6/+6
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoGravatar Nikolay Borisov 1-1/+1
2018-10-15Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockGravatar Liu Bo 1-3/+3
2018-08-06btrfs: open-code bio_set_op_attrsGravatar David Sterba 1-1/+1
2018-08-06btrfs: check-integrity: Fix NULL pointer dereference for degraded mountGravatar Qu Wenruo 1-1/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-2/+2
2017-11-01btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gravatar Gu JinXiang 1-1/+1
2017-10-30btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gravatar Gu JinXiang 1-1/+1
2017-10-30btrfs: return -ENOMEM on allocation failure in btrfsicGravatar Allen Pais 1-2/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-4/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-6/+6
2017-08-23btrfs: index check-integrity state hash by a dev_tGravatar Christoph Hellwig 1-18/+13
2017-08-18btrfs: use appropriate define for the fsidGravatar Anand Jain 1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeGravatar David Sterba 1-3/+3
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+21
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocGravatar David Sterba 1-1/+1
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingGravatar David Sterba 1-5/+0
2017-06-19btrfs: replace opencoded kvzalloc with the helperGravatar David Sterba 1-7/+4