linux-2.6-microblaze.git
2025-05-15 Ming Leiublk: fix dead loop when canceling io command
2025-05-15 Jens AxboeMerge tag 'nvme-6.15-2025-05-15' of git://git.infradead...
2025-05-14 Ilya Gutermannvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDI...
2025-05-14 Alan Adamsonnvme: all namespaces in a subsystem must adhere to...
2025-05-14 Alan Adamsonnvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for...
2025-05-13 Damien Le Moalnvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ
2025-05-13 Damien Le Moalnvmet: pci-epf: improve debug message
2025-05-13 Damien Le Moalnvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()
2025-05-13 Damien Le Moalnvmet: pci-epf: do not fall back to using INTX if not...
2025-05-13 Damien Le Moalnvmet: pci-epf: clear completion queue IRQ flag on...
2025-05-13 Keith Buschnvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
2025-05-13 Kees Cooknvme-pci: make nvme_pci_npages_prp() __always_inline
2025-05-12 Keith Buschblock: always allocate integrity buffer when required
2025-05-08 Jens AxboeMerge tag 'nvme-6.15-2025-05-08' of git://git.infradead...
2025-05-08 Aaron Lublock: remove test of incorrect io priority level
2025-05-07 Daniel Wagnernvme: unblock ctrl state transition for firmware update
2025-05-06 Johannes Thumshirnblock: only update request sector if needed
2025-05-05 Lizhi Xuloop: Add sanity check for read/write_iter
2025-05-01 Jens AxboeMerge tag 'nvme-6.15-2025-05-01' of git://git.infradead...
2025-04-30 Hannes Reineckenvmet-auth: always free derived key data
2025-04-30 Alistair Francisnvmet-tcp: don't restore null sk_state_change
2025-04-30 Alistair Francisnvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TC...
2025-04-30 Alistair Francisnvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
2025-04-30 Michael Liangnvme-tcp: fix premature queue removal and I/O failover
2025-04-29 Wentao Guannvme-pci: add quirks for WDC Blue SN550 15b7:5009
2025-04-29 Wentao Guannvme-pci: add quirks for device 126f:1001
2025-04-29 Keith Buschnvme-pci: fix queue unquiesce check on slot_reset
2025-04-29 Ming Leiublk: remove the check of ublk_need_req_ref() from...
2025-04-29 Ming Leiublk: enhance check for register/unregister io buffer...
2025-04-29 Ming Leiublk: decouple zero copy from user copy
2025-04-29 Ming Leiselftests: ublk: fix UBLK_F_NEED_GET_DATA
2025-04-25 Ming Leiublk: fix race between io_uring_cmd_complete_in_task...
2025-04-25 Ming Leiublk: call ublk_dispatch_req() for handling UBLK_U_IO_N...
2025-04-24 Christoph Hellwigblock: don't autoload drivers on blk-cgroup configuration
2025-04-24 Christoph Hellwigblock: don't autoload drivers on stat
2025-04-24 Christoph Hellwigblock: remove the backing_inode variable in bdev_statx
2025-04-24 Christoph Hellwigblock: move blkdev_{get,put} _no_open prototypes out...
2025-04-24 Christoph Hellwigblock: never reduce ra_pages in blk_apply_bdi_limits
2025-04-24 Uday Shankarselftests: ublk: common: fix _get_disk_dev_t for pre...
2025-04-24 Jens AxboeMerge tag 'nvme-6.15-2025-04-24' of git://git.infradead...
2025-04-23 Ming Leiselftests: ublk: remove useless 'delay_us' from 'struct...
2025-04-23 Ming Leiselftests: ublk: fix recover test
2025-04-23 Darrick J.... block: hoist block size validation code to a separate...
2025-04-23 Darrick J.... block: fix race between set_blocksize and read paths
2025-04-22 Richard Weinbergernvmet: fix out-of-bounds access in nvmet_enable_port
2025-04-17 Jens AxboeMerge tag 'nvme-6.15-2025-04-17' of git://git.infradead...
2025-04-17 Jens AxboeMerge tag 'md-6.15-20250416' of https://git./linux...
2025-04-17 Uday Shankarselftests: ublk: add generic_06 for covering fault...
2025-04-17 Ming Leiublk: simplify aborting ublk request
2025-04-17 Ming Leiublk: remove __ublk_quiesce_dev()
2025-04-17 Uday Shankarublk: improve detection and handling of ublk server...
2025-04-17 Ming Leiublk: move device reset into ublk_ch_release()
2025-04-17 Ming Leiublk: rely on ->canceling for dealing with ublk_nosrv_d...
2025-04-17 Ming Leiublk: add ublk_force_abort_dev()
2025-04-17 Uday Shankarublk: properly serialize all FETCH_REQs
2025-04-17 Ming Leiselftests: ublk: move creating UBLK_TMP into _prep_test()
2025-04-17 Ming Leiselftests: ublk: add test_stress_05.sh
2025-04-17 Ming Leiselftests: ublk: support user recovery
2025-04-17 Ming Leiselftests: ublk: support target specific command line
2025-04-17 Ming Leiselftests: ublk: increase max nr_queues and queue depth
2025-04-17 Ming Leiselftests: ublk: set queue pthread's cpu affinity
2025-04-17 Ming Leiselftests: ublk: setup ring with IORING_SETUP_SINGLE_IS...
2025-04-17 Ming Leiselftests: ublk: add two stress tests for zero copy...
2025-04-17 Ming Leiselftests: ublk: run stress tests in parallel
2025-04-17 Ming Leiselftests: ublk: make sure _add_ublk_dev can return...
2025-04-17 Ming Leiselftests: ublk: cleanup backfile automatically
2025-04-17 Ming Leiselftests: ublk: add io_uring uapi header
2025-04-17 Ming Leiselftests: ublk: fix ublk_find_tgt()
2025-04-16 Martin K. Petersenblock: integrity: Do not call set_page_dirty_lock()
2025-04-16 Meir Elishamd/raid1: Add check for missing source disk in process_...
2025-04-16 Damien Le Moalnvmet: pci-epf: cleanup link state management
2025-04-16 Damien Le Moalnvmet: pci-epf: clear CC and CSTS when disabling the...
2025-04-16 Damien Le Moalnvmet: pci-epf: always fully initialize completion...
2025-04-16 Damien Le Moalnvmet: auth: use NULL to clear a pointer in nvmet_auth_...
2025-04-16 Hannes Reineckenvme-multipath: sysfs links may not be created for...
2025-04-16 Hannes Reineckenvme: fixup scan failure for non-ANA multipath controllers
2025-04-16 Caleb Sander... ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y
2025-04-16 Christoph Hellwigloop: stop using vfs_iter_{read,write} for buffered I/O
2025-04-15 Thomas Weißschuhloop: LOOP_SET_FD: send uevents for partitions
2025-04-15 Thomas Weißschuhloop: properly send KOBJ_CHANGED uevent for disk device
2025-04-15 Yunlong Xingloop: aio inherit the ioprio of original request
2025-04-14 Zheng Qixingblock: fix resource leak in blk_register_queue() error...
2025-04-14 Bird, Timblock: add SPDX header line to blk-throttle.h
2025-04-11 Thorsten Blumnull_blk: Use strscpy() instead of strscpy_pad() in...
2025-04-10 Jens AxboeMerge tag 'nvme-6.15-2025-04-10' of git://git.infradead...
2025-04-09 Caleb Sander... ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *
2025-04-09 Ming Leiublk: don't fail request for recovery & reissue in...
2025-04-09 Ming Leiublk: fix handling recovery & reissue in ublk_abort_queue()
2025-04-09 Daniel Wagnernvmet-fc: put ref when assoc->del_work is already scheduled
2025-04-09 Daniel Wagnernvmet-fc: take tgtport reference only once
2025-04-09 Daniel Wagnernvmet-fc: update tgtport ref per assoc
2025-04-09 Daniel Wagnernvmet-fc: inline nvmet_fc_free_hostport
2025-04-09 Daniel Wagnernvmet-fc: inline nvmet_fc_delete_assoc
2025-04-09 Daniel Wagnernvmet-fcloop: add ref counting to lport
2025-04-09 Daniel Wagnernvmet-fcloop: replace kref with refcount
2025-04-09 Daniel Wagnernvmet-fcloop: swap list_add_tail arguments
2025-04-09 Kuniyuki Iwashimanvme-tcp: fix use-after-free of netns by kernel TCP...
2025-04-08 Uday Shankarnvme: multipath: fix return value of nvme_available_path
2025-04-08 Hannes Reineckenvme: re-read ANA log page after ns scan completes
2025-04-07 Hannes Reineckenvme: requeue namespace scan on missed AENs
next