summaryrefslogtreecommitdiff
path: root/fs/nfs/internal.h
AgeCommit message (Expand)Author
2015-03-01NFS: Add attribute update barriers to NFS writebacksTrond Myklebust
2015-02-13nfs: Provide and use helper functions for marking a page as unstableTom Haynes
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-05NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust
2015-02-03Merge branch 'flexfiles'Trond Myklebust
2015-02-03nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao
2015-02-03nfs: only reset desc->pg_mirror_idx when mirroring is supportedPeng Tao
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson
2015-02-03pnfs: pass ds_commit_idx through the commit pathWeston Andros Adamson
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioPeng Tao
2015-02-03nfs: allow different protocol in nfs_initiate_commitPeng Tao
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes
2015-02-03nfs41: allow LD to choose DS connection version/minor_versionPeng Tao
2015-02-03nfsv3: introduce nfs3_set_ds_clientPeng Tao
2015-02-03nfs41: allow LD to choose DS connection auth flavorPeng Tao
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker
2015-01-20nfs: don't call bdi_unregisterChristoph Hellwig
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-12NFS: Move v3 declarations out of internal.hAnna Schumaker
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12nfs: switch to iter_splice_write_file()Al Viro
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: Create a common read and write header structAnna Schumaker
2014-05-28NFS: Create a common read and write data structAnna 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-06nfs: switch to ->write_iter()Al Viro