summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)
2023-11-01NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia
2023-11-01NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia
2023-11-01nfs41: drop dependency between flexfiles layout driver and NFSv3 modulesMkrtchyan, Tigran
2023-11-01NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-28nfs/blocklayout: Convert to use bdev_open_by_dev/path()Jan Kara
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust
2023-10-22NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-18NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia
2023-10-18pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust
2023-10-18pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust
2023-10-18nfs: convert to new timestamp accessorsJeff Layton
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew
2023-10-11nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo
2023-10-09nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng
2023-10-02NFS/flexfiles: Annotate struct nfs4_ff_layout_segment with __counted_byKees Cook
2023-10-02nfs41: Annotate struct nfs4_file_layout_dsaddr with __counted_byKees Cook
2023-09-28nfs: decrement nrequests counter before releasing the reqJeff Layton
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust
2023-09-27NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust
2023-09-15NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust
2023-09-13NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-09-13NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust
2023-09-13NFS: Fix O_DIRECT locking issuesTrond Myklebust
2023-09-11NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-31NFS: switch back to using kill_anon_superChristoph Hellwig
2023-08-30pNFS: Fix assignment of xprtdata.credAnna Schumaker
2023-08-30NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown