summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-12-09nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-12-09ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko1-1/+6
2024-12-09fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-12-09ceph: fix cred leak in ceph_mds_check_access()Max Kellermann1-0/+3
2024-12-09ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann1-2/+2
2024-12-09ceph: extract entity name from device idPatrick Donnelly1-1/+9
2024-12-09f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2-7/+21
2024-12-09ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-12-09btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-12-09btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-12-09btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-12-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2024-12-09btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone1-11/+18
2024-12-09btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone3-32/+66
2024-12-09btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba3-6/+5
2024-12-09quota: flush quota_release_work upon quota writebackOjaswin Mujoo1-0/+2
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-05nfs/blocklayout: Limit repeat device registration on failureBenjamin Coddington1-1/+14
2024-12-05nfs/blocklayout: Don't attempt unregister for invalid block deviceBenjamin Coddington1-4/+2
2024-12-05nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng1-1/+1
2024-12-05cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-12-05cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-12-05smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-12-05cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-12-05cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-12-05smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-12-05Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re...Trond Myklebust1-20/+29
2024-12-05hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng1-2/+2
2024-12-05jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-12-05ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-12-05ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-12-05nfs/localio: must clear res.replen in nfs_local_read_doneNeilBrown1-0/+6
2024-12-05NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust1-3/+5
2024-12-05NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-05f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu1-0/+10
2024-12-05smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-12-05smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-12-05smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-12-05smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-12-05smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-12-05smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40
2024-12-05fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme4-23/+37
2024-12-05smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-12-05ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-12-05cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-12-05Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim1-0/+10
2024-12-05Revert "fs: don't block i_writecount during exec"Christian Brauner4-11/+26
2024-12-05exfat: fix out-of-bounds access of directory entriesYuezhang Mo1-4/+16
2024-12-05exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1