index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
2022-09-27
5
-8
/
+10
*
blk-cgroup: pass a gendisk to the blkg allocation helpers
Christoph Hellwig
2022-09-27
1
-28
/
+28
*
blk-cgroup: pass a gendisk to blkcg_schedule_throttle
Christoph Hellwig
2022-09-27
5
-10
/
+11
*
blk-cgroup: pass a gendisk to blkg_destroy_all
Christoph Hellwig
2022-09-27
1
-9
/
+4
*
blk-throttle: pass a gendisk to blk_throtl_cancel_bios
Christoph Hellwig
2022-09-27
3
-4
/
+5
*
blk-throttle: pass a gendisk to blk_throtl_register_queue
Christoph Hellwig
2022-09-27
3
-4
/
+5
*
blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit
Christoph Hellwig
2022-09-27
3
-9
/
+12
*
blk-iocost: cleanup ioc_qos_write
Christoph Hellwig
2022-09-27
1
-6
/
+8
*
blk-iocost: pass a gendisk to blk_iocost_init
Christoph Hellwig
2022-09-27
1
-3
/
+4
*
blk-iocost: simplify ioc_name
Christoph Hellwig
2022-09-27
1
-9
/
+5
*
blk-iolatency: pass a gendisk to blk_iolatency_init
Christoph Hellwig
2022-09-27
3
-4
/
+5
*
blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit
Christoph Hellwig
2022-09-27
3
-10
/
+10
*
blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue
Christoph Hellwig
2022-09-27
3
-26
/
+12
*
blk-cgroup: remove blkg_lookup_check
Christoph Hellwig
2022-09-27
1
-26
/
+10
*
blk-cgroup: cleanup the blkg_lookup family of functions
Christoph Hellwig
2022-09-27
2
-50
/
+27
*
blk-cgroup: remove open coded blkg_lookup instances
Christoph Hellwig
2022-09-27
2
-7
/
+7
*
blk-cgroup: remove blk_queue_root_blkg
Christoph Hellwig
2022-09-27
2
-15
/
+1
*
blk-cgroup: fix error unwinding in blkcg_init_queue
Christoph Hellwig
2022-09-27
1
-6
/
+7
*
blk-mq: don't redirect completion for hctx withs only one ctx mapping
Liu Song
2022-09-24
1
-3
/
+5
*
blk-throttle: improve bypassing bios checkings
Yu Kuai
2022-09-24
2
-7
/
+28
*
blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
Yu Kuai
2022-09-24
2
-21
/
+3
*
ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support
ZiyangZhang
2022-09-24
2
-1
/
+118
*
ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE
ZiyangZhang
2022-09-24
2
-4
/
+20
*
ublk_drv: consider recovery feature in aborting mechanism
ZiyangZhang
2022-09-24
1
-6
/
+110
*
ublk_drv: requeue rqs with recovery feature enabled
ZiyangZhang
2022-09-24
1
-5
/
+15
*
ublk_drv: define macros for recovery feature and check them
ZiyangZhang
2022-09-24
2
-1
/
+20
*
ublk_drv: check 'current' instead of 'ubq_daemon'
ZiyangZhang
2022-09-24
1
-2
/
+10
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2022-09-23
7
-142
/
+204
|
\
|
*
md: Fix spelling mistake in comments of r5l_log
Zhou nan
2022-09-22
1
-1
/
+1
|
*
md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
Logan Gunthorpe
2022-09-22
1
-0
/
+12
|
*
Merge branch 'md-next-raid10-optimize' into md-next
Song Liu
2022-09-22
2
-55
/
+96
|
|
\
|
|
*
md/raid10: convert resync_lock to use seqlock
Yu Kuai
2022-09-22
2
-30
/
+59
|
|
*
md/raid10: fix improper BUG_ON() in raise_barrier()
Yu Kuai
2022-09-22
1
-1
/
+1
|
|
*
md/raid10: prevent unnecessary calls to wake_up() in fast path
Yu Kuai
2022-09-22
1
-2
/
+8
|
|
*
md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowait
Yu Kuai
2022-09-22
1
-2
/
+2
|
|
*
md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()
Yu Kuai
2022-09-22
1
-22
/
+28
|
|
/
|
*
md: Remove extra mddev_get() in md_seq_start()
Logan Gunthorpe
2022-09-22
1
-1
/
+0
|
*
md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
David Sloan
2022-09-22
1
-1
/
+0
|
*
md/raid5: Ensure stripe_fill happens on non-read IO with journal
Logan Gunthorpe
2022-09-22
1
-1
/
+1
|
*
md/raid5: Don't read ->active_stripes if it's not needed
Logan Gunthorpe
2022-09-22
1
-3
/
+2
|
*
md/raid5: Cleanup prototype of raid5_get_active_stripe()
Logan Gunthorpe
2022-09-22
3
-25
/
+39
|
*
md/raid5: Drop extern on function declarations in raid5.h
Logan Gunthorpe
2022-09-22
1
-12
/
+10
|
*
md/raid5: Refactor raid5_get_active_stripe()
Logan Gunthorpe
2022-09-22
1
-41
/
+41
|
*
md: Replace snprintf with scnprintf
Saurabh Sengar
2022-09-22
1
-1
/
+1
|
*
md/raid10: fix compile warning
Guoqing Jiang
2022-09-22
1
-1
/
+1
|
*
md/raid5: Fix spelling mistakes in comments
XU pengfei
2022-09-22
1
-3
/
+3
|
/
*
block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO
Li Jinlin
2022-09-22
2
-3
/
+0
*
block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
Liu Shixin
2022-09-22
1
-13
/
+2
*
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-22
5
-12
/
+12
*
block/drbd: remove useless comments in receive_DataReply()
Gaosheng Cui
2022-09-22
1
-3
/
+0
[next]