summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust2012-05-093-16/+17
* NFS: Clean up - simplify nfs_lock_request()Trond Myklebust2012-05-092-5/+7
* NFS: nfs_set_page_writeback no longer needs to reference the pageTrond Myklebust2012-05-091-8/+3
* NFS: Prevent a deadlock in the new writeback codeTrond Myklebust2012-05-092-4/+14
* NFSv4: nfs_client_return_marked_delegations can't flush dataTrond Myklebust2012-05-081-3/+7
* NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust2012-05-082-1/+6
* NFS: Don't do a full flush to disk on close() if we hold a delegationTrond Myklebust2012-05-081-0/+7
* NFS: Fix sparse warningsTrond Myklebust2012-05-043-3/+3
* NFS: Fix O_DIRECT compile warningsTrond Myklebust2012-05-041-4/+4
* NFS: Adapt readdirplus to application usage patternsTrond Myklebust2012-05-012-4/+31
* NFSv4: COMMIT does not need post-op attributesTrond Myklebust2012-05-012-16/+2
* NFSv4: Don't request cache consistency attributes on some writesTrond Myklebust2012-05-011-2/+17
* NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsTrond Myklebust2012-05-012-64/+7
* NFSv4: Simplify the NFSv4 CREATE compoundTrond Myklebust2012-05-012-22/+1
* NFSv4: Simplify the NFSv4 OPEN compoundTrond Myklebust2012-05-012-27/+2
* NFS: Simplify the cache invalidation codeTrond Myklebust2012-05-011-26/+3
* NFSv2/v3: Simulate the change attributeTrond Myklebust2012-05-014-1/+18
* NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust2012-05-011-1/+5
* NFS: Simplify nfs_fhget()Trond Myklebust2012-05-011-17/+6
* NFS: Always trust the PageUptodate flag when we have a delegationTrond Myklebust2012-05-011-3/+7
* NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust2012-05-011-0/+2
* NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust2012-05-011-3/+10
* NFSv4: Retrieve attributes _before_ calling delegreturnTrond Myklebust2012-05-012-6/+7
* NFSv4: Delegreturn only needs the cache consistency bitmaskTrond Myklebust2012-05-011-1/+1
* NFSv4: Fix a typo in NFS4_enc_link_szTrond Myklebust2012-05-011-2/+2
* NFS: Simplify the nfs_read_completion functionsTrond Myklebust2012-05-012-54/+38
* NFS: Clean up nfs read and write error pathsTrond Myklebust2012-05-013-42/+44
* NFS: Read cleanupsTrond Myklebust2012-05-011-9/+4
* NFS: Use kmem_cache_zalloc() in nfs_direct_req_allocTrond Myklebust2012-04-301-11/+1
* NFS: Simplify O_DIRECT page referencingTrond Myklebust2012-04-301-16/+6
* NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the requestTrond Myklebust2012-04-301-3/+15
* NFS: Ensure that we break out of read/write_schedule_segment on errorTrond Myklebust2012-04-301-2/+3
* NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()Bryan Schumaker2012-04-301-0/+11
* NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabledBryan Schumaker2012-04-301-0/+3
* NFS: pnfs_pageio_init_read() and init_write() need an extra argumentBryan Schumaker2012-04-301-2/+4
* NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.cTrond Myklebust2012-04-272-2/+2
* NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker2012-04-275-8/+7
* NFS: Create a submount rpc_opBryan Schumaker2012-04-277-67/+52
* NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-275-33/+30
* NFS: Prevent garbage cinfo->ds from leaking outFred Isaman2012-04-271-1/+6
* NFS: rewrite directio write to use async coalesce codeFred Isaman2012-04-275-323/+319
* NFS: avoid some stat gathering for direct ioFred Isaman2012-04-271-6/+12
* NFS: add dreq to nfs_commit_infoFred Isaman2012-04-271-0/+2
* NFS: create nfs_commit_completion_opsFred Isaman2012-04-273-21/+27
* NFS: create struct nfs_commit_infoFred Isaman2012-04-276-161/+220
* NFS: create nfs_generic_commit_listFred Isaman2012-04-271-3/+12
* NFS: rewrite directio read to use async coalesce codeFred Isaman2012-04-274-142/+135
* NFS: prepare coalesce testing for directioFred Isaman2012-04-273-2/+22
* NFS: remove unused wb_complete field from struct nfs_pageFred Isaman2012-04-272-2/+0
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-276-51/+85
OpenPOWER on IntegriCloud