summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-115-50/+74
|\
| * crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-041-2/+2
| * crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-041-33/+31
| * crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo2020-06-041-2/+6
| * crypto: omap-sham - fix very small data size handlingTero Kristo2020-06-041-0/+2
| * crypto: omap-sham - huge buffer access fixesTero Kristo2020-06-041-2/+9
| * crypto: omap-crypto - fix userspace copied buffer accessTero Kristo2020-06-041-2/+8
| * crypto: omap-sham - force kernel driver usage for sha algosTero Kristo2020-06-041-8/+16
| * crypto: omap-aes - avoid spamming console with self testsTero Kristo2020-06-041-1/+0
* | Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-111-88/+20
|\ \
| * | fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny2020-05-301-88/+20
| * | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny2020-05-303-51/+29
| * | fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny2020-05-301-6/+22
| * | fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-302-4/+43
| * | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-303-7/+6
| * | fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny2020-05-301-3/+1
* | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1141-651/+1524
|\ \ \
| * | | sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou2020-06-081-1/+1
| * | | nfsd: safer handling of corrupted c_typeJ. Bruce Fields2020-06-031-2/+1
| * | | nfsd4: make drc_slab global, not per-netJ. Bruce Fields2020-06-014-13/+25
| * | | SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang2020-05-291-6/+0
| * | | nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-05-291-0/+2
| * | | sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-294-10/+18
| * | | sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-05-291-2/+4
| * | | sunrpc: check that domain table is empty at module unload.NeilBrown2020-05-293-0/+28
| * | | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-21655-3526/+7395
| |\ \ \
| | * | | NFSD: Fix improperly-formatted Doxygen commentsChuck Lever2020-05-202-17/+16
| | * | | NFSD: Squash an annoying compiler warningChuck Lever2020-05-201-3/+2
| | * | | SUNRPC: Clean up request deferral tracepointsChuck Lever2020-05-202-9/+14
| | * | | NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever2020-05-203-19/+177
| | * | | NFSD: Add tracepoints to the NFSD state management codeChuck Lever2020-05-203-40/+152
| | * | | NFSD: Add tracepoints to NFSD's duplicate reply cacheChuck Lever2020-05-202-22/+94
| | * | | SUNRPC: svc_show_status() macro should have enum definitionsChuck Lever2020-05-201-0/+11
| | * | | SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever2020-05-202-25/+37
| | * | | SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-202-41/+69
| | * | | SUNRPC: Clean up svc_release_skb() functionsChuck Lever2020-05-201-8/+15
| | * | | SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever2020-05-202-20/+50
| | * | | SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever2020-05-202-14/+3
| | * | | SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever2020-05-182-26/+49
| | * | | SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-182-6/+6
| | * | | SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-182-15/+84
| | * | | SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever2020-05-182-29/+73
| | * | | SUNRPC: Add more svcsock tracepointsChuck Lever2020-05-182-20/+107
| | * | | SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever2020-05-181-1/+0
| | * | | SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-185-81/+45
| | * | | SUNRPC: Tracepoint to record errors in svc_xpo_create()Chuck Lever2020-05-182-1/+35
| | * | | SUNRPC: Remove kernel memory address from svc_xprt tracepointsChuck Lever2020-05-181-20/+7
| | * | | svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever2020-05-182-17/+48
| | * | | svcrdma: Displayed remote IP address should match stored addressChuck Lever2020-05-181-1/+6
| | * | | svcrdma: Remove the SVCRDMA_DEBUG macroChuck Lever2020-05-181-1/+0