index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
2015-11-09
NVMe: Fix memory leak on retried commands
Keith Busch
2015-11-09
nvme: fix 32-bit build warning
Arnd Bergmann
2015-07-15
NVMe: Reread partitions on metadata formats
Keith Busch
2015-07-02
NVMe: Fix irq freeing when queue_request_irq fails
Jon Derrick
2015-06-27
drivers/block/nvme-core.c: fix build with gcc-4.4.4
Andrew Morton
2015-06-27
NVMe: Fix filesystem deadlock on removal
Keith Busch
2015-06-27
NVMe: Failed controller initialization fixes
Keith Busch
2015-06-27
NVMe: Unify controller probe and resume
Keith Busch
2015-06-27
NVMe: Don't use fake status on cancelled command
Keith Busch
2015-06-27
NVMe: Fix device cleanup on initialization failure
Keith Busch
2015-06-25
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-19
NVMe: Fix IO for extended metadata formats
Keith Busch
2015-06-17
nvme: don't overwrite req->cmd_flags on sync cmd
Matias Bjørling
2015-06-05
NVMe: Automatic namespace rescan
Keith Busch
2015-06-05
NVMe: Memory barrier before queue_count is incremented
Jon Derrick
2015-06-05
NVMe: add sysfs and ioctl controller reset
Keith Busch
2015-06-01
NVMe: Remove hctx reliance for multi-namespace
Keith Busch
2015-05-29
NVMe: End sync requests immediately on failure
Keith Busch
2015-05-29
NVMe: Use requested sync command timeout
Keith Busch
2015-05-29
NVMe: fix type warning on 32-bit
Arnd Bergmann
2015-05-22
NVMe: Fix obtaining command result
Keith Busch
2015-05-22
nvme: submit internal commands through the block layer
Christoph Hellwig
2015-05-22
nvme: store a struct device pointer in struct nvme_dev
Christoph Hellwig
2015-05-22
nvme: consolidate synchronous command submission helpers
Christoph Hellwig
2015-05-19
nvme: disable irqs in nvme_freeze_queues
Christoph Hellwig
2015-04-16
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-04-07
NVMe: Meta data handling through submit io ioctl
Keith Busch
2015-04-07
NVMe: Remove check for null
Keith Busch
2015-04-07
NVMe: Fix error handling of class_create("nvme")
Alexey Khoroshilov
2015-03-31
NVMe: increase depth of admin queue
Jens Axboe
2015-03-31
nvme: Fix PRP list calculation for non-4k system page size
Murali Iyer
2015-03-31
NVMe: Fix blk-mq hot cpu notification
Keith Busch
2015-03-31
NVMe: embedded iod mask cleanup
Chong Yuan
2015-03-31
NVMe: Freeze admin queue on device failure
Keith Busch
2015-03-23
NVMe: Initialize device list head before starting
Keith Busch
2015-02-23
NVMe: Fix for BLK_DEV_INTEGRITY not set
Keith Busch
2015-02-19
NVMe: Fix potential corruption on sync commands
Keith Busch
2015-02-19
NVMe: Remove unused variables
Keith Busch
2015-02-19
NVMe: Fix potential corruption during shutdown
Keith Busch
2015-02-19
NVMe: Asynchronous controller probe
Keith Busch
2015-02-19
NVMe: Register management handle under nvme class
Keith Busch
2015-02-19
NVMe: Metadata format support
Keith Busch
2015-02-12
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-01-29
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
2015-01-21
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
kaoudis
2015-01-15
NVMe: cq_vector should be signed
Jens Axboe
2015-01-08
NVMe: Fix locking on abort handling
Keith Busch
2015-01-08
NVMe: Start and stop h/w queues on reset
Keith Busch
2015-01-08
NVMe: Command abort handling fixes
Keith Busch
2015-01-08
NVMe: Admin queue removal handling
Keith Busch
[next]