summaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-1/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-2/+2
* btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig2022-05-161-3/+2
* btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig2022-05-161-13/+1
* btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig2022-05-161-72/+77
* btrfs: factor out allocating an array of pagesSweet Tea Dorminy2022-05-161-5/+3
* btrfs: remove unnecessary type castsYu Zhe2022-05-161-1/+1
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig2021-10-261-91/+110
* btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-1/+1
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-1/+1
* btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba2021-08-231-8/+3
* btrfs: check-integrity: drop unnecessary function prototypesAnand Jain2021-08-231-49/+0
* btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny2021-04-191-2/+3
* btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny2021-04-191-4/+5
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-5/+5
* btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-091-2/+1
* btrfs: check integrity: remove local copy of csum_sizeDavid Sterba2020-12-081-5/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-1/+1
* btrfs: check-integrity: use proper helper to access btrfs_headerDavid Sterba2020-12-081-1/+1
* btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang2020-07-271-21/+6
* btrfs: remove buffer_heads form super block mirror integrity checkingJohannes Thumshirn2020-03-231-19/+21
* btrfs: remove buffer_heads from btrfsic_process_written_block()Johannes Thumshirn2020-03-231-78/+25
* btrfs: remove btrfsic_submit_bh()Johannes Thumshirn2020-03-231-57/+0
* btrfs: remove superfluous BUG_ON() in integrity checksJohannes Thumshirn2020-01-201-1/+0
* btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn2020-01-201-2/+1
* btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann2019-09-091-3/+4
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-4/+7
* btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn2019-07-011-1/+1
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn2018-12-171-4/+4
* btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-171-6/+6
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockLiu Bo2018-10-151-3/+3
* btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
* btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo2018-08-061-1/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-2/+2
* btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang2017-11-011-1/+1
* btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gu JinXiang2017-10-301-1/+1
* btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais2017-10-301-2/+2
* Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-4/+4
|\
| * btrfs: use appropriate define for the fsidAnand Jain2017-08-181-1/+1
| * btrfs: use named constant for bdev blocksizeDavid Sterba2017-08-161-3/+3
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+6
* | btrfs: index check-integrity state hash by a dev_tChristoph Hellwig2017-08-231-18/+13
|/
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-32/+21
|\