index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
scsi: block: Fix a race in the runtime power management code
Bart Van Assche
1
-6
/
+9
2020-12-30
blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick
Douglas Anderson
1
-2
/
+6
2020-12-30
block: factor out requeue handling from dispatch code
Johannes Thumshirn
1
-11
/
+18
2020-12-30
block: Simplify REQ_OP_ZONE_RESET_ALL handling
Damien Le Moal
1
-27
/
+13
2020-11-10
blk-cgroup: Pre-allocate tree node on blkg_conf_prep
Gabriel Krisman Bertazi
1
-2
/
+12
2020-11-10
blk-cgroup: Fix memleak on error path
Gabriel Krisman Bertazi
1
-0
/
+1
2020-10-29
block: ratelimit handle_bad_sector() message
Tetsuo Handa
1
-5
/
+4
2020-10-29
blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue
Yang Yang
2
-3
/
+8
2020-10-07
block/diskstats: more accurate approximation of io_ticks for slow disks
Konstantin Khlebnikov
2
-6
/
+6
2020-09-23
block: only call sched requeue_request() for scheduled requests
Omar Sandoval
2
-13
/
+1
2020-09-17
block: Set same_page to false in __bio_try_merge_page if ret is false
Ritesh Harjani
1
-1
/
+3
2020-09-09
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-09-09
block: ensure bdi->io_pages is always initialized
Jens Axboe
1
-0
/
+1
2020-09-03
blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
Ming Lei
2
-0
/
+18
2020-09-03
block: fix get_max_io_size()
Keith Busch
1
-1
/
+1
2020-09-03
blkcg: fix memleak for iolatency
Yufen Yu
1
-3
/
+5
2020-09-03
blk-mq: insert request not through ->queue_rq into sw/scheduler queue
Ming Lei
1
-1
/
+2
2020-09-03
bfq: fix blkio cgroup leakage v4
Dmitry Monakhov
3
-12
/
+3
2020-09-03
block: Fix page_is_mergeable() for compound pages
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-09-03
block: respect queue limit of max discard segment
Ming Lei
1
-2
/
+9
2020-08-19
iocost: Fix check condition of iocg abs_vdebt
Chengming Zhou
1
-1
/
+1
2020-07-22
block: fix get_max_segment_size() overflow on 32bit arch
Ming Lei
1
-2
/
+7
2020-07-22
block: fix splitting segments on boundary masks
Ming Lei
1
-9
/
+9
2020-07-22
blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
Hou Tao
1
-0
/
+3
2020-07-16
blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
Ming Lei
1
-2
/
+2
2020-07-16
block: release bip in a right way in error path
Chengguang Xu
1
-9
/
+14
2020-06-30
block: update hctx map when use multiple maps
Weiping Zhang
1
-1
/
+3
2020-06-30
block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed
yu kuai
1
-1
/
+0
2020-06-22
iocost: don't let vrate run wild while there's no saturation signal
Tejun Heo
1
-4
/
+24
2020-06-22
block: reset mapping if failed to update hardware queue count
Weiping Zhang
1
-1
/
+1
2020-06-22
block: alloc map and request for new hardware queue
Ming Lei
1
-12
/
+12
2020-06-03
Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
Jens Axboe
1
-7
/
+4
2020-05-14
iocost: protect iocg->abs_vdebt with iocg->waitq.lock
Tejun Heo
1
-46
/
+71
2020-05-02
blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget
John Garry
1
-1
/
+3
2020-05-02
blk-iocost: Fix error on iocost_ioc_vrate_adj
Waiman Long
1
-2
/
+2
2020-04-23
block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline
Paolo Valente
1
-7
/
+13
2020-04-23
block, bfq: make reparent_leaf_entity actually work only on leaf entities
Paolo Valente
1
-17
/
+31
2020-04-23
block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup
Paolo Valente
3
-6
/
+2
2020-04-17
block, bfq: fix use-after-free in bfq_idle_slice_timer_body
Zhiqiang Liu
1
-4
/
+12
2020-04-17
block: Fix use-after-free issue accessing struct io_cq
Sahitya Tummala
1
-0
/
+7
2020-04-17
block, bfq: move forward the getting of an extra ref in bfq_bfqq_move
Paolo Valente
1
-7
/
+7
2020-04-17
block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
Konstantin Khlebnikov
1
-0
/
+3
2020-04-13
blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
Bart Van Assche
1
-0
/
+8
2020-03-25
block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
Carlo Nonato
1
-4
/
+5
2020-03-21
blk-mq: insert flush request to the front of dispatch queue
Ming Lei
1
-0
/
+22
2020-03-21
blk-mq: insert passthrough request into hctx->dispatch directly
Ming Lei
4
-16
/
+29
2020-03-18
blk-iocost: fix incorrect vtime comparison in iocg_is_idle()
Tejun Heo
1
-1
/
+1
2020-03-12
block, bfq: remove ifdefs from around gets/puts of bfq groups
Paolo Valente
3
-5
/
+6
2020-03-12
block, bfq: get a ref to a group when adding it to a service tree
Paolo Valente
3
-3
/
+12
2020-03-12
block, bfq: do not insert oom queue into position tree
Paolo Valente
1
-0
/
+4
[next]