summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-3/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-3/+0
| * Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-16/+278
| |\
* | \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-19/+0
|\ \ \
| * | | scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-19/+0
* | | | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-0/+2
|\ \ \ \
| * | | | block: add ->poll_bio to block_device_operationsMing Lei2022-03-091-0/+2
* | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-17/+279
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | blk-mq: manage hctx map via xarrayMing Lei2022-03-081-1/+1
| | |_|/ | |/| |
| * | | blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-281-0/+1
| |/ /
| * | block: add a ->free_disk methodChristoph Hellwig2022-02-161-0/+2
| * | block: fix the kerneldoc for bio_end_io_acctChristoph Hellwig2022-02-021-1/+1
| * | block: check that there is a plug in blk_flush_plugChristoph Hellwig2022-02-021-1/+6
| * | block: remove blk_needs_flush_plugChristoph Hellwig2022-02-021-13/+0
| * | block: remove genhd.hChristoph Hellwig2022-02-021-3/+270
* | | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-1/+2
|/ /
* / block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-01-281-0/+1
|/
* block: move rq_list macros to blk-mq.hKeith Busch2022-01-051-29/+0
* block: remove unnecessary trailing '\'Keith Busch2021-12-221-1/+1
* block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa2021-12-211-1/+1
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-0/+9
* blk-crypto: remove blk_crypto_unregister()Eric Biggers2021-11-291-4/+0
* block: only allocate poll_stats if there's a user of themJens Axboe2021-11-291-2/+1
* 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