summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2024-06-21fsnotify: remove unused declarationGaosheng Cui1-4/+0
2024-06-21fs/notify: constify pathAl Viro3-5/+5
2024-06-21nfsd: extra checks when freeing delegation stateidsJeff Layton1-1/+6
2024-06-21nfsd: make nfsd4_run_cb a bool return functionJeff Layton3-6/+15
2024-06-21nfsd: fix comments about spinlock handling with delegationsJeff Layton1-2/+2
2024-06-21nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton1-4/+6
2024-06-21NFSD: Cap rsize_bop result based on send buffer sizeChuck Lever1-24/+24
2024-06-21NFSD: Rename the fields in copy_stateid_tChuck Lever3-21/+21
2024-06-21nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fopsChenXiaoSong3-14/+4
2024-06-21nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fopsChenXiaoSong3-18/+7
2024-06-21nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong1-12/+2
2024-06-21nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...ChenXiaoSong1-24/+5
2024-06-21nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_opsChenXiaoSong1-12/+2
2024-06-21NFSD: Pack struct nfsd4_compoundresChuck Lever1-1/+1
2024-06-21NFSD: Remove unused nfsd4_compoundargs::cachetype fieldChuck Lever1-1/+0
2024-06-21NFSD: Remove "inline" directives on op_rsize_bop helpersChuck Lever2-47/+77
2024-06-21NFSD: Clean up nfs4svc_encode_compoundres()Chuck Lever1-4/+0
2024-06-21NFSD: Clean up WRITE arg decodersChuck Lever2-6/+2
2024-06-21NFSD: Use xdr_inline_decode() to decode NFSv3 symlinksChuck Lever1-11/+3
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever4-18/+26
2024-06-21NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearingChuck Lever2-12/+51
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever10-1/+101
2024-06-21NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo4-12/+96
2024-06-21NFSD: keep track of the number of courtesy clients in the systemDai Ngo2-1/+18
2024-06-21NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAYChuck Lever1-1/+10
2024-06-21NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAYChuck Lever1-1/+9
2024-06-21NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAYChuck Lever1-1/+8
2024-06-21NFSD: Refactor nfsd_setattr()Chuck Lever1-40/+57
2024-06-21NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever3-0/+60
2024-06-21NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever4-1/+48
2024-06-21nfsd: remove nfsd4_prepare_cb_recall() declarationGaosheng Cui1-1/+0
2024-06-21nfsd: clean up mounted_on_fileid handlingJeff Layton1-7/+9
2024-06-21NFSD: Fix handling of oversized NFSv4 COMPOUND requestsChuck Lever3-16/+18
2024-06-21NFSD: drop fname and flen args from nfsd_create_locked()NeilBrown3-8/+6
2024-06-21NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever1-2/+2
2024-06-21NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever1-0/+1
2024-06-21NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever1-3/+4
2024-06-21NFSD: Protect against send buffer overflow in NFSv2 READDIRChuck Lever1-3/+2
2024-06-21NFSD: Increase NFSD_MAX_OPS_PER_COMPOUNDChuck Lever2-4/+5
2024-06-21nfsd: Propagate some error code returned by memdup_user()Christophe JAILLET1-3/+3
2024-06-21nfsd: Avoid some useless testsChristophe JAILLET1-3/+3
2024-06-21NFSD: remove redundant variable statusJinpeng Cui1-12/+4
2024-06-21NFSD enforce filehandle check for source file in COPYOlga Kornievskaia1-1/+7
2024-06-21lockd: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2024-06-21NFSD: move from strlcpy with unused retval to strscpyWolfram Sang3-6/+6
2024-06-21nfsd_splice_actor(): handle compound pagesAl Viro1-4/+9
2024-06-21NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2024-06-21lockd: detect and reject lock arguments that overflowJeff Layton3-17/+12
2024-06-21NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown3-70/+6