summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-04erofs: fix up inplace decompression success rateGao Xiang
2022-11-04erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu
2022-11-04kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-11-04exec: Copy oldsighand->action under spin-lockBernd Edlinger
2022-11-04fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao
2022-11-04squashfs: fix buffer release race condition in readahead codePhillip Lougher
2022-11-04squashfs: fix extending readahead beyond end of filePhillip Lougher
2022-11-04squashfs: fix read regression introduced in readahead codePhillip Lougher
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-10-29ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin
2022-10-29ext4: factor out ext4_fc_get_tl()Ye Bin
2022-10-29ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin
2022-10-29cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_create()Zhang Xiaoxu
2022-10-29erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-29smb3: interface count displayed incorrectlySteve French
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi
2022-10-26Revert "btrfs: call __btrfs_remove_free_space_cache_locked on cache load fail...Greg Kroah-Hartman
2022-10-26efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel
2022-10-21ext2: Use kvmalloc() for group descriptor arrayJan Kara
2022-10-21btrfs: call __btrfs_remove_free_space_cache_locked on cache load failureJosef Bacik
2022-10-21btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-10-21btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-21btrfs: scrub: properly report super block errors in system logQu Wenruo
2022-10-21btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo
2022-10-21NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo
2022-10-21NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker
2022-10-21fs: dlm: fix race in lowcommsAlexander Aring
2022-10-21f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-21f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-21cifs: return correct error in ->calc_signature()Enzo Matsumiya
2022-10-21eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken
2022-10-21iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong
2022-10-21ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett
2022-10-21ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-21locks: fix TOCTOU race when granting write leaseAmir Goldstein
2022-10-21NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever
2022-10-21NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever
2022-10-21nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
2022-10-21erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-10-21erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-10-21acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()Christian Brauner
2022-10-21ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner
2022-10-21userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek