summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-09btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun
2024-12-09nfsd: make sure exp active before svc_export_showYang Erkun
2024-12-09ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-12-09fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa
2024-12-09ceph: extract entity name from device idPatrick Donnelly
2024-12-09ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev
2024-12-09btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana
2024-12-09btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu
2024-12-09btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-12-09quota: flush quota_release_work upon quota writebackOjaswin Mujoo
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li
2024-12-09nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng
2024-12-09cifs: unlock on error in smb3_reconfigure()Dan Carpenter
2024-12-09cifs: during remount, make sure passwords are in syncShyam Prasad N
2024-12-09smb: Initialize cfid->tcon before performing network opsPaul Aurich
2024-12-09cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár
2024-12-09cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-12-09smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-12-09jffs2: fix use of uninitialized variableQingfang Deng
2024-12-09ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed
2024-12-09ubifs: Correct the total block count by deducting journal reservationZhihao Cheng
2024-12-09NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust
2024-12-09NFSD: Prevent a potential integer overflowChuck Lever
2024-12-09f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-12-09smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-12-09smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich
2024-12-09smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich
2024-12-09smb: client: handle max length for SMB symlinksPaulo Alcantara
2024-12-09smb3: request handle caching when caching directoriesSteve French
2024-12-09smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara
2024-12-09ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-12-09cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya
2024-12-09exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon
2024-12-09fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein
2024-12-09jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov
2024-12-09ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o
2024-12-09ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park
2024-12-09btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-12-09f2fs: fix null reference error when checking end of zoneDaejun Park
2024-12-09xfs: add bounds checking to xlog_recover_process_datalei lu
2024-12-09f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-12-09gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher
2024-12-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher
2024-12-09NFSD: Fix nfsd4_shutdown_copy()Chuck Lever
2024-12-09nfsd: release svc_expkey/svc_export with rcu_workYang Erkun
2024-12-09NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever
2024-12-09NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li