index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: wait uninterruptible for the dead timeout
Josef Bacik
2017-11-06
1
-3
/
+3
*
blk-mq: don't allocate driver tag upfront for flush rq
Ming Lei
2017-11-04
3
-81
/
+37
*
blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h
Ming Lei
2017-11-04
2
-32
/
+33
*
blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ
Ming Lei
2017-11-04
1
-13
/
+16
*
blk-flush: use blk_mq_request_bypass_insert()
Ming Lei
2017-11-04
1
-1
/
+1
*
block: pass 'run_queue' to blk_mq_request_bypass_insert
Ming Lei
2017-11-04
3
-4
/
+5
*
blk-flush: don't run queue for requests bypassing flush
Ming Lei
2017-11-04
1
-1
/
+1
*
blk-mq: put the driver tag of nxt rq before first one is requeued
Jianchao Wang
2017-11-04
1
-10
/
+9
*
blkcg: add sanity check for blkcg policy operations
weiping zhang
2017-11-04
1
-0
/
+5
*
blk-mq: don't handle failure in .get_budget
Ming Lei
2017-11-04
5
-37
/
+12
*
SCSI: don't get target/host busy_count in scsi_mq_get_budget()
Ming Lei
2017-11-04
1
-16
/
+13
*
block: fix peeking requests during PM
Christoph Hellwig
2017-11-04
1
-17
/
+18
*
blk-mq: Make blk_mq_get_request() error path less confusing
Bart Van Assche
2017-11-03
1
-5
/
+7
*
blk-mq: fix nr_requests wrong value when modify it from sysfs
weiping zhang
2017-11-03
1
-2
/
+1
*
cdrom: hide CONFIG_CDROM menu selection
Jens Axboe
2017-11-03
1
-8
/
+1
*
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
2017-11-03
8
-16
/
+25
*
block: introduce GENHD_FL_HIDDEN
Christoph Hellwig
2017-11-03
2
-18
/
+51
*
block: don't look at the struct device dev_t in disk_devt
Christoph Hellwig
2017-11-03
2
-5
/
+1
*
block: add a blk_steal_bios helper
Christoph Hellwig
2017-11-03
2
-0
/
+23
*
block: provide a direct_make_request helper
Christoph Hellwig
2017-11-03
2
-0
/
+35
*
block: add REQ_DRV bit
Christoph Hellwig
2017-11-03
1
-0
/
+5
*
block: move REQ_NOWAIT
Christoph Hellwig
2017-11-03
1
-2
/
+2
*
Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block
Jens Axboe
2017-11-03
15
-503
/
+1026
|
\
|
*
nvme: comment typo fixed in clearing AER
Minwoo Im
2017-11-03
1
-1
/
+1
|
*
nvme: Remove unused headers
Keith Busch
2017-11-01
1
-4
/
+0
|
*
nvmet: fix fatal_err_work deadlock
James Smart
2017-11-01
1
-2
/
+14
|
*
nvme-fc: add dev_loss_tmo timeout and remoteport resume support
James Smart
2017-11-01
1
-39
/
+239
|
*
nvme: allow controller RESETTING to RECONNECTING transition
James Smart
2017-11-01
1
-0
/
+1
|
*
nvme-fc: check connectivity before initiating reconnects
James Smart
2017-11-01
1
-7
/
+16
|
*
nvme-fc: add a dev_loss_tmo field to the remoteport
James Smart
2017-11-01
2
-2
/
+40
|
*
nvme-fc: change ctlr state assignments during reset/reconnect
James Smart
2017-11-01
1
-15
/
+13
|
*
nvme: flush reset_work before safely continuing with delete operation
Sagi Grimberg
2017-11-01
2
-1
/
+1
|
*
nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire
Sagi Grimberg
2017-11-01
1
-1
/
+1
|
*
nvme: consolidate common code from ->reset_work
Christoph Hellwig
2017-11-01
4
-21
/
+4
|
*
nvme-rdma: remove nvme_rdma_remove_ctrl
Christoph Hellwig
2017-11-01
1
-10
/
+8
|
*
nvme: move controller deletion to common code
Christoph Hellwig
2017-11-01
6
-118
/
+62
|
*
nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrl
Christoph Hellwig
2017-11-01
1
-14
/
+6
|
*
nvme-fc: avoid workqueue flush stalls
James Smart
2017-11-01
1
-1
/
+1
|
*
nvme-fc: remove NVME_FC_MAX_SEGMENTS
James Smart
2017-10-27
2
-6
/
+2
|
*
nvme-fc: add support for duplicate_connect option
James Smart
2017-10-27
1
-0
/
+33
|
*
nvme-rdma: add support for duplicate_connect option
James Smart
2017-10-27
1
-0
/
+82
|
*
nvme: add helper to compare options to controller
James Smart
2017-10-27
1
-0
/
+12
|
*
nvme: add duplicate_connect option
James Smart
2017-10-27
2
-1
/
+8
|
*
nvme: check for a live controller in nvme_dev_open
Christoph Hellwig
2017-10-27
1
-1
/
+1
|
*
nvme: get rid of nvme_ctrl_list
Christoph Hellwig
2017-10-27
2
-61
/
+18
|
*
nvme: switch controller refcounting to use struct device
Christoph Hellwig
2017-10-27
6
-33
/
+39
|
*
nvme: simplify nvme_open
Christoph Hellwig
2017-10-27
1
-30
/
+10
|
*
nvme: use kref_get_unless_zero in nvme_find_get_ns
Christoph Hellwig
2017-10-27
1
-1
/
+2
|
*
nvme-rdma: Add debug message when reaches timeout
Nitzan Carmi
2017-10-23
1
-0
/
+4
|
*
nvme-rdma: align nvme_rdma_device structure
Max Gurtovoy
2017-10-23
1
-2
/
+2
[next]