summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-21file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2-5/+4
2024-06-21file: Merge __alloc_fd into alloc_fdEric W. Biederman1-2/+0
2024-06-21file: Merge __fd_install into fd_installEric W. Biederman1-2/+0
2024-06-21file: Implement task_lookup_next_fd_rcuEric W. Biederman1-0/+1
2024-06-21file: Implement task_lookup_fd_rcuEric W. Biederman1-0/+2
2024-06-21file: Rename fcheck lookup_fd_rcuEric W. Biederman1-4/+4
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman1-4/+3
2024-06-21file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman1-0/+7
2024-06-21file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman1-2/+2
2024-06-21exec: Remove reset_files_structEric W. Biederman1-1/+0
2024-06-21exec: Simplify unshare_filesEric W. Biederman1-1/+1
2024-06-21nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-0/+3
2024-06-21nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust1-0/+1
2024-06-21exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust1-0/+5
2024-06-21nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton1-2/+3
2024-06-21nfsd: allow filesystems to opt out of subtree checkingJeff Layton1-0/+1
2024-06-21nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+2
2024-06-21Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields1-8/+0
2024-06-21nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields1-0/+13
2024-06-21NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2024-06-21NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2024-06-21NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2024-06-21SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2024-06-21SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2024-06-21SUNRPC: Rename svc_encode_read_payload()Chuck Lever3-7/+7
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet2-11/+4
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede1-0/+1
2024-06-16netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso1-0/+2
2024-06-16media: cec: core: add adap_nb_transmit_canceled() callbackHans Verkuil1-2/+4
2024-06-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-0/+2
2024-06-16media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil1-0/+1
2024-06-16media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil1-2/+2
2024-06-16media: cec: abort if the current transmit was canceledHans Verkuil1-0/+6
2024-06-16media: cec: call enable_adap on s_log_addrsHans Verkuil1-0/+2
2024-06-16media: cec: fix a deadlock situationHans Verkuil1-2/+9
2024-06-16media: core headers: fix kernel-doc warningsHans Verkuil6-7/+33