summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-291-0/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-191-0/+50
|\
| * block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2015-09-111-0/+30
| * block: Check for gaps on front and back mergesJens Axboe2015-09-031-0/+20
* | blk: rq_data_dir() should not return a booleanLinus Torvalds2015-09-121-1/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-4/+4
|\ \ | |/ |/|
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-271-1/+1
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-4/+4
* | block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-1/+20
* | block: bump BLK_DEF_MAX_SECTORS to 2560Jeff Moyer2015-08-181-1/+1
* | Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-0/+1
* | 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
OpenPOWER on IntegriCloud