summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ksmbd: fix use-after-free in session logoffSean Heelan1-4/+0
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-01smb: client: fix incomplete backport in cfids_invalidation_worker()Henrique Carvalho1-1/+1
2025-12-01f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu2-19/+21
2025-12-01f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu1-20/+20
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-11-24f2fs: fix to avoid overflow while left shift operationChao Yu1-1/+1
2025-11-24btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo1-0/+8
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-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-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-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-24pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust2-4/+24
2025-11-24NFS: enable nconnect for RDMATrond Myklebust2-0/+3
2025-11-24pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust1-17/+17
2025-11-24cifs: Fix uncached read into ITER_KVEC iteratorDavid Howells1-3/+94
2025-11-24cifs: stop writeback extension when change of size is detectedShyam Prasad N1-3/+15
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-24NFS: check if suid/sgid was cleared after a write as neededScott Mayhew1-1/+2
2025-11-24NFS4: Fix state renewals missing after bootJoshua Watt1-0/+1
2025-11-24smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-11-24smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho1-7/+9
2025-11-24smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-11-24ceph: refactor wake_up_bit() pattern of callingViacheslav Dubeyko2-6/+3
2025-11-24ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko1-1/+4
2025-11-249p: sysfs_init: don't hardcode error to ENOMEMRandall P. Embry1-2/+5
2025-11-249p: fix /sys/fs/9p/caches overwriting itselfRandall P. Embry1-1/+1
2025-11-24fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-11-24btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang1-0/+10
2025-11-24smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-11-24ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon1-3/+4
2025-11-24orangefs: fix xattr related buffer overflow...Mike Marshall1-5/+7
2025-11-24exfat: limit log print for IO errorChi Zhiling1-5/+6
2025-11-24ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-11-24fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-11-24nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-11-24NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos1-0/+3
2025-11-24NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-11-24jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-11-24jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7