aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-14block: Add some exports for bcachefsGravatar Kent Overstreet 1-1/+0
2023-08-09block: make bvec_try_merge_hw_page() non-staticGravatar Jinyoung Choi 1-0/+4
2023-07-17blk-flush: count inflight flush_data requestsGravatar Chengming Zhou 1-3/+2
2023-06-16block: remove BIO_PAGE_REFFEDGravatar Christoph Hellwig 1-2/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-5/+6
2023-06-12block: remove unused fmode_t arguments from ioctl handlersGravatar Christoph Hellwig 1-3/+3
2023-06-12block: move a few internal definitions out of blkdev.hGravatar Christoph Hellwig 1-2/+21
2023-06-05block: delete partitions later in del_gendiskGravatar Christoph Hellwig 1-1/+1
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureGravatar David Howells 1-0/+12
2023-05-19blk-mq: defer to the normal submission path for non-flush flush commandsGravatar Christoph Hellwig 1-1/+1
2023-04-26blk-integrity: register sysfs attributes on struct deviceGravatar Thomas Weißschuh 1-9/+1
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Gravatar Damien Le Moal 1-0/+2
2023-04-13blk-iolatency: Make initialization lazyGravatar Tejun Heo 1-6/+0
2023-03-02blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestGravatar Uday Shankar 1-0/+7
2023-02-17block: Revert "block: Do not reread partition table on exclusively open device"Gravatar Yu Kuai 1-1/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-18/+9
2022-12-01block: Do not reread partition table on exclusively open deviceGravatar Jan Kara 1-1/+1
2022-11-30block: untangle request_queue refcounting from sysfsGravatar Christoph Hellwig 1-4/+0
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2022-11-16block: make blk_set_default_limits() privateGravatar Keith Busch 1-0/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetGravatar Christoph Hellwig 1-8/+1
2022-11-01block: split elevator_switchGravatar Christoph Hellwig 1-0/+1
2022-10-25block: Constify most queue limits pointersGravatar Bart Van Assche 1-5/+6
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2022-10-03kmsan: disable physical page merging in biovecGravatar Alexander Potapenko 1-0/+7
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesGravatar Keith Busch 1-2/+1
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initGravatar Christoph Hellwig 1-2/+2
2022-08-02block: pass struct queue_limits to the bio splitting helpersGravatar Christoph Hellwig 1-11/+14
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cGravatar Christoph Hellwig 1-10/+0
2022-08-02block: change the blk_queue_bounce calling conventionGravatar Christoph Hellwig 1-4/+6
2022-08-02block: change the blk_queue_split calling conventionGravatar Christoph Hellwig 1-3/+3
2022-07-21block: remove __blk_get_queueGravatar Christoph Hellwig 1-5/+0
2022-07-14block: Use enum req_op where appropriateGravatar Bart Van Assche 1-1/+1
2022-07-06block: pass a gendisk to blk_queue_free_zone_bitmapsGravatar Christoph Hellwig 1-2/+2
2022-07-06block: pass a gendisk to blk_queue_clear_zone_settingsGravatar Christoph Hellwig 1-2/+2
2022-06-29block: simplify disk_set_independent_access_rangesGravatar Christoph Hellwig 1-2/+1
2022-06-28block: simplify blktrace sysfs attribute creationGravatar Christoph Hellwig 1-0/+2
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-0/+3
2022-06-27block: move blk_queue_get_max_sectors to blk.hGravatar Christoph Hellwig 1-0/+13
2022-04-17block: refactor discard bio size limitingGravatar Christoph Hellwig 1-14/+0
2022-04-17block: allow use of per-cpu bio alloc cache by block driversGravatar Mike Snitzer 1-6/+0
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetGravatar Mike Snitzer 1-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2022-03-08blk-mq: do not include passthrough requests in I/O accountingGravatar Christoph Hellwig 1-1/+1
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-1/+0
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnGravatar Ming Lei 1-0/+1
2022-02-16block: don't declare submit_bio_checks in local headerGravatar Ming Lei 1-1/+0
2022-02-02block: pass a block_device and opf to blk_next_bioGravatar Chaitanya Kulkarni 1-2/+0
2022-02-02block: move blk_drop_partitions to blk.hGravatar Christoph Hellwig 1-0/+1
2022-02-02block: move disk_{block,unblock,flush}_events to blk.hGravatar Christoph Hellwig 1-0/+3