aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-8/+2
2025-04-13nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers2-7/+1
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds13-231/+386
2025-03-14NFSD: Add a Kconfig setting to enable delegated timestampsChuck Lever2-3/+25
2025-03-10nfsd: use a long for the count in nfsd4_state_shrinker_count()Jeff Layton1-1/+1
2025-03-10nfsd: remove obsolete comment from nfs4_alloc_stidJeff Layton1-9/+0
2025-03-10nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()Jeff Layton1-2/+0
2025-03-10nfsd: reorganize struct nfs4_delegation for better packingJeff Layton1-1/+1
2025-03-10nfsd: handle errors from rpc_call_async()Jeff Layton1-3/+7
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton3-8/+6
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton3-13/+15
2025-03-10nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANYJeff Layton2-15/+3
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton5-8/+26
2025-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer1-0/+18
2025-03-10nfsd: filecache: drop the list_lru lock during lock gc scansNeilBrown2-3/+30
2025-03-10nfsd: filecache: don't repeatedly add/remove files on the lru listNeilBrown1-30/+17
2025-03-10nfsd: filecache: introduce NFSD_FILE_RECENTNeilBrown3-2/+24
2025-03-10nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()NeilBrown1-3/+8
2025-03-10nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()NeilBrown1-6/+1
2025-03-10NFSD: Re-organize nfsd_file_gc_worker()Chuck Lever1-2/+2
2025-03-10nfsd: filecache: remove race handling.NeilBrown1-16/+2
2025-03-10NFSD: Fix callback decoder status codesChuck Lever1-7/+7
2025-03-10nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDEREDJeff Layton1-9/+5
2025-03-10nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE betterJeff Layton1-0/+7
2025-03-10nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nrJeff Layton1-1/+6
2025-03-10nfsd: only check RPC_SIGNALLED() when restarting rpc_taskJeff Layton1-8/+10
2025-03-10nfsd: always release slot when requeueing callbackJeff Layton1-0/+1
2025-03-10nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()Jeff Layton1-24/+27
2025-03-10nfsd: prepare nfsd4_cb_sequence_done() for error handling reworkJeff Layton1-11/+9
2025-03-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-03-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton1-4/+2
2025-03-10nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2025-03-10NFSD: Fix trace_nfsd_slot_seqid_sequenceChuck Lever1-4/+15
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when linking an open fileChuck Lever1-13/+31
2025-03-10NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open fileChuck Lever1-4/+29
2025-03-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-03-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-03-10nfsd: remove the redundant mapping of nfserr_mlinkLi Lingfeng1-1/+0
2025-03-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-03-10nfsd: adjust WARN_ON_ONCE in revoke_delegationOlga Kornievskaia1-1/+2
2025-03-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown2-22/+16
2025-02-26nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()NeilBrown1-3/+0
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds6-7/+25
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown1-1/+2
2025-02-02nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10
2025-02-02nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-01-28Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-35/+52
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds18-396/+1031
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+10
2025-01-21nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONJeff Layton2-2/+25
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton4-5/+53
2025-01-21nfsd: add support for delegated timestampsJeff Layton6-23/+147
2025-01-21nfsd: rework NFS4_SHARE_WANT_* flag handlingJeff Layton2-3/+3
2025-01-21nfsd: add support for FATTR4_OPEN_ARGUMENTSJeff Layton2-1/+52
2025-01-21nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegationsJeff Layton3-15/+46
2025-01-21nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton4-16/+16
2025-01-21nfsd: switch to autogenerated definitions for open_delegation_type4Jeff Layton4-23/+40
2025-01-21nfs_common: make include/linux/nfs4.h include generated nfs4_1.hJeff Layton3-1/+279
2025-01-21nfsd: fix handling of delegated change attr in CB_GETATTRJeff Layton2-9/+14
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-6/+3
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer4-1/+14
2025-01-14nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer1-1/+1
2025-01-14nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_fileMike Snitzer1-5/+4
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer4-25/+26
2025-01-14nfsd: update percpu_ref to manage references on nfsd_netMike Snitzer1-5/+7
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-2/+2
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer1-0/+2
2025-01-10NFSD: Insulate nfsd4_encode_fattr4() from page boundaries in the encode bufferChuck Lever1-5/+5
2025-01-10NFSD: Insulate nfsd4_encode_secinfo() from page boundaries in the encode bufferChuck Lever1-8/+10
2025-01-10NFSD: Refactor nfsd4_do_encode_secinfo() againChuck Lever1-31/+34
2025-01-10NFSD: Insulate nfsd4_encode_readlink() from page boundaries in the encode bufferChuck Lever1-12/+10
2025-01-10NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the enco...Chuck Lever1-8/+17
2025-01-10NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode bu...Chuck Lever1-8/+10
2025-01-10NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode bufferChuck Lever1-15/+19
2025-01-10NFSD: Encode COMPOUND operation status on page boundariesChuck Lever1-10/+10
2025-01-06nfsd: fix UAF when access ex_uuid or ex_statsYang Erkun1-5/+14
2025-01-06nfsd: no need get cache ref when protected by rcuYang Erkun1-5/+1
2025-01-06NFSD: add cb opcode to WARN_ONCE on failed callbackOlga Kornievskaia1-2/+3
2025-01-06NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia1-1/+1
2025-01-06nfsd: add shrinker to reduce number of slots allocated per sessionNeilBrown2-5/+73
2025-01-06nfsd: add support for freeing unused session-DRC slotsNeilBrown4-15/+92
2025-01-06nfsd: allocate new session-based DRC slots on demand.NeilBrown1-5/+32
2025-01-06nfsd: add session slot count to /proc/fs/nfsd/clients/*/infoNeilBrown1-0/+8
2025-01-06nfsd: remove artificial limits on the session-based DRCNeilBrown3-113/+16
2025-01-06nfsd: use an xarray to store v4.1 session slotsNeilBrown2-13/+24
2025-01-06sunrpc: remove all connection limit configurationNeilBrown3-53/+0
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown2-2/+4
2025-01-06nfsd: fix legacy client tracking initializationScott Mayhew1-1/+0
2025-01-06NFSD: Clean up unused variableChuck Lever1-2/+0
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown3-13/+8
2025-01-06nfsd: trace: remove redundant stateid even deleg_recallChen Hanxiao1-1/+0
2024-12-23Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds4-35/+17
2024-12-20nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2024-12-17NFSD: fix management of pending async copiesOlga Kornievskaia1-5/+8
2024-12-17nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2-27/+8
2024-12-04lsm: use lsm_context in security_inode_getsecctxCasey Schaufler1-16/+10
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-2/+6
2024-12-02nfsd: avoid pointless cred reference count bumpChristian Brauner1-2/+1
2024-12-02nfsfh: avoid pointless cred reference count bumpChristian Brauner1-2/+1
2024-12-02nfs/nfs4recover: avoid pointless cred reference count bumpChristian Brauner1-2/+1
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner3-3/+3
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner3-3/+3
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds18-209/+487
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2024-11-18nfsd: allow for up to 32 callback session slotsJeff Layton4-40/+109
2024-11-18nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer2-8/+8
2024-11-18nfsd: get rid of include ../internal.hAl Viro1-1/+0
2024-11-18nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-11-18NFSD: Add nfsd4_copy time-to-liveChuck Lever3-2/+21
2024-11-18NFSD: Add a laundromat reaper for async copy stateChuck Lever4-1/+37
2024-11-18NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever3-1/+32
2024-11-18NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever2-0/+9
2024-11-18NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever2-7/+13
2024-11-18NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-11-18NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever2-1/+11
2024-11-18nfsd: make nfsd4_session->se_flags a boolJeff Layton2-6/+4
2024-11-18nfsd: remove nfsd4_session->se_bchannelJeff Layton2-3/+0
2024-11-18nfsd: make use of warning provided by refcount_tNeilBrown1-1/+1
2024-11-18nfsd: Don't fail OP_SETCLIENTID when there are too many clients.NeilBrown1-8/+3
2024-11-18nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2-8/+27
2024-11-18nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-11-18NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-11-18NFSD: Remove unused values from nfsd4_encode_components_esc()Chuck Lever1-5/+2
2024-11-18NFSD: Remove unused results in nfsd4_encode_pathname4()Chuck Lever1-10/+4
2024-11-18NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-11-18NFSD: Remove a never-true comparisonChuck Lever1-1/+1
2024-11-18NFSD: Remove dead code in nfsd4_create_session()Chuck Lever1-3/+0
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown5-23/+18
2024-11-18NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()Chuck Lever1-4/+2
2024-11-18nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár6-8/+31
2024-11-18nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár4-1/+57
2024-11-18nfsd: new tracepoint for after op_func in compound processingJeff Layton2-1/+14
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-15/+4
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song1-4/+1
2024-11-11nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton3-16/+19
2024-11-11nfsd: drop the nfsd4_fattr_args "size" fieldJeff Layton1-6/+2
2024-11-11nfsd: drop the ncf_cb_bmap fieldJeff Layton3-3/+4
2024-11-11nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton4-14/+16
2024-11-11NFSD: Remove unused function parameterChuck Lever3-11/+7
2024-11-11NFSD: Remove unnecessary posix_acl_entry pointer initializationThorsten Blum1-2/+0
2024-11-11NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-11-09Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-8/+5
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever1-8/+5
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-5/+3
2024-10-30NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-10-25Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-9/+43
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia2-8/+42
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-7/+7
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-4/+7
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-04nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstpMike Snitzer1-3/+3
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer3-4/+4
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-1/+1
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner1-15/+4
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington1-15/+4
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer3-1/+103
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson7-3/+126
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer3-0/+31
2024-09-23SUNRPC: replace program list with program arrayNeilBrown3-21/+21
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer2-1/+50
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown4-7/+92
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown1-31/+60
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever1-8/+10
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever1-4/+4
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown1-9/+10
2024-09-23NFSD: Handle @rqstp == NULL in check_nfsd_access()NeilBrown1-5/+25
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer1-0/+1
2024-09-23nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() ...NeilBrown1-3/+3
2024-09-23NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-09-20nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-09-20nfsd: fix initial getattr on write delegationJeff Layton1-8/+25
2024-09-20nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown1-68/+61
2024-09-20nfsd: enforce upper limit for namelen in __cld_pipe_inprogress_downcall()Scott Mayhew1-4/+4
2024-09-20nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-09-20NFSD: Wrap async copy operations with trace pointsChuck Lever2-2/+72
2024-09-20NFSD: Clean up extra whitespace in trace_nfsd_copy_doneChuck Lever1-1/+1
2024-09-20NFSD: Record the callback stateid in copy tracepointsChuck Lever1-0/+12
2024-09-20NFSD: Display copy stateids with conventional print formattingChuck Lever1-6/+6
2024-09-20NFSD: Limit the number of concurrent async COPY operationsChuck Lever4-2/+12
2024-09-20NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8
2024-09-20nfsd: avoid races with wake_up_var()NeilBrown1-1/+4
2024-09-20nfsd: use clear_and_wake_up_bit()NeilBrown2-6/+2
2024-09-20NFSD: Annotate struct pnfs_block_deviceaddr with __counted_by()Thorsten Blum2-5/+3
2024-09-20nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-09-20nfsd: add more nfsd_cb tracepointsJeff Layton3-0/+12
2024-09-20nfsd: track the main opcode for callbacksJeff Layton5-5/+27
2024-09-20nfsd: add more info to WARN_ON_ONCE on failed callbacksJeff Layton1-1/+2
2024-09-20nfsd: fix some spelling errors in commentsLi Lingfeng1-2/+2
2024-09-20nfsd: remove unused parameter of nfsd_file_mark_find_or_createLi Lingfeng1-2/+2
2024-09-20nfsd: use LIST_HEAD() to simplify codeHongbo Li1-7/+3