Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client updates from Trond Myklebust: "Highlights include: New features: - RDMA client backchannel from Chuck - Support for NFSv4.2 file CLONE using the btrfs ioctl Bugfixes + cleanups: - Move socket data receive out of the bottom halves and into a workqueue - Refactor NFSv4 error handling so synchronous and asynchronous RPC handles errors identically. - Fix a panic when blocks or object layouts reads return a bad data length - Fix nfsroot so it can handle a 1024 byte long path. - Fix bad usage of page offset in bl_read_pagelist - Various NFSv4 callback cleanups+fixes - Fix GETATTR bitmap verification - Support hexadecimal number for sunrpc debug sysctl files" * tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (53 commits) Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debug nfs: Fix GETATTR bitmap verification nfs: Remove unused xdr page offsets in getacl/setacl arguments fs/nfs: remove unnecessary new_valid_dev check SUNRPC: fix variable type NFS: Enable client side NFSv4.1 backchannel to use other transports pNFS/flexfiles: Add support for FF_FLAGS_NO_IO_THRU_MDS pNFS/flexfiles: When mirrored, retry failed reads by switching mirrors SUNRPC: Remove the TCP-only restriction in bc_svc_process() svcrdma: Add backward direction service for RPC/RDMA transport xprtrdma: Handle incoming backward direction RPC calls xprtrdma: Add support for sending backward direction RPC replies xprtrdma: Pre-allocate Work Requests for backchannel xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers SUNRPC: Abstract backchannel operations xprtrdma: Saving IRQs no longer needed for rb_lock xprtrdma: Remove reply tasklet xprtrdma: Use workqueue to process RPC/RDMA replies xprtrdma: Replace send and receive arrays xprtrdma: Refactor reply handler error handling ...
No related branches found
No related tags found
Showing
- fs/nfs/blocklayout/blocklayout.c 2 additions, 5 deletionsfs/nfs/blocklayout/blocklayout.c
- fs/nfs/callback.c 8 additions, 32 deletionsfs/nfs/callback.c
- fs/nfs/callback.h 0 additions, 12 deletionsfs/nfs/callback.h
- fs/nfs/callback_proc.c 0 additions, 2 deletionsfs/nfs/callback_proc.c
- fs/nfs/callback_xdr.c 18 additions, 21 deletionsfs/nfs/callback_xdr.c
- fs/nfs/client.c 1 addition, 0 deletionsfs/nfs/client.c
- fs/nfs/delegation.c 2 additions, 4 deletionsfs/nfs/delegation.c
- fs/nfs/dir.c 0 additions, 3 deletionsfs/nfs/dir.c
- fs/nfs/flexfilelayout/flexfilelayout.c 30 additions, 10 deletionsfs/nfs/flexfilelayout/flexfilelayout.c
- fs/nfs/flexfilelayout/flexfilelayout.h 7 additions, 0 deletionsfs/nfs/flexfilelayout/flexfilelayout.h
- fs/nfs/mount_clnt.c 1 addition, 3 deletionsfs/nfs/mount_clnt.c
- fs/nfs/nfs42.h 1 addition, 0 deletionsfs/nfs/nfs42.h
- fs/nfs/nfs42proc.c 71 additions, 0 deletionsfs/nfs/nfs42proc.c
- fs/nfs/nfs42xdr.c 96 additions, 1 deletionfs/nfs/nfs42xdr.c
- fs/nfs/nfs4_fs.h 4 additions, 2 deletionsfs/nfs/nfs4_fs.h
- fs/nfs/nfs4file.c 136 additions, 0 deletionsfs/nfs/nfs4file.c
- fs/nfs/nfs4proc.c 91 additions, 91 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4xdr.c 51 additions, 2 deletionsfs/nfs/nfs4xdr.c
- fs/nfs/nfsroot.c 1 addition, 1 deletionfs/nfs/nfsroot.c
- fs/nfs/pnfs.c 7 additions, 5 deletionsfs/nfs/pnfs.c
Loading
Please register or sign in to comment