aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+4
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman1-3/+4
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-4/+4
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker1-1/+1
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker1-3/+1
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker1-0/+1
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-5/+10
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker1-0/+2
2012-07-30NFS: Add version registering frameworkBryan Schumaker1-4/+6
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker1-0/+29
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker1-0/+25
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker1-0/+1
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker1-0/+17
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker1-0/+9
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker1-1/+1
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker1-1/+1
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker1-0/+1
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker1-0/+1
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-0/+4
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust1-0/+1
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust1-2/+1
2012-05-22NFS: Add nfs_client behavior flagsChuck Lever1-4/+2
2012-05-22NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever1-2/+2
2012-05-19NFSv4.1 remove nfs4_reset_write and nfs4_reset_readAndy Adamson1-2/+0
2012-05-19NFSv4.1 data server timeo and retrans module parametersAndy Adamson1-1/+3
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson1-3/+3
2012-05-14NFS: Create an NFS v3 stat_to_errno()Bryan Schumaker1-1/+0
2012-05-14NFS: Create a single function for text mount dataBryan Schumaker1-0/+1
2012-05-01NFSv2/v3: Simulate the change attributeTrond Myklebust1-0/+12
2012-04-27NFS: Create a submount rpc_opBryan Schumaker1-11/+4
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker1-3/+0
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman1-2/+16
2012-04-27NFS: create nfs_commit_completion_opsFred Isaman1-3/+2
2012-04-27NFS: create struct nfs_commit_infoFred Isaman1-3/+9
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman1-2/+3
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman1-6/+5
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman1-2/+6
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman1-4/+11
2012-04-27NFS: create struct nfs_page_arrayFred Isaman1-0/+1
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman1-0/+4
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman1-3/+4
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman1-6/+7
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker1-1/+2
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker1-2/+2
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker1-1/+0
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust1-2/+2
2012-03-10NFS: remove nfs_inode radix treeFred Isaman1-0/+2
2012-02-06NFS: search for client session id in proper network namespaceStanislav Kinsbursky1-1/+2
2012-02-06NFS: make nfs_client_lock per net nsStanislav Kinsbursky1-3/+0
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-2/+2