summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2024-06-21exit: Implement kthread_exitEric W. Biederman
2024-06-21fanotify: wire up FAN_RENAME eventAmir Goldstein
2024-06-21fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2024-06-21fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2024-06-21fsnotify: separate mark iterator type from object type enumAmir Goldstein
2024-06-21fsnotify: clarify object type argumentAmir Goldstein
2024-06-21SUNRPC: Change return value type of .pc_encodeChuck Lever
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2024-06-21SUNRPC: Change return value type of .pc_decodeChuck Lever
2024-06-21SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2024-06-21fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2024-06-21fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi
2024-06-21fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi
2024-06-21fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi
2024-06-21fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi
2024-06-21fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi
2024-06-21fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi
2024-06-21fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi
2024-06-21fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi
2024-06-21fsnotify: clarify contract for create event hooksAmir Goldstein
2024-06-21fsnotify: pass dentry instead of inode dataAmir Goldstein
2024-06-21fsnotify: pass data_type to fsnotify_name()Amir Goldstein
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever
2024-06-21SUNRPC: Add svc_rqst::rq_auth_statChuck Lever
2024-06-21nfs: don't allow reexport reclaimsJ. Bruce Fields
2024-06-21nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields
2024-06-21Keep read and write fds with each nlm_fileJ. Bruce Fields
2024-06-21nlm: minor nlm_lookup_file argument changeJ. Bruce Fields
2024-06-21sysctl: introduce new proc handler proc_doboolJia He
2024-06-21SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2024-06-21fsnotify: optimize the case of no marks of any typeAmir Goldstein
2024-06-21fsnotify: count all objects with attached connectorsAmir Goldstein
2024-06-21fanotify: add pidfd support to the fanotify APIMatthew Bobrowski
2024-06-21fanotify: introduce a generic info record copying helperMatthew Bobrowski
2024-06-21kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski
2024-06-21lockd: Remove stale commentsChuck Lever
2024-06-21NFSD: delay unmount source's export after inter-server copy completed.Dai Ngo
2024-06-21fanotify: fix permission model of unprivileged groupAmir Goldstein
2024-06-21fanotify: support limited functionality for unprivileged usersAmir Goldstein
2024-06-21fanotify: configurable limits via sysfsAmir Goldstein
2024-06-21fsnotify: use hash table for faster events mergeAmir Goldstein
2024-06-21fanotify: reduce event objectid to 29-bit hashAmir Goldstein
2024-06-21fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein
2024-06-21SUNRPC: Export svc_xprt_received()Chuck Lever
2024-06-21NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsChuck Lever
2024-06-21NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever
2024-06-21NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever
2024-06-21NFSD: Extract the svcxdr_init_encode() helperChuck Lever