index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-10
nvmet: Implement interrupt config feature support
Damien Le Moal
2
-2
/
+57
2025-01-10
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
2
-2
/
+61
2025-01-10
nvmet: Implement host identifier set feature support
Damien Le Moal
1
-4
/
+31
2025-01-10
nvmet: Introduce get/set_feature controller operations
Damien Le Moal
1
-0
/
+4
2025-01-10
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
2
-6
/
+26
2025-01-10
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
2
-3
/
+170
2025-01-10
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
2
-0
/
+89
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
6
-2
/
+135
2025-01-10
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
3
-65
/
+94
2025-01-10
nvme: Add PCI transport type
Damien Le Moal
3
-0
/
+12
2025-01-10
nvmet: Add drvdata field to struct nvmet_ctrl
Damien Le Moal
1
-0
/
+2
2025-01-10
nvmet: Introduce nvmet_get_cmd_effects_admin()
Damien Le Moal
1
-1
/
+6
2025-01-10
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
2
-35
/
+36
2025-01-10
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
3
-3
/
+49
2025-01-10
nvme: Move opcode string helper functions declarations
Damien Le Moal
1
-39
/
+0
2025-01-10
nvme: change return type of nvme_poll_cq() to bool
Yongsoo Joo
1
-4
/
+4
2025-01-10
nvme: Add error check for xa_store in nvme_get_effects_log
Keisuke Nishimura
1
-2
/
+6
2025-01-10
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2025-01-10
nvme: fix queue freeze vs limits lock order
Christoph Hellwig
1
-4
/
+5
2025-01-07
nvmet: handle rw's limited retry flag
Guixin Liu
1
-0
/
+3
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
2
-2
/
+0
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
2
-9
/
+12
2024-12-31
Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
9
-81
/
+108
2024-12-27
nvme-tcp: remove nvme_tcp_destroy_io_queues()
Chunguang.xu
1
-11
/
+7
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
5
-65
/
+79
2024-12-27
nvmet: propagate npwg topology
Luis Chamberlain
1
-1
/
+1
2024-12-27
nvmet: Don't overflow subsysnqn
Leo Stone
1
-2
/
+9
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
2
-2
/
+0
2024-12-23
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-3
/
+1
2024-12-23
nvme: add support for passing on the application tag
Kanchan Joshi
1
-0
/
+10
2024-12-23
block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
Anuj Gupta
1
-8
/
+3
2024-12-18
nvme: use blk_validate_block_size() for max LBA check
Luis Chamberlain
1
-1
/
+1
2024-12-11
nvme-pci: 512 byte aligned dma pool segment quirk
Robert Beckett
2
-2
/
+12
2024-12-05
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
6
-30
/
+22
2024-12-04
nvme-tcp: simplify nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-10
/
+4
2024-12-04
nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
Chunguang.xu
1
-1
/
+0
2024-12-04
nvme-rdma: unquiesce admin_q before destroy it
Chunguang.xu
1
-7
/
+1
2024-12-04
nvme-tcp: fix the memleak while create new ctrl failed
Chunguang.xu
1
-1
/
+1
2024-12-04
nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
Christoph Hellwig
1
-1
/
+2
2024-12-04
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
1
-2
/
+1
2024-12-04
nvme-fabrics: handle zero MAXCMD without closing the connection
Maurizio Lombardi
1
-2
/
+3
2024-12-03
nvme-pci: remove two deallocate zeroes quirks
Keith Busch
1
-3
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2
-8
/
+8
2024-12-02
nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
Christoph Hellwig
1
-1
/
+2
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
1
-2
/
+7
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
8
-85
/
+260
2024-11-21
nvme: tuning pr code by using defined structs and macros
Guixin Liu
1
-47
/
+75
2024-11-19
nvme-fabrics: fix kernel crash while shutting down controller
Nilay Shroff
1
-0
/
+5
2024-11-19
Revert "nvme: make keep-alive synchronous operation"
Nilay Shroff
1
-7
/
+10
[prev]
[next]