aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+0
2021-10-27block: Add a helper to validate the block sizeXie Yongji1-0/+8
2021-10-26block: Add independent access ranges supportDamien Le Moal1-0/+39
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-0/+4
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-0/+5
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-3/+0
2021-10-22block: add a ->get_unique_id methodChristoph Hellwig1-0/+11
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-8/+8
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-25/+4
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei1-0/+2
2021-10-19block: attempt direct issue of plug listJens Axboe1-0/+1
2021-10-19block: change plugging to use a singly linked listJens Axboe1-3/+2
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig1-17/+0
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-2/+11
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-0/+29
2021-10-18block: cache request queue in bdevPavel Begunkov1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-3/+5
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-0/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-1/+3
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe1-1/+14
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-02Merge 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-11block: 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-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-5/+0
2021-07-30scsi: block: Remove BLK_SCSI_MAX_CMDSChristoph Hellwig1-3/+0
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-6/+0
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-11/+0
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-1/+1
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-07-28scsi: block: Add a queue_max_bytes() helperChristoph Hellwig1-0/+5