aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-integrity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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