summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-10/+0
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+3
* block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-171-0/+1
* Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-06-261-1/+5
|\
| * Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-261-1/+5
| * Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-291-37/+5
| |\
* | \ Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-20/+1
|\ \ \
| * | | writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo2015-06-021-19/+0
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-1/+1
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-2/+1
|\ \ \ \
| * | | | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-2/+1
* | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-38/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | block: add blk_set_queue_dying() to blkdev.hJens Axboe2015-06-051-0/+1
| | |/ / | |/| |
| * | | block: don't honor chunk sizes for data-less IOJens Axboe2015-05-291-1/+1
| | |/ | |/|
| * | block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-221-5/+1
| * | block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-191-1/+1
| * | block: move PM request support to IDEChristoph Hellwig2015-05-051-20/+1
| * | block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig2015-05-051-1/+0
| * | block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-1/+0
| * | block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-051-9/+2
| * | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-2/+2
| |/
* | block: remove export for blk_queue_bioMike Snitzer2015-05-121-2/+0
|/
* block: remove unused function blk_bio_map_sgChristoph Hellwig2015-02-111-2/+0
* 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-131-2/+4
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-1/+0
|\
| * block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-1/+0
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-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/+0
|/ /
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-021-2/+1
|\ \
| * | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1
| |/
* | block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen2014-10-281-2/+2
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-41/+30
|\
| * block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-091-3/+2
| * 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/+4
| * 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/+0
| * block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-5/+2
| * block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-251-8/+2
| * 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-091-1/+1
|/
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-011-1/+2
OpenPOWER on IntegriCloud