summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27RDMA/mana_ib: Introduce mdev_to_gc helper functionKonstantin Taranov5-37/+27
2024-03-27RDMA/mana_ib: Fix bug in creation of dma regionsKonstantin Taranov1-1/+1
2024-03-27f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24
2024-03-27f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-27watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer1-0/+3
2024-03-27watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh1-2/+7
2024-03-27f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-03-27f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-27NFSv4.2: fix listxattr maximum XDR buffer sizeJorge Mora1-2/+5
2024-03-27NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102Jorge Mora1-6/+10
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-27f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22
2024-03-27scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-03-27RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()Alexey Kodanev1-1/+1
2024-03-27RDMA/device: Fix a race between mad_client and cm_client initShifeng Li1-15/+22
2024-03-27RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2-14/+19
2024-03-27i3c: dw: Disable IBI IRQ depends on hot-join and SIR enablingDylan Hung1-1/+3
2024-03-27scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-03-27f2fs: fix to avoid potential panic during recoveryChao Yu2-17/+21
2024-03-27f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-03-27f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-03-27f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-03-27f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-03-27f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu4-16/+24
2024-03-27f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-03-27f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2-10/+20
2024-03-27f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu3-10/+15
2024-03-27RDMA/srpt: Do not register event handler until srpt device is fully setupWilliam Kucharski1-2/+1
2024-03-27RDMA/irdma: Remove duplicate assignmentMustafa Ismail1-2/+1
2024-03-27scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-03-27phy: qcom: qmp-usbc: handle CLAMP register in a correct wayDmitry Baryshkov1-11/+37
2024-03-27phy: qcom: qmp-usbc: add support for the Type-C handlingDmitry Baryshkov1-3/+94
2024-03-27phy: qcom: qmp-usb: split USB-C PHY driverDmitry Baryshkov3-267/+1079
2024-03-27ALSA: usb-audio: Stop parsing channels bits when all channels are found.Johan Carlsson1-1/+4
2024-03-27platform/x86/amd/pmf: Do not use readl() for policy buffer accessArmin Wolf1-2/+2
2024-03-27platform/x86/intel/pmc/arl: Put GNA device in D3David E. Box1-0/+2
2024-03-27platform/x86/intel/pmc/lnl: Remove SSRAM supportDavid E. Box1-35/+5
2024-03-27mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin2-4/+14
2024-03-27ALSA: scarlett2: Fix Scarlett 4th Gen input gain range againGeoffrey D. Bennett1-4/+7
2024-03-27ALSA: scarlett2: Fix Scarlett 4th Gen input gain rangeGeoffrey D. Bennett1-3/+5
2024-03-27ALSA: scarlett2: Fix Scarlett 4th Gen autogain status valuesGeoffrey D. Bennett1-28/+34
2024-03-27ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detectionGeoffrey D. Bennett1-8/+7
2024-03-27ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles1-1/+12
2024-03-27ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles1-10/+1
2024-03-27ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles1-7/+0
2024-03-27ALSA: hda/tas2781: add lock to system_suspendGergo Koteles1-0/+4
2024-03-27ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles1-1/+1
2024-03-27ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptopsAthaariq Ardhiansyah1-0/+63
2024-03-27cifs: Fix writeback data corruptionDavid Howells1-126/+157