summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-28/+5
|\
| * scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-301-5/+0
| * scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig2021-07-301-3/+0
| * scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-6/+0
| * scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-281-11/+0
| * scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-1/+1
| * scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-281-1/+1
| * scsi: block: Add a queue_max_bytes() helperChristoph Hellwig2021-07-281-0/+5
| * scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-281-1/+0
| * scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-281-2/+0
* | block: Add alternative_gpt_sector() operationDmitry Osipenko2021-08-241-0/+7
* | block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-3/+2
* | block: move some macros to blkdev.hGuoqing Jiang2021-08-111-0/+4
* | block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-091-0/+16
* | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-3/+0
* | block: add a queue_has_disk helperChristoph Hellwig2021-08-091-0/+1
* | block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* | block: remove bdputChristoph Hellwig2021-08-021-1/+0
* | block: remove bdgrabChristoph Hellwig2021-08-021-1/+0
* | Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-241-1/+1
|\ \ | |/ |/|
| * block: increase BLKCG_MAX_POLSOleksandr Natalenko2021-07-171-1/+1
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-31/+6
|\ \ | |/
| * block: return errors from blk_execute_rq()Keith Busch2021-06-301-1/+3
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-30/+3
* | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-0/+12
|\ \ | |/ |/|
| * block: introduce bio zone helpersDamien Le Moal2021-06-041-0/+12
* | block: unexport blk_alloc_queueChristoph Hellwig2021-06-011-1/+0
* | blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry2021-05-241-0/+4
|/
* Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-151-5/+0
|\
| * blkdev.h: remove unused codes blk_account_rqLin Feng2021-05-121-5/+0
* | Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-091-2/+0
|\ \ | |/
| * Revert "bio: limit bio max size"Jens Axboe2021-05-081-2/+0
* | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-071-0/+2
|\ \ | |/
| * bio: limit bio max sizeChangheun Lee2021-05-031-0/+2
* | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-1/+0
|/
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+0
|\
| * block: remove the revalidate_disk methodChristoph Hellwig2021-03-291-1/+0
* | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-26/+20
|\ \
| * | blk-mq: bypass IO scheduler's limit_depth for passthrough requestLin Feng2021-04-161-0/+6
| * | block: add queue_to_disk() to get gendisk from request_queueJeffle Xu2021-04-121-0/+2
| * | block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-061-1/+1
| * | block: refactor the bounce buffering codeChristoph Hellwig2021-04-061-18/+11
| * | block: remove BLK_BOUNCE_ISA supportChristoph Hellwig2021-04-061-7/+0
| |/
* | block: remove the unused RQF_ALLOCED flagChristoph Hellwig2021-04-021-2/+0
|/
* block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-011-2/+0
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-1/+0
|\
| * block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-1/+0
* | Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-221-1/+1
|\ \ | |/ |/|
| * blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior2021-02-121-1/+1
* | block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-0/+15