summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-247-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
* Linux 5.14-rc6v5.14-rc6Linus Torvalds2021-08-161-1/+1
* Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-1513-62/+82
|\
| * powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater2021-08-121-11/+24
| * powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy2021-08-121-2/+7
| * powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy2021-08-124-3/+11
| * powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui2021-08-091-1/+2
| * powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour2021-08-071-2/+3
| * powerpc/smp: Fix OOPS in topology_init()Christophe Leroy2021-08-071-1/+1
| * powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy2021-08-073-41/+33
| * powerpc/32s: Fix napping restore in data storage interrupt (DSI)Christophe Leroy2021-08-071-1/+1
* | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-1511-61/+113
|\ \
| * | driver core: Add missing kernel doc for device::msi_lockThomas Gleixner2021-08-131-0/+1
| * | genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
| * | genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
| * | x86/msi: Force affinity setup before startupThomas Gleixner2021-08-102-4/+9
| * | x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-101-2/+4
| * | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-102-1/+6
| * | PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-104-10/+13
| * | PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-101-1/+1