summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe1-2/+0
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry1-2/+2
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry1-2/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-468/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-183/+0
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig1-64/+0
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig1-7/+0
2021-10-18block: move elevator.h to block/Christoph Hellwig1-2/+9
2021-10-18block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig1-2/+0
2021-10-18block: remove the cmd_size field from struct request_queueChristoph Hellwig1-2/+0
2021-10-18block: remove the unused blk_queue_state enumChristoph Hellwig1-5/+0
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+5
2021-08-24block: Add alternative_gpt_sector() operationDmitry Osipenko1-0/+7
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-3/+2
2021-08-12block: move some macros to blkdev.hGuoqing Jiang1-0/+4
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+16
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-3/+0
2021-08-09block: add a queue_has_disk helperChristoph Hellwig1-0/+1
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-08-02block: remove bdputChristoph Hellwig1-1/+0
2021-08-02block: remove bdgrabChristoph Hellwig1-1/+0
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-5/+0
2021-07-31scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig1-3/+0
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig1-6/+0
2021-07-29scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-11/+0
2021-07-29scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-1/+1
2021-07-29scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-07-29scsi: block: Add a queue_max_bytes() helperChristoph Hellwig1-0/+5
2021-07-29scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig1-1/+0
2021-07-29scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig1-2/+0
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+6
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+12
2021-07-01block: return errors from blk_execute_rq()Keith Busch1-1/+3
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-30/+3
2021-06-04block: introduce bio zone helpersDamien Le Moal1-0/+12
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig1-1/+0
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry1-0/+4
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-05-12blkdev.h: remove unused codes blk_account_rqLin Feng1-5/+0
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-05-09Revert "bio: limit bio max size"Jens Axboe1-2/+0
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-1/+0
2021-05-03bio: limit bio max sizeChangheun Lee1-0/+2
2021-04-29Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-04-29Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+20
2021-04-16blk-mq: bypass IO scheduler's limit_depth for passthrough requestLin Feng1-0/+6
2021-04-12block: add queue_to_disk() to get gendisk from request_queueJeffle Xu1-0/+2