index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
llc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-08
scsi: Fix a harmless double shift bug
Dan Carpenter
1
-1
/
+1
2018-12-08
nvme: remove unused function nvme_ctrl_ready
Israel Rukshin
1
-9
/
+0
2018-12-08
nvme: implement Enhanced Command Retry
Keith Busch
3
-3
/
+62
2018-12-08
nvmet: fix the structure member indentation
Chaitanya Kulkarni
1
-4
/
+4
2018-12-08
nvmet: use unlikely for req status check
Chaitanya Kulkarni
1
-1
/
+1
2018-12-08
nvmet-rdma: Add unlikely for response allocated check
Israel Rukshin
1
-1
/
+1
2018-12-08
nvme: Remove unused forward declaration
Israel Rukshin
1
-1
/
+0
2018-12-08
nvme: disable fabrics SQ flow control when asked by the user
Sagi Grimberg
2
-1
/
+14
2018-12-08
nvmet: expose support for fabrics SQ flow control disable in treq
Sagi Grimberg
2
-3
/
+6
2018-12-08
nvmet: don't override treq upon modification.
Sagi Grimberg
2
-4
/
+9
2018-12-08
nvmet: support fabrics sq flow control
Sagi Grimberg
4
-10
/
+24
2018-12-08
nvmet-fc: remove the IN_ISR deferred scheduling options
James Smart
2
-80
/
+2
2018-12-08
nvmet: mark nvmet_genctr static
Christoph Hellwig
2
-2
/
+1
2018-12-08
nvmet: enable Discovery Controller AENs
Jay Sternberg
4
-12
/
+99
2018-12-08
nvmet: allow host connect even if no allowed subsystems are exported
Sagi Grimberg
3
-30
/
+9
2018-12-08
nvmet: add support to Discovery controllers for commands
Jay Sternberg
1
-0
/
+53
2018-12-08
nvmet: add defines for discovery change async events
Jay Sternberg
2
-0
/
+5
2018-12-08
nvmet: make kato and AEN processing for use by other controllers
Jay Sternberg
2
-15
/
+45
2018-12-08
nvmet: allow Keep Alive for Discovery controller
Jay Sternberg
4
-28
/
+18
2018-12-08
nvmet: change aen mask functions to use bit numbers
Jay Sternberg
4
-12
/
+18
2018-12-08
nvmet: provide aen bit functions for multiple controller types
Jay Sternberg
3
-20
/
+15
2018-12-08
nvmet: use IOCB_NOWAIT for file-ns buffered I/O
Chaitanya Kulkarni
1
-46
/
+84
2018-12-08
nvmet: support for traffic based keep-alive
Sagi Grimberg
3
-1
/
+16
2018-12-08
nvme: support traffic based keep-alive
Sagi Grimberg
3
-0
/
+15
2018-12-08
nvme: cache controller attributes
Sagi Grimberg
2
-0
/
+2
2018-12-08
nvme: introduce ctrl attributes enumeration
Sagi Grimberg
2
-1
/
+5
2018-12-08
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
5
-7
/
+12
2018-12-08
nvme: consolidate memset calls in the nvme_setup_cmd path
Chaitanya Kulkarni
1
-3
/
+1
2018-12-08
blk-mq: re-build queue map in case of kdump kernel
Ming Lei
1
-2
/
+3
2018-12-08
blkcg: put back rcu lock in blkcg_bio_issue_check()
Dennis Zhou
1
-0
/
+3
2018-12-08
block: convert io-latency to use rq_qos_wait
Josef Bacik
1
-23
/
+8
2018-12-08
block: convert wbt_wait() to use rq_qos_wait()
Josef Bacik
1
-54
/
+11
2018-12-08
block: add rq_qos_wait to rq_qos
Josef Bacik
2
-0
/
+92
2018-12-08
blkcg: rename blkg_try_get() to blkg_tryget()
Dennis Zhou
4
-11
/
+8
2018-12-08
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou
2
-12
/
+44
2018-12-08
blkcg: remove bio_disassociate_task()
Dennis Zhou
2
-12
/
+1
2018-12-08
blkcg: remove additional reference to the css
Dennis Zhou
4
-88
/
+69
2018-12-08
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou
8
-66
/
+32
2018-12-08
blkcg: associate writeback bios with a blkg
Dennis Zhou
6
-11
/
+37
2018-12-08
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou
3
-28
/
+42
2018-12-08
blkcg: consolidate bio_issue_init() to be a part of core
Dennis Zhou
5
-10
/
+11
2018-12-08
blkcg: associate blkg when associating a device
Dennis Zhou
5
-12
/
+14
2018-12-08
dm: set the static flush bio device on demand
Dennis Zhou
2
-1
/
+12
2018-12-08
blkcg: introduce common blkg association logic
Dennis Zhou
4
-21
/
+62
2018-12-08
blkcg: convert blkg_lookup_create() to find closest blkg
Dennis Zhou
5
-38
/
+44
2018-12-08
blkcg: update blkg_lookup_create() to do locking
Dennis Zhou
3
-5
/
+29
2018-12-08
blkcg: fix ref count issue with bio_blkcg() using task_css
Dennis Zhou
5
-14
/
+102
2018-12-08
blk-mq: remove QUEUE_FLAG_POLL from default MQ flags
Jens Axboe
1
-2
/
+1
2018-12-04
block: enable polling by default if a poll map is initalized
Christoph Hellwig
1
-0
/
+2
2018-12-04
block: only allow polling if a poll queue_map exists
Christoph Hellwig
2
-21
/
+10
[next]