summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27nfsd: never defer requests during idmap lookupAnthony Iliopoulos1-2/+0
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever1-1/+1
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-9/+5
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+21
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-9/+5
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton1-1/+21
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever1-2/+12
2025-10-21NFSD: Fix crash in nfsd4_read_release()Chuck Lever1-3/+4
2025-10-01NFSD: Do the grace period check in ->proc_layoutgetChuck Lever1-6/+1
2025-10-01NFSD: Allow layoutcommit during grace periodSergey Bashirov1-13/+25
2025-09-25NFSD: Disallow layoutget during grace periodSergey Bashirov1-0/+5
2025-09-22NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum1-1/+1
2025-09-22nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton1-2/+24
2025-09-22nfsd: fix SETATTR updates for delegated timestampsJeff Layton1-1/+30
2025-09-22NFSD: Fix last write offset handling in layoutcommitSergey Bashirov1-15/+15
2025-09-22NFSD: Implement large extent array support in pNFSSergey Bashirov1-1/+1
2025-09-22NFSD: Minor cleanup in layoutcommit processingSergey Bashirov1-9/+3
2025-07-14Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"Chuck Lever1-7/+0
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever1-12/+2
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-11/+24
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever1-1/+1
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-6/+2
2025-05-12nfsd: add tracepoint for getattr and statfs eventsJeff Layton1-0/+2
2025-05-12nfsd: add tracepoint to nfsd_readdirJeff Layton1-0/+3
2025-05-12nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-05-12nfsd: remove redundant WARN_ON_ONCE in nfsd4_writeGuoqing Jiang1-1/+0
2025-05-12NFSD: Record each NFSv4 call's session slot indexChuck Lever1-0/+9
2025-05-12NFSD: Shorten CB_OFFLOAD response to NFS4ERR_DELAYChuck Lever1-1/+1
2025-05-12NFSD: OFFLOAD_CANCEL should mark an async COPY as completedChuck Lever1-1/+4
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown1-1/+3
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton1-1/+1
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton1-3/+28
2024-12-18NFSD: fix management of pending async copiesOlga Kornievskaia1-5/+8
2024-11-19NFSD: Add nfsd4_copy time-to-liveChuck Lever1-2/+5
2024-11-19NFSD: Add a laundromat reaper for async copy stateChuck Lever1-1/+34
2024-11-19NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever1-0/+30
2024-11-19NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOADChuck Lever1-0/+8
2024-11-19NFSD: Free async copy information in nfsd4_cb_offload_release()Chuck Lever1-7/+10
2024-11-19NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-11-19NFSD: Add a tracepoint to record canceled async COPY operationsChuck Lever1-0/+1
2024-11-19nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-1/+1
2024-11-19nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár1-0/+1
2024-11-19nfsd: new tracepoint for after op_func in compound processingJeff Layton1-0/+1
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-09-21NFSD: Wrap async copy operations with trace pointsChuck Lever1-1/+2
2024-09-21NFSD: Limit the number of concurrent async COPY operationsChuck Lever1-2/+9
2024-09-21NFSD: Async COPY result needs to return a write verifierChuck Lever1-15/+8