This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2019fc96af22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net new 1cb1edb2f5ba io_uring: get rid of delayed mm check new e1d85334d623 io_uring: fix 1-bit bitfields to be unsigned new 1e95081cb5b4 io_uring: fix deferred req iovec leak new cf3040ca55f2 io_uring: statx/openat/openat2 don't support fixed files new 63e5d81f72af io_uring: flush overflowed CQ events in the io_uring_poll() new e96e977992d0 io_uring: remove unused struct io_async_open new 99bc4c38537d io_uring: fix iovec leaks new 8fef80bf56a4 io_uring: add cleanup for openat()/statx() new faac996ccd5d io_uring: retry raw bdev writes if we hit -EOPNOTSUPP new 9392a27d88b9 io-wq: add support for inheriting ->fs new ff002b30181d io_uring: grab ->fs as part of async preparation new 0b5faf6ba7fb io_uring: allow AT_FDCWD for non-file openat/openat2/statx new a93b33312f63 io_uring: fix async close() with f_op->flush() new 5f798beaf35d io_uring: fix double prep iovec leak new 0bdbdd08a8f9 io_uring: fix openat/statx's filename leak new 00bcda13dcbf io-wq: make io_wqe_cancel_work() take a match handler new 36282881a795 io-wq: add io_wq_cancel_pid() to cancel based on a specific pid new 6ab231448fdc io_uring: cancel pending async work if task exits new b537916ca510 io_uring: retain sockaddr_storage across send/recvmsg async punt new 7563439adfae io-wq: don't call kXalloc_node() with non-online node new 2ca10259b418 io_uring: prune request from overflow list on flush new ca60ad6a6bc4 Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk [...] new 8e4473bb50a1 ceph: do not execute direct write in parallel if O_APPEND [...] new b27a939e8376 ceph: canonicalize server path in place new 3b20bc2fe4c0 ceph: noacl mount option is effectively ignored new cf556edfde6c Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ce [...] new a1147b8281bd NFS: Fix up directory verifier races new cf5b4059ba71 NFSv4: Fix races between open and dentry revalidation new efeda80da38d NFSv4: Fix revalidation of dentries with delegations new ca1c67130282 xprtrdma: Fix DMA scatter-gather list mapping imbalance new cd1b659d8ce7 NFSv4.1 make cachethis=no for writes new 8c75593c6eee NFSv4: Ensure the delegation is pinned in nfs_do_return_de [...] new 5d63944f8206 NFSv4: Ensure the delegation cred is pinned when we call d [...] new 829e69446995 Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/proje [...]
The 34 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/ceph/file.c | 17 ++- fs/ceph/super.c | 129 +++++------------- fs/ceph/super.h | 2 +- fs/io-wq.c | 92 ++++++++++--- fs/io-wq.h | 6 +- fs/io_uring.c | 299 ++++++++++++++++++++++++++++------------- fs/nfs/delegation.c | 50 +++++-- fs/nfs/delegation.h | 1 + fs/nfs/dir.c | 126 +++++++++++++++-- fs/nfs/inode.c | 1 + fs/nfs/nfs4file.c | 1 - fs/nfs/nfs4proc.c | 20 ++- include/linux/nfs_fs.h | 26 +--- net/sunrpc/xprtrdma/frwr_ops.c | 13 +- 14 files changed, 516 insertions(+), 267 deletions(-)