summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown2018-12-191-1/+0
| * NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-194-25/+16
| * NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-193-8/+15
| * SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-193-12/+8
| * SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-197-44/+29
| * SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-195-31/+14
| * SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-197-3/+48
| * cred: allow get_cred() and put_cred() to be given NULL.NeilBrown2018-12-191-5/+9
| * cred: export get_task_cred().NeilBrown2018-12-191-0/+1
| * cred: add get_cred_rcu()NeilBrown2018-12-192-1/+12
| * cred: add cred_fscmp() for comparing creds.NeilBrown2018-12-192-0/+56
| * SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0
| * nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov2018-12-191-1/+1
| * NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia2018-12-191-1/+0
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0231-360/+192
|\ \
| * | nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-312-1/+10
| * | nfs: minor typo in nfs4_callback_up_net()Vasily Averin2018-12-271-1/+1
| * | sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-271-2/+2
| * | sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-271-2/+2
| * | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-276-24/+11
| * | sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-272-63/+0
| * | sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-271-101/+0
| * | sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-275-35/+0
| * | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-275-13/+10
| * | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-275-10/+17
| * | sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-271-4/+4
| * | nfsd: drop useless LIST_HEADJulia Lawall2018-12-271-1/+0
| * | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-143-5/+5
| * | NFSD remove OP_CACHEME from 4.2 op_flagsOlga Kornievskaia2018-12-141-4/+4
| * | nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2018-12-041-2/+15
| * | sunrpc: fix cache_head leak due to queued requestVasily Averin2018-12-041-1/+9
| * | nfsd: clean up indentation, increase indentation in switch statementColin Ian King2018-11-281-3/+3
| * | svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-283-40/+77
| * | nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2018-11-281-11/+6
| * | nfsd4: fix crash on writing v4_end_grace before nfsd startupJ. Bruce Fields2018-11-281-0/+2
| * | lockd: fix decoding of TEST resultsJ. Bruce Fields2018-11-272-32/+12
| * | nfsd4: skip unused assignmentJ. Bruce Fields2018-11-271-1/+1
| * | nfsd4: forbid all renames during grace periodJ. Bruce Fields2018-11-271-2/+1
| * | nfsd4: remove unused nfs4_check_olstateid parameterJ. Bruce Fields2018-11-271-2/+2
| * | nfsd4: zero-length WRITE should succeedJ. Bruce Fields2018-11-271-2/+0
* | | Merge tag '9p-for-4.21' of git://github.com/martinetd/linuxLinus Torvalds2019-01-022-0/+22
|\ \ \
| * | | 9p/net: put a lower bound on msizeDominique Martinet2018-12-251-0/+21
| * | | net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2018-11-201-0/+1
* | | | Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-0228-507/+2862
|\ \ \ \
| * | | | cifs: update internal module version numberSteve French2018-12-311-1/+1
| * | | | cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-313-33/+55
| * | | | cifs: Minor Kconfig clarificationSteve French2018-12-281-2/+3
| * | | | cifs: Always resolve hostname before reconnectingPaulo Alcantara2018-12-281-32/+52
| * | | | cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara2018-12-281-3/+85
| * | | | cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-283-3/+104