summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove unused function blk_bio_map_sgChristoph Hellwig2015-02-111-2/+0Star
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-051-2/+2
* block: mark blk-mq devices as stackableMike Snitzer2015-01-281-0/+1
* block: support different tag allocation policyShaohua Li2015-01-231-2/+6
* block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-211-2/+2
* block: Change direct_access calling conventionMatthew Wilcox2015-01-141-2/+4
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-1/+0Star
|\
| * block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-1/+0Star
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-111-2/+2
|\ \
| * | block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-2/+2
* | | scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-1/+0Star
|/ /
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-021-2/+1Star
|\ \
| * | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1Star
| |/
* / block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen2014-10-291-2/+2
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-41/+30Star
|\
| * block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-091-3/+2Star
| * block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-271-10/+10
| * block: Integrity checksum flagMartin K. Petersen2014-09-271-0/+1
| * block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-271-0/+1
| * block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-271-2/+4
| * block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-271-5/+4Star
| * block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-271-3/+3
| * block: Remove integrity tagging functionsMartin K. Petersen2014-09-271-4/+0Star
| * block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-5/+2Star
| * block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-251-8/+2Star
| * block, bdi: an active gendisk always has a request_queue associated with itTejun Heo2014-09-081-1/+1
* | include/linux/blkdev.h: use NULL instead of zeroMichele Curti2014-10-101-1/+1
|/
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-011-1/+2
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-011-0/+1
* block: add support for limiting gaps in SG listsJens Axboe2014-06-251-0/+1
* block: blk_max_size_offset() should check ->max_sectorsJens Axboe2014-06-181-1/+1
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-0/+1
* block: add notion of a chunk size for request mergingJens Axboe2014-06-051-1/+21
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-051-0/+13
|\
| * fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2014-06-051-0/+4
| * fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-051-0/+9
* | blk-mq: fix sparse warning on missed __percpu annotationMing Lei2014-06-041-1/+1
|/
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-301-1/+1
|\
| * block: add queue flag for disabling SG mergingJens Axboe2014-05-291-0/+1
| * block: remove 'magic' from struct blk_plugJens Axboe2014-05-291-1/+0Star
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-4/+11
|\|
| * blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-281-1/+4
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+3
| * blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-091-3/+4
* | bsg: update check for rq based driver for blk-mqJens Axboe2014-04-161-0/+9
|/
* block: export blk_finish_requestChristoph Hellwig2014-04-161-0/+1
* blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2014-04-161-1/+1
* block: all blk-mq requests are taggedChristoph Hellwig2014-04-151-1/+2
* block: remove struct request buffer memberJens Axboe2014-04-151-1/+0Star
* Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2014-04-151-3/+14
|\