aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4filelayoutdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29Push the file layout driver into a subdirectoryTom Haynes1-843/+0
2014-01-05nfs: fix dead code of ipv6_addr_scopeAlexander Aring1-1/+1
2013-09-29NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_dsTrond Myklebust1-0/+2
2013-09-29NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust1-9/+9
2013-06-28NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson1-0/+1
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust1-2/+5
2013-05-08NFS4.1 Fix data server connection raceAndy Adamson1-2/+24
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2012-12-06NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust1-0/+1
2012-11-04NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust1-2/+0
2012-10-15NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust1-22/+0
2012-09-28NFSv4.1: pNFS data servers may be temporarily offlineTrond Myklebust1-8/+7
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust1-1/+1
2012-06-28NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcountAndy Adamson1-1/+1
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust1-22/+1
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever1-1/+1
2012-05-19NFSv4.1 dereference a disconnected data server client recordAndy Adamson1-0/+22
2012-05-19NFSv4.1 data server timeo and retrans module parametersAndy Adamson1-2/+16
2012-05-19NFSv4.1: cleanup filelayout invalid deviceid handlingAndy Adamson1-26/+11
2012-04-26NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson1-1/+1
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-2/+2
2012-02-06NFS: Fix comparison between DS address listsWeston Andros Adamson1-47/+24
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-5/+5
2012-01-31NFS: decode destination address in proper network namespace contextStanislav Kinsbursky1-3/+4
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2012-01-12NFS: cleanup endian type in decode_ds_addr()Dan Carpenter1-1/+1
2011-07-12NFS: fix commentWeston Andros Adamson1-1/+1
2011-07-12NFS: pnfs: loop over multipath addrs on connectWeston Andros Adamson1-5/+9
2011-07-12NFS: Parse and store all multipath DS addressesWeston Andros Adamson1-129/+234
2011-07-12NFS: pnfs IPv6 supportWeston Andros Adamson1-70/+185
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-7/+2
2011-05-29NFSv4.1: purge deviceid cache on nfs_free_clientBenny Halevy1-4/+5
2011-05-29NFSv4.1: make deviceid cache globalBenny Halevy1-91/+13
2011-05-29NFSv4.1: use struct nfs_client to qualify deviceidBenny Halevy1-5/+4
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust1-17/+17
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson1-56/+122
2011-03-11NFSv4.1: turn off pNFS on ds connection failureAndy Adamson1-4/+24
2011-03-11NFSv4.1 move deviceid cache to filelayout driverChristoph Hellwig1-29/+77
2011-03-11NFSv4.1: filelayout i/o helpersFred Isaman1-0/+67
2011-03-11NFSv4.1: data server connectionAndy Adamson1-0/+61
2011-03-10nfs: add kmalloc return value check in decode_and_add_dsStanislav Fomichev1-0/+4
2011-01-25NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl1-2/+7
2010-10-24NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson1-0/+448