summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-20block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov4-21/+2
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams3-29/+14
2015-10-21block: move blk_integrity to request_queueDan Williams4-10/+13
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen10-181/+152
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen2-0/+21
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen3-9/+9
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen9-64/+65
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen3-13/+12
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg3-0/+39
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo29-102/+134
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen3-23/+39
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen4-1/+28
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen3-25/+28
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen4-52/+52
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen6-201/+1
2013-11-24bio-integrity: Convert to bvec_iterKent Overstreet4-126/+71
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini3-2/+18
2013-02-22bdi: allow block devices to say that they require stable page writesDarrick J. Wong4-0/+26
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker4-0/+4
2011-04-05dm: improve block integrity supportMike Snitzer3-35/+93
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. Petersen12-50/+167
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy54-70/+69
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. Petersen54-98/+108
2009-01-30block: Allow empty integrity profileMartin K. Petersen1-11/+14
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen2-15/+15
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 Heo11-77/+86
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap8-59/+64
2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe2-14/+11
2008-07-03block: integrity checkpatch cleanupsJens Axboe2-12/+25
2008-07-03block: Block layer data integrity supportMartin K. Petersen13-7/+1355