summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig
2025-04-24block: don't autoload drivers on statChristoph Hellwig
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar
2025-04-24Merge tag 'nvme-6.15-2025-04-24' of git://git.infradead.org/nvme into block-6.15Jens Axboe
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei
2025-04-23selftests: ublk: fix recover testMing Lei
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-04-22nvmet: fix out-of-bounds access in nvmet_enable_portRichard Weinberger
2025-04-17Merge tag 'nvme-6.15-2025-04-17' of git://git.infradead.org/nvme into block-6.15Jens Axboe
2025-04-16Merge tag 'md-6.15-20250416' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar
2025-04-16ublk: simplify aborting ublk requestMing Lei
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar
2025-04-16selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei
2025-04-16selftests: ublk: add test_stress_05.shMing Lei
2025-04-16selftests: ublk: support user recoveryMing Lei
2025-04-16selftests: ublk: support target specific command lineMing Lei
2025-04-16selftests: ublk: increase max nr_queues and queue depthMing Lei
2025-04-16selftests: ublk: set queue pthread's cpu affinityMing Lei
2025-04-16selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFE...Ming Lei
2025-04-16selftests: ublk: add two stress tests for zero copy featureMing Lei
2025-04-16selftests: ublk: run stress tests in parallelMing Lei
2025-04-16selftests: ublk: make sure _add_ublk_dev can return in sub-shellMing Lei
2025-04-16selftests: ublk: cleanup backfile automaticallyMing Lei
2025-04-16selftests: ublk: add io_uring uapi headerMing Lei
2025-04-16selftests: ublk: fix ublk_find_tgt()Ming Lei
2025-04-16block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen
2025-04-16md/raid1: Add check for missing source disk in process_checks()Meir Elisha
2025-04-16nvmet: pci-epf: cleanup link state managementDamien Le Moal
2025-04-16nvmet: pci-epf: clear CC and CSTS when disabling the controllerDamien Le Moal
2025-04-16nvmet: pci-epf: always fully initialize completion entriesDamien Le Moal
2025-04-16nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()Damien Le Moal
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke
2025-04-16nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke
2025-04-15ublk: don't suggest CONFIG_BLK_DEV_UBLK=YCaleb Sander Mateos
2025-04-15loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig
2025-04-15loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh
2025-04-15loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh
2025-04-15loop: aio inherit the ioprio of original requestYunlong Xing
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing