index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-08
NVMe: Fix locking on abort handling
Keith Busch
1
-10
/
+19
2015-01-08
NVMe: Start and stop h/w queues on reset
Keith Busch
1
-3
/
+41
2015-01-08
NVMe: Command abort handling fixes
Keith Busch
1
-4
/
+13
2015-01-08
NVMe: Admin queue removal handling
Keith Busch
1
-14
/
+20
2015-01-08
NVMe: Reference count admin queue usage
Keith Busch
1
-14
/
+14
2015-01-08
NVMe: Start all requests
Keith Busch
1
-4
/
+12
2015-01-02
block: fix checking return value of blk_mq_init_queue
Ming Lei
1
-1
/
+1
2014-12-22
NVMe: Fix double free irq
Keith Busch
1
-5
/
+12
2014-12-12
NVMe: fix race condition in nvme_submit_sync_cmd()
Jens Axboe
1
-4
/
+11
2014-12-11
NVMe: fix retry/error logic in nvme_queue_rq()
Jens Axboe
1
-23
/
+16
2014-12-11
NVMe: Fix FS mount issue (hot-remove followed by hot-add)
Indraneel M
1
-1
/
+1
2014-12-10
NVMe: fix error return checking from blk_mq_alloc_request()
Jens Axboe
1
-6
/
+6
2014-12-10
NVMe: fix freeing of wrong request in abort path
Sam Bradshaw
1
-1
/
+1
2014-12-04
NVMe: Fix command setup on IO retry
Keith Busch
1
-2
/
+1
2014-11-22
NVMe: Update module version major number
Keith Busch
1
-1
/
+1
2014-11-20
NVMe: fail pci initialization if the device doesn't have any BARs
Jens Axboe
1
-0
/
+3
2014-11-20
NVMe: add ->exit_hctx() hook
Jens Axboe
1
-0
/
+9
2014-11-19
NVMe: make setup work for devices that don't do INTx
Jens Axboe
1
-0
/
+19
2014-11-18
NVMe: enable IO stats by default
Jens Axboe
1
-1
/
+0
2014-11-18
NVMe: nvme_submit_async_admin_req() must use atomic rq allocation
Jens Axboe
1
-1
/
+1
2014-11-17
NVMe: replace blk_put_request() with blk_mq_free_request()
Jens Axboe
1
-7
/
+7
2014-11-10
NVMe: __nvme_submit_admin_cmd() can be static
kbuild test robot
1
-1
/
+1
2014-11-05
NVMe: blk_mq_alloc_request() returns error pointers
Dan Carpenter
1
-6
/
+6
2014-11-04
NVMe: Convert to blk-mq
Matias Bjørling
1
-809
/
+557
2014-11-04
NVMe: Do not over allocate for discard requests
Keith Busch
1
-1
/
+3
2014-11-04
NVMe: Do not open disks that are being deleted
Keith Busch
1
-4
/
+16
2014-11-04
NVMe: Clear QUEUE_FLAG_STACKABLE
Keith Busch
1
-0
/
+1
2014-11-04
NVMe: Fix device probe waiting on kthread
Keith Busch
1
-1
/
+1
2014-11-04
NVMe: Passthrough IOCTL for IO commands
Keith Busch
1
-5
/
+12
2014-11-04
NVMe: Add revalidate_disk callback
Keith Busch
1
-0
/
+30
2014-11-04
NVMe: Fix nvmeq waitqueue entry initialization
Keith Busch
1
-7
/
+4
2014-11-04
NVMe: Translate NVMe status to errno
Keith Busch
1
-1
/
+13
2014-11-04
NVMe: Remove duplicate compat SG_IO code
Keith Busch
1
-3
/
+1
2014-11-04
NVMe: Reference count pci device
Keith Busch
1
-2
/
+5
2014-11-04
nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-11-04
NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues
Sam Bradshaw
1
-2
/
+2
2014-11-04
NVMe: Fix filesystem sync deadlock on removal
Keith Busch
1
-2
/
+2
2014-11-04
NVMe: Call nvme_free_queue directly
Keith Busch
1
-7
/
+11
2014-11-04
NVMe: Add shutdown timeout as module parameter.
Dan McLeran
1
-1
/
+6
2014-11-04
NVMe: Skip orderly shutdown on failed devices
Keith Busch
1
-1
/
+4
2014-11-04
NVMe: Whitespace fixes
Keith Busch
1
-5
/
+5
2014-11-04
NVMe: Use pci_stop_and_remove_bus_device_locked()
Keith Busch
1
-1
/
+1
2014-11-04
NVMe: Handling devices incapable of I/O
Keith Busch
1
-11
/
+8
2014-11-04
NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.
Dan McLeran
1
-8
/
+12
2014-11-04
NVMe: Mismatched host/device page size support
Keith Busch
1
-19
/
+40
2014-11-04
NVMe: Async event request
Keith Busch
1
-0
/
+42
2014-11-04
block: Use dma_zalloc_coherent
Joe Perches
1
-3
/
+2
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
2014-06-16
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
1
-71
/
+132
2014-06-13
NVMe: Fix hot cpu notification dead lock
Keith Busch
1
-10
/
+25
[next]