aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-03-12block: Fix partition support for host aware zoned block devicesGravatar Shin'ichiro Kawasaki 1-0/+36
2020-03-12block: cleanup comment for blk_flush_complete_seqGravatar Guoqing Jiang 1-3/+0
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGravatar Guoqing Jiang 3-6/+5
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGravatar Guoqing Jiang 1-20/+10
2020-03-12block: remove redundant setting of QUEUE_FLAG_DYINGGravatar Guoqing Jiang 1-1/+0
2020-03-12block: use bio_{wouldblock,io}_error in direct_make_requestGravatar Guoqing Jiang 1-3/+2
2020-03-12block: fix comment for blk_cloned_rq_check_limitsGravatar Guoqing Jiang 1-1/+1
2020-03-12blk-mq: insert flush request to the front of dispatch queueGravatar Ming Lei 1-0/+22
2020-03-12block: Fix use-after-free issue accessing struct io_cqGravatar Sahitya Tummala 1-0/+7
2020-03-10blk-iocost: fix incorrect vtime comparison in iocg_is_idle()Gravatar Tejun Heo 1-1/+1
2020-03-10blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs()Gravatar Bart Van Assche 1-1/+0
2020-03-10blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in syncGravatar Bart Van Assche 1-0/+8
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Gravatar Carlo Nonato 1-4/+5
2020-03-02block: Remove used kblockd_schedule_work_on()Gravatar Daniel Wagner 1-6/+0
2020-02-26blk-mq: Remove some unused function argumentsGravatar John Garry 4-11/+9
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyGravatar Ming Lei 4-16/+29
2020-02-06Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-15/+54
2020-02-03block, bfq: clarify the goal of bfq_split_bfqq()Gravatar Paolo Valente 1-0/+2
2020-02-03block, bfq: get a ref to a group when adding it to a service treeGravatar Paolo Valente 3-3/+12
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsGravatar Paolo Valente 3-5/+6
2020-02-03block, bfq: extend incomplete name of field on_stGravatar Paolo Valente 4-7/+10
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Gravatar Paolo Valente 1-0/+8
2020-02-03block, bfq: do not insert oom queue into position treeGravatar Paolo Valente 1-0/+4
2020-02-03block, bfq: do not plug I/O for bfq_queues with no proc refsGravatar Paolo Valente 1-0/+12
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-565/+397
2020-01-27Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-57/+119
2020-01-26block: allow partitions on host aware zone devicesGravatar Christoph Hellwig 1-4/+22
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2020-01-22block, bfq: improve arithmetic division in bfq_delta()Gravatar Wen Yang 1-4/+1
2020-01-22block/bfq: remove unused bfq_class_rt which never usedGravatar Alex Shi 1-1/+0
2020-01-15block: fix an integer overflow in logical block sizeGravatar Mikulas Patocka 1-1/+1
2020-01-14block: fix get_max_segment_size() overflow on 32bit archGravatar Ming Lei 1-2/+7
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsGravatar Ming Lei 1-1/+11
2020-01-09block: mark zone-mgmt bios with REQ_SYNCGravatar Chaitanya Kulkarni 1-1/+1
2020-01-06blk-mq: Document functions for sending requestGravatar André Almeida 1-2/+83
2020-01-06block: Allow t10-pi to be modularGravatar Herbert Xu 3-2/+10
2020-01-03compat_ioctl: simplify up block/ioctl.cGravatar Arnd Bergmann 1-152/+117
2020-01-03compat_ioctl: block: simplify compat_blkpg_ioctl()Gravatar Arnd Bergmann 1-36/+38
2020-01-03compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.cGravatar Arnd Bergmann 3-227/+219
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideGravatar Arnd Bergmann 1-75/+0
2020-01-03compat_ioctl: move cdrom commands into cdrom.cGravatar Arnd Bergmann 1-45/+0
2020-01-03compat_ioctl: bsg: add handlerGravatar Arnd Bergmann 1-0/+1
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cGravatar Arnd Bergmann 1-36/+0
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiGravatar Arnd Bergmann 2-99/+133
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlGravatar Arnd Bergmann 1-0/+21
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceGravatar Arnd Bergmann 1-28/+1
2019-12-30block: fix splitting segments on boundary masksGravatar Ming Lei 1-9/+9
2019-12-28block: add bio_truncate to fix guard_bio_eodGravatar Ming Lei 1-0/+39
2019-12-21compat_ioctl: block: handle Persistent ReservationsGravatar Arnd Bergmann 1-0/+9
2019-12-21compat_ioctl: block: handle add zone open, close and finish ioctlGravatar Arnd Bergmann 1-0/+3