summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-08block: Drop spurious might_sleep() from blk_put_queue()Tejun Heo1-3/+0
2022-12-15block: fix use-after-free of q->q_usage_counterMing Lei1-4/+5
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-44/+39
2022-11-30block: mark blk_put_queue as potentially blockingChristoph Hellwig1-4/+2
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-8/+34
2022-11-16block: make dma_alignment a stacking queue_limitKeith Busch1-1/+0
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-22/+5
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig1-12/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-26/+11
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav1-0/+6
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+1
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig1-17/+0
2022-09-20block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen1-1/+1
2022-09-13block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2
2022-09-05block: remove unneeded return value of bio_check_ro()Miaohe Lin1-7/+3
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig1-8/+1
2022-07-21block: remove __blk_get_queueChristoph Hellwig1-6/+4
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-3/+3
2022-07-12block: Use try_cmpxchg in update_io_ticksUros Bizjak1-1/+1
2022-07-06block: simplify blk_check_zone_appendChristoph Hellwig1-3/+2
2022-07-06block: simplify blk_mq_plugChristoph Hellwig1-1/+1
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-3/+3
2022-06-28block: simplify disk shutdownChristoph Hellwig1-37/+0
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig1-3/+0
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig1-3/+0
2022-06-27block: Directly use ida_alloc()/free()Bo Liu1-2/+2
2022-06-17block: disable the elevator int del_gendiskChristoph Hellwig1-13/+0
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-05-28block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig1-1/+1
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+30
2022-05-16block: cleanup the VM accounting in submit_bioChristoph Hellwig1-13/+5
2022-05-04block: improve the error message from bio_check_eodChristoph Hellwig1-4/+3
2022-05-02Revert "block: release rq qos structures for queue without disk"Ming Lei1-4/+0
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei1-32/+20
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+1
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+9
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-161/+132
2022-03-14block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-03-09block: add ->poll_bio to block_device_operationsMing Lei1-5/+9
2022-03-08block: move q_usage_counter release into blk_queue_releaseMing Lei1-2/+0
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei1-5/+0
2022-03-07block: remove handle_bad_sectorChristoph Hellwig1-12/+5
2022-03-07block: fix and cleanup bio_check_roChristoph Hellwig1-6/+2
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-12/+1
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-8/+2
2022-02-16block: merge submit_bio_checks() into submit_bio_noacctMing Lei1-108/+101
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei1-13/+17