summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-03kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt1-1/+4
2022-11-03exec: Copy oldsighand->action under spin-lockBernd Edlinger1-2/+2
2022-11-03fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao1-1/+2
2022-11-03NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew1-7/+12
2022-11-03NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington4-13/+24
2022-10-29mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-10-29ksmbd: fix incorrect handling of iterate_dirNamjae Jeon1-10/+4
2022-10-29ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon1-1/+9
2022-10-29fs: dlm: fix invalid derefence of sb_lvbptrAlexander Aring1-1/+1
2022-10-29cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-29cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-29cifs: Fix xid leak in cifs_create()Zhang Xiaoxu1-2/+4
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-29ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-29ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-29btrfs: enhance unsupported compat RO flags handlingQu Wenruo2-1/+19
2022-10-26io-wq: Fix memory leak in worker creationRafael Mendonca1-1/+1
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢1-1/+1
2022-10-26io_uring/rw: fix unexpected link breakagePavel Begunkov1-0/+1
2022-10-26io_uring/rw: fix error'ed retry return valuesPavel Begunkov1-1/+1
2022-10-26io_uring/rw: fix short rw error handlingPavel Begunkov1-11/+17
2022-10-26io_uring: correct pinned_vm accountingPavel Begunkov1-5/+5
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-26ext2: Use kvmalloc() for group descriptor arrayJan Kara1-3/+3
2022-10-26eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken1-3/+7
2022-10-26btrfs: don't print information about space cache or tree every remountMaciej S. Szmigiero1-4/+7
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
2022-10-26btrfs: dump extra info if one free space cache has more bitmaps than it shouldQu Wenruo1-0/+6
2022-10-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo1-0/+5
2022-10-26NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker1-1/+1
2022-10-26fs: dlm: fix race in lowcommsAlexander Aring1-0/+4
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu4-8/+15
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26cifs: return correct error in ->calc_signature()Enzo Matsumiya1-4/+6
2022-10-26ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett1-3/+3
2022-10-26locks: fix TOCTOU race when granting write leaseAmir Goldstein3-13/+15
2022-10-26NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever3-15/+18
2022-10-26NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2022-10-26ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2-98/+6
2022-10-26userfaultfd: open userfaultfds with O_RDONLYOndrej Mosnacek1-2/+2
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-26ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin1-4/+5
2022-10-26ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin1-6/+8
2022-10-26ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin1-3/+5
2022-10-26ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin1-6/+9
2022-10-26ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng1-5/+10
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7