summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers2-7/+13
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers6-308/+350
2022-11-10fscrypt: simplify master key lockingEric Biggers4-34/+21
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-11-10NFSv4: Fix a potential state reclaim deadlockTrond Myklebust1-19/+17
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-10-30mm: /proc/pid/smaps_rollup: fix no vma's null-derefSeth Jenkins1-1/+1
2022-10-30fcntl: fix potential deadlocks for &fown_struct.lockDesmond Cheong Zhi Xi1-6/+7
2022-10-30fcntl: make F_GETOWN(EX) return 0 on dead owner taskPavel Tikhomirov1-6/+13
2022-10-30cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-30cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-30cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-30btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-30btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-30ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi1-10/+1
2022-10-30ocfs2: clear dinode links count in case of errorJoseph Qi1-2/+10
2022-10-26f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-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/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-26io_uring: correct pinned_vm accountingPavel Begunkov1-2/+5
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo1-0/+36
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-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu4-8/+15
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2-26/+40
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26nfsd: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
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: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-10-26ext4: fix check for block being out of directory sizeJan Kara1-1/+1
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-10-26ext4: avoid crash when inline data creation follows DIO writeJan Kara1-0/+6
2022-10-26jbd2: add miss release buffer head in fc_do_one_pass()Ye Bin1-0/+1
2022-10-26jbd2: fix potential use-after-free in jbd2_fc_wait_bufsYe Bin1-3/+3
2022-10-26jbd2: fix potential buffer head reference count leakYe Bin1-1/+7