summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove __sync_blockdevChristoph Hellwig2021-10-221-0/+5
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-8/+8
* block: cleanup the flush plug helpersChristoph Hellwig2021-10-201-25/+4
* blk-mq: support concurrent queue quiesce/unquiesceMing Lei2021-10-191-0/+2
* block: attempt direct issue of plug listJens Axboe2021-10-191-0/+1
* block: change plugging to use a singly linked listJens Axboe2021-10-191-3/+2
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-2/+11
* block: provide helpers for rq_list manipulationJens Axboe2021-10-181-0/+29
* block: cache request queue in bdevPavel Begunkov2021-10-181-1/+1
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-3/+5
* io_uring: don't sleep when polling for I/OChristoph Hellwig2021-10-181-0/+2
* block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-1/+3
* block: pre-allocate requests if plug is started and is a batchJens Axboe2021-10-181-1/+14
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-10-181-2/+0
* blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-181-2/+2
* blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-181-2/+1
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-468/+1
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-183/+0
* block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2021-10-181-64/+0
* block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2021-10-181-7/+0
* block: move elevator.h to block/Christoph Hellwig2021-10-181-2/+9
* block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig2021-10-181-2/+0
* block: remove the cmd_size field from struct request_queueChristoph Hellwig2021-10-181-2/+0
* block: remove the unused blk_queue_state enumChristoph Hellwig2021-10-181-5/+0
* 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