summaryrefslogtreecommitdiff
path: root/block/blk-integrity.c
AgeCommit message (Expand)Author
2024-09-13blk-integrity: improved sg segment mappingKeith Busch
2024-09-13block: unexport blk_rq_count_integrity_sgKeith Busch
2024-09-13block: provide a request helper for user integrity segmentsKeith Busch
2024-09-13blk-integrity: consider entire bio list for mergingKeith Busch
2024-09-13blk-integrity: properly account for segmentsKeith Busch
2024-06-17block: cleanup flag_{show,store}Kanchan Joshi
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-14block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flagsChristoph Hellwig
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig
2024-06-14block: don't require stable pages for non-PI metadataChristoph Hellwig
2024-06-14block: use kstrtoul in flag_storeChristoph Hellwig
2024-06-14block: factor out flag_{store,show} helper for integrityChristoph Hellwig
2024-06-14block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh
2023-04-26blk-integrity: convert to struct device_attributeThomas Weißschuh
2023-04-26blk-integrity: use sysfs_emitThomas Weißschuh
2023-02-09block: make kobj_type structures constantThomas Weißschuh
2021-11-29blk-crypto: remove blk_crypto_unregister()Eric Biggers
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig
2021-08-23block: return errors from blk_integrity_addLuis Chamberlain
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig
2019-04-25block: Replace all ktype default_attrs with groupsKimberly Brown
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-23block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov
2017-03-24block: constify struct blk_integrity_profileEric Biggers
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams
2015-10-21block: move blk_integrity to request_queueDan Williams
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg