| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-02 | NFS4: nfs4_opendata_access should return errno | Weston Andros Adamson | 1 | -1/+1 |
| 2012-11-01 | NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly | Trond Myklebust | 1 | -1/+1 |
| 2012-10-31 | NFS: add nfs_sb_deactive_async to avoid deadlock | Weston Andros Adamson | 1 | -1/+1 |
| 2012-10-31 | NFSv4: nfs4_locku_done must release the sequence id | Trond Myklebust | 1 | -0/+1 |
| 2012-10-31 | NFSv4.1: We must release the sequence id when we fail to get a session slot | Trond Myklebust | 1 | -13/+23 |
| 2012-10-31 | NFS: Wait for session recovery to finish before returning | Bryan Schumaker | 1 | -2/+1 |
| 2012-10-03 | NFSv4 set open access operation call flag in nfs4_init_opendata_res | Andy Adamson | 1 | -1/+1 |
| 2012-10-02 | NFSv4 reduce attribute requests for open reclaim | Andy Adamson | 1 | -26/+88 |
| 2012-10-02 | NFSv4: nfs4_open_done first must check that GETATTR decoded a file type | Trond Myklebust | 1 | -1/+3 |
| 2012-10-02 | NFSv4: don't put ACCESS in OPEN compound if O_EXCL | Weston Andros Adamson | 1 | -3/+9 |
| 2012-10-02 | NFSv4: don't check MAY_WRITE access bit in OPEN | Weston Andros Adamson | 1 | -3/+3 |
| 2012-10-02 | NFSv4.1: Handle BAD_STATEID and EXPIRED errors in layoutget | Trond Myklebust | 1 | -8/+26 |
| 2012-10-01 | NFS41: fix error of setting blocklayoutdriver | Peng Tao | 1 | -1/+4 |
| 2012-10-01 | NFS: Add nfs4_unique_id boot parameter | Chuck Lever | 1 | -1/+5 |
| 2012-10-01 | NFS: Discover NFSv4 server trunking when mounting | Chuck Lever | 1 | -0/+4 |
| 2012-10-01 | NFS: Use the same nfs_client_id4 for every server | Chuck Lever | 1 | -12/+39 |
| 2012-10-01 | NFSv4: Add ACCESS operation to OPEN compound | Weston Andros Adamson | 1 | -8/+44 |
| 2012-10-01 | NFS: Remove bad delegations during open recovery | Bryan Schumaker | 1 | -0/+4 |
| 2012-10-01 | NFS: Always use the open stateid when checking for expired opens | Bryan Schumaker | 1 | -1/+1 |
| 2012-09-28 | NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets count | Trond Myklebust | 1 | -6/+6 |
| 2012-09-28 | NFSv4.1: Simplify the pNFS return-on-close code | Trond Myklebust | 1 | -4/+2 |
| 2012-09-28 | NFSv4.1: Fix a race in the pNFS return-on-close code | Trond Myklebust | 1 | -5/+3 |
| 2012-09-28 | NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg() | Trond Myklebust | 1 | -1/+1 |
| 2012-09-28 | NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr() | Trond Myklebust | 1 | -1/+1 |
| 2012-09-28 | NFS: Clean up the pNFS layoutget interface | Trond Myklebust | 1 | -5/+9 |
| 2012-09-28 | NFSv4: Convert the nfs4_lock_state->ls_flags to a bit field | Trond Myklebust | 1 | -5/+5 |
| 2012-09-28 | NFS: Clean up helper function nfs4_select_rw_stateid() | Trond Myklebust | 1 | -1/+5 |
| 2012-09-25 | NFS: fix the return value check by using IS_ERR | Wei Yongjun | 1 | -1/+1 |
| 2012-09-06 | NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached | Trond Myklebust | 1 | -19/+12 |
| 2012-09-04 | NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_acl | Trond Myklebust | 1 | -9/+11 |
| 2012-09-04 | NFS: Fix the initialisation of the readdir 'cookieverf' array | Trond Myklebust | 1 | -2/+2 |
| 2012-08-16 | NFSv4: Fix the acl cache size calculation | Trond Myklebust | 1 | -2/+3 |
| 2012-08-16 | NFSv4: Fix pointer arithmetic in decode_getacl | Trond Myklebust | 1 | -1/+1 |
| 2012-08-08 | NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done | Trond Myklebust | 1 | -6/+2 |
| 2012-08-02 | pnfs: nfs4_proc_layoutget returns void | Idan Kedar | 1 | -4/+4 |
| 2012-08-02 | pnfs: defer release of pages in layoutget | Idan Kedar | 1 | -1/+56 |
| 2012-07-30 | NFS: Keep module parameters in the generic NFS client | Bryan Schumaker | 1 | -6/+0 |
| 2012-07-30 | NFS: Only initialize the ACL client in the v3 case | Bryan Schumaker | 1 | -0/+2 |
| 2012-07-30 | NFS: Create a try_mount rpc op | Bryan Schumaker | 1 | -0/+1 |
| 2012-07-30 | nfs: fix fl_type tests in NFSv4 code | Jeff Layton | 1 | -1/+1 |
| 2012-07-17 | NFS: Split out NFS v4 inode operations | Bryan Schumaker | 1 | -0/+20 |
| 2012-07-16 | NFS: Clean up nfs4_proc_setclientid() and friends | Chuck Lever | 1 | -8/+37 |
| 2012-07-16 | NFS: Treat NFS4ERR_CLID_INUSE as a fatal error | Chuck Lever | 1 | -31/+16 |
| 2012-07-16 | NFS: When state recovery fails, waiting tasks should exit | Chuck Lever | 1 | -1/+6 |
| 2012-07-16 | SUNRPC: Add rpcauth_list_flavors() | Chuck Lever | 1 | -4/+7 |
| 2012-07-16 | NFS: nfs_getaclargs.acl_len is a size_t | Chuck Lever | 1 | -1/+2 |
| 2012-07-16 | NFS: Clean up TEST_STATEID and FREE_STATEID error reporting | Chuck Lever | 1 | -2/+29 |
| 2012-07-16 | NFS: Clean up nfs41_check_expired_stateid() | Chuck Lever | 1 | -16/+61 |
| 2012-07-16 | NFS: State reclaim clears OPEN and LOCK state | Chuck Lever | 1 | -11/+12 |
| 2012-07-16 | NFS: Don't free a state ID the server does not recognize | Chuck Lever | 1 | -2/+5 |
| 2012-07-16 | NFS: Fix up TEST_STATEID and FREE_STATEID return code handling | Chuck Lever | 1 | -11/+13 |
| 2012-07-16 | Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6 | Trond Myklebust | 1 | -29/+12 |
| 2012-07-14 | nfs: clean up ->create in nfs_rpc_ops | Miklos Szeredi | 1 | -27/+10 |
| 2012-06-29 | NFS: Create an write_pageio_init() function | Bryan Schumaker | 1 | -0/+1 |
| 2012-06-29 | NFS: Create an read_pageio_init() function | Bryan Schumaker | 1 | -0/+1 |
| 2012-06-29 | NFS: Create an alloc_client rpc_op | Bryan Schumaker | 1 | -0/+1 |
| 2012-06-29 | NFS: Create a free_client rpc_op | Bryan Schumaker | 1 | -0/+1 |
| 2012-06-29 | NFS: Create a return_delegation rpc op | Bryan Schumaker | 1 | -3/+4 |
| 2012-06-29 | NFS: Create a have_delegation rpc_op | Bryan Schumaker | 1 | -2/+3 |
| 2012-06-29 | NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() | Bryan Schumaker | 1 | -1/+7 |
| 2012-06-29 | NFSv4.1 handle OPEN O_CREATE mdsthreshold | Andy Adamson | 1 | -1/+3 |
| 2012-06-28 | SUNRPC: Remove unused function xdr_encode_pages | Trond Myklebust | 1 | -3/+1 |
| 2012-06-11 | NFSv4 do not send an empty SETATTR compound | Andy Adamson | 1 | -4/+8 |
| 2012-06-08 | NFSv4: Fix unnecessary delegation returns in nfs4_do_open | Trond Myklebust | 1 | -0/+1 |
| 2012-06-07 | NFSv4.1: Convert another trivial printk into a dprintk | Trond Myklebust | 1 | -1/+1 |
| 2012-06-06 | NFS: Map minor mismatch error to protocol not support error. | Steve Dickson | 1 | -0/+2 |
| 2012-06-05 | NFSv4.1: Convert a trivial printk into a dprintk | Trond Myklebust | 1 | -2/+1 |
| 2012-06-05 | NFSv4: Fix an Oops in the open recovery code | Trond Myklebust | 1 | -1/+21 |
| 2012-05-29 | Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -180/+357 |
| 2012-05-28 | NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO | Trond Myklebust | 1 | -0/+2 |
| 2012-05-28 | NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE | Trond Myklebust | 1 | -1/+1 |
| 2012-05-27 | NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION | Trond Myklebust | 1 | -4/+4 |
| 2012-05-26 | NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid | Trond Myklebust | 1 | -8/+9 |
| 2012-05-26 | NFSv4.1: Add DESTROY_CLIENTID | Trond Myklebust | 1 | -0/+59 |
| 2012-05-25 | NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session | Trond Myklebust | 1 | -1/+2 |
| 2012-05-25 | NFSv4.1: Ensure we use the correct credentials for session create/destroy | Trond Myklebust | 1 | -10/+17 |
| 2012-05-24 | NFSv4.1: Exchange ID must use GFP_NOFS allocation mode | Trond Myklebust | 1 | -3/+3 |
| 2012-05-24 | nfs4.1: add BIND_CONN_TO_SESSION operation | Weston Andros Adamson | 1 | -0/+54 |
| 2012-05-24 | NFSv4.1 cache mdsthreshold values on OPEN | Andy Adamson | 1 | -5/+33 |
| 2012-05-23 | NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation | Trond Myklebust | 1 | -0/+1 |
| 2012-05-23 | NFSv4.1: Fix session initialisation races | Trond Myklebust | 1 | -27/+52 |
| 2012-05-22 | NFS: EXCHANGE_ID should save the server major and minor ID | Chuck Lever | 1 | -1/+16 |
| 2012-05-22 | NFS: Always use the same SETCLIENTID boot verifier | Chuck Lever | 1 | -6/+8 |
| 2012-05-22 | NFS: Force server to drop NFSv4 state | Chuck Lever | 1 | -2/+9 |
| 2012-05-22 | NFS: Clean up return code checking in nfs4_proc_exchange_id() | Chuck Lever | 1 | -8/+8 |
| 2012-05-22 | NFS: Use proper naming conventions for nfs_client.impl_id field | Chuck Lever | 1 | -6/+6 |
| 2012-05-22 | NFS: Use proper naming conventions for NFSv4.1 server scope fields | Chuck Lever | 1 | -8/+10 |
| 2012-05-22 | NFS: Don't swap bytes in nfs4_construct_boot_verifier() | Chuck Lever | 1 | -2/+2 |
| 2012-05-21 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -3/+2 |
| 2012-05-19 | NFSv4.1 remove nfs4_reset_write and nfs4_reset_read | Andy Adamson | 1 | -35/+0 |
| 2012-05-14 | NFS: Create a single nfs_get_root() | Bryan Schumaker | 1 | -1/+27 |
| 2012-05-14 | NFS: Rename nfs4_proc_get_root() | Bryan Schumaker | 1 | -3/+3 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -2/+1 |
| 2012-05-01 | NFSv4: COMMIT does not need post-op attributes | Trond Myklebust | 1 | -6/+0 |
| 2012-05-01 | NFSv4: Don't request cache consistency attributes on some writes | Trond Myklebust | 1 | -2/+17 |
| 2012-05-01 | NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds | Trond Myklebust | 1 | -31/+3 |
| 2012-05-01 | NFSv4: Simplify the NFSv4 CREATE compound | Trond Myklebust | 1 | -4/+0 |
| 2012-05-01 | NFSv4: Simplify the NFSv4 OPEN compound | Trond Myklebust | 1 | -10/+1 |
| 2012-05-01 | NFSv4: Retrieve attributes _before_ calling delegreturn | Trond Myklebust | 1 | -3/+4 |
| 2012-05-01 | NFSv4: Delegreturn only needs the cache consistency bitmask | Trond Myklebust | 1 | -1/+1 |
| 2012-04-30 | NFSv4.1: Use the correct hostname in the client identifier string | Trond Myklebust | 1 | -3/+2 |
| 2012-04-27 | NFS: Remove extra rpc_clnt argument to proc_lookup | Bryan Schumaker | 1 | -1/+1 |
| 2012-04-27 | NFS: Create a submount rpc_op | Bryan Schumaker | 1 | -0/+1 |
| 2012-04-27 | NFS: Remove secinfo knowledge out of the generic client | Bryan Schumaker | 1 | -1/+0 |
| 2012-04-27 | NFS: merge _full and _partial write rpc_ops | Fred Isaman | 1 | -3/+1 |
| 2012-04-27 | NFS: merge _full and _partial read rpc_ops | Fred Isaman | 1 | -2/+0 |
| 2012-04-27 | NFS: create common nfs_pgio_header for both read and write | Fred Isaman | 1 | -19/+25 |
| 2012-04-27 | NFS: add a struct nfs_commit_data to replace nfs_write_data in commits | Fred Isaman | 1 | -6/+17 |
| 2012-04-27 | NFS: Fix following referral mount points with different security | Bryan Schumaker | 1 | -10/+30 |
| 2012-04-27 | NFS: Do secinfo as part of lookup | Bryan Schumaker | 1 | -17/+47 |
| 2012-04-27 | NFS: Handle exceptions coming out of nfs4_proc_fs_locations() | Bryan Schumaker | 1 | -1/+14 |
| 2012-04-27 | Avoid beyond bounds copy while caching ACL | Sachin Prabhu | 1 | -7/+5 |
| 2012-04-27 | Avoid reading past buffer when calling GETACL | Sachin Prabhu | 1 | -6/+10 |
| 2012-04-20 | NFSv4: Ensure we do not reuse open owner names | Trond Myklebust | 1 | -3/+3 |
| 2012-04-19 | NFSv4: Fix open(O_TRUNC) and ftruncate() error handling | Trond Myklebust | 1 | -3/+12 |
| 2012-04-19 | NFSv4: Ensure that we check lock exclusive/shared type against open modes | Trond Myklebust | 1 | -0/+14 |
| 2012-04-19 | NFSv4: Ensure that the LOCK code sets exception->inode | Trond Myklebust | 1 | -2/+7 |
| 2012-03-27 | NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error | Trond Myklebust | 1 | -5/+5 |
| 2012-03-27 | NFSv4.1: Fix layoutcommit error handling | Trond Myklebust | 1 | -12/+13 |
| 2012-03-27 | NFSv4: Fix two infinite loops in the mount code | Trond Myklebust | 1 | -2/+4 |
| 2012-03-24 | Fix length of buffer copied in __nfs4_get_acl_uncached | Sachin Prabhu | 1 | -1/+1 |
| 2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -170/+389 |
| 2012-03-21 | NFS: Remove nfs4_setup_sequence from generic rename code | Bryan Schumaker | 1 | -0/+11 |
| 2012-03-21 | NFS: Remove nfs4_setup_sequence from generic unlink code | Bryan Schumaker | 1 | -0/+11 |
| 2012-03-21 | NFS: Remove nfs4_setup_sequence from generic read code | Bryan Schumaker | 1 | -0/+11 |
| 2012-03-21 | NFS: Remove nfs4_setup_sequence from generic write code | Bryan Schumaker | 1 | -0/+11 |
| 2012-03-20 | NFSv4: It is not safe to dereference lsp->ls_state in release_lockowner | Trond Myklebust | 1 | -1/+3 |
| 2012-03-20 | nfs: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-03-12 | NFSv4: Rate limit the state manager warning messages | Trond Myklebust | 1 | -1/+1 |
| 2012-03-11 | NFS: Fix a number of sparse warnings | Trond Myklebust | 1 | -11/+12 |
| 2012-03-08 | NFSv4: Clean up nfs4_select_rw_stateid() | Trond Myklebust | 1 | -3/+5 |
| 2012-03-08 | NFS: Don't copy read delegation stateids in setattr | Trond Myklebust | 1 | -1/+1 |
| 2012-03-07 | NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODE | Trond Myklebust | 1 | -1/+12 |
| 2012-03-07 | NFSv4: Don't free the nfs4_lock_state until after the release_lockowner | Trond Myklebust | 1 | -11/+20 |
| 2012-03-06 | NFS: Fix nfs4_verifier memory alignment | Chuck Lever | 1 | -13/+19 |
| 2012-03-06 | NFSv4: Simplify the struct nfs4_stateid | Trond Myklebust | 1 | -4/+3 |
| 2012-03-06 | NFSv4: Add helpers for basic copying of stateids | Trond Myklebust | 1 | -19/+15 |
| 2012-03-06 | NFSv4: Rename nfs4_copy_stateid() | Trond Myklebust | 1 | -1/+1 |
| 2012-03-06 | NFSv4: Further clean-ups of delegation stateid validation | Trond Myklebust | 1 | -2/+25 |
| 2012-03-06 | NFS: Properly handle the case where the delegation is revoked | Trond Myklebust | 1 | -2/+16 |
| 2012-03-03 | Merge commit 'nfs-for-3.3-4' into nfs-for-next | Trond Myklebust | 1 | -69/+46 |
| 2012-03-02 | NFS: Request fh_expire_type attribute in "server caps" operation | Chuck Lever | 1 | -0/+1 |
| 2012-03-02 | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS | Chuck Lever | 1 | -3/+3 |
| 2012-03-02 | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 1 | -1/+2 |
| 2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 1 | -3/+10 |
| 2012-03-02 | NFS: Add debugging messages to NFSv4's CLOSE procedure | Chuck Lever | 1 | -3/+8 |
| 2012-03-01 | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 1 | -0/+21 |
| 2012-03-01 | NFSv4: fix server_scope memory leak | Weston Andros Adamson | 1 | -6/+9 |
| 2012-02-17 | NFSv4: fix server_scope memory leak | Weston Andros Adamson | 1 | -6/+9 |
| 2012-02-17 | NFSv4.1: Fix a NFSv4.1 session initialisation regression | Trond Myklebust | 1 | -65/+42 |
| 2012-02-15 | nfs41: Verify channel's attributes accordingly to RFC v2 | Vitaliy Gusev | 1 | -2/+4 |
| 2012-02-15 | NFSv4.1: Add a module parameter to set the number of session slots | Trond Myklebust | 1 | -1/+7 |
| 2012-02-15 | NFSv4.1: Convert slotid from u8 to u32 | Trond Myklebust | 1 | -22/+20 |
| 2012-02-06 | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 1 | -3/+4 |
| 2012-02-06 | NFS: printks in fs/nfs/ should start with NFS: | Weston Andros Adamson | 1 | -1/+1 |
| 2012-02-06 | NFS: Call test_stateid() and free_stateid() with correct stateids | Bryan Schumaker | 1 | -11/+47 |
| 2012-02-06 | NFS: Pass a stateid to test_stateid() and free_stateid() | Bryan Schumaker | 1 | -15/+22 |
| 2012-02-03 | NFSv4: Fix an Oops in the NFSv4 getacl code | Trond Myklebust | 1 | -4/+4 |
| 2012-01-31 | NFSv4: ACCESS validation doesn't require a full attribute refresh | Trond Myklebust | 1 | -1/+1 |
| 2012-01-31 | SUNRPC: Fix potential races in xprt_lock_write_next() | Trond Myklebust | 1 | -5/+8 |
| 2012-01-31 | NFS: Optimise away unnecessary setattrs for open(O_TRUNC); | Trond Myklebust | 1 | -3/+7 |
| 2012-01-31 | NFS: Move struct nfs_unique_id into struct nfs_seqid_counter | Trond Myklebust | 1 | -5/+5 |
| 2012-01-31 | NFSv41: Add a new helper nfs4_init_sequence() | Trond Myklebust | 1 | -37/+56 |
| 2012-01-31 | NFSv4: Replace lock_owner->ld_id with an ida based allocator | Trond Myklebust | 1 | -3/+3 |
| 2012-01-31 | NFSv4: Replace state_owner->so_owner_id with an ida based allocator | Trond Myklebust | 1 | -2/+2 |
| 2012-01-31 | NFSv4: Clean up nfs4_get_state_owner | Trond Myklebust | 1 | -1/+2 |
| 2012-01-12 | NFS4: fix compile warnings in nfs4proc.c | Peng Tao | 1 | -1/+1 |
| 2012-01-10 | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -84/+93 |
| 2012-01-07 | NFSv4: Save the owner/group name string when doing open | Trond Myklebust | 1 | -0/+10 |
| 2012-01-05 | NFSv4: include bitmap in nfsv4 get acl data | Andy Adamson | 1 | -39/+57 |
| 2012-01-05 | NFSv4.1: cleanup comment and debug printk | Andy Adamson | 1 | -5/+2 |
| 2012-01-05 | NFSv4.1: change nfs4_free_slot parameters for dynamic slots | Andy Adamson | 1 | -3/+2 |
| 2012-01-05 | NFSv4.1: cleanup init and reset of session slot tables | Andy Adamson | 1 | -37/+22 |
| 2011-12-21 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 1 | -8/+16 |
| 2011-12-09 | NFSv4: Do not accept delegated opens when a delegation recall is in effect | Trond Myklebust | 1 | -8/+16 |
| 2011-12-06 | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 1 | -2/+3 |
| 2011-11-07 | NFS: Fix a regression in the referral code | Trond Myklebust | 1 | -2/+1 |
| 2011-11-04 | nfs: when attempting to open a directory, fall back on normal lookup (try #5) | Jeff Layton | 1 | -0/+1 |
| 2011-10-31 | nfs4: serialize layoutcommit | Peng Tao | 1 | -0/+6 |
| 2011-10-19 | NFS: Get rid of nfs_restart_rpc() | Trond Myklebust | 1 | -9/+8 |
| 2011-10-18 | NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookup | Trond Myklebust | 1 | -1/+9 |
| 2011-10-18 | NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup() | Trond Myklebust | 1 | -45/+17 |
| 2011-10-18 | NFS: Use the inode->i_version to cache NFSv4 change attribute information | Trond Myklebust | 1 | -2/+2 |
| 2011-08-24 | NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN error | Trond Myklebust | 1 | -2/+6 |
| 2011-08-24 | NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation | Trond Myklebust | 1 | -2/+6 |
| 2011-08-24 | NFSv4: nfs4_proc_renew should be declared static | Trond Myklebust | 1 | -2/+2 |
| 2011-08-24 | NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocation | Trond Myklebust | 1 | -1/+1 |
| 2011-07-31 | pnfs: cleanup_layoutcommit | Andy Adamson | 1 | -0/+1 |
| 2011-07-31 | pnfs: ask for layout_blksize and save it in nfs_server | Fred Isaman | 1 | -2/+3 |
| 2011-07-31 | pnfs: GETDEVICELIST | Andy Adamson | 1 | -0/+48 |
| 2011-07-31 | pnfs: let layoutcommit handle a list of lseg | Peng Tao | 1 | -1/+7 |
| 2011-07-25 | Merge branch 'master' into devel and apply fixup from Stephen Rothwell: | Stephen Rothwell | 1 | -36/+34 |
| 2011-07-20 | nfs_open_context doesn't need struct path either | Al Viro | 1 | -5/+5 |
| 2011-07-20 | nfs4_opendata doesn't need struct path either | Al Viro | 1 | -23/+22 |
| 2011-07-20 | nfs4_closedata doesn't need to mess with struct path | Al Viro | 1 | -11/+10 |
| 2011-07-12 | NFSv4.1: Clean up layoutreturn | Trond Myklebust | 1 | -2/+2 |
| 2011-07-12 | NFS: test and free stateids during recovery | Bryan Schumaker | 1 | -3/+34 |
| 2011-07-12 | NFS: added FREE_STATEID call | Bryan Schumaker | 1 | -0/+30 |
| 2011-07-12 | NFS: Added TEST_STATEID call | Bryan Schumaker | 1 | -0/+28 |
| 2011-07-12 | NFS: Add SECINFO_NO_NAME procedure | Bryan Schumaker | 1 | -1/+83 |