summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-18nfs: convert to new timestamp accessorsJeff Layton3-18/+18
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-1/+1
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown1-40/+2
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever1-5/+1
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew1-1/+3
2023-10-11nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo1-1/+2
2023-10-09nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho3-3/+3
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng1-8/+13
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng1-43/+44
2023-10-02NFS/flexfiles: Annotate struct nfs4_ff_layout_segment with __counted_byKees Cook1-1/+1
2023-10-02nfs41: Annotate struct nfs4_file_layout_dsaddr with __counted_byKees Cook1-1/+1
2023-09-28nfs: decrement nrequests counter before releasing the reqJeff Layton1-1/+1
2023-09-27NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-13/+29
2023-09-27NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-09-15NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-09-13NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
2023-09-13NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust1-6/+11
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2-14/+17
2023-09-13NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust1-16/+31
2023-09-13NFS: Fix O_DIRECT locking issuesTrond Myklebust1-4/+4
2023-09-11NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust1-16/+46
2023-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds19-43/+88
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-19/+4
2023-08-31NFS: switch back to using kill_anon_superChristoph Hellwig1-3/+1
2023-08-30pNFS: Fix assignment of xprtdata.credAnna Schumaker1-1/+1
2023-08-30NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-08-30NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-1/+1
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-9/+2
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown1-1/+0
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown1-8/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-4/+4
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-15/+16
2023-08-24NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-0/+7
2023-08-24NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust4-0/+10
2023-08-24NFS: Fix a potential data corruptionTrond Myklebust1-1/+19
2023-08-24nfs: fix redundant readdir request after get eofKinglong Mee1-4/+11
2023-08-24nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-08-24filemap: Fix errors in file.chuzhi001@208suo.com1-1/+1
2023-08-24NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-08-24NFS: Move common includes outside ifdefGUO Zihua1-7/+5
2023-08-23NFS: Enable the READ_PLUS operation by defaultAnna Schumaker1-4/+2
2023-08-23NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker5-13/+14
2023-08-23NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker1-3/+9
2023-08-23NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker1-2/+1
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-18/+31
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2