summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman1-46/+16
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman1-4/+4
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman1-31/+16
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman2-17/+14
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman1-11/+6
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-10-10NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-12/+28
2023-10-10NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington1-8/+8
2023-10-10NFS: Cleanup unused rpc_clnt variableBenjamin Coddington1-4/+0
2023-10-06NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-1/+5
2023-10-06NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-0/+7
2023-10-06NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust1-0/+1
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