summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pNFS: nfs3_set_ds_client should set NFS_CS_NOPINGTrond Myklebust2019-11-041-0/+2
* | NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGTrond Myklebust2019-11-041-0/+2
* | NFS: Use non-atomic bit ops when initialising struct nfs_client_initdataTrond Myklebust2019-11-042-4/+4
* | NFSv3: Clean up timespec encodeTrond Myklebust2019-11-041-8/+4
* | NFSv2: Clean up timespec encodeTrond Myklebust2019-11-041-12/+7
* | NFSv2: Fix a typo in encode_sattr()Trond Myklebust2019-11-041-1/+1
* | NFSv4: NFSv4 callbacks also support 64-bit timestampsTrond Myklebust2019-11-043-7/+7
* | NFSv4: Encode 64-bit timestampsTrond Myklebust2019-11-041-6/+3
* | NFS: Convert struct nfs_fattr to use struct timespec64Trond Myklebust2019-11-045-37/+37
* | NFS: If nfs_mountpoint_expiry_timeout < 0, do not expire submountsTrond Myklebust2019-11-041-0/+3
* | NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()Trond Myklebust2019-11-011-1/+1
* | NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-013-5/+13
* | NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-10-101-0/+1
* | NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
* | NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
* | nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-10-021-2/+3
|/
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-2611-177/+365
|\
| * pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia2019-09-241-0/+1
| * NFS: Optimise the default readahead sizeTrond Myklebust2019-09-242-9/+8
| * NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust2019-09-201-5/+48
| * NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-203-21/+72
| * NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust2019-09-201-1/+3
| * pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust2019-09-203-7/+17
| * NFSv4: Add a helper to increment stateid seqidsTrond Myklebust2019-09-201-0/+9
| * NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2019-09-202-0/+24
| * NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust2019-09-201-0/+4
| * NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-203-56/+50
| * pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-09-201-2/+7
| * NFS: remove unused check for negative dentryBenjamin Coddington2019-09-201-5/+1
| * NFSv3: use nfs_add_or_obtain() to create and reference inodesBenjamin Coddington2019-09-201-9/+36
| * NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington2019-09-201-14/+27
| * NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-10/+1
| * NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-2/+16
| * NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-11/+2
| * NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+21
| * NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+2
| * NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker2019-08-221-10/+15
| * NFSv4: Fix a memory leak bugWenwen Wang2019-08-211-2/+4
| * fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-08-201-1/+1
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-1/+19
|\ \
| * | fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-1/+19
| |/
* | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-181-2/+0
|\ \
| * | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro2019-08-311-2/+0
* | | NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust2019-09-021-8/+10
* | | NFS: remove set but not used variable 'mapping'YueHaibing2019-08-271-2/+0
* | | NFSv2: Fix write regressionTrond Myklebust2019-08-271-1/+3
* | | NFSv2: Fix eof handlingTrond Myklebust2019-08-271-1/+2
* | | NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust2019-08-261-8/+13
* | | NFS: Fix spurious EIO read errorsTrond Myklebust2019-08-263-21/+36
* | | pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust2019-08-261-2/+9