summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-21fsnotify: generate FS_RENAME event with rich informationAmir Goldstein3-7/+11
2024-06-21fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein1-1/+1
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-21fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi1-1/+5
2024-06-21fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-0/+2
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 Lever1-2/+0
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2-2/+3
2024-06-21nfs: don't allow reexport reclaimsJ. Bruce Fields2-0/+2
2024-06-21nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields1-0/+2
2024-06-21Keep read and write fds with each nlm_fileJ. Bruce Fields2-3/+9
2024-06-21nlm: minor nlm_lookup_file argument changeJ. Bruce Fields1-1/+1
2024-06-21sysctl: introduce new proc handler proc_doboolJia He1-0/+2
2024-06-21SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4
2024-06-21fsnotify: optimize the case of no marks of any typeAmir Goldstein1-0/+9
2024-06-21fsnotify: count all objects with attached connectorsAmir Goldstein1-2/+5
2024-06-21fanotify: add pidfd support to the fanotify APIMatthew Bobrowski1-1/+2
2024-06-21fanotify: introduce a generic info record copying helperMatthew Bobrowski1-0/+2
2024-06-21kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski1-0/+1
2024-06-21lockd: Remove stale commentsChuck Lever2-12/+1
2024-06-21NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo1-0/+14
2024-06-21fanotify: fix permission model of unprivileged groupAmir Goldstein1-0/+4
2024-06-21fanotify: support limited functionality for unprivileged usersAmir Goldstein1-5/+28
2024-06-21fanotify: configurable limits via sysfsAmir Goldstein4-8/+8
2024-06-21fsnotify: use hash table for faster events mergeAmir Goldstein1-3/+7
2024-06-21fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-4/+1
2024-06-21fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein1-1/+7