summaryrefslogtreecommitdiff
path: root/block/blk-integrity.c
AgeCommit message (Expand)AuthorFilesLines
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 imp...Tejun 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 notati...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