aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-19ceph: correct ceph_mds_cap_peer field namePatrick Donnelly1-9/+9
2024-11-19ceph: correct ceph_mds_cap_item field namePatrick Donnelly1-1/+1
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-2/+24
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 Snitzer3-13/+11
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-18lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever2-3/+3
2024-11-18lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever3-3/+5
2024-11-18lockd: Remove some snippets of unfinished codeChuck Lever2-24/+0
2024-11-18lockd: Remove unnecessary memset()Chuck Lever1-1/+0
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-18lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár1-2/+3
2024-11-18nfsd: new tracepoint for after op_func in compound processingJeff Layton2-1/+14
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-5/+8
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds63-1402/+2409
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-279/+380
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-52/+14
2024-11-18Merge tag 'pull-ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-336/+222
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-194/+331
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds33-632/+342
2024-11-18Merge tag 'vfs-6.13.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-125/+105
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-21/+209
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-10/+36
2024-11-18Merge tag 'vfs-6.13.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+83
2024-11-18Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-25/+111
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds12-192/+192