aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2023-09-13block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-07-19block/rq_qos: protect rq_qos apis with a new lockYu Kuai
2023-07-19block: Fix the type of the second bdev_op_is_zoned_write() argumentBart Van Assche
2023-05-20block: remove NFL4_UFLG_MASKChristoph Hellwig
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-20blk-mq: remove hybrid pollingKeith Busch
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21block: remove more NULL checks after bdev_get_queue()Juhyung Park
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-01-29blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai
2023-01-29block: introduce bdev_zone_no helperPankaj Raghav
2023-01-29block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav
2023-01-29block: remove superfluous check for request queue in bdev_is_zoned()Pankaj Raghav
2023-01-29block: save user max_sectors limitKeith Busch
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2023-01-04Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-03block: remove devnode callback from struct block_device_operationsGreg Kroah-Hartman
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig
2022-11-16block: make blk_set_default_limits() privateKeith Busch
2022-11-16block: make dma_alignment a stacking queue_limitKeith Busch
2022-11-16block: remove delayed holder registrationChristoph Hellwig
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig
2022-10-31block: simplify blksize_bits() implementationDawei Li
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe
2022-10-10block: avoid sign extend problem with default queue flags maskBrian Foster
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-25block: add bdev_max_segments() helperNaohiro Aota
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig