Age | Commit message (Expand) | Author |
2024-04-04 | nvme-fc: rename free_ctrl callback to match name pattern | Daniel Wagner |
2024-04-04 | nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists | Daniel Wagner |
2024-04-04 | nvmet: implement unique discovery NQN | Hannes Reinecke |
2024-04-04 | nvme: don't create a multipath node for zero capacity devices | Christoph Hellwig |
2024-04-02 | nvme: split nvme_update_zone_info | Christoph Hellwig |
2024-04-02 | nvme-multipath: don't inherit LBA-related fields for the multipath node | Christoph Hellwig |
2024-03-21 | Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 | Jens Axboe |
2024-03-21 | nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag | Guixin Liu |
2024-03-21 | nvme: remove redundant BUILD_BUG_ON check | Guixin Liu |
2024-03-18 | nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq | Li Feng |
2024-03-18 | nvme-tcp: Export the nvme_tcp_wq to sysfs | Li Feng |
2024-03-18 | drivers/nvme: Add quirks for device 126f:2262 | Jiawei Fu (iBug) |
2024-03-14 | nvme: parse format command's lbafu when tracing | Guixin Liu |
2024-03-14 | nvme: add tracing of reservation commands | Guixin Liu |
2024-03-14 | nvme: parse zns command's zsa and zrasf to string | Guixin Liu |
2024-03-14 | nvme: use nvme_disk_is_ns_head helper | Guixin Liu |
2024-03-14 | nvme: fix reconnection fail due to reserved tag allocation | Chunguang Xu |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-03-11 | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-03-08 | nvmet: add tracing of zns commands | Guixin Liu |
2024-03-08 | nvmet: add tracing of authentication commands | Guixin Liu |
2024-03-08 | nvme-apple: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-03-08 | nvmet-tcp: do not continue for invalid icreq | Hannes Reinecke |
2024-03-08 | nvme: change shutdown timeout setting message | Keith Busch |
2024-03-06 | nvme: clear caller pointer on identify failure | Keith Busch |
2024-03-06 | nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse() | Shin'ichiro Kawasaki |
2024-03-05 | nvme: fcloop: make fcloop_class constant | Ricardo B. Marliere |
2024-03-05 | nvme: fabrics: make nvmf_class constant | Ricardo B. Marliere |
2024-03-05 | nvme: core: constify struct class usage | Ricardo B. Marliere |
2024-03-05 | net: introduce page_frag_cache_drain() | Yunsheng Lin |
2024-03-04 | nvme-fabrics: typo in nvmf_parse_key() | Hannes Reinecke |
2024-03-04 | nvme-multipath: use atomic queue limits API for stacking limits | Christoph Hellwig |
2024-03-04 | nvme-multipath: pass queue_limits to blk_alloc_disk | Christoph Hellwig |
2024-03-04 | nvme: use the atomic queue limits update API | Christoph Hellwig |
2024-03-04 | nvme: cleanup nvme_configure_metadata | Christoph Hellwig |
2024-03-04 | nvme: don't query identify data in configure_metadata | Christoph Hellwig |
2024-03-04 | nvme: split out a nvme_identify_ns_nvm helper | Christoph Hellwig |
2024-03-04 | nvme: move common logic into nvme_update_ns_info | Christoph Hellwig |
2024-03-04 | nvme: move setting the write cache flags out of nvme_set_queue_limits | Christoph Hellwig |
2024-03-04 | nvme: move a few things out of nvme_update_disk_info | Christoph Hellwig |
2024-03-04 | nvme: don't use nvme_update_disk_info for the multipath disk | Christoph Hellwig |
2024-03-04 | nvme: move blk_integrity_unregister into nvme_init_integrity | Christoph Hellwig |
2024-03-04 | nvme: cleanup the nvme_init_integrity calling conventions | Christoph Hellwig |
2024-03-04 | nvme: move max_integrity_segments handling out of nvme_init_integrity | Christoph Hellwig |
2024-03-04 | nvme: remove nvme_revalidate_zones | Christoph Hellwig |
2024-03-04 | nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discard | Christoph Hellwig |
2024-03-04 | nvme: set max_hw_sectors unconditionally | Christoph Hellwig |
2024-03-02 | nvme-fabrics: check max outstanding commands | Guixin Liu |
2024-03-02 | nvmet-rdma: set max_queue_size for RDMA transport | Max Gurtovoy |