summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal1-1/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig1-4/+4
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei1-2/+2
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-0/+1
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15
2022-05-23block: add sync_blockdev_range()Yuezhang Mo1-0/+1
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig1-1/+1
2022-04-18block: add a disk_openers helperChristoph Hellwig1-0/+15
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei1-3/+4
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-11/+16
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-0/+5
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig1-0/+5
2022-04-17block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig1-33/+1
2022-04-17block: remove queue_discard_alignmentChristoph Hellwig1-8/+0
2022-04-17block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig1-20/+1
2022-04-17block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig1-8/+0
2022-04-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-0/+6
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig1-0/+6
2022-04-17block: add a bdev_fua helperChristoph Hellwig1-1/+5
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig1-0/+5
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-0/+5
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+0
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+279
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei1-0/+2
2022-03-08blk-mq: manage hctx map via xarrayMing Lei1-1/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-3/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe1-16/+278
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers1-0/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-19/+0
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+2
2022-02-16block: add a ->free_disk methodChristoph Hellwig1-0/+2
2022-02-02block: fix the kerneldoc for bio_end_io_acctChristoph Hellwig1-1/+1
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-1/+6
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig1-13/+0
2022-02-02block: remove genhd.hChristoph Hellwig1-3/+270
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-0/+1
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch1-29/+0
2021-12-22block: remove unnecessary trailing '\'Keith Busch1-1/+1
2021-12-21block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa1-1/+1
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-0/+9
2021-11-29blk-crypto: remove blk_crypto_unregister()Eric Biggers1-4/+0
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe1-2/+1
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...Linus 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