summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-12-09btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
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: extract entity name from device idPatrick Donnelly1-1/+9
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-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-09nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng1-1/+1
2024-12-09cifs: unlock on error in smb3_reconfigure()Dan Carpenter1-1/+3
2024-12-09cifs: during remount, make sure passwords are in syncShyam Prasad N2-9/+75
2024-12-09smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-12-09cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-12-09cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-12-09smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-12-09jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-12-09ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-12-09ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-12-09NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust1-3/+5
2024-12-09NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-09f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu1-0/+10
2024-12-09smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich6-36/+147
2024-12-09smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-12-09smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-12-09smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-12-09smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-12-09smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-12-09ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-12-09cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya1-7/+50
2024-12-09exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-12-09fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-12-09jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-12-09ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-09ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-09btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana6-29/+74
2024-12-09f2fs: fix null reference error when checking end of zoneDaejun Park1-1/+3
2024-12-09xfs: add bounds checking to xlog_recover_process_datalei lu1-1/+4
2024-12-09f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang1-21/+1
2024-12-09gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher1-20/+15
2024-12-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher1-2/+1
2024-12-09NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-09nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2-8/+27
2024-12-09NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-09NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li1-3/+6