This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e468f5c06b5e Merge tag 'compiler-attributes-for-linus-4.20-rc1' of http [...] new 1fcb748d187d amd-gpu: Don't undefine READ and WRITE new 00e23707442a iov_iter: Use accessor function new aa563d7bca6e iov_iter: Separate type from direction and use accessor functions new 9ea9ce0427aa iov_iter: Add I/O discard iterator new 160cb9574b55 afs: Better tracing of protocol errors new 12bdcf333fe1 afs: Set up the iov_iter before calling afs_extract_data() new e7f680f45bd1 afs: Improve FS server rotation error handling new 0a5143f2f89c afs: Implement VL server rotation new ded2f4c58ac2 afs: Fix TTL on VL server and address lists new 4ac15ea53622 afs: Handle EIO from delivery function new f51375cd9e1a afs: Add a couple of tracepoints to log I/O errors new 2a0b4f64c9ed afs: Don't invoke the server to read data beyond EOF new 3b6492df4153 afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS new 0067191201de afs: Commit the status on a new file/dir/symlink new 06aeb2971457 afs: Remove callback details from afs_callback_break struct new 35dbfba3111a afs: Implement the YFS cache manager service new 36bb5f490a54 afs: Fix FS.FetchStatus delivery from updating wrong vnode new 12d8e95a911e afs: Calc callback expiry in op reply delivery new f58db83fd332 afs: Get the target vnode in afs_rmdir() and get a callback on it new d4936803a92b afs: Expand data structure fields to support YFS new 30062bd13e36 afs: Implement YFS support in the fs client new 744bcd713a4e afs: Allow dumping of server cursor on operation failure new 2feeaf8433c8 afs: Eliminate the address pointer from the address list cursor new 18ac61853cc4 afs: Fix callback handling new 3bf0fb6f33dd afs: Probe multiple fileservers simultaneously new 78a63f1235de Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/proj [...] new 0e9b4a827102 missing bits of "iov_iter: Separate type from direction an [...] new 9931a07d518e Merge branch 'work.afs' of git://git.kernel.org/pub/scm/li [...] new e884bce1d932 ext4: don't open-code ERR_CAST new 995f608e7a34 ntfs: don't open-code ERR_CAST new 5de4480ae7f8 vfs: allow dedupe of user owned read-only files new 85c95f208f48 vfs: dedupe should return EPERM if permission is not granted new d65b1f202924 iomap: remove duplicated include from iomap.c new 55338ac2a983 Delete invalid assignment statements in do_sendfile new 515f1867adda fs/exofs: fix potential memory leak in mount option parsing new 3642b29a6367 fs/exofs: only use true/false for asignment of bool type variable new 8adcc59974b8 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 37 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: block/bio.c | 2 +- drivers/block/drbd/drbd_main.c | 2 +- drivers/block/drbd/drbd_receiver.c | 2 +- drivers/block/loop.c | 9 +- drivers/block/nbd.c | 12 +- drivers/fsi/fsi-sbefifo.c | 4 +- drivers/gpu/drm/amd/display/dc/os_types.h | 2 - drivers/isdn/mISDN/l1oip_core.c | 3 +- drivers/misc/vmw_vmci/vmci_queue_pair.c | 6 +- drivers/nvme/target/io-cmd-file.c | 2 +- drivers/target/iscsi/iscsi_target_util.c | 6 +- drivers/target/target_core_file.c | 6 +- drivers/usb/usbip/usbip_common.c | 2 +- drivers/xen/pvcalls-back.c | 8 +- fs/9p/vfs_addr.c | 4 +- fs/9p/vfs_dir.c | 2 +- fs/9p/xattr.c | 4 +- fs/afs/Kconfig | 12 + fs/afs/Makefile | 7 +- fs/afs/addr_list.c | 209 +-- fs/afs/afs.h | 50 +- fs/afs/cache.c | 2 +- fs/afs/callback.c | 17 +- fs/afs/cell.c | 65 +- fs/afs/cmservice.c | 287 +++- fs/afs/dir.c | 75 +- fs/afs/dynroot.c | 4 +- fs/afs/file.c | 8 +- fs/afs/flock.c | 22 +- fs/afs/fs_probe.c | 270 ++++ fs/afs/fsclient.c | 583 ++++---- fs/afs/inode.c | 37 +- fs/afs/internal.h | 322 ++++- fs/afs/mntpt.c | 5 +- fs/afs/proc.c | 110 +- fs/afs/protocol_yfs.h | 163 +++ fs/afs/rotate.c | 302 ++-- fs/afs/rxrpc.c | 115 +- fs/afs/security.c | 13 +- fs/afs/server.c | 145 +- fs/afs/server_list.c | 6 +- fs/afs/super.c | 5 +- fs/afs/vl_list.c | 340 +++++ fs/afs/vl_probe.c | 273 ++++ fs/afs/vl_rotate.c | 355 +++++ fs/afs/vlclient.c | 195 +-- fs/afs/volume.c | 56 +- fs/afs/write.c | 30 +- fs/afs/xattr.c | 2 +- fs/afs/yfsclient.c | 2184 +++++++++++++++++++++++++++++ fs/block_dev.c | 2 +- fs/ceph/file.c | 9 +- fs/cifs/connect.c | 4 +- fs/cifs/file.c | 4 +- fs/cifs/misc.c | 4 +- fs/cifs/smb2ops.c | 4 +- fs/cifs/smbdirect.c | 17 +- fs/cifs/transport.c | 8 +- fs/direct-io.c | 2 +- fs/dlm/lowcomms.c | 2 +- fs/exofs/super.c | 7 +- fs/ext4/ialloc.c | 2 +- fs/ext4/namei.c | 4 +- fs/fuse/file.c | 2 +- fs/iomap.c | 3 +- fs/nfsd/vfs.c | 4 +- fs/ntfs/namei.c | 2 +- fs/ocfs2/cluster/tcp.c | 2 +- fs/orangefs/inode.c | 2 +- fs/read_write.c | 19 +- fs/splice.c | 7 +- include/linux/uio.h | 65 +- include/trace/events/afs.h | 213 ++- lib/iov_iter.c | 125 +- mm/filemap.c | 2 +- mm/page_io.c | 2 +- net/9p/client.c | 2 +- net/9p/trans_virtio.c | 2 +- net/bluetooth/6lowpan.c | 2 +- net/bluetooth/a2mp.c | 2 +- net/bluetooth/smp.c | 2 +- net/ceph/messenger.c | 6 +- net/netfilter/ipvs/ip_vs_sync.c | 2 +- net/smc/smc_clc.c | 4 +- net/socket.c | 6 +- net/sunrpc/svcsock.c | 2 +- net/sunrpc/xprtsock.c | 4 +- net/tipc/topsrv.c | 2 +- net/tls/tls_device.c | 4 +- net/tls/tls_sw.c | 4 +- 90 files changed, 5657 insertions(+), 1249 deletions(-) create mode 100644 fs/afs/fs_probe.c create mode 100644 fs/afs/protocol_yfs.h create mode 100644 fs/afs/vl_list.c create mode 100644 fs/afs/vl_probe.c create mode 100644 fs/afs/vl_rotate.c create mode 100644 fs/afs/yfsclient.c