Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
987f699a8f6c9a724e970c1bb4cde2e2c6a52010
/
drivers
/
nvme
/
host
/
core.c
987f699
nvme: move ->retries setup to nvme_setup_cmd
by Christoph Hellwig
· 8 years ago
77f02a7
nvme: factor request completion code into a common helper
by Christoph Hellwig
· 8 years ago
1671d52
block: rename blk_mq_freeze_queue_start()
by Ming Lei
· 8 years ago
302ad8c
nvme: Complete all stuck requests
by Keith Busch
· 8 years ago
f33447b
nvme/core: Fix race kicking freed request_queue
by Keith Busch
· 8 years ago
c5552fd
nvme: Enable autonomous power state transitions
by Andy Lutomirski
· 8 years ago
bd4da3a
nvme: Add a quirk mechanism that uses identify_ctrl
by Andy Lutomirski
· 8 years ago
986994a
nvme: Use CNS as 8-bit field and avoid endianness conversion
by Parav Pandit
· 8 years ago
778f067
nvme: add semicolon in nvme_command setting
by Max Gurtovoy
· 8 years ago
8432bdb2
nvme: Make controller state visible via sysfs
by Sagi Grimberg
· 8 years ago
818551e
Merge branch 'for-4.11/next' into for-4.11/linus-merge
by Jens Axboe
· 8 years ago
6010720
Merge branch 'for-4.11/block' into for-4.11/linus-merge
by Jens Axboe
· 8 years ago
8a9ae52
nvme: Check for Security send/recv support before issuing commands.
by Scott Bauer
· 8 years ago
4f1244c
block/sed-opal: allocate struct opal_dev dynamically
by Christoph Hellwig
· 8 years ago
e225c20
Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
by Scott Bauer
· 8 years ago
b35ba01
nvme: support ranged discard requests
by Christoph Hellwig
· 8 years ago
a98e58e5
nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls
by Scott Bauer
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
84d4add
lightnvm: add ioctls for vector I/Os
by Matias Bjørling
· 8 years ago
b5a10c5
nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
by Guilherme G. Piccoli
· 8 years ago
e6282ae
nvme: simplify stripe quirk
by Keith Busch
· 8 years ago
cdb98c2
Revert "nvme: add support for the Write Zeroes command"
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
f9d03f9
block: improve handling of the magic discard payload
by Christoph Hellwig
· 8 years ago
721b391
nvme-fabrics: set sqe.command_id in core not transports
by James Smart
· 8 years ago
6d31e3ba
nvme: add support for the Write Zeroes command
by Chaitanya Kulkarni
· 8 years ago
3dc87dd
nvme: lightnvm: attach lightnvm sysfs to nvme block device
by Matias Bjørling
· 8 years ago
bac0000
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
by Omar Sandoval
· 8 years ago
7bf5853
nvme: don't pass the full CQE to nvme_complete_async_event
by Christoph Hellwig
· 8 years ago
d49187e
nvme: introduce struct nvme_request
by Christoph Hellwig
· 8 years ago
a6eaa88
nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
by Bart Van Assche
· 8 years ago
3174dd3
nvme: Fix a race condition related to stopping queues
by Bart Van Assche
· 8 years ago
2b053ac
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
by Bart Van Assche
· 8 years ago
9b7dd57
blk-mq: Remove blk_mq_cancel_requeue_work()
by Bart Van Assche
· 8 years ago
fa60682
nvme: use symbolic constants for CNS values
by Christoph Hellwig
· 8 years ago
8ef2074
nvme: Add tertiary number to NVME_VS
by Gabriel Krisman Bertazi
· 8 years ago
0df1e4f
nvme: Stop probing a removed device
by Keith Busch
· 8 years ago
12e3d3c
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
1a6fe74
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
by Andy Lutomirski
· 8 years ago
40267ef
lightnvm: expose device geometry through sysfs
by Simon A. F. Lund
· 8 years ago
b0b4e09
lightnvm: control life of nvm_dev in driver
by Matias Bjørling
· 8 years ago
ac81bfa9
nvme: refactor namespaces to support non-gendisk devices
by Matias Bjørling
· 8 years ago
b5af7f2
nvme: remove the post_scan callout
by Christoph Hellwig
· 8 years ago
9b47f77a
nvme: Fix nvme_get/set_features() with a NULL result pointer
by Andy Lutomirski
· 8 years ago
f6b6a28
nvme: Prevent controller state invalid transition
by Gabriel Krisman Bertazi
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
fa9a89f
nvme: initialize variable before logical OR'ing it
by Jay Freyensee
· 9 years ago
0c4de0f
block: ensure bios return from blk_get_request are properly initialized
by Christoph Hellwig
· 9 years ago
b09dcf5
NVMe: don't allocate unused nvme_major
by NeilBrown
· 9 years ago
32f0c4a
nvme: Remove RCU namespace protection
by Keith Busch
· 9 years ago
f80ec96
nvme: Limit command retries
by Keith Busch
· 9 years ago
54adc01
nvme/quirk: Add a delay before checking for adapter readiness
by Guilherme G. Piccoli
· 9 years ago
41d512e
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/drivers
by Jens Axboe
· 9 years ago
def61ec
nvme: add new reconnecting controller state
by Christoph Hellwig
· 9 years ago
038bd4c
nvme: add keep-alive support
by Sagi Grimberg
· 9 years ago
07bfcd0
nvme-fabrics: add a generic NVMe over Fabrics library
by Christoph Hellwig
· 9 years ago
eb793e2
nvme.h: add NVMe over Fabrics definitions
by Christoph Hellwig
· 9 years ago
1a353d8
nvme: add fabrics sysfs attributes
by Ming Lin
· 9 years ago
eb71f43
nvme: Modify and export sync command submission for fabrics
by Christoph Hellwig
· 9 years ago
7d2e800
nvme: allow transitioning from NEW to LIVE state
by Christoph Hellwig
· 9 years ago
0d52c756
block: convert to device_add_disk()
by Dan Williams
· 9 years ago
f5fa90d
nvme: move the workaround for I/O queue-less controllers from PCIe to core
by Christoph Hellwig
· 9 years ago
7a5abb4
nvme: factor out a add nvme_is_write helper
by Christoph Hellwig
· 9 years ago
a229dbf
nvme: allow for size limitations from transport drivers
by Christoph Hellwig
· 9 years ago
47b0e50
NVMe: Fix removal in case of active namespace list scanning method
by Sunad Bhandary
· 9 years ago
bd0fc28
nvme: use UINT_MAX for max discard sectors
by Minfei Huang
· 9 years ago
c55a2fd
nvme: move nvme_cancel_request() to common code
by Ming Lin
· 9 years ago
3a5e02c
block, drivers: add REQ_OP_FLUSH operation
by Mike Christie
· 9 years ago
c2df40d
drivers: use req op accessor
by Mike Christie
· 9 years ago
ba36c21
nvme/host: Add missing blk_integrity tag_size + flags assignments
by Nicholas Bellinger
· 9 years ago
0ff9d4e
NVMe: Short-cut removal on surprise hot-unplug
by Keith Busch
· 9 years ago
9ec3bb2
NVMe: Allow user initiated rescan
by Keith Busch
· 9 years ago
b7b9c22
nvme: fix nvme_ns_remove() deadlock
by Ming Lin
· 9 years ago
0bf77e9
nvme: switch to RCU freeing the namespace
by Ming Lin
· 9 years ago
f866fc42
nvme: move AER handling to common code
by Christoph Hellwig
· 9 years ago
5955be2
nvme: move namespace scanning to core
by Christoph Hellwig
· 9 years ago
bb8d261
nvme: introduce a controller state machine
by Christoph Hellwig
· 9 years ago
23bd63c
NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init does
by Wang Sheng-Hui
· 9 years ago
7c88cb0
NVMe: switch to using blk_queue_write_cache()
by Jens Axboe
· 9 years ago
8093f7c
nvme: add helper nvme_setup_cmd()
by Ming Lin
· 9 years ago
237045f
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
118472a
NVMe: Expose ns wwid through single sysfs entry
by Keith Busch
· 9 years ago
08095e7
NVMe: Create discard zero quirk white list
by Keith Busch
· 9 years ago
45686b6
nvme: fix max_segments integer truncation
by Christoph Hellwig
· 9 years ago
da35825
nvme: set queue limits for the admin queue
by Christoph Hellwig
· 9 years ago
e9fc63d
NVMe: Fix 0-length integrity payload
by Keith Busch
· 9 years ago
63088ec
NVMe: Don't allow unsupported flags
by Keith Busch
· 9 years ago
69d9a99
NVMe: Move error handling to failed reset handler
by Keith Busch
· 9 years ago
646017a
NVMe: Fix namespace removal deadlock
by Keith Busch
· 9 years ago
075790e
NVMe: Use IDA for namespace disk naming
by Keith Busch
· 9 years ago
931e1c2
nvme: expose cntlid in sysfs
by Ming Lin
· 9 years ago
1cb3cce
nvme: return the whole CQE through the request passthrough interface
by Christoph Hellwig
· 9 years ago
ef2d461
NVMe: Allow request merges
by Keith Busch
· 9 years ago
576d55d
nvme: split pci module out of core module
by Ming Lin
· 9 years ago
9f2482b
nvme: split dev_list_lock
by Ming Lin
· 9 years ago
ba0ba7d
nvme: move timeout variables to core.c
by Ming Lin
· 9 years ago
e439bb1
nvme/host: reference the fabric module for each bdev open callout
by Sagi Grimberg
· 9 years ago
1b3c47c
nvme: Log the ctrl device name instead of the underlying pci device name
by Sagi Grimberg
· 9 years ago
f4f0f63
nvme: fix drvdata setup for the nvme device
by Christoph Hellwig
· 9 years ago
Next »