aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo1-391/+0
2023-10-12btrfs: check-integrity: remove btrfsic_mount() functionQu Wenruo1-1586/+0
2023-10-12btrfs: check-integrity: remove btrfsic_check_bio() functionQu Wenruo1-894/+0
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig1-2/+2
2023-06-19btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig1-7/+12
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain1-1/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-05-16btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig1-3/+2
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig1-13/+1
2022-05-16btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig1-72/+77
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy1-5/+3
2022-05-16btrfs: remove unnecessary type castsYu Zhe1-1/+1
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-10-26btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig1-91/+110
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-1/+1
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo1-1/+1
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba1-8/+3
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain1-49/+0
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny1-2/+3
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny1-4/+5
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-5/+5
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-2/+1
2020-12-08btrfs: check integrity: remove local copy of csum_sizeDavid Sterba1-5/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-1/+1
2020-12-08btrfs: check-integrity: use proper helper to access btrfs_headerDavid Sterba1-1/+1
2020-07-27btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang1-21/+6
2020-03-23btrfs: remove buffer_heads form super block mirror integrity checkingJohannes Thumshirn1-19/+21
2020-03-23btrfs: remove buffer_heads from btrfsic_process_written_block()Johannes Thumshirn1-78/+25
2020-03-23btrfs: remove btrfsic_submit_bh()Johannes Thumshirn1-57/+0
2020-01-20btrfs: remove superfluous BUG_ON() in integrity checksJohannes Thumshirn1-1/+0
2020-01-20btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn1-2/+1
2019-09-09btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann1-3/+4
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-4/+7
2019-07-01btrfs: use btrfs_csum_data() instead of directly calling crc32cJohannes Thumshirn1-1/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-12-17btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn1-4/+4
2018-12-17btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn1-6/+6
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-1/+1
2018-10-15Btrfs: use args in the correct order for kcalloc in btrfsic_read_blockLiu Bo1-3/+3
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba1-1/+1
2018-08-06btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo1-1/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-2/+2
2017-11-01btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang1-1/+1
2017-10-30btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gu JinXiang1-1/+1
2017-10-30btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais1-2/+2
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-4/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-6/+6
2017-08-23btrfs: index check-integrity state hash by a dev_tChristoph Hellwig1-18/+13
2017-08-18btrfs: use appropriate define for the fsidAnand Jain1-1/+1
2017-08-16btrfs: use named constant for bdev blocksizeDavid Sterba1-3/+3
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-32/+21
2017-06-19btrfs: sink gfp parameter to btrfs_io_bio_allocDavid Sterba1-1/+1
2017-06-19btrfs: btrfs_io_bio_alloc never fails, skip error handlingDavid Sterba1-5/+0
2017-06-19btrfs: replace opencoded kvzalloc with the helperDavid Sterba1-7/+4
2017-06-19Btrfs: check-integrity use bvec_iterLiu Bo1-12/+15
2017-06-19btrfs: kmap() can't failFabian Frederick1-7/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-6/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-30/+33
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-6/+6
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-1/+1
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney1-10/+10
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig1-19/+11
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-1/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-166/+106
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-103/+40
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-5/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-5/+5
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+31
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-4/+4
2016-06-07block, drivers, fs: shrink bi_rw from long to intMike Christie1-2/+2
2016-06-07btrfs: use bio op accessorsMike Christie1-10/+9
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-12/+12
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-8/+10
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-30/+30
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-03-11btrfs: use kbasename in btrfsic_mountRasmus Villemoes1-6/+3
2016-01-07btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang1-79/+26
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-2/+2
2015-10-21btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt1-2/+2
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason1-4/+1
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+2
2015-02-16Btrfs: switch to kvfree() helperWang Shilong1-4/+1
2014-11-25Btrfs: include vmalloc.h in check-integrity.cChris Mason1-0/+1
2014-11-20Btrfs: check-int: don't complain about balanced blocksStefan Behrens1-38/+42
2014-11-20Btrfs: check_int: use the known block locationStefan Behrens1-55/+11
2014-11-20Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang1-5/+11
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie1-1/+1
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-2/+1
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-13/+0
2014-06-09btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens1-1/+4
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+8
2014-01-28Btrfs: fix check-integrity to look at the referenced data properlyJosef Bacik1-4/+8
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+13
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-19/+13
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-4/+4
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-19/+13
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-5/+2
2013-11-11Btrfs: check_int, remove warning for mixed-modeStefan Behrens1-4/+5
2013-11-11Btrfs: fix check_int 'leaf item out of bounce' regressionStefan Behrens1-1/+1
2013-09-01Btrfs: Use %z to format size_tGeert Uytterhoeven1-4/+2
2013-09-01Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=yGeert Uytterhoeven1-5/+7
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven1-5/+4
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-198/+95
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-1/+1
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-50/+60
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-1/+1
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-2/+1
2012-12-16Btrfs: fix race in check-integrity caused by usage of bitfieldStefan Behrens1-1/+1
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-2/+13
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-6/+6
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens1-2/+14
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-3/+4
2012-06-14Btrfs: use rcu to protect device->nameJosef Bacik1-7/+9
2012-05-30Btrfs: fix false positive in check-integrity on unmountStefan Behrens1-1/+1
2012-05-30Btrfs: fix runtime warning in check-integrity check data modeStefan Behrens1-3/+22
2012-05-11Btrfs: change integrity checker to support big blocksStefan Behrens1-146/+415
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-1/+1
2012-02-10BTRFS: Don't include disk-io.h twice in check-integrity.cJesper Juhl1-1/+0
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens1-5/+6
2011-12-21Btrfs: add optional integrity check codeStefan Behrens1-0/+3068