index
:
pub/scm/linux/kernel/git/powerpc/linux.git
master
The powerpc tree
PowerPC group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4callback.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+2
2026-08-10
nfsd: count NFSv4 callback operations per netns
Jeff Layton
1
-1
/
+21
2026-08-10
nfsd: add notification handlers for dir events
Jeff Layton
1
-4
/
+47
2026-08-10
nfsd: add callback encoding and decoding linkages for CB_NOTIFY
Jeff Layton
1
-0
/
+46
2026-08-10
nfsd: make nfsd4_callback_ops->prepare operation bool return
Jeff Layton
1
-1
/
+4
2026-08-10
nfsd: validate nseconds in TIME_DELEG decode paths
Jeff Layton
1
-0
/
+4
2026-08-10
nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardown
Jeff Layton
1
-19
/
+90
2026-04-03
NFSD: convert callback RPC program to per-net namespace
Dai Ngo
1
-34
/
+77
2026-04-03
NFSD: use per-operation statidx for callback procedures
Chuck Lever
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-06-12
NFSD: Avoid corruption of a referring call list
Chuck Lever
1
-0
/
+1
2025-05-11
NFSD: Implement CB_SEQUENCE referring call lists
Chuck Lever
1
-5
/
+127
2025-03-10
nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()
Jeff Layton
1
-2
/
+0
2025-03-10
nfsd: handle errors from rpc_call_async()
Jeff Layton
1
-3
/
+7
2025-03-10
nfsd: move cb_need_restart flag into cb_flags
Jeff Layton
1
-6
/
+4
2025-03-10
nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNING
Jeff Layton
1
-1
/
+5
2025-03-10
nfsd: prevent callback tasks running concurrently
Jeff Layton
1
-0
/
+2
2025-03-10
NFSD: Fix callback decoder status codes
Chuck Lever
1
-7
/
+7
2025-03-10
nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDERED
Jeff Layton
1
-9
/
+5
2025-03-10
nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
Jeff Layton
1
-0
/
+7
2025-03-10
nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
Jeff Layton
1
-1
/
+6
2025-03-10
nfsd: only check RPC_SIGNALLED() when restarting rpc_task
Jeff Layton
1
-8
/
+10
2025-03-10
nfsd: always release slot when requeueing callback
Jeff Layton
1
-0
/
+1
2025-03-10
nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
Jeff Layton
1
-24
/
+27
2025-03-10
nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
Jeff Layton
1
-11
/
+9
2025-02-10
NFSD: Fix CB_GETATTR status fix
Chuck Lever
1
-1
/
+1
2025-02-10
NFSD: fix hang in nfsd4_shutdown_callback
Dai Ngo
1
-2
/
+5
2025-01-21
nfsd: add support for delegated timestamps
Jeff Layton
1
-4
/
+38
2025-01-21
nfsd: fix handling of delegated change attr in CB_GETATTR
Jeff Layton
1
-3
/
+5
2025-01-06
NFSD: add cb opcode to WARN_ONCE on failed callback
Olga Kornievskaia
1
-2
/
+3
2025-01-06
NFSD: fix decoding in nfs4_xdr_dec_cb_getattr
Olga Kornievskaia
1
-1
/
+1
2025-01-06
nfsd: use new wake_up_var interfaces.
NeilBrown
1
-2
/
+1
2024-12-20
nfsd: restore callback functionality for NFSv4.0
NeilBrown
1
-3
/
+1
2024-11-18
nfsd: allow for up to 32 callback session slots
Jeff Layton
1
-30
/
+88
2024-11-18
NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
Chuck Lever
1
-0
/
+2
2024-11-11
nfsd: drop the ncf_cb_bmap field
Jeff Layton
1
-1
/
+4
2024-11-11
NFSD: Prevent a potential integer overflow
Chuck Lever
1
-7
/
+7
2024-09-20
nfsd: add more nfsd_cb tracepoints
Jeff Layton
1
-0
/
+5
2024-09-20
nfsd: add more info to WARN_ON_ONCE on failed callbacks
Jeff Layton
1
-1
/
+2
2024-05-06
NFSD: Move callback_wq into struct nfs4_client
Chuck Lever
1
-22
/
+9
2024-04-25
Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-21
/
+5
2024-04-23
Revert "NFSD: Convert the callback workqueue to use delayed_work"
Chuck Lever
1
-3
/
+3
2024-04-23
Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"
Chuck Lever
1
-18
/
+2
2024-03-12
Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-31
/
+160
2024-03-01
NFSD: add support for CB_GETATTR callback
Dai Ngo
1
-1
/
+96
2024-03-01
NFSD: Remove redundant cb_seq_status initialization
Chuck Lever
1
-1
/
+0
2024-03-01
NFSD: Remove BUG_ON in nfsd4_process_cb_update()
Chuck Lever
1
-1
/
+2
2024-03-01
NFSD: Replace comment with lockdep assertion
Chuck Lever
1
-1
/
+2
2024-03-01
NFSD: Remove unused @reason argument
Chuck Lever
1
-9
/
+9
[next]