summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* NFS: Convert v3 into a moduleBryan Schumaker2012-07-311-1/+1
* NFS: Split out remaining NFS v4 inode functionsBryan Schumaker2012-07-311-3/+1Star
* NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker2012-07-311-0/+1
* NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-311-5/+10
* NFS: Create a try_mount rpc opBryan Schumaker2012-07-311-0/+2
* NFS: Add version registering frameworkBryan Schumaker2012-07-311-4/+6
* NFS: Split out the NFS v4 filesystem typesBryan Schumaker2012-07-171-0/+29
* NFS: Split out NFS v4 server creating codeBryan Schumaker2012-07-171-0/+25
* NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker2012-07-171-0/+1
* NFS: Split out NFS v4 file operationsBryan Schumaker2012-07-171-0/+17
* NFS: Split out NFS v2 inode operationsBryan Schumaker2012-07-171-0/+9
* NFS: Create an write_pageio_init() functionBryan Schumaker2012-06-291-1/+1
* NFS: Create an read_pageio_init() functionBryan Schumaker2012-06-291-1/+1
* NFS: Create an alloc_client rpc_opBryan Schumaker2012-06-291-0/+1
* NFS: Create a free_client rpc_opBryan Schumaker2012-06-291-0/+1
* NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-0/+4
* NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust2012-05-231-0/+1
* NFSv4.1: Fix session initialisation racesTrond Myklebust2012-05-231-2/+1Star
* NFS: Add nfs_client behavior flagsChuck Lever2012-05-221-4/+2Star
* NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever2012-05-221-2/+2
* NFSv4.1 remove nfs4_reset_write and nfs4_reset_readAndy Adamson2012-05-191-2/+0Star
* NFSv4.1 data server timeo and retrans module parametersAndy Adamson2012-05-191-1/+3
* NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson2012-05-191-3/+3
* NFS: Create an NFS v3 stat_to_errno()Bryan Schumaker2012-05-151-1/+0Star
* NFS: Create a single function for text mount dataBryan Schumaker2012-05-151-0/+1
* NFSv2/v3: Simulate the change attributeTrond Myklebust2012-05-011-0/+12
* NFS: Create a submount rpc_opBryan Schumaker2012-04-271-11/+4Star
* NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-3/+0Star
* NFS: rewrite directio write to use async coalesce codeFred Isaman2012-04-271-2/+16
* NFS: create nfs_commit_completion_opsFred Isaman2012-04-271-3/+2Star
* NFS: create struct nfs_commit_infoFred Isaman2012-04-271-3/+9
* NFS: rewrite directio read to use async coalesce codeFred Isaman2012-04-271-2/+3
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-271-6/+5Star
* NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-2/+6
* NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-271-4/+11
* NFS: create struct nfs_page_arrayFred Isaman2012-04-271-0/+1
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-0/+4
* NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman2012-04-271-3/+4
* NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-271-6/+7
* NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-271-1/+2
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-2/+2
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-271-1/+0Star
* NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-2/+2
* NFS: remove nfs_inode radix treeFred Isaman2012-03-101-0/+2
* NFS: search for client session id in proper network namespaceStanislav Kinsbursky2012-02-071-1/+2
* NFS: make nfs_client_lock per net nsStanislav Kinsbursky2012-02-071-3/+0Star
* NFS: make cb_ident_idr per net nsStanislav Kinsbursky2012-02-071-2/+2
* NFS: make nfs_client_list per net nsStanislav Kinsbursky2012-02-071-1/+1
* SUNRPC: constify the rpc_programTrond Myklebust2012-02-011-1/+1
* NFS: remove unused nfs4_find_client_no_ident functionStanislav Kinsbursky2012-02-011-1/+0Star