summaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-251-1/+1
* NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-251-2/+2
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-201-1/+1
* NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-301-6/+4Star
* NFS: Add static NFS I/O tracepointsChuck Lever2017-09-121-0/+4
* NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust2017-08-201-1/+1
* NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-201-3/+6
* mm: remove page_file_indexHuang Ying2016-10-081-1/+1
* NFS: Fix a double page unlockTrond Myklebust2016-06-241-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
* nfs: handle request add failure properlyPeng Tao2015-12-281-18/+23
* NFS41: pop some layoutget errors to applicationPeng Tao2015-12-281-1/+1
* NFSv4.1/pnfs: Retry through MDS when getting bad length of dataKinglong Mee2015-10-211-1/+8
* NFS: Do cleanup before resetting pageio read/write to mdsKinglong Mee2015-09-201-0/+3
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-271-1/+1
|\
| * Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss2015-04-231-1/+1
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | NFS: Don't use d_inode as a variable nameDavid Howells2015-04-151-4/+4
|/
* nfs: add mirroring support to pgio layerWeston Andros Adamson2015-02-031-5/+25
* pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes2015-02-031-1/+2
* nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2014-11-251-1/+1
* nfs: get rid of duplicate dprintkWeston Andros Adamson2014-06-261-6/+0Star
* nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-251-20/+22
* nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-251-3/+3
* nfs: support page groups in nfs_read_completionWeston Andros Adamson2014-05-291-7/+17
* nfs: page group syncing in read pathWeston Andros Adamson2014-05-291-5/+17
* nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-291-2/+2
* nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-291-3/+2Star
* NFS: Create a common nfs_pageio_ops structAnna Schumaker2014-05-291-8/+2Star
* NFS: Create a common generic_pg_pgios()Anna Schumaker2014-05-291-24/+1Star
* NFS: Create a common multiple_pgios() functionAnna Schumaker2014-05-291-30/+2Star
* NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-291-36/+6Star
* NFS: Create a generic_pgio functionAnna Schumaker2014-05-291-80/+1Star
* NFS: Create a common pgio_error functionAnna Schumaker2014-05-291-21/+4Star
* NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-291-24/+2Star
* NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-291-9/+2Star
* NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-291-17/+8Star
* NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-291-16/+3Star
* NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-291-21/+13Star
* NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-291-50/+4Star
* NFS: Create a common read and write header structAnna Schumaker2014-05-291-7/+7
* NFS: Create a common read and write data structAnna Schumaker2014-05-291-16/+16
* NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-291-1/+1
* NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-291-1/+1
* nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig2014-05-281-5/+14
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-051-6/+6
* NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown2013-09-041-3/+4
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+2
* NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-041-3/+7