summaryrefslogtreecommitdiffstats
path: root/drivers/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-13scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain1-25/+19
2024-08-13scsi: mac_scsi: Refactor polling loopFinn Thain1-38/+42
2024-08-13scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain1-20/+22
2024-08-13scsi: mpi3mr: Driver version update to 8.10.0.5.50Ranjan Kumar1-2/+2
2024-08-13scsi: mpi3mr: Update consumer index of reply queues after every 100 repliesRanjan Kumar2-2/+17
2024-08-13scsi: mpi3mr: Return complete ioc_status for ioctl commandsRanjan Kumar1-5/+9
2024-08-13scsi: snic: Avoid creating two slab caches with the same namePedro Falcato1-1/+1
2024-08-13scsi: ufs: ufshcd-pltfrm: Use of_property_count_u32_elems() to get property l...Rob Herring (Arm)1-6/+2
2024-08-13scsi: ufs: ufshcd-pltfrm: Use of_property_present()Rob Herring (Arm)1-2/+2
2024-08-13scsi: block: Don't check REQ_ATOMIC for readsJohn Garry1-0/+1
2024-08-13scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry1-1/+1
2024-08-03scsi: smartpqi: Update driver version to 2.1.28-025Don Brace1-3/+3
2024-08-03scsi: smartpqi: Improve handling of multipath failoverKevin Barnett1-1/+15
2024-08-03scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quicklyGilbert Wu1-18/+2
2024-08-03scsi: smartpqi: Improve accuracy/performance of raid-bypass-counterKevin Barnett2-5/+27
2024-08-03scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+104
2024-08-03scsi: lpfc: Copyright updates for 14.4.0.4 patchesJustin Tee1-1/+1
2024-08-03scsi: lpfc: Update lpfc version to 14.4.0.4Justin Tee1-1/+1
2024-08-03scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee2-13/+36
2024-08-03scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee3-23/+46
2024-08-03scsi: lpfc: Fix unintentional double clearing of vmid_flagJustin Tee2-2/+3
2024-08-03scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee3-3/+24
2024-08-03scsi: lpfc: Remove redundant vport assignment when building an abort requestJustin Tee1-2/+0
2024-08-03scsi: lpfc: Change diagnostic log flag during receipt of unknown ELS cmdsJustin Tee1-1/+1
2024-08-03scsi: ufs: core: Support Updating UIC Command TimeoutBao D. Nguyen1-5/+24
2024-08-03scsi: aacraid: struct {user,}sgmap{,64,raw}: Replace 1-element arrays with fl...Kees Cook5-30/+23
2024-08-03scsi: aacraid: Rearrange order of struct aac_srb_unitKees Cook1-1/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_4: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_3: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_IOC_2: Replace 1-element array wit...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_RAID_PHYS_DISK_1: Replace 1-elemen...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _CONFIG_PAGE_SAS_IO_UNIT_0: Replace 1-element a...Kees Cook1-9/+1
2024-08-03scsi: message: fusion: struct _RAID_VOL0_SETTINGS: Replace 1-element array wi...Kees Cook1-9/+1
2024-08-03scsi: ipr: Replace 1-element arrays with flexible arraysKees Cook1-2/+2
2024-08-03scsi: aacraid: struct aac_ciss_phys_luns_resp: Replace 1-element array with f...Kees Cook2-2/+2
2024-08-03scsi: aacraid: union aac_init: Replace 1-element array with flexible arrayKees Cook2-2/+2
2024-08-03scsi: megaraid_sas: struct MR_HOST_DEVICE_LIST: Replace 1-element array with ...Kees Cook1-2/+2
2024-08-03scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexib...Kees Cook1-1/+1
2024-08-03scsi: mpi3mr: struct mpi3_sas_io_unit_page1: Replace 1-element array with fle...Kees Cook1-4/+1
2024-08-03scsi: mpi3mr: struct mpi3_sas_io_unit_page0: Replace 1-element array with fle...Kees Cook1-4/+1
2024-08-03scsi: mpi3mr: struct mpi3_event_data_pcie_topology_change_list: Replace 1-ele...Kees Cook1-4/+1
2024-08-03scsi: mpi3mr: struct mpi3_event_data_sas_topology_change_list: Replace 1-elem...Kees Cook1-4/+1
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11