summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-1110-45/+57
|\
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2012-11-076-38/+43
| |\
| | * GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2012-11-072-12/+10
| | * GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-072-8/+7
| | * GFS2: Fix FITRIM argument handlingLukas Czerner2012-11-071-3/+17
| | * GFS2: Require user to provide argument for FITRIMLukas Czerner2012-11-071-6/+2
| | * GFS2: Clean up some unused assignmentsAndrew Price2012-11-072-4/+0
| | * GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price2012-11-071-3/+2
| | * GFS2: Fix an unchecked error from gfs2_rs_allocAndrew Price2012-11-071-2/+5
* | | 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