summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds24-200/+353
13 daysMerge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
14 daysNFS: Use common error handling code in nfs_alloc_server()Markus Elfring1-6/+7
14 daysNFS: Prevent resource leak in nfs_alloc_server()Markus Elfring1-0/+1
14 daysMerge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+2
2026-06-15NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addrMichael Bommarito1-2/+2
2026-06-15nfs: don't skip revalidate on directory delegation when attrs flagged staleTom Haynes1-1/+2
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-39/+5
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-18/+9
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-14/+63
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-06-09NFS: correct CONFIG_NFS_V4 macro name in #endif commentEthan Nelson-Moore1-1/+1
2026-06-09vfs: add FS_USERNS_DELEGATABLE flag and set it for NFSJeff Layton1-2/+6
2026-06-08nfs: use nfsi->rwsem to protect traversal of the file lock listYang Erkun2-12/+19
2026-06-08NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEIDLei Yin1-0/+32
2026-06-08nfs: expose FMODE_NOWAIT for read-only filesDylan Yudaken2-3/+25
2026-06-08nfs: add nowait version of nfs_start_io_directDylan Yudaken2-0/+42
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS in pg_get_mirror_count_writeMike Snitzer2-0/+29
2026-06-08NFSv4/flexfiles: honor FF_FLAGS_NO_IO_THRU_MDS on fatal DS connect errorsMike Snitzer1-0/+16
2026-06-08nfs: keep PG_UPTODATE clear after read errors in page groupsClark Wang1-1/+24
2026-06-08NFSv4/pnfs: defer return_range callbacks until after inode unlockDai Ngo2-6/+7
2026-06-08pNFS: Fix use-after-free in pnfs_update_layout()Wentao Liang1-1/+1
2026-06-08NFS: fix eof updates after NFSv4.2 fallocate/zero-rangeDai Ngo1-5/+10
2026-06-08NFS: show redacted cert_serial and privkey_serial in mount optionsSagi Grimberg1-0/+4
2026-06-08pNFS/filelayout: fix cheking if a layout is stripedSagi Grimberg1-0/+2
2026-06-08NFSv4: clear exception state on successful mkdir retryIgor Raits1-3/+2
2026-06-08NFSv4/flexfiles: reject zero filehandle version countMichael Bommarito1-0/+4
2026-06-08nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_inoJeff Layton11-108/+99
2026-06-08nfs: remove nfs_compat_user_ino64() and deprecate enable_ino64Jeff Layton2-37/+15
2026-06-08nfs: store the full NFS fileid in inode->i_inoJeff Layton2-16/+11
2026-06-05nfs: get rid of fake root dentriesAl Viro1-33/+2
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown2-6/+3
2026-06-02NFS: write_completion: dereference loop-local req, not hdr->reqDave Jones1-1/+1
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton1-1/+1
2026-05-27NFS: remove unused page and page2 in nfs4_replace_transport()Mike Rapoport (Microsoft)1-14/+1
2026-05-27NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()Mike Rapoport (Microsoft)1-2/+2
2026-05-21openat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury1-0/+4
2026-05-15nfs: Skip pathconf probe when neither field is consumedChuck Lever1-16/+18
2026-05-15nfs: Avoid transient zeroed case capability bits during probeChuck Lever1-7/+10
2026-05-12fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-2/+2
2026-05-11nfs: Implement fileattr_get for case sensitivityChuck Lever9-11/+55
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley1-5/+2
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
2026-04-22NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang1-3/+13
2026-04-22NFS: remove redundant __private attribute from nfs_page_classSean Chang1-1/+1
2026-04-22NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributesOlga Kornievskaia1-0/+1
2026-04-22NFS: fix writeback in presence of errorsOlga Kornievskaia3-1/+26
2026-04-22nfs: use memcpy_and_pad in decode_fhThorsten Blum1-2/+1
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3