summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-31/+21
|\
| * file: Remove get_files_structEric W. Biederman2020-12-101-1/+0
| * file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-101-1/+1
| * file: Replace ksys_close with close_fdEric W. Biederman2020-12-101-12/+0
| * file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2020-12-102-5/+4
| * file: Merge __alloc_fd into alloc_fdEric W. Biederman2020-12-101-2/+0
| * file: Merge __fd_install into fd_installEric W. Biederman2020-12-101-2/+0
| * file: Implement task_lookup_next_fd_rcuEric W. Biederman2020-12-101-0/+1
| * file: Implement task_lookup_fd_rcuEric W. Biederman2020-12-101-0/+2
| * file: Rename fcheck lookup_fd_rcuEric W. Biederman2020-12-101-4/+4
| * file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-4/+3
| * file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-0/+7
| * file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman2020-12-101-2/+2
| * exec: Remove reset_files_structEric W. Biederman2020-12-101-1/+0
| * exec: Simplify unshare_filesEric W. Biederman2020-12-101-1/+1
* | Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-161-0/+3
|\ \
| * | fs, close_range: add flag CLOSE_RANGE_CLOEXECGiuseppe Scrivano2020-12-041-0/+3
* | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-162-13/+3
|\ \ \
| * | | epoll: take epitem list out of struct fileAl Viro2020-10-262-13/+3
| * | | convert ->f_ep_links/->fllink to hlistAl Viro2020-10-262-3/+3
| | |/ | |/|
* | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-1610-107/+375
|\ \ \
| * | | nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-091-0/+3
| * | | nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-091-0/+1
| * | | exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust2020-12-091-0/+5
| * | | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-2/+3
| * | | nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-0/+1
| * | | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-0/+2
| * | | Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields2020-12-091-8/+0
| * | | nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields2020-12-091-0/+13
| * | | NFSD: Add helper for decoding locker4Chuck Lever2020-11-301-0/+21
| * | | NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever2020-11-301-0/+21
| * | | NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-0/+2
| * | | SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+16
| * | | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-1/+43
| * | | SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever2020-11-301-24/+0
| * | | svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-301-3/+3
| * | | svcrdma: Clean up chunk tracepointsChuck Lever2020-11-301-96/+14
| * | | svcrdma: Remove chunk list pointersChuck Lever2020-11-301-4/+0
| * | | svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-1/+1
| * | | svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-302-1/+2
| * | | svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-302-5/+17
| * | | svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever2020-11-301-1/+36
| * | | svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-301-3/+2
| * | | svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-0/+1
| * | | svcrdma: Add a "parsed chunk list" data structureChuck Lever2020-11-303-2/+213
| * | | svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2020-11-301-3/+1
| * | | SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-303-7/+7
| * | | SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever2020-11-301-1/+2
| | |/ | |/|
* | | Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2020-12-162-1/+3
|\ \ \
| * | | btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo2020-12-091-1/+2