summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-08-14block: Add some exports for bcachefsKent Overstreet
2023-08-09block: make bvec_try_merge_hw_page() non-staticJinyoung Choi
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou
2023-06-16block: remove BIO_PAGE_REFFEDChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove unused fmode_t arguments from ioctl handlersChristoph Hellwig
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsChristoph Hellwig
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal
2023-04-13blk-iolatency: Make initialization lazyTejun Heo
2023-03-02blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar
2023-02-17block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-01block: Do not reread partition table on exclusively open deviceJan Kara
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-16block: make blk_set_default_limits() privateKeith Busch
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig
2022-11-01block: split elevator_switchChristoph Hellwig
2022-10-25block: Constify most queue limits pointersBart Van Assche
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03kmsan: disable physical page merging in biovecAlexander Potapenko
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig
2022-08-02block: change the blk_queue_bounce calling conventionChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-21block: remove __blk_get_queueChristoph Hellwig
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsChristoph Hellwig
2022-06-29block: simplify disk_set_independent_access_rangesChristoph Hellwig
2022-06-28block: simplify blktrace sysfs attribute creationChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig
2022-04-17block: refactor discard bio size limitingChristoph Hellwig
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-02-02block: move blk_drop_partitions to blk.hChristoph Hellwig