summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v5.11' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2020-12-171-0/+20
|\
| * mailbox: arm_mhuv2: Add driverViresh Kumar2020-12-101-0/+20
* | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-175-257/+249
|\ \
| * \ Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2020-12-161-238/+212
| |\ \
| | * | xprtrdma: Trace unmap_sync callsChuck Lever2020-11-111-0/+22
| | * | xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-111-38/+58
| | * | xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-111-9/+10
| | * | xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-15/+16
| | * | xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-111-63/+3
| | * | xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-111-13/+14
| | * | xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever2020-11-111-7/+9
| | * | xprtrdma: Introduce FRWR completion IDsChuck Lever2020-11-111-40/+4
| | * | xprtrdma: Introduce Send completion IDsChuck Lever2020-11-111-38/+9
| | * | xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-111-38/+8
| | * | xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever2020-11-111-0/+82
| * | | SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust2020-12-141-11/+11
| * | | SUNRPC: Fix xdr_expand_hole()Trond Myklebust2020-12-141-1/+1
| * | | SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-141-1/+1
| * | | SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-021-1/+0
| * | | SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-021-0/+1
| * | | SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-021-0/+1
| * | | NFS: Improve handling of directory verifiersTrond Myklebust2020-12-021-1/+7
| * | | NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust2020-12-021-2/+15
| * | | NFS: More readdir cleanupsTrond Myklebust2020-12-021-1/+0
* | | | Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-179-75/+424
|\ \ \ \
| * | | | libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2020-12-141-6/+0
| * | | | libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-146-6/+231
| * | | | libceph: introduce connection modes and ms_mode optionIlya Dryomov2020-12-143-2/+13
| * | | | libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov2020-12-141-1/+8
| * | | | libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-144-6/+15
| * | | | libceph: drop ac->ops->name fieldIlya Dryomov2020-12-141-2/+0
| * | | | libceph: amend cephx init_protocol() and build_request()Ilya Dryomov2020-12-141-0/+1
| * | | | libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-4/+12
| * | | | libceph: move msgr1 protocol specific fields to its own structIlya Dryomov2020-12-141-35/+41
| * | | | libceph: move msgr1 protocol implementation to its own fileIlya Dryomov2020-12-141-0/+1
| * | | | libceph: separate msgr1 protocol implementationIlya Dryomov2020-12-141-0/+8
| * | | | libceph: export remaining protocol independent infrastructureIlya Dryomov2020-12-141-1/+38
| * | | | libceph: export zero_pageIlya Dryomov2020-12-141-0/+1
| * | | | libceph: rename and export con->flags bitsIlya Dryomov2020-12-141-1/+12
| * | | | libceph: rename and export con->state statesIlya Dryomov2020-12-141-1/+11
| * | | | libceph: make con->state an intIlya Dryomov2020-12-141-1/+1
| * | | | libceph: drop msg->ack_stamp fieldIlya Dryomov2020-12-141-1/+0
| * | | | libceph: lower exponential backoff delayIlya Dryomov2020-12-141-2/+2
| * | | | ceph: implement updated ceph_mds_request_head structureJeff Layton2020-12-141-1/+31
| * | | | ceph: set osdmap epoch for setxattrXiubo Li2020-12-141-0/+1
| * | | | libceph: remove unused port macrosLiu, Changcheng2020-12-141-9/+0
| * | | | ceph: add new RECOVER mount_state when recovering sessionJeff Layton2020-12-141-0/+1
* | | | | Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-171-1/+1
|\ \ \ \ \
| * | | | | vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi2020-12-141-1/+1
* | | | | | Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-171-5/+25
|\ \ \ \ \ \