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