Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a0958ba7fcdc316e3900f8d2afda519850d60985
a0958ba
block: Improve default elevator selection
by Damien Le Moal
· 5 years ago
68c43f1
block: Introduce elevator features
by Damien Le Moal
· 5 years ago
954b4a5
block: Change elevator_init_mq() to always succeed
by Damien Le Moal
· 5 years ago
61db437
block: Cleanup elevator_init_mq() use
by Damien Le Moal
· 5 years ago
362cd2b
lightnvm: print error when target is not found
by Minwoo Im
· 5 years ago
43db059
lightnvm: introduce pr_fmt for the prefix nvm
by Minwoo Im
· 5 years ago
03754ea
paride/pcd: need to check if cd->disk is null in pcd_detect
by zhengbin
· 5 years ago
d821cce
paride/pcd: need to set queue to NULL before put_disk
by zhengbin
· 5 years ago
ecf4d59
paride/pf: need to set queue to NULL before put_disk
by zhengbin
· 5 years ago
c5ef62e6
Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.4/block
by Jens Axboe
· 5 years ago
b0f01ec
md/raid5: use bio_end_sector to calculate last_sector
by Guoqing Jiang
· 5 years ago
07f1a68
md/raid1: fail run raid1 array when active disk less than one
by Yufen Yu
· 5 years ago
62f7b19
md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
by Guilherme G. Piccoli
· 5 years ago
a22a960
closures: fix a race on wakeup from closure_sync
by Kent Overstreet
· 5 years ago
d66c992
bcache: Fix an error code in bch_dump_read()
by Dan Carpenter
· 5 years ago
d55a4ae
bcache: add cond_resched() in __bch_cache_cmp()
by Shile Zhang
· 5 years ago
fa99165
Documentation:kernel-per-CPU-kthreads.txt: Remove reference to elevator=
by Marcos Paulo de Souza
· 5 years ago
f97eeb6
Documenation: switching-sched: Remove notes about elevator argument
by Marcos Paulo de Souza
· 5 years ago
85c0a03
block: elevator.c: Remove now unused elevator= argument
by Marcos Paulo de Souza
· 5 years ago
cb8acab
block: mq-deadline: Fix queue restart handling
by Damien Le Moal
· 5 years ago
0feacaa
writeback: don't access page->mapping directly in track_foreign_dirty TP
by Tejun Heo
· 5 years ago
8f5914b
Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-5.4/block
by Jens Axboe
· 5 years ago
3a8e9ac
writeback: add tracepoints for cgroup foreign writebacks
by Tejun Heo
· 5 years ago
e916ad2
blkcg: add missing NULL check in ioc_cpd_alloc()
by Tejun Heo
· 5 years ago
bc31c1e
nvme-rdma: Use rq_dma_dir macro
by Israel Rukshin
· 5 years ago
f15872c
nvme-fc: Use rq_dma_dir macro
by Israel Rukshin
· 5 years ago
f2fa006
nvme-pci: Tidy up nvme_unmap_data
by Israel Rukshin
· 5 years ago
e7832cb
nvme: make fabrics command run on a separate request queue
by Sagi Grimberg
· 5 years ago
d38e9f0
nvme-pci: Support shared tags across queues for Apple 2018 controllers
by Benjamin Herrenschmidt
· 5 years ago
6634133
nvme-pci: Add support for Apple 2018+ models
by Benjamin Herrenschmidt
· 5 years ago
c1e0cc7
nvme-pci: Add support for variable IO SQ element size
by Benjamin Herrenschmidt
· 5 years ago
8a1d09a
nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macros
by Benjamin Herrenschmidt
· 5 years ago
35fe0d1
nvme: trace bio completion
by Hannes Reinecke
· 5 years ago
e01f91d
nvme-multipath: fix ana log nsid lookup when nsid is not found
by Anton Eidelman
· 5 years ago
89275a9
nvmet-tcp: Add TOS for tcp transport
by Israel Rukshin
· 5 years ago
bb13985
nvme-tcp: Add TOS for tcp transport
by Israel Rukshin
· 5 years ago
9924b03
nvme-tcp: Use struct nvme_ctrl directly
by Israel Rukshin
· 5 years ago
e63440d
nvme-rdma: Add TOS for rdma transport
by Israel Rukshin
· 5 years ago
52b4451
nvme-fabrics: Add type of service (TOS) configuration
by Israel Rukshin
· 5 years ago
35d1a93
nvmet-tcp: fix possible memory leak
by Sagi Grimberg
· 5 years ago
b627200
nvmet-tcp: fix possible NULL deref
by Sagi Grimberg
· 5 years ago
42df26d
nvmet: trace: parse Get LBA Status command in detail
by Minwoo Im
· 5 years ago
177b06e
nvme: trace: parse Get LBA Status command in detail
by Minwoo Im
· 5 years ago
a5ef757
nvme: trace: support for Get LBA Status opcode parsed
by Minwoo Im
· 5 years ago
c638984
nvme: add Get LBA Status command opcode
by Minwoo Im
· 5 years ago
3bec2e3
nvmet: fix data units read and written counters in SMART log
by Tom Wu
· 5 years ago
1a9460c
nvme-tcp: support simple polling
by Sagi Grimberg
· 5 years ago
79fd751
nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
by Minwoo Im
· 5 years ago
b5b0504
nvme: don't pass cap to nvme_disable_ctrl
by Sagi Grimberg
· 5 years ago
c0f2f45
nvme: move sqsize setting to the core
by Sagi Grimberg
· 5 years ago
aa22c8e
nvme-pci: set ctrl sqsize to the device q_depth
by Sagi Grimberg
· 5 years ago
4fba445
nvme: have nvme_init_identify set ctrl->cap
by Sagi Grimberg
· 5 years ago
10407ec
nvme-tcp: Use protocol specific operations while reading socket
by Potnuri Bharat Teja
· 5 years ago
6be1826
nvme-tcp: cleanup nvme_tcp_recv_pdu
by Sagi Grimberg
· 5 years ago
3532e72
blkcg: fix missing free on error path of blk_iocost_init()
by Tejun Heo
· 5 years ago
8d1c156
blkcg: blk-iocost: predeclare used structs
by Stephen Rothwell
· 5 years ago
8504dea
blkcg: add tools/cgroup/iocost_coef_gen.py
by Tejun Heo
· 5 years ago
6954ff1
blkcg: add tools/cgroup/iocost_monitor.py
by Tejun Heo
· 5 years ago
7caa471
blkcg: implement blk-iocost
by Tejun Heo
· 5 years ago
6f816b4
blk-mq: add optional request->alloc_time_ns
by Tejun Heo
· 5 years ago
beab17f
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
by Tejun Heo
· 5 years ago
9677a3e
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
by Tejun Heo
· 5 years ago
d3e65ff
block/rq_qos: add rq_qos_merge()
by Tejun Heo
· 5 years ago
015d254
blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
by Tejun Heo
· 5 years ago
86a5bba
blkcg: make ->cpd_init_fn() optional
by Tejun Heo
· 5 years ago
cf09a8e
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
by Tejun Heo
· 5 years ago
da8c828
Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.4/block
by Jens Axboe
· 5 years ago
0009fad
raid5 improve too many read errors msg by adding limits
by Nigel Croxon
· 5 years ago
9d4b45d
md: don't report active array_state until after revalidate_disk() completes.
by NeilBrown
· 5 years ago
480523f
md: only call set_in_sync() when it is expected to succeed.
by NeilBrown
· 5 years ago
cecf5d8
block: split .sysfs_lock into two locks
by Ming Lei
· 5 years ago
58c898b
block: add helper for checking if queue is registered
by Ming Lei
· 5 years ago
c6ba933
blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
by Ming Lei
· 5 years ago
c48dac1
block: don't hold q->sysfs_lock in elevator_init_mq
by Ming Lei
· 5 years ago
9685b22
block: Remove blk_mq_register_dev()
by Bart Van Assche
· 5 years ago
97b2782
writeback, memcg: Implement foreign dirty flushing
by Tejun Heo
· 5 years ago
d62241c7
writeback, memcg: Implement cgroup_writeback_by_id()
by Tejun Heo
· 5 years ago
ed288dc
writeback: Separate out wb_get_lookup() from wb_get_create()
by Tejun Heo
· 5 years ago
34f8fe5
bdi: Add bdi->id
by Tejun Heo
· 5 years ago
5b9cce4
writeback: Generalize and expose wb_completion
by Tejun Heo
· 5 years ago
38b4e09
null_blk: fix inline misuse
by Jens Axboe
· 5 years ago
a3d7d67
null_blk: create a helper for req completion
by Chaitanya Kulkarni
· 5 years ago
fceb5d1
null_blk: create a helper for zoned devices
by Chaitanya Kulkarni
· 5 years ago
7ea88e2
null_blk: create a helper for mem-backed ops
by Chaitanya Kulkarni
· 5 years ago
8f94d1c
null_blk: create a helper for badblocks
by Chaitanya Kulkarni
· 5 years ago
adb8428
null_blk: create a helper for throttling
by Chaitanya Kulkarni
· 5 years ago
d4b186e
null_blk: move duplicate code to callers
by Chaitanya Kulkarni
· 5 years ago
d1916c8
block: move same page handling from __bio_add_pc_page to the callers
by Christoph Hellwig
· 5 years ago
384209c
block: create a bio_try_merge_pc_page helper
by Christoph Hellwig
· 5 years ago
320ea86
block: improve the gap check in __bio_add_pc_page
by Christoph Hellwig
· 5 years ago
e9e006f
nbd: fix max number of supported devs
by Mike Christie
· 5 years ago
2da22da
nbd: fix zero cmd timeout handling v2
by Mike Christie
· 5 years ago
887e975
nbd: add missing config put
by Mike Christie
· 5 years ago
0051467
nbd: add function to convert blk req op to nbd cmd
by Mike Christie
· 5 years ago
55313e9
nbd: add set cmd timeout helper
by Mike Christie
· 5 years ago
238bdcd
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
by Revanth Rajashekar
· 5 years ago
89c6cc2c
block: sed-opal: Remove always false conditional statement
by Revanth Rajashekar
· 5 years ago
5cc23ed
block: sed-opal: Add/remove spaces
by Revanth Rajashekar
· 5 years ago
988721d
block: remove struct request_queue queue_head
by Junxiao Bi
· 5 years ago
6444f47
writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem trylock fail
by Tejun Heo
· 5 years ago
Next »