summaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky1-0/+1
2012-02-14security: trim security.hAl Viro1-0/+1
2012-02-07NFS: search for client session id in proper network namespaceStanislav Kinsbursky1-2/+2
2012-02-07NFS: make nfs_client_lock per net nsStanislav Kinsbursky1-22/+29
2012-02-07NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-10/+18
2012-02-07NFS: make nfs_volume_list per net nsStanislav Kinsbursky1-6/+14
2012-02-07NFS: make nfs_client_list per net nsStanislav Kinsbursky1-11/+27
2012-02-01SUNRPC: constify the rpc_programTrond Myklebust1-4/+4
2012-02-01NFS: remove unused nfs4_find_client_no_ident functionStanislav Kinsbursky1-27/+0
2012-02-01NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust1-0/+2
2012-02-01NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust1-0/+2
2012-02-01NFS: idmap PipeFS notifier introducedStanislav Kinsbursky1-2/+2
2012-02-01NFS: pass NFS client owner network namespace to RPC client creation routineStanislav Kinsbursky1-1/+1
2012-02-01NFS: make NFS client allocated per network namespace contextStanislav Kinsbursky1-3/+13
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-09NFSv4: Change the default setting of the nfs4_disable_idmapping parameterTrond Myklebust1-1/+1
2012-01-05NFS: Cache state owners after files are closedChuck Lever1-0/+8
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust1-1/+1
2011-10-21Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni1-0/+4
2011-10-18nfs: fix bug about IPv6 address scope checkingMi Jinlong1-3/+4
2011-07-31pnfsblock: add device operationsJim Rees1-1/+1
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman1-0/+1
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy1-3/+5
2011-07-15NFS: Convert nfs4_set_ds_client to EXPORT_SYMBOL_GPLTrond Myklebust1-1/+1
2011-07-12NFS: move pnfs layouts to nfs_server structureWeston Andros Adamson1-3/+1
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson1-0/+1
2011-05-29NFSv4.1: purge deviceid cache on nfs_free_clientBenny Halevy1-0/+2
2011-03-11NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust1-0/+16
2011-03-11NFSv4.1: data server connectionAndy Adamson1-0/+41
2011-03-11NFSv4.1: add MDS mount DS only checkAndy Adamson1-0/+4
2011-03-11NFSv4.1: new flag for lease time checkAndy Adamson1-0/+9
2011-03-11NFSv4.1: new flag for state renewal checkAndy Adamson1-0/+5
2011-03-11NFS move nfs_client initialization into nfs_get_clientAndy Adamson1-26/+30
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson1-10/+5
2011-01-06NFS: Move cl_delegations to the nfs_server structChuck Lever1-1/+1
2011-01-06NFS: Allow walking nfs_client.cl_superblocks list outside client.cChuck Lever1-19/+25
2011-01-06pnfs: layout roc codeFred Isaman1-0/+12
2011-01-06NFS refactor nfs_find_client and reference client across callback processingAndy Adamson1-59/+112
2011-01-06NFS implement v4.0 callback_identAndy Adamson1-0/+51
2011-01-06NFS do not clear minor version at nfs_client freeAndy Adamson1-13/+9
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-1/+9
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-6/+11
2010-10-25NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastru...Andy Adamson1-0/+1
2010-10-25NFS: client needs to maintain list of inodes with active layoutsAndy Adamson1-1/+3
2010-10-25NFS: set layout driverRicardo Labiaga1-0/+5
2010-10-25Revalidate caches on lockRicardo Labiaga1-0/+2
2010-10-23NFS: Readdir plus in v4Bryan Schumaker1-2/+3
2010-10-23NFS: readdir with vmapped pagesBryan Schumaker1-2/+2
2010-10-02sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+1