summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-12bfs: Reconstruct file type when loading from diskTetsuo Handa1-1/+18
2025-12-12smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-12-12ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-12-12ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-12-12ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-12-12jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin1-5/+14
2025-12-07nfsd: Replace clamp_t in nfsd4_get_drc_mem()NeilBrown1-2/+4
2025-12-07smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-12-07fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin1-3/+4
2025-12-01xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-12-01xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-12-01smb: client: fix incomplete backport in cfids_invalidation_worker()Henrique Carvalho1-1/+1
2025-12-01cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-12-01cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-12-01smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-12-01exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-12-01isofs: check the return value of sb_min_blocksize() in isofs_fill_superYongpeng Yang1-0/+5
2025-11-24proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-11-24btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
2025-11-24btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-11-24btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-24btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota1-2/+2
2025-11-24smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-11-24cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-11-24fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-11-24nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis1-1/+6
2025-11-24ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-24NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-11-24nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia1-0/+1
2025-11-24nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-11-24fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-16/+16
2025-11-24virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1
2025-11-24hostfs: Fix only passing host root in boot stage with new mountHongbo Li1-11/+18
2025-11-24f2fs: fix to avoid overflow while left shift operationChao Yu1-1/+1
2025-11-24ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-11-24ext4: introduce ITAIL helperYe Bin2-5/+8
2025-11-24proc: fix the issue of proc_mem_open returning NULLPenglei Jiang3-11/+17
2025-11-24NFS: Fix LTP test failures when timestamps are delegatedDai Ngo1-6/+12
2025-11-24NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-11-24NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei1-0/+1
2025-11-24NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust1-3/+4
2025-11-24simplify nfs_atomic_open_v23()Al Viro1-11/+5
2025-11-24pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust2-4/+24
2025-11-24pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust1-17/+17
2025-11-24NFSD: Skip close replay processing if XDR encoding failsChuck Lever1-2/+1
2025-11-24erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang1-4/+7
2025-11-24smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong1-0/+1
2025-11-24smb/server: fix possible memory leak in smb2_read()ZhangGuoDong1-0/+1
2025-11-24exfat: fix improper check of dentry.stream.valid_sizeJaehun Gou1-1/+5
2025-11-24NFS: check if suid/sgid was cleared after a write as neededScott Mayhew1-1/+2