index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-05-15
1
-0
/
+1
|
\
|
*
lockd: Pass the user cred from knfsd when starting the lockd server
Trond Myklebust
2019-04-24
1
-0
/
+1
*
|
NFS: Fix a double unlock from nfs_match,get_client
Benjamin Coddington
2019-05-09
1
-1
/
+1
*
|
NFS: make nfs_match_client killable
Roberto Bergantinos Corpas
2019-05-07
1
-1
/
+6
*
|
NFS: Store the credential of the mount process in the nfs_server
Trond Myklebust
2019-04-26
1
-1
/
+7
*
|
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2019-04-26
1
-0
/
+1
*
|
NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
Trond Myklebust
2019-04-25
1
-0
/
+2
|
/
*
NFS: Fix a typo in nfs_init_timeout_values()
Trond Myklebust
2019-03-23
1
-1
/
+1
*
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
2018-12-19
1
-9
/
+2
*
NFSv4: add cl_root_cred for use when machine cred is not available.
NeilBrown
2018-12-19
1
-0
/
+2
*
NFS add support for asynchronous COPY
Olga Kornievskaia
2018-08-09
1
-0
/
+1
*
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2018-06-12
1
-1
/
+2
|
\
|
*
NFS: Pass the inode down to the getattr() callback
Trond Myklebust
2018-06-04
1
-1
/
+2
*
|
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-39
/
+4
|
/
*
nfs: fix a deadlock in nfs client initialization
Scott Mayhew
2017-12-15
1
-0
/
+11
*
fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t
Elena Reshetova
2017-11-17
1
-5
/
+5
*
NFS: Fix uninitialized rpc_wait_queue
Benjamin Coddington
2017-10-01
1
-1
/
+1
*
mount: copy the port field into the cloned nfs_server structure.
Steve Dickson
2017-07-19
1
-0
/
+1
*
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2017-05-10
1
-55
/
+12
|
\
|
*
lockd: Introduce nlmclnt_operations
Benjamin Coddington
2017-04-21
1
-0
/
+1
|
*
NFS: Add an iocounter wait function for async RPC tasks
Benjamin Coddington
2017-04-21
1
-0
/
+1
|
*
NFS: Clean up extra dprintk()s in client.c
Anna Schumaker
2017-04-20
1
-42
/
+3
|
*
NFS: Clean up nfs_init_client()
Anna Schumaker
2017-04-20
1
-13
/
+7
*
|
nfs: Convert to separately allocated bdi
Jan Kara
2017-04-20
1
-10
/
+0
|
/
*
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
2017-03-17
1
-1
/
+24
*
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
2016-12-01
1
-4
/
+2
*
NFS: Ignore connections that have cl_rpcclient uninitialized
Petr Vandrovec
2016-11-07
1
-1
/
+2
*
fs: nfs: Make nfs boot time y2038 safe
Deepa Dinamani
2016-10-04
1
-1
/
+1
*
pnfs: add a new mechanism to select a layout driver according to an ordered list
Jeff Layton
2016-09-19
1
-0
/
+1
*
NFS add xprt switch addrs test to match client
Andy Adamson
2016-09-19
1
-1
/
+4
*
pnfs: track multiple layout types in fsinfo structure
Jeff Layton
2016-09-19
1
-1
/
+1
*
NFS: Allow the mount option retrans=0
Trond Myklebust
2016-08-16
1
-5
/
+5
*
Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2016-07-30
1
-12
/
+10
|
\
|
*
NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS
Trond Myklebust
2016-06-30
1
-12
/
+10
*
|
drop redundant ->owner initializations
Al Viro
2016-05-29
1
-2
/
+0
|
/
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-4
/
+4
*
nfs: get clone_blksize when probing fsinfo
Peng Tao
2015-10-15
1
-0
/
+1
*
NFS: Use RPC functions for matching sockaddrs
Anna Schumaker
2015-08-17
1
-111
/
+2
*
NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability
Trond Myklebust
2015-07-22
1
-1
/
+1
*
nfs: Use remove_proc_subtree() instead remove_proc_entry()
Kinglong Mee
2015-07-01
1
-18
/
+7
*
nfs: Remove unused argument in nfs_server_set_fsinfo()
Kinglong Mee
2015-07-01
1
-2
/
+1
*
nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumes
Kinglong Mee
2015-06-16
1
-5
/
+7
*
NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.h
Anna Schumaker
2015-04-23
1
-1
/
+0
*
NFSv4: Fix a race in NFSv4.1 server trunking discovery
Trond Myklebust
2015-03-03
1
-1
/
+1
*
Merge branch 'bugfixes' into linux-next
Trond Myklebust
2014-09-30
1
-1
/
+1
|
\
|
*
nfs: fix duplicate proc entries
Fabian Frederick
2014-09-24
1
-1
/
+1
*
|
nfs: add __acquires and __releases annotations to seqfile start/stop routines
Jeff Layton
2014-09-10
1
-0
/
+4
|
/
*
nfs: fix kernel warning when removing proc entry
Cong Wang
2014-09-08
1
-9
/
+3
*
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2014-08-13
1
-5
/
+13
|
\
|
*
NFS: add checks for returned value of try_module_get()
Alexey Khoroshilov
2014-08-03
1
-3
/
+5
[next]