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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-21
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-38
/
+50
2017-03-16
nvmet-rdma: Fix a possible uninitialized variable dereference
Sagi Grimberg
1
-5
/
+3
2017-03-16
nvmet: confirm sq percpu has scheduled and switched to atomic
Sagi Grimberg
2
-1
/
+11
2017-03-16
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
1
-1
/
+1
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2
-0
/
+4
2017-02-22
nvmet-rdma: Fix error handling
Christophe JAILLET
1
-1
/
+1
2017-02-22
nvmet-rdma: use nvme cm status helper
Max Gurtovoy
1
-2
/
+3
2017-02-22
nvme: make nvmf_register_transport require a create_ctrl callback
Johannes Thumshirn
1
-2
/
+1
2017-02-22
nvme: Use CNS as 8-bit field and avoid endianness conversion
Parav Pandit
2
-3
/
+3
2017-02-22
nvmet: avoid dereferencing nvmet_req
Max Gurtovoy
1
-1
/
+1
2017-02-22
nvmet: Make cntlid globally unique
Sagi Grimberg
3
-9
/
+6
2017-02-22
nvmet_fc: cleanup of abort flag processing in fcp_op_done
James Smart
1
-5
/
+3
2017-02-22
nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"
Colin Ian King
1
-1
/
+1
2017-02-17
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-1
/
+1
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-1
/
+1
2017-01-26
nvmet-rdma: Fix missing dma sync to nvme data structures
Parav Pandit
1
-0
/
+17
2017-01-26
nvmet: Call fatal_error from keep-alive timout expiration
Sagi Grimberg
1
-1
/
+1
2017-01-26
nvmet: cancel fatal error and flush async work before free controller
Sagi Grimberg
1
-0
/
+3
2017-01-26
nvmet: delete controllers deletion upon subsystem release
Sagi Grimberg
3
-0
/
+12
2017-01-26
nvmet_fc: correct logic in disconnect queue LS handling
James Smart
1
-14
/
+22
2016-12-21
nvmet/fcloop: remove some logically dead code performing redundant ret checks
Colin Ian King
1
-2
/
+2
2016-12-21
nvmet: fix KATO offset in Set Features
Daniel Verkamp
1
-3
/
+1
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+3
2016-12-14
Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-6
/
+4
2016-12-14
nvmet_rdma: log the connection reject message
Steve Wise
1
-0
/
+3
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-48
/
+3556
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
1
-2
/
+2
2016-12-06
nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME
James Smart
3
-0
/
+1163
2016-12-06
nvme-fabrics: Add target support for FC transport
James Smart
3
-0
/
+2301
2016-12-06
nvme-fabrics: patch target code in prep for FC transport support
James Smart
1
-0
/
+14
2016-12-06
nvme-fabrics: set sqe.command_id in core not transports
James Smart
1
-1
/
+0
2016-12-06
nvmet-rdma: align to generic ib_event logging helper
Max Gurtovoy
1
-1
/
+2
2016-12-06
nvmet: Fix possible infinite loop triggered on hot namespace removal
Solganik Alexander
3
-14
/
+12
2016-12-06
nvmet-rdma: Fix REJ status code
Bart Van Assche
1
-1
/
+4
2016-12-01
nvmet: add support for the Write Zeroes command
Chaitanya Kulkarni
2
-1
/
+31
2016-12-01
fs: configfs: don't return anything from drop_link
Andrzej Pietrasiewicz
1
-6
/
+4
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-3
/
+1
2016-11-15
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
1
-3
/
+3
2016-11-14
nvmet-rdma: drain the queue-pair just before freeing it
Sagi Grimberg
1
-1
/
+1
2016-11-14
nvmet-rdma: don't forget to delete a queue from the list of connection failed
Sagi Grimberg
1
-1
/
+7
2016-11-14
nvmet: Don't queue fatal error work if csts.cfs is set
Sagi Grimberg
1
-3
/
+7
2016-11-14
nvmet-rdma: Fix possible NULL deref when handling rdma cm events
Bart Van Assche
1
-1
/
+7
2016-11-11
block: move poll code to blk-mq
Jens Axboe
1
-1
/
+1
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
1
-1
/
+2
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
4
-18
/
+18
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-10-19
nvmet: use symbolic constants for CNS values
Christoph Hellwig
2
-4
/
+4
2016-10-19
nvme.h: resync with nvme-cli
Christoph Hellwig
2
-2
/
+2
2016-10-19
nvme: Add tertiary number to NVME_VS
Gabriel Krisman Bertazi
1
-1
/
+1
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
[next]