summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-04hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2023-01-04pstore/zone: Use GFP_ATOMIC to allocate zone bufferQiujun Huang1-1/+1
2023-01-04pstore: Properly assign mem_type propertyLuca Stefani1-1/+1
2023-01-04mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers1-0/+1
2023-01-04rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2-12/+49
2023-01-04futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers1-4/+7
2023-01-04HID: plantronics: Additional PIDs for double volume key presses quirkTerry Junge2-0/+12
2023-01-04HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpointJosé Expósito1-0/+4
2023-01-04kprobes: kretprobe events missing on 2-core KVM guestwuqiang2-8/+3
2023-01-04rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2023-01-04powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2023-01-04powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2023-01-04iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda1-1/+1
2023-01-04objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2023-01-04fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang1-24/+2
2023-01-04fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter1-6/+0
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa1-1/+1
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa1-1/+1
2023-01-04fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo1-4/+6
2023-01-04soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15Pierre-Louis Bossart1-0/+8
2023-01-04fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei1-0/+7
2023-01-04fs/ntfs3: Validate resident attribute nameEdward Lo1-0/+5
2023-01-04fs/ntfs3: Validate buffer length while parsing indexEdward Lo1-0/+6
2023-01-04fs/ntfs3: Validate attribute name offsetEdward Lo1-0/+3
2023-01-04fs/ntfs3: Add null pointer check for inode operationsEdward Lo1-2/+2
2023-01-04fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida1-0/+1
2023-01-04fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo1-0/+5
2023-01-04fs/ntfs3: Validate data run offsetEdward Lo5-0/+46
2023-01-04fs/ntfs3: Add overflow check for attribute sizeedward lo1-0/+5
2023-01-04fs/ntfs3: Validate BOOT record_sizeedward lo1-1/+1
2023-01-04nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig1-6/+5
2023-01-04nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2023-01-04ata: ahci: Fix PCS quirk application for suspendAdam Vodopjan1-9/+23
2023-01-04block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2023-01-04ACPI: resource: do IRQ override on Lenovo 14ALC7Adrian Freund1-3/+10
2023-01-04ACPI: resource: do IRQ override on XMG Core 15Erik Schumacher1-0/+12
2023-01-04ACPI: resource: do IRQ override on LENOVO IdeaPadJiri Slaby (SUSE)1-14/+28
2023-01-04ACPI: resource: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZATamim Khan1-0/+19
2023-01-04nvme-pci: fix page size checksKeith Busch1-4/+4
2023-01-04nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2023-01-04nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2023-01-04cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2023-01-04cifs: fix static checker warningPaulo Alcantara1-1/+1
2023-01-04blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo1-0/+2
2023-01-04blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2023-01-04blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig3-9/+12
2023-01-04blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig3-26/+12
2023-01-04blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2-50/+27
2023-01-04blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2-7/+7
2023-01-04blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2-15/+1