| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Fix partition support for host aware zoned block devices | Shin'ichiro Kawasaki | 2020-03-12 | 1 | -0/+36 |
* | blk-mq: insert flush request to the front of dispatch queue | Ming Lei | 2020-03-12 | 1 | -0/+22 |
* | blk-iocost: fix incorrect vtime comparison in iocg_is_idle() | Tejun Heo | 2020-03-10 | 1 | -1/+1 |
* | block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() | Carlo Nonato | 2020-03-06 | 1 | -4/+5 |
* | block: Remove used kblockd_schedule_work_on() | Daniel Wagner | 2020-03-02 | 1 | -6/+0 |
* | blk-mq: Remove some unused function arguments | John Garry | 2020-02-26 | 4 | -11/+9 |
* | blk-mq: insert passthrough request into hctx->dispatch directly | Ming Lei | 2020-02-24 | 4 | -16/+29 |
* | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-02-06 | 4 | -15/+54 |
|\ |
|
| * | block, bfq: clarify the goal of bfq_split_bfqq() | Paolo Valente | 2020-02-03 | 1 | -0/+2 |
| * | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente | 2020-02-03 | 3 | -3/+12 |
| * | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 2020-02-03 | 3 | -5/+6 |
| * | block, bfq: extend incomplete name of field on_st | Paolo Valente | 2020-02-03 | 4 | -7/+10 |
| * | block, bfq: get extra ref to prevent a queue from being freed during a group ... | Paolo Valente | 2020-02-03 | 1 | -0/+8 |
| * | block, bfq: do not insert oom queue into position tree | Paolo Valente | 2020-02-03 | 1 | -0/+4 |
| * | block, bfq: do not plug I/O for bfq_queues with no proc refs | Paolo Valente | 2020-02-03 | 1 | -0/+12 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-01-29 | 5 | -565/+397 |
|\ \
| |/
|/| |
|
| * | compat_ioctl: simplify up block/ioctl.c | Arnd Bergmann | 2020-01-03 | 1 | -152/+117 |
| * | compat_ioctl: block: simplify compat_blkpg_ioctl() | Arnd Bergmann | 2020-01-03 | 1 | -36/+38 |
| * | compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c | Arnd Bergmann | 2020-01-03 | 3 | -227/+219 |
| * | compat_ioctl: move HDIO ioctl handling into drivers/ide | Arnd Bergmann | 2020-01-03 | 1 | -75/+0 |
| * | compat_ioctl: move cdrom commands into cdrom.c | Arnd Bergmann | 2020-01-03 | 1 | -45/+0 |
| * | compat_ioctl: bsg: add handler | Arnd Bergmann | 2020-01-03 | 1 | -0/+1 |
| * | compat_ioctl: move CDROMREADADIO to cdrom.c | Arnd Bergmann | 2020-01-03 | 1 | -36/+0 |
| * | compat_ioctl: move CDROM_SEND_PACKET handling into scsi | Arnd Bergmann | 2020-01-03 | 2 | -99/+133 |
| * | compat_ioctl: block: add blkdev_compat_ptr_ioctl | Arnd Bergmann | 2020-01-03 | 1 | -0/+21 |
| * | compat: scsi: sg: fix v3 compat read/write interface | Arnd Bergmann | 2020-01-03 | 1 | -28/+1 |
* | | Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-01-27 | 8 | -57/+119 |
|\ \ |
|
| * | | partitions/ldm: fix spelling mistake "to" -> "too" | Colin Ian King | 2020-01-23 | 1 | -1/+1 |
| * | | block, bfq: improve arithmetic division in bfq_delta() | Wen Yang | 2020-01-22 | 1 | -4/+1 |
| * | | block/bfq: remove unused bfq_class_rt which never used | Alex Shi | 2020-01-22 | 1 | -1/+0 |
| * | | block: mark zone-mgmt bios with REQ_SYNC | Chaitanya Kulkarni | 2020-01-09 | 1 | -1/+1 |
| * | | blk-mq: Document functions for sending request | André Almeida | 2020-01-06 | 1 | -2/+83 |
| * | | block: Allow t10-pi to be modular | Herbert Xu | 2020-01-06 | 3 | -2/+10 |
| * | | blk-mq: optimise blk_mq_flush_plug_list() | Pavel Begunkov | 2019-12-19 | 1 | -38/+19 |
| * | | blk-mq: optimise rq sort function | Pavel Begunkov | 2019-12-19 | 1 | -8/+4 |
* | | | block: allow partitions on host aware zone devices | Christoph Hellwig | 2020-01-26 | 1 | -4/+22 |
* | | | block: fix an integer overflow in logical block size | Mikulas Patocka | 2020-01-15 | 1 | -1/+1 |
* | | | block: fix get_max_segment_size() overflow on 32bit arch | Ming Lei | 2020-01-14 | 1 | -2/+7 |
* | | | fs: move guard_bio_eod() after bio_set_op_attrs | Ming Lei | 2020-01-09 | 1 | -1/+11 |
* | | | block: fix splitting segments on boundary masks | Ming Lei | 2019-12-30 | 1 | -9/+9 |
* | | | block: add bio_truncate to fix guard_bio_eod | Ming Lei | 2019-12-28 | 1 | -0/+39 |
| |/
|/| |
|
* | | compat_ioctl: block: handle Persistent Reservations | Arnd Bergmann | 2019-12-21 | 1 | -0/+9 |
* | | compat_ioctl: block: handle add zone open, close and finish ioctl | Arnd Bergmann | 2019-12-21 | 1 | -0/+3 |
* | | compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES | Arnd Bergmann | 2019-12-21 | 1 | -0/+2 |
* | | compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE | Arnd Bergmann | 2019-12-21 | 1 | -0/+2 |
* | | block: fix memleak when __blk_rq_map_user_iov() is failed | Yang Yingliang | 2019-12-20 | 1 | -1/+1 |
* | | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche | 2019-12-20 | 2 | -0/+6 |
* | | block: Fix the type of 'sts' in bsg_queue_rq() | Bart Van Assche | 2019-12-20 | 1 | -1/+1 |
* | | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT | Roman Penyaev | 2019-12-17 | 1 | -4/+7 |
* | | iocost: over-budget forced IOs should schedule async delay | Tejun Heo | 2019-12-16 | 1 | -5/+8 |
|/ |
|