summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-3139-240/+489
|\
| * nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields2021-08-261-2/+3
| * nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-265-0/+9
| * lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-261-3/+10
| * nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2021-08-263-3/+9
| * Keep read and write fds with each nlm_fileJ. Bruce Fields2021-08-237-44/+111
| * lockd: update nlm_lookup_file reexport commentJ. Bruce Fields2021-08-231-2/+3
| * nlm: minor refactoringJ. Bruce Fields2021-08-232-10/+10
| * nlm: minor nlm_lookup_file argument changeJ. Bruce Fields2021-08-234-10/+12
| * lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields2021-08-211-18/+12
| * SUNRPC: Add documentation for the fail_sunrpc/ directoryChuck Lever2021-08-201-0/+18
| * SUNRPC: Server-side disconnect injectionChuck Lever2021-08-203-0/+13
| * SUNRPC: Move client-side disconnect injectionChuck Lever2021-08-204-82/+30
| * SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever2021-08-203-0/+42
| * svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever2021-08-191-7/+0
| * nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-08-171-2/+2
| * rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields2021-08-171-1/+1
| * SUNRPC: Add RPC_AUTH_TLS protocol numbersChuck Lever2021-08-172-0/+2
| * lockd: change the proc_handler for nsm_use_hostnamesJia He2021-08-171-1/+1
| * sysctl: introduce new proc handler proc_doboolJia He2021-08-172-0/+44
| * SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-173-4/+20
| * NFSD: remove vanity commentsNeilBrown2021-08-172-2/+0
| * svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-173-16/+37
| * svcrdma: Relieve contention on sc_send_lock.Chuck Lever2021-08-173-18/+11
| * svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2021-08-173-8/+18
| * lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington2021-08-171-1/+1
| * NFSD: Use new __string_len C macros for nfsd_clid_classChuck Lever2021-08-171-3/+2
| * NFSD: Use new __string_len C macros for the nfs_dirent tracepointChuck Lever2021-08-171-7/+5
| * tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)2021-08-172-0/+49
| * NFSD: Batch release pages during splice readChuck Lever2021-08-171-7/+2
| * SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-173-0/+28
| * NFSD: Clean up splice actorChuck Lever2021-08-171-8/+3
* | Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-08-3113-141/+139
|\ \
| * | gfs2: Remove redundant check from gfs2_glock_dqBob Peterson2021-08-201-6/+5
| * | gfs2: Delay withdraw from atomic contextBob Peterson2021-08-201-1/+1
| * | gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-08-201-0/+5
| * | gfs2: don't stop reads while withdraw in progressBob Peterson2021-08-202-4/+8
| * | gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-202-0/+2
| * | gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson2021-08-201-1/+1
| * | gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2021-08-202-3/+0
| * | gfs2: Make recovery error more readableBob Peterson2021-08-201-1/+1
| * | gfs2: Don't release and reacquire local statfs bhBob Peterson2021-08-205-41/+25
| * | gfs2: init system threads before freeze lockBob Peterson2021-08-202-55/+48
| * | gfs2: tiny cleanup in gfs2_log_reserveBob Peterson2021-08-191-1/+1
| * | gfs2: trivial clean up of gfs2_ail_errorBob Peterson2021-08-191-4/+6
| * | gfs2: be more verbose replaying invalid rgrp blocksBob Peterson2021-08-191-15/+29
| * | gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson2021-08-041-10/+7
| * | gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-07-201-0/+1
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-08-317-58/+260
|\ \ \
| * | | fscrypt: document struct fscrypt_operationsEric Biggers2021-07-281-4/+105