aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-1/+12
2015-10-21block: move blk_integrity to request_queueDan Williams1-7/+7
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-102/+58
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen1-0/+14
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen1-3/+3
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-9/+8
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-11/+11
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg1-0/+3
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen1-10/+26
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+12
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen1-21/+22
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen1-5/+5
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen1-2/+0
2013-11-23bio-integrity: Convert to bvec_iterKent Overstreet1-18/+22
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini1-1/+1
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+4
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-04-05dm: improve block integrity supportMike Snitzer1-1/+11
2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen1-1/+0
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-21/+72
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-07-28block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng1-0/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-01-30block: Allow empty integrity profileMartin K. Petersen1-11/+14
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen1-14/+14
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen1-1/+1
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+3
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-2/+2
2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe1-10/+7
2008-07-03block: integrity checkpatch cleanupsJens Axboe1-3/+5
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+382