aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-integrity.c
AgeCommit message (Expand)Author
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
2009-07-28block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-01-30block: Allow empty integrity profileMartin K. Petersen
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap
2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe
2008-07-03block: integrity checkpatch cleanupsJens Axboe
2008-07-03block: Block layer data integrity supportMartin K. Petersen