summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-08-16nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe1-1/+1
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields1-6/+6
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields1-4/+2
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa1-0/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+5
2019-07-09nfsd: Make __get_nfsdfs_client() staticYueHaibing1-1/+1
2019-07-09nfsd: Make two functions staticYueHaibing1-2/+2
2019-07-08nfsd: Fix misuse of strlcpyJoe Perches1-1/+1
2019-07-03nfsd: decode implementation idJ. Bruce Fields4-12/+46
2019-07-03nfsd: create xdr_netobj_dup helperJ. Bruce Fields1-7/+4
2019-07-03nfsd: allow forced expiration of NFSv4 clientsJ. Bruce Fields1-1/+69
2019-07-03nfsd: create get_nfsdfs_clp helperJ. Bruce Fields1-8/+13
2019-07-03nfsd4: show layout stateidsJ. Bruce Fields1-0/+20
2019-07-03nfsd: show lock and deleg stateidsJ. Bruce Fields1-0/+59
2019-07-03nfsd4: add file to display list of client's opensJ. Bruce Fields1-2/+147
2019-07-03nfsd: add more information to client info fileJ. Bruce Fields1-0/+12
2019-07-03nfsd: copy client's address including port number to cl_addrJ. Bruce Fields1-1/+1
2019-07-03nfsd4: add a client info fileJ. Bruce Fields3-8/+148
2019-07-03nfsd: make client/ directory names small intsJ. Bruce Fields3-3/+5
2019-07-03nfsd: add nfsd/clients directoryJ. Bruce Fields5-10/+133
2019-07-03nfsd4: use reference count to free clientJ. Bruce Fields2-5/+22
2019-07-03nfsd: rename cl_refcountJ. Bruce Fields2-14/+14
2019-07-03nfsd: persist nfsd filesystem across mountsJ. Bruce Fields2-0/+14
2019-07-03nfsd: fix cleanup of nfsd_reply_cache_init on failureJ. Bruce Fields1-3/+7
2019-07-03nfsd4: remove outdated nfsd4_decode_time commentJ. Bruce Fields1-4/+0
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields3-15/+8
2019-07-03nfsd: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1
2019-07-03nfsd: note inadequate stats lockingJ. Bruce Fields1-2/+5
2019-07-03nfsd4: drc containerizationJ. Bruce Fields4-125/+154
2019-07-03nfsd: don't call nfsd_reply_cache_shutdown twiceJ. Bruce Fields1-1/+0
2019-07-03nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel1-1/+1
2019-07-03nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-16/+5
2019-05-25vfs: Convert nfsctl to use the new mount APIDavid Howells1-7/+26
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-172/+781
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+3
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-0/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2019-05-03nfsd: update callback done processingScott Mayhew3-6/+10
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+1
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-24nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields1-3/+5
2019-04-24nfsd: allow fh_want_write to be called twiceJ. Bruce Fields1-1/+4
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust6-32/+44