Age | Commit message (Expand) | Author |
2024-07-22 | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux | Linus Torvalds |
2024-07-15 | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds |
2024-07-08 | Merge tag 'nvme-6.11-2024-07-08' of git://git.infradead.org/nvme into for-6.1... | Jens Axboe |
2024-07-08 | nvmet-auth: fix nvmet_auth hash error handling | Gaosheng Cui |
2024-07-08 | nvme: implement ->get_unique_id | Christoph Hellwig |
2024-07-05 | block: Remove REQ_OP_ZONE_RESET_ALL emulation | Damien Le Moal |
2024-07-03 | block: call bio_integrity_unmap_free_user from blk_rq_unmap_user | Christoph Hellwig |
2024-07-03 | block: split integrity support out of bio.h | Christoph Hellwig |
2024-07-03 | Merge tag 'v6.10-rc6' into for-6.11/block-post | Jens Axboe |
2024-07-02 | nvme-multipath: implement "queue-depth" iopolicy | Thomas Song |
2024-07-01 | nvme: don't set io_opt if NOWS is zero | Christoph Hellwig |
2024-06-26 | nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[] | Nathan Chancellor |
2024-06-26 | nvme-multipath: prepare for "queue-depth" iopolicy | John Meneghini |
2024-06-26 | block: change rq_integrity_vec to respect the iterator | Mikulas Patocka |
2024-06-26 | nvme-pci: do not directly handle subsys reset fallout | Keith Busch |
2024-06-24 | nvme-fcloop: implement 'host_traddr' | Hannes Reinecke |
2024-06-24 | nvmet-fc: implement host_traddr() | Hannes Reinecke |
2024-06-24 | nvmet-rdma: implement host_traddr() | Hannes Reinecke |
2024-06-24 | nvmet-tcp: implement host_traddr() | Hannes Reinecke |
2024-06-24 | nvmet: add 'host_traddr' callback for debugfs | Hannes Reinecke |
2024-06-24 | nvmet: add debugfs support | Hannes Reinecke |
2024-06-24 | nvme: rename CDR/MORE/DNR to NVME_STATUS_* | Weiwen Hu |
2024-06-24 | nvme: fix status magic numbers | Weiwen Hu |
2024-06-24 | nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_err | Weiwen Hu |
2024-06-24 | nvme: split device add from initialization | Keith Busch |
2024-06-24 | nvme: fc: split controller bringup handling | Keith Busch |
2024-06-24 | nvme: rdma: split controller bringup handling | Keith Busch |
2024-06-24 | nvme: tcp: split controller bringup handling | Keith Busch |
2024-06-24 | nvme: apple: fix device reference counting | Keith Busch |
2024-06-21 | nvmet: make 'tsas' attribute idempotent for RDMA | Hannes Reinecke |
2024-06-20 | nvme: Atomic write support | Alan Adamson |
2024-06-20 | nvme-apple: add missing MODULE_DESCRIPTION() | Jeff Johnson |
2024-06-19 | block: move the skip_tagset_quiesce flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the pci_p2pdma flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the zone_resetall flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the zoned flag into the features field | Christoph Hellwig |
2024-06-19 | block: move the poll flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the nowait flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the stable_writes flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the io_stat flag setting to queue_limits | Christoph Hellwig |
2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig |
2024-06-19 | block: move cache control settings out of queue->flags | Christoph Hellwig |
2024-06-17 | nvmet: do not return 'reserved' for empty TSAS values | Hannes Reinecke |
2024-06-17 | nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA. | Boyang Yu |
2024-06-14 | block: move integrity information into queue_limits | Christoph Hellwig |
2024-06-14 | block: bypass the STABLE_WRITES flag for protection information | Christoph Hellwig |
2024-06-14 | block: remove the blk_integrity_profile structure | Christoph Hellwig |
2024-06-13 | Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10 | Jens Axboe |
2024-06-13 | nvme: fix namespace removal list | Keith Busch |
2024-06-12 | nvmet: always initialize cqe.result | Daniel Wagner |