summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-11netfilter: conntrack: fix rmmod double-free raceFlorian Westphal3-14/+15
2023-03-11netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua1-1/+4
2023-03-11watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian1-0/+1
2023-03-11watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua1-2/+4
2023-03-11watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun1-1/+1
2023-03-11watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie1-4/+3
2023-03-11watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2MFabrizio Castro1-1/+36
2023-03-11watchdog: rzg2l_wdt: Issue a reset before we put the PM clocksLad Prabhakar1-6/+4
2023-03-11f2fs: synchronize atomic write abortsDaeho Jeong4-22/+38
2023-03-11um: virt-pci: properly remove PCI device from busBenjamin Berg1-5/+16
2023-03-11um: virtio_uml: move device breaking into workqueueBenjamin Berg1-1/+15
2023-03-11um: virtio_uml: mark device as unregistered when breaking itBenjamin Berg1-0/+2
2023-03-11um: virtio_uml: free command if adding to virtqueue failedBenjamin Berg1-1/+4
2023-03-11x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber listAmmar Faizi1-4/+8
2023-03-11netfilter: nf_tables: allow to fetch set elements when table has an ownerPablo Neira Ayuso1-1/+1
2023-03-11ext4: don't show commit interval if it is zeroWang Jianjian1-1/+1
2023-03-11ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers1-18/+26
2023-03-11f2fs: fix to set ipu policyYangtao Li3-5/+29
2023-03-11f2fs: introduce IS_F2FS_IPU_* macroYangtao Li4-19/+29
2023-03-11soc: qcom: stats: Populate all subsystem debugfs filesStephen Boyd1-8/+2
2023-03-11f2fs: fix to update age extent in f2fs_do_zero_range()Chao Yu1-0/+1
2023-03-11f2fs: fix to update age extent correctly during truncationChao Yu1-1/+1
2023-03-11f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li1-1/+5
2023-03-11f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()Chao Yu1-0/+1
2023-03-11ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failedZhihao Cheng1-2/+14
2023-03-11ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()Zhihao Cheng1-1/+8
2023-03-11ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmapZhihao Cheng1-5/+7
2023-03-11ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng1-5/+14
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng1-3/+9
2023-03-11ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng1-1/+8
2023-03-11ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng1-0/+15
2023-03-11ubi: Fix possible null-ptr-deref in ubi_free_volume()Yang Yingliang2-6/+7
2023-03-11ubifs: Fix memory leak in alloc_wbufs()Li Zetao1-4/+13
2023-03-11ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume()Li Zetao1-1/+1
2023-03-11ubi: Fix use-after-free when volume resizing failedLi Zetao1-1/+3
2023-03-11ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng1-4/+3
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng1-0/+2
2023-03-11ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng1-1/+1
2023-03-11ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng1-0/+5
2023-03-11ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng1-1/+1
2023-03-11ubifs: Fix memory leak in ubifs_sysfs_init()Liu Shixin1-0/+2
2023-03-11ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2023-03-11ubi: ensure that VID header offset + VID header size <= alloc, sizeGeorge Kennedy1-0/+6
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2023-03-11f2fs: fix to abort atomic write only during do_exist()Chao Yu1-1/+2
2023-03-11f2fs: allow set compression option of files without blocksYangtao Li1-1/+1
2023-03-11fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-03-11f2fs: fix to do sanity check on extent cache correctlyChao Yu1-6/+6
2023-03-11soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in svs_init01()Shang XiaoJing1-1/+1
2023-03-11soc: mediatek: mtk-svs: reset svs when svs_resume() failRoger Lu1-1/+5