summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-08-01scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig
2021-07-30scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-07-28scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig
2021-07-28scsi: block: Add a queue_max_bytes() helperChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig
2021-07-28scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-01block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig
2021-06-30block: check disk exist before trying to add partitionYufen Yu
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30block: return errors from blk_execute_rq()Keith Busch
2021-06-30block: support polling through blk_execute_rqKeith Busch
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29block: fix discard request mergeMing Lei
2021-06-27block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Jan Kara
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-24block: move bdev_disk_changedChristoph Hellwig
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig
2021-06-24block: fix trace completion for chained bioEdward Hsieh
2021-06-21block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen
2021-06-21block, bfq: reset waker pointer with shared queuesPaolo Valente
2021-06-21block, bfq: check waker only for queues with no in-flight I/OPaolo Valente
2021-06-21block, bfq: avoid delayed merge of async queuesPaolo Valente
2021-06-21block, bfq: boost throughput by extending queue-merging timesPietro Pedroni
2021-06-21block, bfq: consider also creation time in delayed stable mergePaolo Valente
2021-06-21block, bfq: fix delayed stable merge checkLuca Mariotti
2021-06-21block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente
2021-06-21blk-wbt: make sure throttle is enabled properlyZhang Yi