summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-18nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng1-3/+18
2024-03-18nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng1-1/+1
2024-03-18drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)1-0/+3
2024-03-14nvme: parse format command's lbafu when tracingGuixin Liu1-1/+4
2024-03-14nvme: add tracing of reservation commandsGuixin Liu1-0/+62
2024-03-14nvme: parse zns command's zsa and zrasf to stringGuixin Liu1-3/+35
2024-03-14nvme: use nvme_disk_is_ns_head helperGuixin Liu2-4/+2
2024-03-14nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2-9/+4
2024-03-08nvmet: add tracing of zns commandsGuixin Liu1-0/+66
2024-03-08nvmet: add tracing of authentication commandsGuixin Liu1-0/+32
2024-03-08nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08nvmet-tcp: do not continue for invalid icreqHannes Reinecke1-0/+1
2024-03-08nvme: change shutdown timeout setting messageKeith Busch1-1/+1
2024-03-07cdrom: gdrom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-07Merge tag 'nvme-6.9-2024-03-07' of git://git.infradead.org/nvme into for-6.9/...Jens Axboe16-286/+351
2024-03-06Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe8-216/+265
2024-03-06md: remove mddev->queueChristoph Hellwig7-23/+26
2024-03-06md: don't initialize queue limitsChristoph Hellwig1-2/+0
2024-03-06md/raid10: use the atomic queue limit update APIsChristoph Hellwig1-27/+33
2024-03-06md/raid5: use the atomic queue limit update APIsChristoph Hellwig1-65/+65
2024-03-06md/raid1: use the atomic queue limit update APIsChristoph Hellwig1-9/+16
2024-03-06md/raid0: use the atomic queue limit update APIsChristoph Hellwig1-15/+20
2024-03-06md: add queue limit helpersChristoph Hellwig2-0/+48
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig6-35/+38
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig6-29/+28
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig6-37/+17
2024-03-06bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig1-6/+5
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal1-2/+2
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig1-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig1-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig1-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig1-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig1-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig1-35/+49
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig1-4/+9
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-06Merge tag 'md-6.9-20240305' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe4-40/+208
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig2-18/+24
2024-03-06dasd: move queue setup to common codeChristoph Hellwig5-77/+42
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig1-28/+26
2024-03-06nvme: clear caller pointer on identify failureKeith Busch1-1/+4
2024-03-06nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki1-5/+2
2024-03-05Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu4-40/+196
2024-03-05dm-raid: fix lockdep waring in "pers->hot_add_disk"Yu Kuai1-0/+2
2024-03-05dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai4-7/+74
2024-03-05dm-raid: add a new helper prepare_suspend() in md_personalityYu Kuai2-0/+19
2024-03-05md/dm-raid: don't call md_reap_sync_thread() directlyYu Kuai1-10/+18
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai2-11/+17
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai1-0/+19