summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2014-05-29NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson
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: support page groups in nfs_read_completionWeston Andros Adamson
2014-05-29pnfs: filelayout: support non page aligned layoutsWeston Andros Adamson
2014-05-29pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson
2014-05-29pnfs: support multiple verfs per direct reqWeston Andros Adamson
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: chain calls to pg_testWeston Andros Adamson
2014-05-29nfs: allow coalescing of subpage requestsWeston Andros Adamson
2014-05-29pnfs: clean up filelayout_alloc_commit_infoWeston Andros Adamson
2014-05-29nfs: page group support in nfs_mark_uptodateWeston 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-29pnfs: fix race in filelayout commit pathWeston 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-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker
2014-05-28NFS: Create a common read and write header structAnna Schumaker
2014-05-28NFS: Create a common read and write data structAnna Schumaker
2014-05-28NFS: Create a common results structure for reads and writesAnna Schumaker
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker
2014-05-28nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig
2014-05-28nfs: commit layouts in fdatasyncChristoph Hellwig
2014-05-06nfs: switch to ->write_iter()Al Viro
2014-05-06nfs: switch to ->read_iter()Al Viro
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-15NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust