summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
13 daysMerge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-06-17NFS: Use common error handling code in nfs_alloc_server()Markus Elfring
2026-06-17NFS: Prevent resource leak in nfs_alloc_server()Markus Elfring
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-15NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-09NFS: correct CONFIG_NFS_V4 macro name in #endif commentEthan Nelson-Moore
2026-06-09vfs: add FS_USERNS_DELEGATABLE flag and set it for NFSJeff Layton
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin
2026-06-08nfs: expose FMODE_NOWAIT for read-only filesDylan Yudaken
2026-06-08nfs: add nowait version of nfs_start_io_directDylan Yudaken
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer
2026-06-08nfs: keep PG_UPTODATE clear after read errors in page groupsClark Wang
2026-06-08NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo
2026-06-08pNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang
2026-06-08NFS: fix eof updates after NFSv4.2 fallocate/zero-rangeDai Ngo
2026-06-08NFS: show redacted cert_serial and privkey_serial in mount optionsSagi Grimberg
2026-06-08pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits
2026-06-08NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton
2026-06-05nfs: get rid of fake root dentriesAl Viro
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-06-02NFS: write_completion: dereference loop-local req, not hdr->reqDave Jones
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-05-27NFS: remove unused page and page2 in nfs4_replace_transport()Mike Rapoport (Microsoft)
2026-05-27NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()Mike Rapoport (Microsoft)
2026-05-21openat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury
2026-05-15nfs: Skip pathconf probe when neither field is consumedChuck Lever
2026-05-15nfs: Avoid transient zeroed case capability bits during probeChuck Lever
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-22NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang
2026-04-22NFS: remove redundant __private attribute from nfs_page_classSean Chang
2026-04-22NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributesOlga Kornievskaia
2026-04-22NFS: fix writeback in presence of errorsOlga Kornievskaia
2026-04-22nfs: use memcpy_and_pad in decode_fhThorsten Blum
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds