summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
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-21NFSD: remove vanity commentsNeilBrown1-1/+0
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 Bobrowski2-1/+15
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
2024-06-21UAPI: nfsfh.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-8/+19
2024-06-21SUNRPC: Export svc_xprt_received()Chuck Lever2-0/+2
2024-06-21NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsChuck Lever1-0/+3
2024-06-21NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever1-2/+16
2024-06-21NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever1-0/+20
2024-06-21NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-0/+25
2024-06-21namei: introduce struct renamedataChristian Brauner1-1/+11
2024-06-21fs: add file and path permissions helpersChristian Brauner1-0/+8
2024-06-21kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2-25/+8
2024-06-21module: use RCU to synchronize find_moduleChristoph Hellwig1-1/+1
2024-06-21inotify, memcg: account inotify instances to kmemcgShakeel Butt1-0/+1
2024-06-21nfs: use change attribute for NFS re-exportsJ. Bruce Fields1-0/+1
2024-06-21NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsChuck Lever1-0/+3
2024-06-21NFSD: Update the SETATTR3args decoder to use struct xdr_streamChuck Lever1-0/+6
2024-06-21SUNRPC: Move definition of XDR_UNITChuck Lever2-6/+10
2024-06-21SUNRPC: Display RPC procedure names instead of proc numbersChuck Lever1-4/+11
2024-06-21SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+1
2024-06-21file: Replace ksys_close with close_fdEric W. Biederman1-12/+0