index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
i2c-hid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-06
blk-mq: fix race between updating nr_hw_queues and switching io sched
Ming Lei
1
-0
/
+4
2018-01-06
blk-mq: avoid to map CPU into stale hw queue
Ming Lei
1
-2
/
+20
2018-01-06
blk-mq: quiesce queue during switching io sched and updating nr_requests
Ming Lei
2
-1
/
+28
2018-01-06
blk-mq: quiesce queue before freeing queue
Ming Lei
1
-0
/
+9
2018-01-06
mq-deadline: make it clear that __dd_dispatch_request() works on all hw queues
Jens Axboe
1
-3
/
+8
2018-01-06
target: Use sgl_alloc_order() and sgl_free()
Bart Van Assche
2
-42
/
+5
2018-01-06
nvmet/rdma: Use sgl_alloc() and sgl_free()
Bart Van Assche
2
-59
/
+5
2018-01-06
nvmet/fc: Use sgl_alloc() and sgl_free()
Bart Van Assche
2
-34
/
+3
2018-01-06
crypto: scompress - use sgl_alloc() and sgl_free()
Bart Van Assche
2
-49
/
+3
2018-01-06
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Bart Van Assche
3
-0
/
+119
2018-01-06
writeback: update comment in inode_io_list_move_locked
Wang Long
1
-1
/
+1
2018-01-06
DAC960: split up ioctl function to reduce stack size
Arnd Bergmann
1
-70
/
+90
2018-01-06
block: blk-merge: remove unnecessary check
Ming Lei
1
-3
/
+1
2018-01-06
block: blk-merge: try to make front segments in full size
Ming Lei
1
-5
/
+49
2018-01-06
blk-merge: compute bio->bi_seg_front_size efficiently
Ming Lei
1
-4
/
+5
2018-01-06
dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
Ming Lei
1
-1
/
+0
2018-01-06
btrfs: avoid accessing bvec table directly for a cloned bio
Ming Lei
1
-1
/
+3
2018-01-06
btrfs: avoid access to .bi_vcnt directly
Ming Lei
2
-5
/
+6
2018-01-06
block: move bio_alloc_pages() to bcache
Ming Lei
9
-34
/
+33
2018-01-06
bcache: comment on direct access to bvec table
Ming Lei
2
-0
/
+8
2018-01-06
dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
Ming Lei
1
-1
/
+9
2018-01-06
block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
Ming Lei
2
-5
/
+20
2018-01-06
block: bounce: avoid direct access to bvec table
Ming Lei
1
-9
/
+8
2018-01-06
fs: convert to bio_last_bvec_all()
Ming Lei
3
-3
/
+3
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
8
-13
/
+13
2018-01-06
block: introduce bio helpers for converting to multipage bvec
Ming Lei
1
-0
/
+23
2018-01-05
block, bfq: remove batches of confusing ifdefs
Paolo Valente
1
-55
/
+72
2018-01-05
block, bfq: consider also past I/O in soft real-time detection
Paolo Valente
1
-34
/
+81
2018-01-05
block, bfq: remove superfluous check in queue-merging setup
Angelo Ruocco
1
-31
/
+5
2018-01-05
block, bfq: let a queue be merged only shortly after starting I/O
Paolo Valente
3
-11
/
+52
2018-01-05
block, bfq: check low_latency flag in bfq_bfqq_save_state()
Angelo Ruocco
1
-1
/
+2
2018-01-05
block, bfq: add missing rq_pos_tree update on rq removal
Paolo Valente
1
-0
/
+2
2018-01-05
block, bfq: increase threshold to deem I/O as random
Paolo Valente
1
-1
/
+1
2018-01-05
deadline-iosched: Introduce zone locking support
Damien Le Moal
1
-3
/
+68
2018-01-05
deadline-iosched: Introduce dispatch helpers
Damien Le Moal
1
-10
/
+37
2018-01-05
mq-deadline: Introduce zone locking support
Damien Le Moal
1
-3
/
+86
2018-01-05
mq-deadline: Introduce dispatch helpers
Damien Le Moal
1
-8
/
+37
2018-01-05
block: introduce zoned block devices zone write locking
Christoph Hellwig
3
-0
/
+154
2018-01-05
pktcdvd: Fix a recently introduced NULL pointer dereference
Bart Van Assche
1
-4
/
+4
2018-01-05
pktcdvd: Fix pkt_setup_dev() error path
Bart Van Assche
1
-3
/
+1
2018-01-05
lightnvm: pblk: refactor pblk_ppa_comp function
Matias Bjørling
1
-4
/
+1
2018-01-05
lightnvm: pblk: add iostat support
Javier González
3
-12
/
+25
2018-01-05
lightnvm: pblk: print instance name on instance info
Javier González
1
-1
/
+2
2018-01-05
lightnvm: pblk: free write buffer on init failure
Javier González
1
-1
/
+2
2018-01-05
lightnvm: pblk: ensure kthread alloc. before kicking it
Javier González
1
-6
/
+11
2018-01-05
lightnvm: pblk: do not log recovery read errors
Javier González
2
-3
/
+4
2018-01-05
lightnvm: pblk: ignore high ecc errors on recovery
Javier González
1
-1
/
+1
2018-01-05
lightnvm: set target over-provision on create ioctl
Javier González
5
-24
/
+104
2018-01-05
lightnvm: pblk: use exact free block counter in RL
Javier González
6
-46
/
+73
2018-01-05
lightnvm: pblk: remove pblk_gc_stop
Hans Holmberg
1
-12
/
+2
[next]