summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...ChenXiaoSong2022-09-261-24/+5
* nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_opsChenXiaoSong2022-09-261-12/+2
* NFSD: Pack struct nfsd4_compoundresChuck Lever2022-09-261-1/+1
* NFSD: Remove unused nfsd4_compoundargs::cachetype fieldChuck Lever2022-09-261-1/+0
* NFSD: Remove "inline" directives on op_rsize_bop helpersChuck Lever2022-09-262-47/+77
* NFSD: Clean up nfs4svc_encode_compoundres()Chuck Lever2022-09-261-4/+0
* SUNRPC: Fix typo in xdr_buf_subsegment's kdoc commentChuck Lever2022-09-261-1/+1
* NFSD: Clean up WRITE arg decodersChuck Lever2022-09-262-6/+2
* NFSD: Use xdr_inline_decode() to decode NFSv3 symlinksChuck Lever2022-09-261-11/+3
* NFSD: Refactor common code out of dirlist helpersChuck Lever2022-09-264-18/+26
* SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever2022-09-261-2/+6
* NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever2022-09-262-12/+51
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-2610-1/+101
* SUNRPC: Optimize svc_process()Chuck Lever2022-09-261-13/+11
* NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo2022-09-264-12/+96
* NFSD: keep track of the number of courtesy clients in the systemDai Ngo2022-09-262-1/+18
* NFSD: Return nfserr_serverfault if splice_ok but buf->pages have dataAnna Schumaker2022-09-261-1/+1
* NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+10
* NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+9
* NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAYChuck Lever2022-09-261-1/+8
* NFSD: Refactor nfsd_setattr()Chuck Lever2022-09-261-40/+57
* NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever2022-09-263-0/+60
* NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever2022-09-264-1/+48
* NFSD: Trace NFSv4 COMPOUND tagsChuck Lever2022-09-262-8/+15
* NFSD: Replace dprintk() call site in fh_verify()Chuck Lever2022-09-262-10/+46
* nfsd: remove nfsd4_prepare_cb_recall() declarationGaosheng Cui2022-09-261-1/+0
* nfsd: clean up mounted_on_fileid handlingJeff Layton2022-09-261-7/+9
* NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever2022-09-263-16/+18
* NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown2022-09-263-8/+6
* NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever2022-09-261-2/+2
* NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever2022-09-261-0/+1
* NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever2022-09-261-3/+4
* NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever2022-09-261-3/+2
* SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever2022-09-261-1/+1
* SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever2022-09-261-3/+14
* NFSD: Increase NFSD_MAX_OPS_PER_COMPOUNDChuck Lever2022-09-262-4/+5
* nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET2022-09-261-3/+3
* nfsd: Avoid some useless testsChristophe JAILLET2022-09-261-3/+3
* nfsd: Fix a memory leak in an error handling pathChristophe JAILLET2022-09-261-1/+3
* NFSD: remove redundant variable statusJinpeng Cui2022-09-261-12/+4
* NFSD enforce filehandle check for source file in COPYOlga Kornievskaia2022-09-261-1/+7
* lockd: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-261-1/+1
* NFSD: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-263-6/+6
* Linux 6.0-rc6v6.0-rc6Linus Torvalds2022-09-181-1/+1
* Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-185-14/+16
|\
| * parisc: Allow CONFIG_64BIT with ARCH=pariscHelge Deller2022-09-151-1/+11
| * parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer2022-09-151-10/+1
| * tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings2022-09-131-2/+2
| * Input: hp_sdc: fix spelling typo in commentJiangshan Yi2022-09-131-1/+1
| * parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang2022-09-131-0/+1