safe/jmp/linux-2.6
2009-06-20 Benny Halevynfs41: Move initialization of nfs4_opendata seq_res...
2009-06-19 Trond MyklebustMerge branch 'devel-for-2.6.31' into for-2.6.31
2009-06-18 James Morrisnfs: remove unnecessary NFS_INO_INVALID_ACL checks
2009-06-18 Chuck LeverNFS: More "sloppy" parsing problems
2009-06-18 Chuck LeverNFS: Invalid mount option values should always fail...
2009-06-18 Chuck LeverNFS: Remove unused XDR decoder functions
2009-06-18 Chuck LeverNFS: Update MNT and MNT3 reply decoding functions
2009-06-18 Chuck LeverNFS: add XDR decoder for mountd version 3 auth-flavor...
2009-06-18 Chuck LeverNFS: add new file handle decoders to in-kernel mountd...
2009-06-18 Chuck LeverNFS: Add separate mountd status code decoders for each...
2009-06-18 Chuck LeverNFS: remove unused function in fs/nfs/mount_clnt.c
2009-06-18 Chuck LeverNFS: Use xdr_stream-based XDR encoder for MNT's dirpath...
2009-06-18 Chuck LeverNFS: Clean up MNT program definitions
2009-06-18 Chuck Leverlockd: Don't bother with RPC ping for NSM upcalls
2009-06-18 Chuck Leverlockd: Update NSM state from SM_MON replies
2009-06-18 Chuck LeverNFS: Fix false error return from nfs_callback_up()...
2009-06-18 Chuck LeverNFS: Return error code from nfs_callback_up() to user...
2009-06-18 Chuck LeverNFS: Do not display the setting of the "intr" mount...
2009-06-18 Suresh JayaramanNFS: add support for splice writes
2009-06-18 Trond MyklebustMerge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41...
2009-06-17 Ricardo Labiaganfs41: Backchannel: CB_SEQUENCE validation
2009-06-17 Ricardo Labiaganfs41: Backchannel: New find_client_with_session()
2009-06-17 Ricardo Labiaganfs41: Backchannel: Add a backchannel slot table to...
2009-06-17 Ricardo Labiaganfs41: Backchannel: Refactor nfs4_init_slot_table()
2009-06-17 Ricardo Labiaganfs41: Backchannel: Refactor nfs4_reset_slot_table()
2009-06-17 Ricardo Labiaganfs41: Backchannel: update cb_sequence args and results
2009-06-17 Ricardo Labiaganfs41: Rename rq_received to rq_reply_bytes_recvd
2009-06-17 Benny Halevynfs41: verify CB_SEQUENCE position in callback compound
2009-06-17 Benny Halevynfs41: cb_sequence xdr implementation
2009-06-17 Benny Halevynfs41: cb_sequence proc implementation
2009-06-17 Benny Halevynfs41: cb_sequence protocol level data structures
2009-06-17 Benny Halevynfs41: consider minorversion in callback_xdr:process_op
2009-06-17 Benny Halevynfs41: callback numbers definitions
2009-06-17 Benny Halevynfs41: decode minorversion 1 cb_compound header
2009-06-17 Benny Halevynfs41: store minorversion in cb_compound_hdr_arg
2009-06-17 Andy Adamsonnfs41: Release backchannel resources associated with...
2009-06-17 Rahul Iyernfs41: Get the rpc_xprt * from the rpc_rqst instead...
2009-06-17 Andy Adamsonnfs41: Client indicates presence of NFSv4.1 callback...
2009-06-17 Andy Adamsonnfs41: Setup the backchannel
2009-06-17 Andy Adamsonnfs41: Allow NFSv4 and NFSv4.1 callback services to...
2009-06-17 Benny Halevynfs41: create a svc_xprt for nfs41 callback thread...
2009-06-17 Andy Adamsonnfs41: sunrpc: add a struct svc_xprt pointer to struct...
2009-06-17 Benny Halevynfs41: sunrpc: provide functions to create and destroy...
2009-06-17 Ricardo Labiaganfs41: Implement NFSv4.1 callback service process.
2009-06-17 Ricardo Labiaganfs41: Backchannel bc_svc_process()
2009-06-17 Ricardo Labiaganfs41: Refactor svc_process()
2009-06-17 Ricardo Labiaganfs41: Backchannel callback service helper routines
2009-06-17 Ricardo Labiaganfs41: Add backchannel processing support to RPC state...
2009-06-17 Trond MyklebustNFSv4/NLM: Push file locking BKL dependencies down...
2009-06-17 Trond MyklebustNFS: Ensure we always hold the BKL when dereferencing...
2009-06-17 Trond MyklebustNFSv4: Handle more errors when recovering open file...
2009-06-17 Trond MyklebustNFSv4: Move error handling out of the delegation generi...
2009-06-17 Trond MyklebustNFSv4: Fix the 'nolock' option regression
2009-06-17 Trond MyklebustSUNRPC: Fix a missing "break" option in xs_tcp_setup_so...
2009-06-17 Ricardo Labiaganfs41: New xs_tcp_read_data()
2009-06-17 Ricardo Labiaganfs41: New include/linux/sunrpc/bc_xprt.h
2009-06-17 Ricardo Labiaganfs41: New backchannel helper routines
2009-06-17 Ricardo Labiaganfs41: Initialize new rpc_xprt callback related fields
2009-06-17 Ricardo Labiaganfs41: client callback structures
2009-06-17 Benny Halevynfs41: minorversion support for nfs4_{init,destroy...
2009-06-17 Benny Halevynfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
2009-06-17 Ricardo Labiaganfs41: Process the RPC call direction
2009-06-17 Ricardo Labiaganfs41: Add ability to read RPC call direction on TCP...
2009-06-17 Benny Halevynfs41: increment_{open,lock}_seqid
2009-06-17 Andy Adamsonnfs41: only retry EXCHANGE_ID on recoverable errors
2009-06-17 Benny Halevynfs41: recover lease in _nfs4_lookup_root
2009-06-17 Andy Adamsonnfs41: get_clid_cred for EXCHANGE_ID
2009-06-17 Andy Adamsonnfs41: add a get_clid_cred function to nfs4_state_recov...
2009-06-17 Andy Adamsonnfs41: establish sessions-based clientid
2009-06-17 Andy Adamsonnfs41: introduce get_state_renewal_cred
2009-06-17 Benny Halevynfs41: support minorversion 1 for nfs4_check_lease
2009-06-17 Benny Halevynfs41: lease renewal
2009-06-17 Andy Adamsonnfs41: schedule async session reset
2009-06-17 Andy Adamsonnfs41: kick start nfs41 session recovery when handling...
2009-06-17 Andy Adamsonnfs41: use rpc prepare call state for session reset
2009-06-17 Andy Adamsonnfs41: sunrpc: Export the call prepare state for sessio...
2009-06-17 Andy Adamsonnfs41: add session reset to state manager
2009-06-17 Andy Adamsonnfs41: add session setup to the state manager
2009-06-17 Andy Adamsonnfs41: reset the session slot table
2009-06-17 Andy Adamsonnfs41: sequence operation
2009-06-17 Andy Adamsonnfs41: enable nfs_client only nfs4_async_handle_error
2009-06-17 Andy Adamsonnfs41: destroy_session operation
2009-06-17 Andy Adamsonnfs41: use session attributes for rsize and wsize
2009-06-17 Andy Adamsonnfs41: verify session channel attribues
2009-06-17 Andy Adamsonnfs41: create_session operation
2009-06-17 Andy Adamsonnfs41: get_lease_time
2009-06-17 Benny Halevynfs41: exchange_id operation
2009-06-17 Andy Adamsonnfs41 delegreturn sequence setup done support
2009-06-17 Andy Adamsonnfs41 commit sequence setup done support
2009-06-17 Andy Adamsonnfs41 write sequence setup done support
2009-06-17 Andy Adamsonnfs41: read sequence setup/done support
2009-06-17 Andy Adamsonnfs41: unlink sequence setup/done support
2009-06-17 Andy Adamsonnfs41: locku sequence setup/done support
2009-06-17 Andy Adamsonnfs41: lock sequence setup/done support
2009-06-17 Andy Adamsonnfs41: open sequence setup/done support
2009-06-17 Andy Adamsonnfs41: close sequence setup/done support
2009-06-17 Andy Adamsonnfs41: nfs41_call_sync_done
2009-06-17 Andy Adamsonnfs41: nfs41_sequence_done
2009-06-17 Andy Adamsonnfs41: nfs41_sequence_free_slot
2009-06-17 Andy Adamsonnfs41: free slot
next