aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-integrity.c
AgeCommit message (Expand)Author
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
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen
2013-11-23bio-integrity: Convert to bvec_iterKent Overstreet
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-04-05dm: improve block integrity supportMike Snitzer
2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy