summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+76
* NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update NFSv2 diropargs decoding to use struct xdr_streamChuck Lever2021-01-251-5/+34
* NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_streamChuck Lever2021-01-251-5/+7
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-253-14/+18
* NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever2021-01-253-23/+5
* NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_streamChuck Lever2021-01-251-31/+21
* NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever2021-01-253-39/+30
* NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-253-9/+23
* NFSD: Update the MKNOD3args decoder to use struct xdr_streamChuck Lever2021-01-251-72/+35
* NFSD: Update the SYMLINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-13/+16
* NFSD: Update the MKDIR3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the CREATE3args decoder to use struct xdr_streamChuck Lever2021-01-251-10/+10
* NFSD: Update the SETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-252-17/+127
* NFSD: Update the LINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the RENAME3args decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_streamChuck Lever2021-01-251-5/+35
* NFSD: Update COMMIT3arg decoder to use struct xdr_streamChuck Lever2021-01-251-5/+8
* NFSD: Update READDIR3args decoders to use struct xdr_streamChuck Lever2021-01-252-15/+24
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-253-31/+19
* NFSD: Fix returned READDIR offset cookieChuck Lever2021-01-251-3/+4
* NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever2021-01-253-23/+5
* NFSD: Update WRITE3arg decoder to use struct xdr_streamChuck Lever2021-01-251-31/+20
* NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever2021-01-253-27/+25
* NFSD: Update ACCESS3arg decoder to use struct xdr_streamChuck Lever2021-01-252-5/+6
* NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-253-9/+27
* SUNRPC: Move definition of XDR_UNITChuck Lever2021-01-252-6/+10
* SUNRPC: Display RPC procedure names instead of proc numbersChuck Lever2021-01-251-4/+11
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-259-0/+101
* Linux 5.11-rc5v5.11-rc5Linus Torvalds2021-01-251-1/+1
* Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-2417-77/+17
|\
| * sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-071-1/+1
| * sh: mach-sh03: remove duplicate includeWang Qing2021-01-071-1/+0
| * arch: sh: remove duplicate includeWang Qing2021-01-071-1/+0
| * sh: Drop ARCH_NR_GPIOS definitionAndy Shevchenko2021-01-071-1/+0
| * sh: Remove unused HAVE_COPY_THREAD_TLS macroJinyang He2021-01-071-1/+0
| * sh: remove CONFIG_IDE from most defconfigChristoph Hellwig2021-01-076-18/+6
| * sh: mm: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-073-39/+6
| * sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-071-12/+2
| * arch/sh: hyphenate Non-Uniform in Kconfig promptRandy Dunlap2021-01-071-1/+1
| * sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran2021-01-071-2/+1
* | Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-241-20/+47
|\ \
| * | io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe2021-01-241-10/+26
| * | io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-241-5/+5
| * | io_uring: fix short read retries for non-reg filesPavel Begunkov2021-01-221-1/+1
| * | io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe2021-01-221-1/+2
| * | io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-171-0/+4
| * | io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-161-1/+4
| * | io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-161-2/+1