-
- Downloads
Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Pull NFS client fixes from Anna Schumaker: "We have a handful of stable fixes to fix kernel warnings and other bugs that have been around for a while. We've also found a few other reference counting bugs and memory leaks since the initial 4.11 pull. Stable Bugfixes: - Fix decrementing nrequests in NFS v4.2 COPY to fix kernel warnings - Prevent a double free in async nfs4_exchange_id() - Squelch a kbuild sparse complaint for xprtrdma Other Bugfixes: - Fix a typo (NFS_ATTR_FATTR_GROUP_NAME) that causes a memory leak - Fix a reference leak that causes kernel warnings - Make nfs4_cb_sv_ops static to fix a sparse warning - Respect a server's max size in CREATE_SESSION - Handle errors from nfs4_pnfs_ds_connect - Flexfiles layout shouldn't mark devices as unavailable" * tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs: pNFS/flexfiles: never nfs4_mark_deviceid_unavailable pNFS: return status from nfs4_pnfs_ds_connect NFSv4.1 respect server's max size in CREATE_SESSION NFS prevent double free in async nfs4_exchange_id nfs: make nfs4_cb_sv_ops static xprtrdma: Squelch kbuild sparse complaint NFS: fix the fault nrequests decreasing for nfs_inode COPY NFSv4: fix a reference leak caused WARNING messages nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAME
Showing
- fs/nfs/callback.c 2 additions, 2 deletionsfs/nfs/callback.c
- fs/nfs/client.c 24 additions, 1 deletionfs/nfs/client.c
- fs/nfs/filelayout/filelayoutdev.c 7 additions, 1 deletionfs/nfs/filelayout/filelayoutdev.c
- fs/nfs/flexfilelayout/flexfilelayout.h 13 additions, 1 deletionfs/nfs/flexfilelayout/flexfilelayout.h
- fs/nfs/flexfilelayout/flexfilelayoutdev.c 3 additions, 2 deletionsfs/nfs/flexfilelayout/flexfilelayoutdev.c
- fs/nfs/internal.h 2 additions, 0 deletionsfs/nfs/internal.h
- fs/nfs/nfs4client.c 2 additions, 2 deletionsfs/nfs/nfs4client.c
- fs/nfs/nfs4proc.c 4 additions, 7 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4xdr.c 1 addition, 1 deletionfs/nfs/nfs4xdr.c
- fs/nfs/pnfs.h 1 addition, 1 deletionfs/nfs/pnfs.h
- fs/nfs/pnfs_nfs.c 25 additions, 6 deletionsfs/nfs/pnfs_nfs.c
- fs/nfs/write.c 4 additions, 2 deletionsfs/nfs/write.c
- net/sunrpc/xprtrdma/verbs.c 2 additions, 1 deletionnet/sunrpc/xprtrdma/verbs.c
Loading
Please register or sign in to comment