aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2019-01-02NFSv4.2 fix async copy reboot recoveryGravatar Olga Kornievskaia 1-1/+1
2019-01-02NFS: Fix NFSv4 symbolic trace point outputGravatar Chuck Lever 1-143/+313
2019-01-02NFS: Make "port=" mount option optional for RDMA mountsGravatar Chuck Lever 1-2/+8
2018-12-21NFS: nfs_compare_mount_options always compare auth flavors.Gravatar Chris Perl 1-2/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 23-292/+228
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.Gravatar NeilBrown 4-17/+33
2018-12-19NFS: change access cache to use 'struct cred'.Gravatar NeilBrown 3-30/+39
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.Gravatar NeilBrown 2-3/+23
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 3-34/+7
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credGravatar NeilBrown 4-25/+16
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.Gravatar NeilBrown 2-8/+14
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-6/+8
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.Gravatar NeilBrown 1-13/+1
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-0/+17
2018-12-19nfs: fix comment to nfs_generic_pg_test which does the oppositeGravatar Pavel Tikhomirov 1-1/+1
2018-12-19NFSv4: cleanup remove unused nfs4_xdev_fs_typeGravatar Olga Kornievskaia 1-1/+0
2018-12-02nfs: don't dirty kernel pages read by direct-ioGravatar Dave Kleikamp 1-1/+8
2018-12-02flexfiles: enforce per-mirror stateid only for v4 DSesGravatar Tigran Mkrtchyan 1-2/+4
2018-11-22flexfiles: use per-mirror specified stateid for IOGravatar Tigran Mkrtchyan 3-12/+32
2018-11-22NFSv4.2 copy do not allocate memory under the lockGravatar Olga Kornievskaia 2-20/+21
2018-11-19NFSv4: Fix a NFSv4 state manager deadlockGravatar Trond Myklebust 2-5/+13
2018-11-13NFSv4: Fix an Oops during delegation callbacksGravatar Trond Myklebust 2-4/+11
2018-11-12NFSv4: Ensure that the state manager exits the loop on SIGKILLGravatar Trond Myklebust 1-1/+1
2018-11-12NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGGravatar Trond Myklebust 1-3/+5
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+8
2018-11-01NFS: fix spelling mistake, EACCESS -> EACCESGravatar Colin Ian King 1-1/+1
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+12
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-3/+7
2018-10-29NFS: Fix up a typo in nfs_dns_ent_putGravatar Trond Myklebust 1-1/+1
2018-10-29NFS: Lockless DNS lookupsGravatar Trond Myklebust 1-3/+12
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-10-23NFS: change sign of nfs_fh lengthGravatar Frank Sorenson 1-1/+1
2018-10-21page cache: Convert hole search to XArrayGravatar Matthew Wilcox 1-1/+1
2018-10-18nfs: remove redundant call to nfs_context_set_write_error()Gravatar Benjamin Coddington 1-4/+0
2018-10-18nfs: Fix a missed page unlock after pg_doio()Gravatar Benjamin Coddington 1-19/+21
2018-10-05NFSv4.x: fix lock recovery during delegation recallGravatar Olga Kornievskaia 1-3/+3
2018-09-30NFSv4: Fix lookup revalidate of regular filesGravatar Trond Myklebust 1-40/+39
2018-09-30NFS: Refactor nfs_lookup_revalidate()Gravatar Trond Myklebust 1-96/+126
2018-09-30NFS: Fix dentry revalidation on NFSv4 lookupGravatar Trond Myklebust 1-3/+12
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerGravatar Trond Myklebust 2-13/+10
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesGravatar Trond Myklebust 2-1/+10
2018-09-30NFSv4: Split out NFS v4.2 copy completion functionsGravatar Anna Schumaker 1-15/+26
2018-09-30NFS: Reduce indentation of nfs4_recovery_handle_error()Gravatar Anna Schumaker 1-32/+32
2018-09-30NFS: Reduce indentation of the switch statement in nfs4_reclaim_open_state()Gravatar Anna Schumaker 1-37/+33
2018-09-30NFS: Split out the body of nfs4_reclaim_open_state()Gravatar Anna Schumaker 1-36/+47
2018-09-30nfs4: flex_file: ignore synthetic uid/gid for tightly coupled DSesGravatar Tigran Mkrtchyan 1-1/+1
2018-09-30NFSv4.1: Fix the r/wsize checkingGravatar Trond Myklebust 1-7/+9
2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tGravatar Trond Myklebust 3-9/+9