summaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-12-234-35/+17
|\
| * nfsd: restore callback functionality for NFSv4.0NeilBrown2024-12-201-3/+1
| * NFSD: fix management of pending async copiesOlga Kornievskaia2024-12-171-5/+8
| * nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2024-12-172-27/+8
* | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-11-2618-209/+487
|\|
| * nfsd: allow for up to 32 callback session slotsJeff Layton2024-11-194-40/+109
| * nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer2024-11-192-8/+8
| * nfsd: get rid of include ../internal.hAl Viro2024-11-191-1/+0
| * nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun2024-11-191-0/+19
| * NFSD: Add nfsd4_copy time-to-liveChuck Lever2024-11-193-2/+21
| * NFSD: Add a laundromat reaper for async copy stateChuck Lever2024-11-194-1/+37
| * NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever2024-11-193-1/+32
| * NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever2024-11-192-0/+9
| * NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever2024-11-192-7/+13
| * NFSD: Fix nfsd4_shutdown_copy()Chuck Lever2024-11-191-2/+5
| * NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever2024-11-192-1/+11
| * nfsd: make nfsd4_session->se_flags a boolJeff Layton2024-11-192-6/+4
| * nfsd: remove nfsd4_session->se_bchannelJeff Layton2024-11-192-3/+0
| * nfsd: make use of warning provided by refcount_tNeilBrown2024-11-191-1/+1
| * nfsd: Don't fail OP_SETCLIENTID when there are too many clients.NeilBrown2024-11-191-8/+3
| * nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2024-11-192-8/+27
| * nfsd: make sure exp active before svc_export_showYang Erkun2024-11-191-1/+4
| * NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever2024-11-191-1/+2
| * NFSD: Remove unused values from nfsd4_encode_components_esc()Chuck Lever2024-11-191-5/+2
| * NFSD: Remove unused results in nfsd4_encode_pathname4()Chuck Lever2024-11-191-10/+4
| * NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever2024-11-191-0/+2
| * NFSD: Remove a never-true comparisonChuck Lever2024-11-191-1/+1
| * NFSD: Remove dead code in nfsd4_create_session()Chuck Lever2024-11-191-3/+0
| * nfsd: refine and rename NFSD_MAY_LOCKNeilBrown2024-11-195-23/+18
| * NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()Chuck Lever2024-11-191-4/+2
| * nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-11-191-8/+1
| * nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár2024-11-196-8/+31
| * nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár2024-11-194-1/+57
| * nfsd: new tracepoint for after op_func in compound processingJeff Layton2024-11-192-1/+14
| * nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton2024-11-113-16/+19
| * nfsd: drop the nfsd4_fattr_args "size" fieldJeff Layton2024-11-111-6/+2
| * nfsd: drop the ncf_cb_bmap fieldJeff Layton2024-11-113-3/+4
| * nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton2024-11-114-14/+16
| * NFSD: Remove unused function parameterChuck Lever2024-11-113-11/+7
| * NFSD: Remove unnecessary posix_acl_entry pointer initializationThorsten Blum2024-11-111-2/+0
| * NFSD: Prevent a potential integer overflowChuck Lever2024-11-111-7/+7
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-4/+1
|\ \
| * | mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-121-4/+1
* | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-15/+4
|\ \ \ | |_|/ |/| |
| * | Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner2024-10-021-15/+4
| |\ \
| | * | NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington2024-10-011-15/+4
* | | | Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-11-091-8/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever2024-11-071-8/+5
* | | | Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-11-021-5/+3
|\| | |
| * | | NFSD: Never decrement pending_async_copies on errorChuck Lever2024-10-301-3/+1