summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-08nvmet: add tracing of zns commandsGuixin Liu
2024-03-08nvmet: add tracing of authentication commandsGuixin Liu
2024-03-08nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08nvmet-tcp: do not continue for invalid icreqHannes Reinecke
2024-03-08nvme: change shutdown timeout setting messageKeith Busch
2024-03-07cdrom: gdrom: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-07Merge tag 'nvme-6.9-2024-03-07' of git://git.infradead.org/nvme into for-6.9/...Jens Axboe
2024-03-06Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-03-06block: remove disk_stack_limitsChristoph Hellwig
2024-03-06md: remove mddev->queueChristoph Hellwig
2024-03-06md: don't initialize queue limitsChristoph Hellwig
2024-03-06md/raid10: use the atomic queue limit update APIsChristoph Hellwig
2024-03-06md/raid5: use the atomic queue limit update APIsChristoph Hellwig
2024-03-06md/raid1: use the atomic queue limit update APIsChristoph Hellwig
2024-03-06md/raid0: use the atomic queue limit update APIsChristoph Hellwig
2024-03-06md: add queue limit helpersChristoph Hellwig
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-03-06bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee
2024-03-06block: move capacity validation to blkpg_do_ioctl()Li Lingfeng
2024-03-06block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig
2024-03-06sed-opal: Remove the ret variable from the functionLi kunyu
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming
2024-03-06block: make block_class constantRicardo B. Marliere
2024-03-06Merge tag 'md-6.9-20240305' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig
2024-03-06dasd: move queue setup to common codeChristoph Hellwig
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby
2024-03-06nvme: clear caller pointer on identify failureKeith Busch
2024-03-06nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki
2024-03-05Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai