index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
block: move the disk events code to a separate file
Christoph Hellwig
2021-06-24
4
-493
/
+491
|
*
|
|
|
block: fix trace completion for chained bio
Edward Hsieh
2021-06-24
1
-7
/
+6
|
*
|
|
|
block/partitions/msdos: Fix typo inidicator -> indicator
Thomas Bracht Laumann Jespersen
2021-06-21
1
-1
/
+1
|
*
|
|
|
block, bfq: reset waker pointer with shared queues
Paolo Valente
2021-06-21
1
-2
/
+4
|
*
|
|
|
block, bfq: check waker only for queues with no in-flight I/O
Paolo Valente
2021-06-21
1
-8
/
+13
|
*
|
|
|
block, bfq: avoid delayed merge of async queues
Paolo Valente
2021-06-21
1
-1
/
+7
|
*
|
|
|
block, bfq: boost throughput by extending queue-merging times
Pietro Pedroni
2021-06-21
1
-3
/
+13
|
*
|
|
|
block, bfq: consider also creation time in delayed stable merge
Paolo Valente
2021-06-21
1
-1
/
+3
|
*
|
|
|
block, bfq: fix delayed stable merge check
Luca Mariotti
2021-06-21
1
-1
/
+1
|
*
|
|
|
block, bfq: let also stably merged queues enjoy weight raising
Paolo Valente
2021-06-21
1
-1
/
+14
|
*
|
|
|
blk-wbt: make sure throttle is enabled properly
Zhang Yi
2021-06-21
1
-1
/
+5
|
*
|
|
|
blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...
Zhang Yi
2021-06-21
2
-2
/
+4
|
*
|
|
|
block/mq-deadline: Prioritize high-priority requests
Bart Van Assche
2021-06-21
1
-5
/
+37
|
*
|
|
|
block/mq-deadline: Add cgroup support
Bart Van Assche
2021-06-21
5
-14
/
+308
|
*
|
|
|
block/mq-deadline: Track I/O statistics
Bart Van Assche
2021-06-21
1
-0
/
+100
|
*
|
|
|
block/mq-deadline: Add I/O priority support
Bart Van Assche
2021-06-21
1
-114
/
+228
|
*
|
|
|
block/mq-deadline: Micro-optimize the batching algorithm
Bart Van Assche
2021-06-21
1
-6
/
+5
|
*
|
|
|
block/mq-deadline: Reserve 25% of scheduler tags for synchronous requests
Bart Van Assche
2021-06-21
1
-0
/
+55
|
*
|
|
|
block/mq-deadline: Improve the sysfs show and store macros
Bart Van Assche
2021-06-21
1
-37
/
+29
|
*
|
|
|
block/mq-deadline: Improve compile-time argument checking
Bart Van Assche
2021-06-21
1
-47
/
+49
|
*
|
|
|
block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
Bart Van Assche
2021-06-21
1
-4
/
+4
|
*
|
|
|
block/mq-deadline: Remove two local variables
Bart Van Assche
2021-06-21
1
-6
/
+2
|
*
|
|
|
block/mq-deadline: Add two lockdep_assert_held() statements
Bart Van Assche
2021-06-21
1
-0
/
+4
|
*
|
|
|
block/mq-deadline: Add several comments
Bart Van Assche
2021-06-21
1
-0
/
+18
|
*
|
|
|
block: Introduce the ioprio rq-qos policy
Bart Van Assche
2021-06-21
7
-0
/
+299
|
*
|
|
|
block/blk-rq-qos: Move a function from a header file into a C file
Bart Van Assche
2021-06-21
2
-13
/
+13
|
*
|
|
|
block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls
Bart Van Assche
2021-06-21
1
-5
/
+4
|
*
|
|
|
block/Kconfig: Make the BLK_WBT and BLK_WBT_MQ entries consecutive
Bart Van Assche
2021-06-21
1
-7
/
+7
|
*
|
|
|
blk-wbt: remove outdated comment
lijiazi
2021-06-18
1
-1
/
+0
|
*
|
|
|
block: Remove unnecessary elevator operation checks
Damien Le Moal
2021-06-18
2
-7
/
+10
|
*
|
|
|
blk-mq: fix use-after-free in blk_mq_exit_sched
Ming Lei
2021-06-18
1
-1
/
+3
|
*
|
|
|
block: mark queue init done at the end of blk_register_queue
Ming Lei
2021-06-16
1
-14
/
+15
|
*
|
|
|
block: fix race between adding/removing rq qos and normal IO
Ming Lei
2021-06-16
1
-0
/
+24
|
*
|
|
|
blk-mq: remove blk_mq_init_sq_queue
Christoph Hellwig
2021-06-11
1
-22
/
+0
|
*
|
|
|
blk-mq: add the blk_mq_alloc_disk APIs
Christoph Hellwig
2021-06-11
1
-0
/
+19
|
*
|
|
|
blk-mq: improve the blk_mq_init_allocated_queue interface
Christoph Hellwig
2021-06-11
3
-24
/
+15
|
*
|
|
|
blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
Christoph Hellwig
2021-06-11
1
-14
/
+18
|
*
|
|
|
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
2021-06-08
1
-2
/
+2
|
*
|
|
|
block: Update blk_update_request() documentation
Bart Van Assche
2021-06-03
1
-8
/
+4
|
*
|
|
|
block: Do not pull requests from the scheduler when we cannot dispatch them
Jan Kara
2021-06-03
3
-2
/
+14
|
*
|
|
|
block: remove bdget_disk
Christoph Hellwig
2021-06-01
2
-43
/
+17
|
*
|
|
|
block: factor out a part_devt helper
Christoph Hellwig
2021-06-01
1
-8
/
+17
|
*
|
|
|
block: move bd_part_count to struct gendisk
Christoph Hellwig
2021-06-01
1
-1
/
+1
|
*
|
|
|
block: move bd_mutex to struct gendisk
Christoph Hellwig
2021-06-01
2
-17
/
+14
|
*
|
|
|
block: unexport blk_alloc_queue
Christoph Hellwig
2021-06-01
2
-1
/
+2
|
*
|
|
|
block: add blk_alloc_disk and blk_cleanup_disk APIs
Christoph Hellwig
2021-06-01
1
-0
/
+35
|
*
|
|
|
block: add a flag to make put_disk on partially initalized disks safer
Christoph Hellwig
2021-06-01
1
-2
/
+5
|
*
|
|
|
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-06-01
2
-5
/
+1
|
*
|
|
|
block: move the DISK_MAX_PARTS sanity check into __device_add_disk
Christoph Hellwig
2021-06-01
1
-7
/
+6
|
*
|
|
|
block: refactor device number setup in __device_add_disk
Christoph Hellwig
2021-06-01
3
-66
/
+49
|
|
/
/
/
[prev]
[next]