summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-06-16nvme: forward port sysfs delete fixKeith Busch
2023-06-12nvme: skip optional id ctrl csi if it failedKeith Busch
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner
2023-06-12nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni
2023-06-12nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez
2023-06-12nvme-fcloop: no need to return from void functionChaitanya Kulkarni
2023-06-12nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni
2023-06-12nvmet-auth: remove some dead codeChristophe JAILLET
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy
2023-06-12nvme-fabrics: prevent overriding of existing hostMax Gurtovoy
2023-06-12nvme-fabrics: check hostid using uuid_equalMax Gurtovoy
2023-06-12nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy
2023-06-12nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Christophe JAILLET
2023-06-12nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET
2023-06-12nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch
2023-06-12nvme-pci: cleaning up nvme_pci_init_requestIrvin Cote
2023-06-12nvme-rdma: fix typo in commentMax Gurtovoy
2023-06-12nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni
2023-06-12nvme-core: add missing fault-injection cleanupChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12rnbd-srv: replace sess->open_flags with a "bool readonly"Christoph Hellwig
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-12bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang
2023-06-11block/rnbd-srv: no need to check sess_devGuoqing Jiang
2023-06-11block/rnbd: introduce rnbd_access_modesGuoqing Jiang