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-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins
2022-10-30fcntl: fix potential deadlocks for &fown_struct.lockDesmond Cheong Zhi Xi
2022-10-30fcntl: make F_GETOWN(EX) return 0 on dead owner taskPavel Tikhomirov
2022-10-30cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu
2022-10-30cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu
2022-10-30cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu
2022-10-30btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-30btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-30ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi
2022-10-30ocfs2: clear dinode links count in case of errorJoseph Qi
2022-10-26f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2022-10-26ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-26io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-26btrfs: scrub: try to fix super block errorsQu 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-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET
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: place buffer head allocation before handle startJinke Han
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner
2022-10-26ext4: fix check for block being out of directory sizeJan Kara
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin
2022-10-26jbd2: wake up journal waiters in FIFO order, not LIFOAndrew Perepechko
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-26quota: Check next/prev free block number after reading from quota fileZhihao Cheng
2022-10-26fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring
2022-10-26fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg