index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-multitouch.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
nvme-pci: set ctrl sqsize to the device q_depth
Sagi Grimberg
1
-0
/
+1
2019-08-29
nvme: have nvme_init_identify set ctrl->cap
Sagi Grimberg
1
-4
/
+3
2019-08-29
nvme-tcp: Use protocol specific operations while reading socket
Potnuri Bharat Teja
1
-2
/
+3
2019-08-29
nvme-tcp: cleanup nvme_tcp_recv_pdu
Sagi Grimberg
1
-8
/
+3
2019-08-29
blkcg: fix missing free on error path of blk_iocost_init()
Tejun Heo
1
-0
/
+1
2019-08-29
blkcg: blk-iocost: predeclare used structs
Stephen Rothwell
1
-0
/
+4
2019-08-29
blkcg: add tools/cgroup/iocost_coef_gen.py
Tejun Heo
3
-0
/
+184
2019-08-29
blkcg: add tools/cgroup/iocost_monitor.py
Tejun Heo
2
-0
/
+291
2019-08-29
blkcg: implement blk-iocost
Tejun Heo
7
-0
/
+2656
2019-08-29
blk-mq: add optional request->alloc_time_ns
Tejun Heo
3
-3
/
+26
2019-08-29
blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
Tejun Heo
2
-5
/
+5
2019-08-29
block/rq_qos: implement rq_qos_ops->queue_depth_changed()
Tejun Heo
5
-15
/
+26
2019-08-29
block/rq_qos: add rq_qos_merge()
Tejun Heo
3
-0
/
+22
2019-08-29
blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
Tejun Heo
2
-19
/
+44
2019-08-29
blkcg: make ->cpd_init_fn() optional
Tejun Heo
1
-1
/
+2
2019-08-29
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
5
-10
/
+16
2019-08-27
raid5 improve too many read errors msg by adding limits
Nigel Croxon
1
-4
/
+10
2019-08-27
md: don't report active array_state until after revalidate_disk() completes.
NeilBrown
2
-4
/
+10
2019-08-27
md: only call set_in_sync() when it is expected to succeed.
NeilBrown
1
-1
/
+2
2019-08-27
block: split .sysfs_lock into two locks
Ming Lei
6
-33
/
+84
2019-08-27
block: add helper for checking if queue is registered
Ming Lei
4
-4
/
+5
2019-08-27
blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
Ming Lei
1
-7
/
+0
2019-08-27
block: don't hold q->sysfs_lock in elevator_init_mq
Ming Lei
1
-9
/
+5
2019-08-27
block: Remove blk_mq_register_dev()
Bart Van Assche
2
-12
/
+0
2019-08-27
writeback, memcg: Implement foreign dirty flushing
Tejun Heo
4
-0
/
+178
2019-08-27
writeback, memcg: Implement cgroup_writeback_by_id()
Tejun Heo
2
-0
/
+85
2019-08-27
writeback: Separate out wb_get_lookup() from wb_get_create()
Tejun Heo
2
-18
/
+39
2019-08-27
bdi: Add bdi->id
Tejun Heo
3
-2
/
+66
2019-08-27
writeback: Generalize and expose wb_completion
Tejun Heo
3
-33
/
+36
2019-08-23
null_blk: fix inline misuse
Jens Axboe
2
-6
/
+5
2019-08-23
null_blk: create a helper for req completion
Chaitanya Kulkarni
1
-22
/
+27
2019-08-23
null_blk: create a helper for zoned devices
Chaitanya Kulkarni
3
-27
/
+35
2019-08-23
null_blk: create a helper for mem-backed ops
Chaitanya Kulkarni
1
-9
/
+16
2019-08-23
null_blk: create a helper for badblocks
Chaitanya Kulkarni
1
-7
/
+17
2019-08-23
null_blk: create a helper for throttling
Chaitanya Kulkarni
1
-14
/
+25
2019-08-23
null_blk: move duplicate code to callers
Chaitanya Kulkarni
1
-45
/
+21
2019-08-22
block: move same page handling from __bio_add_pc_page to the callers
Christoph Hellwig
1
-10
/
+10
2019-08-22
block: create a bio_try_merge_pc_page helper
Christoph Hellwig
1
-24
/
+10
2019-08-22
block: improve the gap check in __bio_add_pc_page
Christoph Hellwig
1
-7
/
+7
2019-08-20
nbd: fix max number of supported devs
Mike Christie
1
-14
/
+25
2019-08-20
nbd: fix zero cmd timeout handling v2
Mike Christie
1
-6
/
+23
2019-08-20
nbd: add missing config put
Mike Christie
1
-1
/
+3
2019-08-20
nbd: add function to convert blk req op to nbd cmd
Mike Christie
1
-15
/
+18
2019-08-20
nbd: add set cmd timeout helper
Mike Christie
1
-14
/
+14
2019-08-20
block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition
Revanth Rajashekar
1
-2
/
+0
2019-08-20
block: sed-opal: Remove always false conditional statement
Revanth Rajashekar
1
-4
/
+0
2019-08-20
block: sed-opal: Add/remove spaces
Revanth Rajashekar
2
-6
/
+42
2019-08-19
block: remove struct request_queue queue_head
Junxiao Bi
2
-5
/
+0
2019-08-15
writeback, cgroup: inode_switch_wbs() shouldn't give up on wb_switch_rwsem tr...
Tejun Heo
1
-12
/
+5
2019-08-15
writeback, cgroup: Adjust WB_FRN_TIME_CUT_DIV to accelerate foreign inode swi...
Tejun Heo
1
-2
/
+20
[next]