summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+9
|\
| * block: simplify the block device syncing codeChristoph Hellwig2021-10-221-0/+4
| * block: remove __sync_blockdevChristoph Hellwig2021-10-221-0/+5
* | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-3/+11
|\ \
| * | block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-3/+0
| * | block: add a ->get_unique_id methodChristoph Hellwig2021-10-221-0/+11
| |/
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-17/+0
|\ \
| * | block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig2021-10-181-17/+0
* | | block: Add a helper to validate the block sizeXie Yongji2021-10-271-0/+8
* | | block: Add independent access ranges supportDamien Le Moal2021-10-261-0/+39
| |/ |/|
* | 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