aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23block: add sync_blockdev_range()Yuezhang Mo
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig
2022-04-17block: remove queue_discard_alignmentChristoph Hellwig
2022-04-17block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig
2022-04-17block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig
2022-04-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_fua helperChristoph Hellwig
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei
2022-03-08blk-mq: manage hctx map via xarrayMing Lei
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-02-28blk-crypto: show crypto capabilities in sysfsEric Biggers
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-16block: add a ->free_disk methodChristoph Hellwig
2022-02-02block: fix the kerneldoc for bio_end_io_acctChristoph Hellwig
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch
2021-12-22block: remove unnecessary trailing '\'Keith Busch
2021-12-21block: use "unsigned long" for blk_validate_block_size().Tetsuo Handa
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-11-29blk-crypto: remove blk_crypto_unregister()Eric Biggers
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27block: Add a helper to validate the block sizeXie Yongji
2021-10-26block: Add independent access ranges supportDamien Le Moal