summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-11-03exec: Copy oldsighand->action under spin-lockBernd Edlinger
2022-11-03fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao
2022-11-03NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew
2022-11-03NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-10-29ksmbd: fix incorrect handling of iterate_dirNamjae Jeon
2022-10-29ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon
2022-10-29fs: dlm: fix invalid derefence of sb_lvbptrAlexander Aring
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-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-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi
2022-10-29btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-10-26io-wq: Fix memory leak in worker creationRafael Mendonca
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-26io_uring/rw: fix unexpected link breakagePavel Begunkov
2022-10-26io_uring/rw: fix error'ed retry return valuesPavel Begunkov
2022-10-26io_uring/rw: fix short rw error handlingPavel Begunkov
2022-10-26io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-26ext2: Use kvmalloc() for group descriptor arrayJan Kara
2022-10-26eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken
2022-10-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo
2022-10-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker
2022-10-26fs: dlm: fix race in lowcommsAlexander Aring
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26cifs: return correct error in ->calc_signature()Enzo Matsumiya
2022-10-26ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett
2022-10-26locks: fix TOCTOU race when granting write leaseAmir Goldstein
2022-10-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever
2022-10-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
2022-10-26ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin
2022-10-26ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng
2022-10-26ext4: place buffer head allocation before handle startJinke Han