index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: only setup block integrity if supported by the driver
Christoph Hellwig
2017-05-26
1
-19
/
+31
*
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
2017-05-26
1
-1
/
+1
*
nvme: avoid to use blk_mq_abort_requeue_list()
Ming Lei
2017-05-22
1
-2
/
+3
*
nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
Ming Lei
2017-05-22
1
-1
/
+7
*
nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
Andy Lutomirski
2017-04-24
1
-1
/
+19
*
nvme: Display raw APST configuration via DYNAMIC_DEBUG
Andy Lutomirski
2017-04-24
1
-0
/
+16
*
nvme: Fix APST comment
Andy Lutomirski
2017-04-24
1
-1
/
+1
*
Merge branch 'master' into for-4.12/post-merge
Jens Axboe
2017-04-24
1
-8
/
+15
|
\
|
*
nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"
Andy Lutomirski
2017-04-20
1
-0
/
+9
|
*
nvme: Adjust the Samsung APST quirk
Andy Lutomirski
2017-04-20
1
-10
/
+8
*
|
nvme: let dm-mpath distinguish nvme error codes
Junxiong Guan
2017-04-21
1
-0
/
+14
*
|
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
|
nvme: make nvme_error_status private
Christoph Hellwig
2017-04-20
1
-2
/
+1
*
|
nvme: split nvme status from block req->errors
Christoph Hellwig
2017-04-20
1
-19
/
+31
*
|
nvme: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-5
/
+5
*
|
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
2017-04-07
1
-1
/
+1
|
\
|
|
*
nvme: add missing byte swap in nvme_setup_discard
Christoph Hellwig
2017-04-02
1
-1
/
+1
*
|
nvme: move the retries count to struct nvme_request
Christoph Hellwig
2017-04-05
1
-5
/
+5
*
|
nvme: mark nvme_max_retries static
Christoph Hellwig
2017-04-05
1
-2
/
+1
*
|
nvme: cleanup nvme_req_needs_retry
Christoph Hellwig
2017-04-05
1
-5
/
+11
*
|
nvme: move ->retries setup to nvme_setup_cmd
Christoph Hellwig
2017-04-05
1
-0
/
+5
*
|
nvme: factor request completion code into a common helper
Christoph Hellwig
2017-04-04
1
-6
/
+29
*
|
block: rename blk_mq_freeze_queue_start()
Ming Lei
2017-03-29
1
-1
/
+1
|
/
*
nvme: Complete all stuck requests
Keith Busch
2017-03-02
1
-0
/
+47
*
nvme/core: Fix race kicking freed request_queue
Keith Busch
2017-02-22
1
-3
/
+3
*
nvme: Enable autonomous power state transitions
Andy Lutomirski
2017-02-22
1
-0
/
+154
*
nvme: Add a quirk mechanism that uses identify_ctrl
Andy Lutomirski
2017-02-22
1
-0
/
+64
*
nvme: Use CNS as 8-bit field and avoid endianness conversion
Parav Pandit
2017-02-22
1
-2
/
+3
*
nvme: add semicolon in nvme_command setting
Max Gurtovoy
2017-02-22
1
-2
/
+2
*
nvme: Make controller state visible via sysfs
Sagi Grimberg
2017-02-22
1
-0
/
+24
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-15
/
+41
|
\
|
*
nvme: support ranged discard requests
Christoph Hellwig
2017-02-08
1
-7
/
+23
|
*
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-8
/
+18
*
|
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
nvme: Check for Security send/recv support before issuing commands.
Scott Bauer
2017-02-17
1
-0
/
+1
|
*
block/sed-opal: allocate struct opal_dev dynamically
Christoph Hellwig
2017-02-17
1
-5
/
+4
|
*
Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
Scott Bauer
2017-02-14
1
-1
/
+2
|
*
nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls
Scott Bauer
2017-02-06
1
-0
/
+25
|
*
lightnvm: add ioctls for vector I/Os
Matias Bjørling
2017-01-31
1
-0
/
+4
*
|
nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
Guilherme G. Piccoli
2017-01-11
1
-6
/
+1
|
/
*
nvme: simplify stripe quirk
Keith Busch
2016-12-21
1
-15
/
+2
*
Revert "nvme: add support for the Write Zeroes command"
Linus Torvalds
2016-12-13
1
-21
/
+0
*
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-73
/
+77
|
\
|
*
block: improve handling of the magic discard payload
Christoph Hellwig
2016-12-09
1
-13
/
+4
|
*
nvme-fabrics: set sqe.command_id in core not transports
James Smart
2016-12-06
1
-1
/
+2
|
*
nvme: add support for the Write Zeroes command
Chaitanya Kulkarni
2016-12-01
1
-0
/
+21
|
*
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
2016-11-29
1
-22
/
+21
|
*
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
2016-11-15
1
-2
/
+2
|
*
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
2016-11-10
1
-6
/
+13
|
*
nvme: introduce struct nvme_request
Christoph Hellwig
2016-11-10
1
-15
/
+13
[next]