index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
nvme: add proper write zeroes setup for the multipath device
Christoph Hellwig
1
-3
/
+3
2019-03-13
nvme: add proper discard setup for the multipath device
Christoph Hellwig
1
-3
/
+3
2019-03-13
nvme: remove nvme_ns_config_oncs
Christoph Hellwig
1
-7
/
+3
2019-03-13
nvme: disable Write Zeroes for qemu controllers
Christoph Hellwig
1
-1
/
+2
2019-03-13
nvme: update comment to make the code easier to read
Yufen Yu
1
-2
/
+2
2019-03-13
nvme: put ns_head ref if namespace fails allocation
Sagi Grimberg
1
-0
/
+1
2019-03-13
nvme: don't warn on block content change effects
Keith Busch
1
-1
/
+1
2019-02-20
nvme: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme: return error from nvme_alloc_ns()
Hannes Reinecke
1
-10
/
+21
2019-02-20
nvme: avoid that deleting a controller triggers a circular locking complaint
Bart Van Assche
1
-2
/
+3
2019-02-20
nvme: introduce a helper function for controller deletion
Bart Van Assche
1
-4
/
+9
2019-02-20
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
1
-2
/
+1
2019-02-20
nvme-multipath: round-robin I/O policy
Hannes Reinecke
1
-0
/
+6
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-1
/
+7
2019-02-06
nvme: lock NS list changes while handling command effects
Keith Busch
1
-1
/
+7
2019-02-04
nvme: remove the .stop_ctrl callout
Sagi Grimberg
1
-2
/
+0
2019-02-04
nvme: add support for the Write Zeroes command
Chaitanya Kulkarni
1
-2
/
+50
2019-01-09
nvme: don't initlialize ctrl->cntlid twice
Andrey Smirnov
1
-1
/
+0
2019-01-09
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
James Dingwall
1
-7
/
+9
2019-01-09
nvme: pad fake subsys NQN vid and ssvid with zeros
Keith Busch
1
-1
/
+1
2018-12-18
nvme-core: optionally poll sync commands
Sagi Grimberg
1
-5
/
+33
2018-12-13
nvme: fix kernel paging oops
Sagi Grimberg
1
-1
/
+1
2018-12-13
nvme: remove nvme_common command cdw10 array
Chaitanya Kulkarni
1
-9
/
+9
2018-12-13
nvme: provide fallback for discard alloc failure
Jens Axboe
1
-6
/
+35
2018-12-13
nvme: add __exit annotation
Chengguang Xu
1
-1
/
+1
2018-12-11
lightnvm: simplify geometry enumeration
Matias Bjørling
1
-9
/
+9
2018-12-09
Merge tag 'v4.20-rc6' into for-4.21/block
Jens Axboe
1
-1
/
+9
2018-12-07
nvme: implement Enhanced Command Retry
Keith Busch
1
-2
/
+45
2018-12-07
nvme: Remove unused forward declaration
Israel Rukshin
1
-1
/
+0
2018-12-07
nvme: support traffic based keep-alive
Sagi Grimberg
1
-0
/
+13
2018-12-07
nvme: cache controller attributes
Sagi Grimberg
1
-0
/
+1
2018-12-07
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
1
-1
/
+3
2018-12-07
nvme: consolidate memset calls in the nvme_setup_cmd path
Chaitanya Kulkarni
1
-3
/
+1
2018-12-07
nvme: validate controller state before rescheduling keep alive
James Smart
1
-1
/
+9
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
1
-3
/
+5
2018-11-30
nvme: flush namespace scanning work just before removing namespaces
Sagi Grimberg
1
-1
/
+3
2018-11-27
nvme-pci: fix surprise removal
Igor Konopko
1
-1
/
+1
2018-11-27
nvme: Free ctrl device name on init failure
Keith Busch
1
-1
/
+1
2018-11-18
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
1
-1
/
+3
2018-11-09
nvme: make sure ns head inherits underlying device limits
Sagi Grimberg
1
-1
/
+3
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-2
/
+2
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+28
2018-10-17
nvme-pci: Add support for P2P memory in requests
Logan Gunthorpe
1
-0
/
+4
2018-10-17
nvme-core: make implicit seed truncation explicit
Bart Van Assche
1
-1
/
+1
2018-10-17
nvme-core: rework a NQN copying operation
Bart Van Assche
1
-1
/
+1
2018-10-17
nvme-core: declare local symbols static
Bart Van Assche
1
-1
/
+1
2018-10-08
nvme: remove ns sibling before clearing path
Keith Busch
1
-1
/
+1
2018-10-01
nvme: take node locality into account when selecting a path
Christoph Hellwig
1
-1
/
+6
2018-10-01
nvme-core: add async event trace helper
Chaitanya Kulkarni
1
-2
/
+9
[next]