summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3 days1-196/+205
|\
| * ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King2024-11-151-1/+1
| * ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen2024-11-152-202/+197
| * ecryptfs: Factor out mount option validationEric Sandeen2024-11-152-24/+38
* | Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3 days2-8/+84
|\ \
| * | fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein2024-11-151-1/+19
| * | fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein2024-11-151-5/+43
| * | fs: prepare for "explicit connectable" file handlesAmir Goldstein2024-11-152-2/+22
* | | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3 days24-247/+501
|\ \ \
| * | | nfsd: allow for up to 32 callback session slotsJeff Layton11 days4-40/+109
| * | | nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer11 days3-13/+11
| * | | nfsd: get rid of include ../internal.hAl Viro11 days1-1/+0
| * | | nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun11 days1-0/+19
| * | | NFSD: Add nfsd4_copy time-to-liveChuck Lever11 days3-2/+21
| * | | NFSD: Add a laundromat reaper for async copy stateChuck Lever11 days4-1/+37
| * | | NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever11 days3-1/+32
| * | | NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever11 days2-0/+9
| * | | NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever11 days2-7/+13
| * | | NFSD: Fix nfsd4_shutdown_copy()Chuck Lever11 days1-2/+5
| * | | NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever11 days2-1/+11
| * | | nfsd: make nfsd4_session->se_flags a boolJeff Layton11 days2-6/+4
| * | | nfsd: remove nfsd4_session->se_bchannelJeff Layton11 days2-3/+0
| * | | nfsd: make use of warning provided by refcount_tNeilBrown11 days1-1/+1
| * | | nfsd: Don't fail OP_SETCLIENTID when there are too many clients.NeilBrown11 days1-8/+3
| * | | nfsd: release svc_expkey/svc_export with rcu_workYang Erkun11 days2-8/+27
| * | | nfsd: make sure exp active before svc_export_showYang Erkun11 days1-1/+4
| * | | lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever11 days2-3/+3
| * | | lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever11 days3-3/+5
| * | | lockd: Remove some snippets of unfinished codeChuck Lever11 days2-24/+0
| * | | lockd: Remove unnecessary memset()Chuck Lever11 days1-1/+0
| * | | NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever11 days1-1/+2
| * | | NFSD: Remove unused values from nfsd4_encode_components_esc()Chuck Lever11 days1-5/+2
| * | | NFSD: Remove unused results in nfsd4_encode_pathname4()Chuck Lever11 days1-10/+4
| * | | NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever11 days1-0/+2
| * | | NFSD: Remove a never-true comparisonChuck Lever11 days1-1/+1
| * | | NFSD: Remove dead code in nfsd4_create_session()Chuck Lever11 days1-3/+0
| * | | nfsd: refine and rename NFSD_MAY_LOCKNeilBrown11 days5-23/+18
| * | | NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()Chuck Lever11 days1-4/+2
| * | | nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall11 days1-8/+1
| * | | nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár11 days6-8/+31
| * | | nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár11 days4-1/+57
| * | | lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár11 days1-2/+3
| * | | nfsd: new tracepoint for after op_func in compound processingJeff Layton11 days2-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