summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba2017-06-191-1/+1
| * btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba2017-06-191-5/+0
| * btrfs: replace opencoded kvzalloc with the helperDavid Sterba2017-06-191-7/+4
| * Btrfs: check-integrity use bvec_iterLiu Bo2017-06-191-12/+15
| * btrfs: kmap() can't failFabian Frederick2017-06-191-7/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-6/+4
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-30/+33
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-6/+6