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