summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-06NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust1-6/+11
2023-10-06NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2-14/+17
2023-10-06NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust1-16/+31
2023-10-06NFS: Fix O_DIRECT locking issuesTrond Myklebust1-4/+4
2023-10-06NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust1-16/+46
2023-09-19NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-09-19NFS: Fix a potential data corruptionTrond Myklebust1-1/+19
2023-09-13NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker5-13/+14
2023-09-13NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker1-2/+10
2023-09-13pNFS: Fix assignment of xprtdata.credAnna Schumaker1-1/+1
2023-09-13NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-09-13NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-09-13nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-09-13NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker1-3/+9
2023-09-13NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker1-3/+4
2023-09-13NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker1-2/+1
2023-09-13NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2-7/+14
2023-08-30nfs: use vfs setgid helperChristian Brauner1-3/+1
2023-08-30NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust1-10/+16
2023-08-30NFSv4: Fix dropped lock for racing OPEN and delegation returnBenjamin Coddington1-1/+8
2023-08-30NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-30NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-07-19NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia1-0/+1
2023-07-19NFSv4.2: fix wrong shrinker_idQi Zheng1-35/+44
2023-05-11NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust1-0/+4
2023-04-06NFSv4: Fix hangs when recovering open state after a server rebootTrond Myklebust1-3/+2
2023-03-30NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski1-0/+3
2023-03-10NFS: fix disabling of swapNeilBrown1-1/+3
2023-03-10nfs4trace: fix state manager flag printingBenjamin Coddington1-20/+22
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2023-01-24pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia1-0/+8
2022-12-31nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei1-0/+6
2022-12-31NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust1-0/+2
2022-12-31NFS: Allow very small rsize & wsize againAnna Schumaker1-4/+2
2022-12-31NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker1-1/+1
2022-12-31NFS: Fix an Oops in nfs_d_automount()Trond Myklebust1-1/+1
2022-12-31NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust1-7/+12
2022-12-31NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust1-1/+3
2022-12-31NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust1-5/+10
2022-12-31NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust1-6/+4
2022-12-31NFSv4.2: Always decode the security labelTrond Myklebust1-6/+4
2022-12-31NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust1-1/+1
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington1-0/+3
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington1-2/+4
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-10-27NFSv4: Fix a potential state reclaim deadlockTrond Myklebust1-19/+17
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook14-51/+51
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou1-3/+2