aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-06block: only update request sector if neededJohannes Thumshirn1-1/+2
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-05-01Merge tag 'nvme-6.15-2025-05-01' of git://git.infradead.org/nvme into block-6.15Jens Axboe6-5/+42
2025-04-30nvmet-auth: always free derived key dataHannes Reinecke1-2/+1
2025-04-30nvmet-tcp: don't restore null sk_state_changeAlistair Francis1-0/+3
2025-04-30nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei1-3/+0
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei1-4/+20
2025-04-29ublk: decouple zero copy from user copyMing Lei1-12/+23
2025-04-29selftests: ublk: fix UBLK_F_NEED_GET_DATAMing Lei5-12/+48
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig1-1/+1
2025-04-24block: don't autoload drivers on statChristoph Hellwig4-7/+7
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig1-7/+4
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig2-4/+3
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar1-2/+2
2025-04-24Merge tag 'nvme-6.15-2025-04-24' of git://git.infradead.org/nvme into block-6.15Jens Axboe1-0/+3
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei1-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei2-1/+2
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong2-6/+28
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong4-1/+43
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger1-0/+3
2025-04-17Merge tag 'nvme-6.15-2025-04-17' of git://git.infradead.org/nvme into block-6.15Jens Axboe4-39/+67
2025-04-16Merge tag 'md-6.15-20250416' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe3-13/+19
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar5-3/+155
2025-04-16ublk: simplify aborting ublk requestMing Lei1-62/+20
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei1-17/+2
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar1-100/+123
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei1-49/+72
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei1-14/+17
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei1-13/+8
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar1-28/+49
2025-04-16selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei1-1/+1
2025-04-16selftests: ublk: add test_stress_05.shMing Lei2-0/+65
2025-04-16selftests: ublk: support user recoveryMing Lei6-10/+230
2025-04-16selftests: ublk: support target specific command lineMing Lei3-12/+95
2025-04-16selftests: ublk: increase max nr_queues and queue depthMing Lei2-3/+3
2025-04-16selftests: ublk: set queue pthread's cpu affinityMing Lei2-8/+159
2025-04-16selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...Ming Lei1-1/+3
2025-04-16selftests: ublk: add two stress tests for zero copy featureMing Lei3-0/+77
2025-04-16selftests: ublk: run stress tests in parallelMing Lei3-49/+63
2025-04-16selftests: ublk: make sure _add_ublk_dev can return in sub-shellMing Lei4-22/+39