summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-12-1852-1174/+1335
|\
| * SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky2012-12-171-1/+1
| * NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-151-1/+0
| * SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-151-2/+0
| * SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-151-0/+4
| * NFSv4.1: Deal effectively with interrupted RPC calls.Trond Myklebust2012-12-153-9/+25
| * NFSv4.1: Move the RPC timestamp out of the slot.Trond Myklebust2012-12-154-10/+9
| * NFSv4.1: Try to deal with NFS4ERR_SEQ_MISORDERED.Trond Myklebust2012-12-151-5/+19
| * NFS: nfs_lookup_revalidate should not trust an inode with i_nlink == 0Trond Myklebust2012-12-141-3/+8
| * NFS: Fix calls to drop_nlink()Trond Myklebust2012-12-141-5/+6
| * NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust2012-12-144-0/+9
| * nfs: Remove unused list nfs4_clientid_listYanchuan Nian2012-12-131-1/+0
| * nfs: Remove duplicate function declaration in internal.hYanchuan Nian2012-12-131-6/+0
| * NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2012-12-131-2/+1
| * SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2012-12-126-88/+4
| * SUNRPC set gss gc_expiry to full lifetimeAndy Adamson2012-12-121-4/+13
| * nfs: fix page dirtying in NFS DIO read codepathJeff Layton2012-12-121-7/+2
| * nfs: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton2012-12-121-8/+0
| * NFSv4.1: Be conservative about the client highest slotidTrond Myklebust2012-12-111-6/+16
| * NFSv4.1: Handle NFS4ERR_BADSLOT errors correctlyTrond Myklebust2012-12-111-1/+12
| * Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-1127-96/+122
| |\
| | * nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton2012-12-111-1/+1
| | * NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener2012-12-111-1/+6
| | * nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian2012-11-251-1/+1
| | * NFS: Reduce stack use in encode_exchange_id()Jim Rees2012-11-221-3/+5
| | * NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1Trond Myklebust2012-11-221-1/+1
| | * SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust2012-11-081-1/+6
| * | NFSv4.1: Try to eliminate outliers when updating target_highest_slotidTrond Myklebust2012-12-062-5/+60
| * | SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-062-23/+22
| * | NFSv4.1: Ensure smooth handover of slots from one task to the next waitingTrond Myklebust2012-12-064-12/+69
| * | NFSv4: Reorder the XDR structures to put sequence at the top, not bottomTrond Myklebust2012-12-061-69/+69
| * | NFSv4.1: Don't mess with task priorities in nfs41_setup_sequenceTrond Myklebust2012-12-062-4/+5
| * | NFS: Remove _nfs_call_sync_sessionBryan Schumaker2012-12-061-11/+1
| * | NFSv4: Clean up handling of privileged operationsTrond Myklebust2012-12-062-73/+44
| * | NFSv4.1: Remove the 'FIFO' behaviour for nfs41_setup_sequenceTrond Myklebust2012-12-063-18/+2
| * | NFSv4.1: Clean up nfs41_setup_sequenceTrond Myklebust2012-12-061-9/+7
| * | NFSv4: Simplify the NFSv4/v4.1 synchronous call switchTrond Myklebust2012-12-063-22/+8
| * | NFSv4.1: Simplify the sequence setupTrond Myklebust2012-12-063-94/+62
| * | NFSv4.1: Use nfs41_setup_sequence where appropriateTrond Myklebust2012-12-061-6/+9
| * | NFSv4.1: Ping server when our session table limits are too highTrond Myklebust2012-12-063-3/+23
| * | NFSv4.1: Set the maximum slot table size to 1024 slotsTrond Myklebust2012-12-061-1/+1
| * | NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust2012-12-0611-92/+108
| * | NFS: Remove unused function slot_idxTrond Myklebust2012-12-061-5/+0
| * | NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust2012-12-069-427/+477
| * | NFSv4: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_leaseTrond Myklebust2012-12-063-36/+38
| * | NFSv4.1: Clean up session drainingTrond Myklebust2012-12-065-35/+25
| * | NFSv4.1: If slot allocation fails due to OOM, retry more quicklyTrond Myklebust2012-12-061-6/+11
| * | NFSv4.1: CB_RECALL_SLOT must schedule a sequence op after updating targetsTrond Myklebust2012-12-063-0/+14
| * | NFSv4.1: Remove the state manager code to resize the slot tableTrond Myklebust2012-12-064-55/+0
| * | NFSv4.1: Allow SEQUENCE to resize the slot table on the flyTrond Myklebust2012-12-064-80/+121