summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust7-53/+64
2014-10-01NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-09-29NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-09-29NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-09-26NFS: Fabricate fscache server index key correctlyDavid Howells1-2/+1
2014-09-26SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-26NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2-0/+2
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown4-22/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2-2/+12
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2-10/+18
2014-09-25MM: export page_wakeup functionsNeilBrown2-8/+10
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown4-1/+55
2014-09-25NFS: don't use STABLE writes during writeback.NeilBrown1-2/+5
2014-09-25NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown2-23/+44
2014-09-25rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2-0/+8
2014-09-25rpc: return sent and err from xs_sendpages()Jason Baron1-39/+42
2014-09-25lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-09-25SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2-0/+5
2014-09-25Fixing lease renewalOlga Kornievskaia1-0/+1
2014-09-25nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-16pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell1-0/+2
2014-09-12nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to small...Peng Tao2-2/+5
2014-09-12NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker3-33/+20
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Anna Schumaker1-11/+0
2014-09-12NFS: Move v3 declarations out of internal.hAnna Schumaker3-7/+16
2014-09-12NFS: Unconditionally enable commit codeAnna Schumaker3-83/+0
2014-09-12pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2-4/+1
2014-09-12pnfs: enable CB_NOTIFY_DEVICEID supportChristoph Hellwig2-11/+23
2014-09-12pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig5-148/+530
2014-09-12pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig6-408/+378
2014-09-12pnfs/blocklayout: refactor extent processingChristoph Hellwig1-102/+105
2014-09-12pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig3-188/+186
2014-09-12pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig3-34/+91
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig6-225/+1
2014-09-12pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_nodeChristoph Hellwig1-1/+1
2014-09-12pnfs/blocklayout: remove some debuggingChristoph Hellwig1-8/+0
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown1-3/+7
2014-09-10nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton1-0/+4
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateJeff Layton1-2/+14
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig5-250/+65
2014-09-10pnfs: add a nfs4_get_deviceid helperChristoph Hellwig1-0/+7
2014-09-10pnfs: add a common GETDEVICELIST implementationChristoph Hellwig2-0/+31
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig8-312/+182
2014-09-10pnfs/blocklayout: return layouts on setattrChristoph Hellwig1-1/+2
2014-09-10pnfs/blocklayout: implement the return_range methodChristoph Hellwig1-0/+30
2014-09-10pnfs/blocklayout: rewrite extent trackingChristoph Hellwig6-1212/+651