summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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
2024-06-21namei: introduce struct renamedataChristian Brauner
2024-06-21fs: add file and path permissions helpersChristian Brauner
2024-06-21kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2024-06-21module: use RCU to synchronize find_moduleChristoph Hellwig
2024-06-21inotify, memcg: account inotify instances to kmemcgShakeel Butt
2024-06-21nfs: use change attribute for NFS re-exportsJ. Bruce Fields
2024-06-21NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsChuck Lever
2024-06-21SUNRPC: Move definition of XDR_UNITChuck Lever
2024-06-21SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2024-06-21file: Replace ksys_close with close_fdEric W. Biederman