summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS4: Open files for fscachingDavid Howells2012-12-202-0/+3
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-1/+2
* NFS: Use FS-Cache invalidationDavid Howells2012-12-203-6/+37
* Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-12-1831-942/+1109
|\
| * NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-151-1/+0
| * 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-153-10/+8
| * 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-121-2/+1
| * SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson2012-12-125-88/+3
| * 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-114-7/+14
| |\
| | * 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-211-3/+5
| | * NFSv4: Fix a compile time warning when #undef CONFIG_NFS_V4_1Trond Myklebust2012-11-211-1/+1
| * | NFSv4.1: Try to eliminate outliers when updating target_highest_slotidTrond Myklebust2012-12-062-5/+60
| * | NFSv4.1: Ensure smooth handover of slots from one task to the next waitingTrond Myklebust2012-12-064-12/+69
| * | NFSv4.1: Don't mess with task priorities in nfs41_setup_sequenceTrond Myklebust2012-12-061-4/+4
| * | NFS: Remove _nfs_call_sync_sessionBryan Schumaker2012-12-061-11/+1
| * | NFSv4: Clean up handling of privileged operationsTrond Myklebust2012-12-061-72/+42
| * | 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-069-33/+107
| * | 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-063-80/+120
| * | NFSv4.1: Support dynamic resizing of the session slot tableTrond Myklebust2012-12-062-5/+13
| * | NFSv4.1: Allow the server to recall all but one slotTrond Myklebust2012-12-061-5/+0
| * | NFSv4.1: Don't confuse target_highest_slotid and max_slots in cb_recall_slotTrond Myklebust2012-12-063-9/+7
| * | NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationTrond Myklebust2012-12-063-1/+11
| * | NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust2012-12-062-2/+20