summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig2021-08-011-0/+1
* scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2021-07-302-92/+54
* scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-302-7/+8
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-302-237/+78
* scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-3/+0
* scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-282-797/+0
* scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-120/+99
* scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig2021-07-281-8/+0
* scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig2021-07-281-15/+0
* scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-283-115/+5
* scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2021-07-282-18/+22
* scsi: block: Add a queue_max_bytes() helperChristoph Hellwig2021-07-281-11/+2
* scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-281-12/+0
* scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-281-13/+0
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-07-281-1/+4
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-099-27/+63
|\
| * blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai2021-07-071-0/+15
| * block: fix the problem of io_ticks becoming smallerChunguang Xu2021-07-071-1/+1
| * block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig2021-07-011-5/+1
| * block: grab a device refcount in disk_ueventChristoph Hellwig2021-07-011-2/+2
| * block: check disk exist before trying to add partitionYufen Yu2021-06-301-7/+16
| * block: return errors from blk_execute_rq()Keith Busch2021-06-301-2/+5
| * block: support polling through blk_execute_rqKeith Busch2021-06-301-1/+17
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-304-7/+5
| * block: mark blk_mq_init_queue_data staticChristoph Hellwig2021-06-301-2/+1
* | scsi: blkcg: Fix application ID config optionsMartin K. Petersen2021-07-041-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-024-7/+21
|\ \
| * | scsi: blkcg: Add app identifier support for blkcgMuneendra Kumar2021-06-101-0/+9
| * | scsi: core: Drop message byte helperHannes Reinecke2021-05-311-1/+1
| * | scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-313-3/+3
| * | scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-312-0/+4
| * | scsi: scsi_ioctl: Return error code when blk_rq_map_kern() failsHannes Reinecke2021-05-311-3/+4
* | | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-023-17/+12
|\ \ \
| * | | partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann2021-05-173-17/+12
| |/ /
* | | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-27/+92
|\ \ \ | |_|/ |/| |
| * | block: improve handling of all zones reset operationDamien Le Moal2021-06-041-27/+92
* | | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-0/+1
|\ \ \
| * | | block: export blk_next_bio()Chaitanya Kulkarni2021-06-171-0/+1
* | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3034-1757/+2911
|\ \ \ \
| * | | | block: fix discard request mergeMing Lei2021-06-291-2/+6
| * | | | block/mq-deadline: Remove a WARN_ON_ONCE() callBart Van Assche2021-06-271-1/+0
| * | | | blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei2021-06-251-3/+0
| * | | | blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-248-21/+41
| * | | | bfq: Remove merged request already in bfq_requests_merged()Jan Kara2021-06-241-28/+13
| * | | | block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-12/+10
| * | | | block: move bdev_disk_changedChristoph Hellwig2021-06-241-1/+54
| * | | | block: add the events* attributes to disk_attrsChristoph Hellwig2021-06-243-19/+10
| * | | | block: move the disk events code to a separate fileChristoph Hellwig2021-06-244-493/+491
| * | | | block: fix trace completion for chained bioEdward Hsieh2021-06-241-7/+6
| * | | | block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen2021-06-211-1/+1