index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND
Christoph Hellwig
-1
/
+4
2021-07-27
block: delay freeing the gendisk
Christoph Hellwig
-2
/
+1
2021-07-27
blk-iocost: fix operation ordering in iocg_wake_fn()
Tejun Heo
-5
/
+6
2021-07-27
cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
Tejun Heo
-6
/
+8
2021-07-27
blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
John Garry
-13
/
+4
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
-27
/
+63
2021-07-07
blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs
Yu Kuai
-0
/
+15
2021-07-07
block: fix the problem of io_ticks becoming smaller
Chunguang Xu
-1
/
+1
2021-07-04
scsi: blkcg: Fix application ID config options
Martin K. Petersen
-1
/
+1
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-7
/
+21
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-17
/
+12
2021-07-01
block: remove the bdgrab in blk_drop_partitions
Christoph Hellwig
-5
/
+1
2021-07-01
block: grab a device refcount in disk_uevent
Christoph Hellwig
-2
/
+2
2021-06-30
block: check disk exist before trying to add partition
Yufen Yu
-7
/
+16
2021-06-30
Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-27
/
+92
2021-06-30
block: return errors from blk_execute_rq()
Keith Busch
-2
/
+5
2021-06-30
block: support polling through blk_execute_rq
Keith Busch
-1
/
+17
2021-06-30
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
-7
/
+5
2021-06-30
block: mark blk_mq_init_queue_data static
Christoph Hellwig
-2
/
+1
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+1
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
-1757
/
+2911
2021-06-29
block: fix discard request merge
Ming Lei
-2
/
+6
2021-06-27
block/mq-deadline: Remove a WARN_ON_ONCE() call
Bart Van Assche
-1
/
+0
2021-06-25
blk-mq: update hctx->dispatch_busy in case of real scheduler
Ming Lei
-3
/
+0
2021-06-24
blk: Fix lock inversion between ioc lock and bfqd lock
Jan Kara
-21
/
+41
2021-06-24
bfq: Remove merged request already in bfq_requests_merged()
Jan Kara
-28
/
+13
2021-06-24
block: pass a gendisk to bdev_disk_changed
Christoph Hellwig
-12
/
+10
2021-06-24
block: move bdev_disk_changed
Christoph Hellwig
-1
/
+54
2021-06-24
block: add the events* attributes to disk_attrs
Christoph Hellwig
-19
/
+10
2021-06-24
block: move the disk events code to a separate file
Christoph Hellwig
-493
/
+491
2021-06-24
block: fix trace completion for chained bio
Edward Hsieh
-7
/
+6
2021-06-21
block/partitions/msdos: Fix typo inidicator -> indicator
Thomas Bracht Laumann Jespersen
-1
/
+1
2021-06-21
block, bfq: reset waker pointer with shared queues
Paolo Valente
-2
/
+4
2021-06-21
block, bfq: check waker only for queues with no in-flight I/O
Paolo Valente
-8
/
+13
2021-06-21
block, bfq: avoid delayed merge of async queues
Paolo Valente
-1
/
+7
2021-06-21
block, bfq: boost throughput by extending queue-merging times
Pietro Pedroni
-3
/
+13
2021-06-21
block, bfq: consider also creation time in delayed stable merge
Paolo Valente
-1
/
+3
2021-06-21
block, bfq: fix delayed stable merge check
Luca Mariotti
-1
/
+1
2021-06-21
block, bfq: let also stably merged queues enjoy weight raising
Paolo Valente
-1
/
+14
2021-06-21
blk-wbt: make sure throttle is enabled properly
Zhang Yi
-1
/
+5
2021-06-21
blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...
Zhang Yi
-2
/
+4
2021-06-21
block/mq-deadline: Prioritize high-priority requests
Bart Van Assche
-5
/
+37
2021-06-21
block/mq-deadline: Add cgroup support
Bart Van Assche
-14
/
+308
2021-06-21
block/mq-deadline: Track I/O statistics
Bart Van Assche
-0
/
+100
2021-06-21
block/mq-deadline: Add I/O priority support
Bart Van Assche
-114
/
+228
2021-06-21
block/mq-deadline: Micro-optimize the batching algorithm
Bart Van Assche
-6
/
+5
2021-06-21
block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
Bart Van Assche
-0
/
+55
2021-06-21
block/mq-deadline: Improve the sysfs show and store macros
Bart Van Assche
-37
/
+29
2021-06-21
block/mq-deadline: Improve compile-time argument checking
Bart Van Assche
-47
/
+49
2021-06-21
block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
Bart Van Assche
-4
/
+4
[prev]
[next]