summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-05fcntl: make F_DUPFD_QUERY associativeChristian Brauner1-0/+3
2024-12-05fsnotify: Fix ordering of iput() and watched_objects decrementJann Horn1-3/+9
2024-12-05fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-12-05jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-12-05ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-05ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong1-2/+6
2024-12-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang1-21/+1
2024-12-05exfat: fix file being changed by unaligned direct writeYuezhang Mo1-0/+10
2024-12-05fs/ntfs3: Equivalent transition from page to folioKonstantin Komarov1-1/+1
2024-12-05f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-1/+1
2024-12-05nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer3-13/+11
2024-12-05NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-05nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2-8/+27
2024-12-05NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-05NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-12-05nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton4-14/+16
2024-12-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5