summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells
2025-11-28Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-14Merge tag 'nfs-for-6.18-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-11-14Merge tag 'v6.18-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-11-13Merge tag 'erofs-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-11-12fs: add iput_not_last()Mateusz Guzik
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin
2025-11-12power: always freeze efivarfsChristian Brauner
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNE...Stefan Metzmacher
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher
2025-11-10NFS: Fix LTP test failures when timestamps are delegatedDai Ngo
2025-11-10NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust
2025-11-10NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei
2025-11-10NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust
2025-11-10nfs/localio: do not issue misaligned DIO out-of-orderMike Snitzer
2025-11-10nfs/localio: Ensure DIO WRITE's IO on stable storage upon completionMike Snitzer
2025-11-10nfs/localio: backfill missing partial read support for misaligned DIOMike Snitzer
2025-11-10nfs/localio: add refcounting for each iocb IO associated with NFS pgio headerMike Snitzer
2025-11-10nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE supportMike Snitzer
2025-11-10NFS: Check the TLS certificate fields in nfs_match_client()Trond Myklebust
2025-11-10pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust
2025-11-10pnfs: Fix TLS logic in _nfs4_pnfs_v3_ds_connect()Trond Myklebust
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers
2025-11-09smb: server: rdma: avoid unmapping posted recv on accept failureJoshua Rogers
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho