summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-21fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-0/+4
2024-06-21fsnotify: fix merge with parent's ignored maskAmir Goldstein1-0/+15
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2024-06-21SUNRPC: Remove svc_shutdown_net()Chuck Lever2-1/+1
2024-06-21SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2024-06-21SUNRPC: Rename svc_create_xprt()Chuck Lever1-3/+4
2024-06-21SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-06-21SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2-4/+0
2024-06-21NFSD: Deprecate NFS_OFFSET_MAXChuck Lever1-8/+0
2024-06-21nfs: block notification on fs with its own ->lockJ. Bruce Fields2-4/+7
2024-06-21lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2024-06-21SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2024-06-21SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2024-06-21NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2024-06-21SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2024-06-21SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2024-06-21SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2024-06-21exit: Implement kthread_exitEric W. Biederman1-0/+1
2024-06-21fanotify: wire up FAN_RENAME eventAmir Goldstein1-1/+2
2024-06-21fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein1-0/+6
2024-06-21fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein1-0/+2
2024-06-21fsnotify: generate FS_RENAME event with rich informationAmir Goldstein3-7/+11
2024-06-21fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2-1/+5
2024-06-21fsnotify: separate mark iterator type from object type enumAmir Goldstein1-13/+28
2024-06-21fsnotify: clarify object type argumentAmir Goldstein1-16/+12
2024-06-21SUNRPC: Change return value type of .pc_encodeChuck Lever3-9/+9
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever3-9/+10
2024-06-21SUNRPC: Change return value type of .pc_decodeChuck Lever3-19/+19
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever3-20/+21
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2024-06-21NFSD: move filehandle format declarations out of "uapi".NeilBrown1-115/+0
2024-06-21SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2024-06-21fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi1-1/+5
2024-06-21fanotify: Emit generic error info for error eventGabriel Krisman Bertazi1-0/+7
2024-06-21fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-0/+2
2024-06-21fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi1-0/+1
2024-06-21fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi2-1/+44
2024-06-21fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi1-0/+3
2024-06-21fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+1
2024-06-21fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+1
2024-06-21fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi1-0/+15
2024-06-21fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-7/+16
2024-06-21fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi1-0/+5
2024-06-21fsnotify: clarify contract for create event hooksAmir Goldstein1-6/+16
2024-06-21fsnotify: pass dentry instead of inode dataAmir Goldstein2-3/+18
2024-06-21fsnotify: pass data_type to fsnotify_name()Amir Goldstein1-10/+15
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2-4/+1
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever3-5/+6