summaryrefslogtreecommitdiff
path: root/fs/nfs/pagelist.c
AgeCommit message (Expand)Author
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-05-29NFS: Fix a potential busy wait in nfs_page_group_lockTrond Myklebust
2014-05-29NFS: Fix error handling in __nfs_pageio_add_requestTrond Myklebust
2014-05-29nfs: remove data list from pgio headerWeston Andros Adamson
2014-05-29nfs: use > 1 request to handle bsize < PAGE_SIZEWeston Andros Adamson
2014-05-29nfs: allow coalescing of subpage requestsWeston Andros Adamson
2014-05-29nfs: page group syncing in write pathWeston Andros Adamson
2014-05-29nfs: page group syncing in read pathWeston Andros Adamson
2014-05-29nfs: add support for multiple nfs reqs per pageWeston Andros Adamson
2014-05-29nfs: call nfs_can_coalesce_requests for every reqWeston Andros Adamson
2014-05-29nfs: modify pg_test interface to return size_tWeston Andros Adamson
2014-05-29nfs: remove unused arg from nfs_create_requestWeston Andros Adamson
2014-05-29NFS: Create a common nfs_pageio_ops structAnna Schumaker
2014-05-29NFS: Create a common generic_pg_pgios()Anna Schumaker
2014-05-29NFS: Create a common multiple_pgios() functionAnna Schumaker
2014-05-29NFS: Create a common initiate_pgio() functionAnna Schumaker
2014-05-28NFS: Create a generic_pgio functionAnna Schumaker
2014-05-28NFS: Create a common pgio_error functionAnna Schumaker
2014-05-28NFS: Create a common rpcsetup function for reads and writesAnna Schumaker
2014-05-28NFS: Create a common rpc_call_ops structAnna Schumaker
2014-05-28NFS: Create a common nfs_pgio_result_common functionAnna Schumaker
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker
2014-05-28NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker
2014-05-28NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2013-09-06NFS: Don't check lock owner compatability unless file is locked (part 2)Trond Myklebust
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust
2012-08-02NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust
2012-05-09NFS: Prevent a deadlock in the new writeback codeTrond Myklebust
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman
2012-04-27NFS: prepare coalesce testing for directioFred Isaman
2012-04-27NFS: remove unused wb_complete field from struct nfs_pageFred Isaman
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-03-10NFS: remove nfs_inode radix treeFred Isaman
2012-03-10NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman
2012-01-31NFS: Remove unnecessary includes from linux/nfs_fs_i.hTrond Myklebust
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-31NFS: Fix documenting comment for nfs_create_request()Chuck Lever
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell