summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever2014-06-044-10/+4
| | * | | xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever2014-06-041-4/+4
| | * | | xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever2014-06-041-16/+15
| | * | | xprtrdma: Remove REGISTER memory registration modeChuck Lever2014-06-042-88/+5
| | * | | xprtrdma: Remove MEMWINDOWS registration modesChuck Lever2014-06-044-203/+7
| | * | | xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever2014-06-043-28/+1
| | * | | xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever2014-06-043-7/+21
| | * | | nfs-rdma: Fix for FMR leaksAllen Andrews2014-06-041-35/+38
| | * | | xprtrdma: mind the device's max fast register page list depthSteve Wise2014-06-043-16/+36
| |/ / /
| * | | Push the file layout driver into a subdirectoryTom Haynes2014-05-305-12/+15
| * | | pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust2014-05-301-4/+4
| * | | pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-05-301-1/+1
| * | | nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Scott Mayhew2014-05-291-13/+13
| * | | NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson2014-05-291-1/+1
| * | | NFS: Fix a potential busy wait in nfs_page_group_lockTrond Myklebust2014-05-291-10/+9
| * | | NFS: Fix error handling in __nfs_pageio_add_requestTrond Myklebust2014-05-291-0/+6
| * | | net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes2014-05-291-2/+3
| * | | nfs: support page groups in nfs_read_completionWeston Andros Adamson2014-05-291-7/+17
| * | | pnfs: filelayout: support non page aligned layoutsWeston Andros Adamson2014-05-291-32/+20
| * | | pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson2014-05-291-15/+10
| * | | pnfs: support multiple verfs per direct reqWeston Andros Adamson2014-05-294-6/+109
| * | | nfs: remove data list from pgio headerWeston Andros Adamson2014-05-293-61/+24
| * | | nfs: use > 1 request to handle bsize < PAGE_SIZEWeston Andros Adamson2014-05-291-69/+11
| * | | nfs: chain calls to pg_testWeston Andros Adamson2014-05-293-21/+30
| * | | nfs: allow coalescing of subpage requestsWeston Andros Adamson2014-05-291-4/+0
| * | | pnfs: clean up filelayout_alloc_commit_infoWeston Andros Adamson2014-05-291-20/+26
| * | | nfs: page group support in nfs_mark_uptodateWeston Andros Adamson2014-05-291-7/+67
| * | | nfs: page group syncing in write pathWeston Andros Adamson2014-05-293-12/+24
| * | | nfs: page group syncing in read pathWeston Andros Adamson2014-05-293-5/+21
| * | | nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-295-21/+236
| * | | nfs: call nfs_can_coalesce_requests for every reqWeston Andros Adamson2014-05-292-15/+22
| * | | nfs: modify pg_test interface to return size_tWeston Andros Adamson2014-05-297-23/+62
| * | | nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-295-12/+6
| * | | nfs: clean up PG_* flagsWeston Andros Adamson2014-05-291-6/+4
| * | | pnfs: fix race in filelayout commit pathWeston Andros Adamson2014-05-291-4/+16
| * | | NFS: Create a common nfs_pageio_ops structAnna Schumaker2014-05-294-17/+11
| * | | NFS: Create a common generic_pg_pgios()Anna Schumaker2014-05-294-51/+28
| * | | NFS: Create a common multiple_pgios() functionAnna Schumaker2014-05-294-60/+25
| * | | NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-296-94/+66
| * | | NFS: Create a generic_pgio functionAnna Schumaker2014-05-295-192/+106
| * | | NFS: Create a common pgio_error functionAnna Schumaker2014-05-294-42/+29
| * | | NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-294-66/+53
| * | | NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-294-24/+13
| * | | NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-296-50/+54
| * | | NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-299-69/+46
| * | | NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-297-45/+72
| * | | NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-295-106/+74
| * | | NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker2014-05-293-8/+6
| * | | NFS: Create a common read and write header structAnna Schumaker2014-05-295-24/+19
| * | | NFS: Create a common read and write data structAnna Schumaker2014-05-2917-164/+150