summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4filelayoutdev.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_dsTrond Myklebust2013-09-291-0/+2
* NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust2013-09-291-9/+9
* NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson2013-06-281-0/+1
* NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust2013-06-061-2/+5
* NFS4.1 Fix data server connection raceAndy Adamson2013-05-081-2/+24
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust2012-12-061-0/+1
* NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust2012-11-041-2/+0
* NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust2012-10-151-22/+0
* NFSv4.1: pNFS data servers may be temporarily offlineTrond Myklebust2012-09-281-8/+7
* NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust2012-09-281-1/+1
* NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcountAndy Adamson2012-06-281-1/+1
* NFSv4.1: Fix session initialisation racesTrond Myklebust2012-05-231-22/+1
* NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever2012-05-221-1/+1
* NFSv4.1 dereference a disconnected data server client recordAndy Adamson2012-05-191-0/+22
* NFSv4.1 data server timeo and retrans module parametersAndy Adamson2012-05-191-2/+16
* NFSv4.1: cleanup filelayout invalid deviceid handlingAndy Adamson2012-05-191-26/+11
* NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-04-261-1/+1
* NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-2/+2
* NFS: Fix comparison between DS address listsWeston Andros Adamson2012-02-061-47/+24
* NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-061-5/+5
* NFS: decode destination address in proper network namespace contextStanislav Kinsbursky2012-01-311-3/+4
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* NFS: cleanup endian type in decode_ds_addr()Dan Carpenter2012-01-121-1/+1
* NFS: fix commentWeston Andros Adamson2011-07-121-1/+1
* NFS: pnfs: loop over multipath addrs on connectWeston Andros Adamson2011-07-121-5/+9
* NFS: Parse and store all multipath DS addressesWeston Andros Adamson2011-07-121-129/+234
* NFS: pnfs IPv6 supportWeston Andros Adamson2011-07-121-70/+185
* SUNRPC: introduce xdr_init_decode_pagesBenny Halevy2011-05-291-7/+2
* NFSv4.1: purge deviceid cache on nfs_free_clientBenny Halevy2011-05-291-4/+5
* NFSv4.1: make deviceid cache globalBenny Halevy2011-05-291-91/+13
* NFSv4.1: use struct nfs_client to qualify deviceidBenny Halevy2011-05-291-5/+4
* NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust2011-05-111-17/+17
* Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson2011-03-241-56/+122
* NFSv4.1: turn off pNFS on ds connection failureAndy Adamson2011-03-111-4/+24
* NFSv4.1 move deviceid cache to filelayout driverChristoph Hellwig2011-03-111-29/+77
* NFSv4.1: filelayout i/o helpersFred Isaman2011-03-111-0/+67
* NFSv4.1: data server connectionAndy Adamson2011-03-111-0/+61
* nfs: add kmalloc return value check in decode_and_add_dsStanislav Fomichev2011-03-101-0/+4
* NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl2011-01-251-2/+7
* NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastru...Andy Adamson2010-10-241-0/+448