summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-1317-112/+85
* NFSD: Save location of NFSv4 COMPOUND statusChuck Lever2021-10-133-4/+10
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-1315-273/+274
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-1316-149/+112
* SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
* SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-122-53/+3
* SUNRPC: Capture value of xdr_buf::page_baseChuck Lever2021-10-041-6/+14
* SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-042-0/+19
* svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-042-6/+62
* svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-042-4/+82
* svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-042-3/+81
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-029-33/+15
* SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever2021-10-021-15/+17
* NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King2021-10-022-2/+2
* NFSD: simplify struct nfsfhNeilBrown2021-10-0211-60/+35
* NFSD: drop support for ancient filehandlesNeilBrown2021-10-022-140/+54
* NFSD: move filehandle format declarations out of "uapi".NeilBrown2021-10-023-116/+97
* UNRPC: Return specific error code on kmalloc failureYang Li2021-09-231-1/+1
* NFSD: Optimize DRC bucket pruningChuck Lever2021-09-211-6/+11
* nfs: reexport documentationJ. Bruce Fields2021-09-212-0/+114
* nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields2021-09-211-22/+18
* Linux 5.15-rc2v5.15-rc2Linus Torvalds2021-09-191-1/+1
* pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2021-09-192-23/+46
* Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-195-15/+47
|\
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-142-11/+33
| * x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-081-3/+3
| * x86/platform: Increase maximum GPIO number for X86_64Andy Shevchenko2021-09-021-0/+5
| * x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
* | Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-191-1/+1
|\ \
| * | events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-151-1/+1
* | | Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-09-191-20/+45
|\ \ \
| * | | locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng2021-09-151-2/+19
| * | | locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra2021-09-151-18/+26
| * | | locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra2021-09-151-1/+1
| |/ /
* | | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-197-55/+159
|\ \ \
| * | | powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
| * | | powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
| * | | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
| * | | powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
| * | | selftests/powerpc: Add scv versions of the basic TM syscall testsNicholas Piggin2021-09-132-8/+65
| * | | powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
| |/ /
* | | Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-196-20/+27
|\ \ \
| * | | kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor2021-09-191-0/+5
| * | | x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor2021-09-191-3/+9
| * | | kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani2021-09-191-1/+1
| * | | sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven2021-09-191-8/+8
| * | | gen_compile_commands: fix missing 'sys' packageKortan2021-09-191-0/+1
| * | | checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch2021-09-191-8/+0
| * | | checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch2021-09-191-0/+3
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...Linus Torvalds2021-09-197-51/+100
|\ \ \