summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7 days24-247/+501
|\
| * 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-193-13/+11
| * 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
| * lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever2024-11-192-3/+3
| * lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever2024-11-193-3/+5
| * lockd: Remove some snippets of unfinished codeChuck Lever2024-11-192-24/+0
| * lockd: Remove unnecessary memset()Chuck Lever2024-11-191-1/+0
| * 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
| * lockd: Fix comment about NLMv3 backwards compatibilityPali Rohár2024-11-191-2/+3
| * 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 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7 days16-250/+640
|\ \
| * | f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu10 days2-7/+21
| * | f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu10 days3-1/+18
| * | f2fs: fix to shrink read extent node in batchesChao Yu12 days1-28/+41
| * | f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu12 days1-1/+6
| * | f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong12 days1-3/+3
| * | f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong12 days4-28/+28
| * | f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong12 days1-1/+1