index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
2
-6
/
+0
2018-05-29
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
16
-119
/
+457
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
3
-11
/
+7
2018-05-25
nvme: fixup memory leak in nvme_init_identify()
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvme: fix KASAN warning when parsing host nqn
Hannes Reinecke
1
-1
/
+1
2018-05-25
nvmet-loop: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-1
/
+1
2018-05-25
nvmet-fc: increase LS buffer count per fc port
James Smart
1
-1
/
+1
2018-05-25
nvmet: add simple file backed ns support
Chaitanya Kulkarni
6
-52
/
+413
2018-05-25
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
5
-12
/
+1
2018-05-25
nvmet: make a few error messages more generic
Chaitanya Kulkarni
1
-2
/
+2
2018-05-25
nvme-fabrics: allow duplicate connections to the discovery controller
Hannes Reinecke
2
-1
/
+3
2018-05-25
nvme-fabrics: centralize discovery controller defaults
Hannes Reinecke
1
-4
/
+4
2018-05-25
nvme-fabrics: remove unnecessary controller subnqn validation
James Smart
1
-10
/
+0
2018-05-25
nvme-fc: remove setting DNR on exception conditions
James Smart
1
-10
/
+0
2018-05-25
nvme-rdma: stop admin queue before freeing it
Jianchao Wang
1
-4
/
+6
2018-05-25
nvme-pci: Fix AER reset handling
Keith Busch
1
-9
/
+5
2018-05-25
nvme-pci: set nvmeq->cq_vector after alloc cq/sq
Jianchao Wang
1
-9
/
+16
2018-05-23
nvme: host: core: fix precedence of ternary operator
Ivan Bornyakov
1
-2
/
+2
2018-05-23
nvme: fix lockdep warning in nvme_mpath_clear_current_path
Johannes Thumshirn
1
-1
/
+2
2018-05-21
nvme-pci: fix race between poll and IRQ completions
Jens Axboe
1
-4
/
+11
2018-05-21
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
5
-94
/
+133
2018-05-18
nvme-pci: drop IRQ disabling on submission queue lock
Jens Axboe
1
-4
/
+4
2018-05-18
nvme-pci: split the nvme queue lock into submission and completion locks
Jens Axboe
1
-21
/
+23
2018-05-18
nvme-pci: handle completions outside of the queue lock
Jens Axboe
1
-42
/
+45
2018-05-18
nvme-pci: move ->cq_vector == -1 check outside of ->q_lock
Jens Axboe
1
-5
/
+13
2018-05-18
nvme-pci: remove cq check after submission
Jens Axboe
1
-2
/
+0
2018-05-18
nvme-pci: simplify nvme_cqe_valid
Christoph Hellwig
1
-6
/
+6
2018-05-18
nvme: mark the result argument to nvme_complete_async_event volatile
Christoph Hellwig
2
-2
/
+2
2018-05-11
nvme/pci: Sync controller reset for AER slot_reset
Keith Busch
1
-2
/
+9
2018-05-07
nvme/pci: Hold controller reference during async probe
Keith Busch
1
-0
/
+3
2018-05-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-2
/
+2
2018-05-03
nvmet: switch loopback target state to connecting when resetting
Johannes Thumshirn
1
-0
/
+6
2018-05-03
nvme/multipath: Fix multipath disabled naming collisions
Keith Busch
3
-25
/
+35
2018-05-03
nvme/multipath: Disable runtime writable enabling parameter
Keith Busch
1
-1
/
+1
2018-05-03
nvme: Set integrity flag for user passthrough commands
Keith Busch
1
-0
/
+1
2018-05-03
nvme: fix potential memory leak in option parsing
Chengguang Xu
1
-0
/
+6
2018-05-02
nvme: only reconfigure discard if necessary
Jens Axboe
1
-12
/
+16
2018-05-02
nvme/pci: Use async_schedule for initial reset work
Keith Busch
1
-1
/
+9
2018-04-27
nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
nvme: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-26
nvme: lightnvm: add granby support
Wei Xu
1
-0
/
+2
2018-04-26
NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage
Micah Parrish
1
-0
/
+2
2018-04-26
nvme: change order of qid and cmdid in completion trace
Johannes Thumshirn
1
-2
/
+2
2018-04-26
nvme: fc: provide a descriptive error
Johannes Thumshirn
1
-0
/
+2
2018-04-12
nvme: expand nvmf_check_if_ready checks
James Smart
7
-66
/
+101
2018-04-12
nvme: Use admin command effects for admin commands
Keith Busch
1
-1
/
+1
2018-04-12
nvmet: fix space padding in serial number
Daniel Verkamp
1
-0
/
+1
2018-04-12
nvme: check return value of init_srcu_struct function
Max Gurtovoy
1
-1
/
+4
2018-04-12
nvmet: Fix nvmet_execute_write_zeroes sector count
Rodrigo R. Galvao
1
-2
/
+2
2018-04-12
nvme-pci: Separate IO and admin queue IRQ vectors
Keith Busch
1
-6
/
+17
[next]