| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-31 | 1 | -3/+4 |
|\ |
|
| * | nfs: teach the NFS client how to treat PG_swapcache pages | Mel Gorman | 2012-07-31 | 1 | -3/+4 |
* | | NFS: Convert v4 into a module | Bryan Schumaker | 2012-07-30 | 1 | -4/+4 |
* | | NFS: Convert v3 into a module | Bryan Schumaker | 2012-07-30 | 1 | -1/+1 |
* | | NFS: Split out remaining NFS v4 inode functions | Bryan Schumaker | 2012-07-30 | 1 | -3/+1 |
* | | NFS: Pass super operations and xattr handlers in the nfs_subversion | Bryan Schumaker | 2012-07-30 | 1 | -0/+1 |
* | | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 2012-07-30 | 1 | -5/+10 |
* | | NFS: Create a try_mount rpc op | Bryan Schumaker | 2012-07-30 | 1 | -0/+2 |
* | | NFS: Add version registering framework | Bryan Schumaker | 2012-07-30 | 1 | -4/+6 |
|/ |
|
* | NFS: Split out the NFS v4 filesystem types | Bryan Schumaker | 2012-07-17 | 1 | -0/+29 |
* | NFS: Split out NFS v4 server creating code | Bryan Schumaker | 2012-07-17 | 1 | -0/+25 |
* | NFS: Initialize the NFS v4 client from init_nfs_v4() | Bryan Schumaker | 2012-07-17 | 1 | -0/+1 |
* | NFS: Split out NFS v4 file operations | Bryan Schumaker | 2012-07-17 | 1 | -0/+17 |
* | NFS: Split out NFS v2 inode operations | Bryan Schumaker | 2012-07-17 | 1 | -0/+9 |
* | NFS: Create an write_pageio_init() function | Bryan Schumaker | 2012-06-29 | 1 | -1/+1 |
* | NFS: Create an read_pageio_init() function | Bryan Schumaker | 2012-06-29 | 1 | -1/+1 |
* | NFS: Create an alloc_client rpc_op | Bryan Schumaker | 2012-06-29 | 1 | -0/+1 |
* | NFS: Create a free_client rpc_op | Bryan Schumaker | 2012-06-29 | 1 | -0/+1 |
* | NFS: Ensure that setattr and getattr wait for O_DIRECT write completion | Trond Myklebust | 2012-05-31 | 1 | -0/+4 |
* | NFSv4: Fix a race in the net namespace mount notification | Trond Myklebust | 2012-05-23 | 1 | -0/+1 |
* | NFSv4.1: Fix session initialisation races | Trond Myklebust | 2012-05-23 | 1 | -2/+1 |
* | NFS: Add nfs_client behavior flags | Chuck Lever | 2012-05-22 | 1 | -4/+2 |
* | NFS: Refactor nfs_get_client(): initialize nfs_client | Chuck Lever | 2012-05-22 | 1 | -2/+2 |
* | NFSv4.1 remove nfs4_reset_write and nfs4_reset_read | Andy Adamson | 2012-05-19 | 1 | -2/+0 |
* | NFSv4.1 data server timeo and retrans module parameters | Andy Adamson | 2012-05-19 | 1 | -1/+3 |
* | NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls | Andy Adamson | 2012-05-19 | 1 | -3/+3 |
* | NFS: Create an NFS v3 stat_to_errno() | Bryan Schumaker | 2012-05-14 | 1 | -1/+0 |
* | NFS: Create a single function for text mount data | Bryan Schumaker | 2012-05-14 | 1 | -0/+1 |
* | NFSv2/v3: Simulate the change attribute | Trond Myklebust | 2012-05-01 | 1 | -0/+12 |
* | NFS: Create a submount rpc_op | Bryan Schumaker | 2012-04-27 | 1 | -11/+4 |
* | NFS: Remove secinfo knowledge out of the generic client | Bryan Schumaker | 2012-04-27 | 1 | -3/+0 |
* | NFS: rewrite directio write to use async coalesce code | Fred Isaman | 2012-04-27 | 1 | -2/+16 |
* | NFS: create nfs_commit_completion_ops | Fred Isaman | 2012-04-27 | 1 | -3/+2 |
* | NFS: create struct nfs_commit_info | Fred Isaman | 2012-04-27 | 1 | -3/+9 |
* | NFS: rewrite directio read to use async coalesce code | Fred Isaman | 2012-04-27 | 1 | -2/+3 |
* | NFS: create completion structure to pass into page_init functions | Fred Isaman | 2012-04-27 | 1 | -6/+5 |
* | NFS: merge _full and _partial write rpc_ops | Fred Isaman | 2012-04-27 | 1 | -2/+6 |
* | NFS: merge _full and _partial read rpc_ops | Fred Isaman | 2012-04-27 | 1 | -4/+11 |
* | NFS: create struct nfs_page_array | Fred Isaman | 2012-04-27 | 1 | -0/+1 |
* | NFS: create common nfs_pgio_header for both read and write | Fred Isaman | 2012-04-27 | 1 | -0/+4 |
* | NFS: reverse arg order in nfs_initiate_[read|write] | Fred Isaman | 2012-04-27 | 1 | -3/+4 |
* | NFS: add a struct nfs_commit_data to replace nfs_write_data in commits | Fred Isaman | 2012-04-27 | 1 | -6/+7 |
* | NFS: Honor the authflavor set in the clone mount data | Bryan Schumaker | 2012-04-27 | 1 | -1/+2 |
* | NFS: Fix following referral mount points with different security | Bryan Schumaker | 2012-04-27 | 1 | -2/+2 |
* | NFS: Do secinfo as part of lookup | Bryan Schumaker | 2012-04-27 | 1 | -1/+0 |
* | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code | Trond Myklebust | 2012-03-17 | 1 | -2/+2 |
* | NFS: remove nfs_inode radix tree | Fred Isaman | 2012-03-10 | 1 | -0/+2 |
* | NFS: search for client session id in proper network namespace | Stanislav Kinsbursky | 2012-02-06 | 1 | -1/+2 |
* | NFS: make nfs_client_lock per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -3/+0 |
* | NFS: make cb_ident_idr per net ns | Stanislav Kinsbursky | 2012-02-06 | 1 | -2/+2 |