summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-141-5/+6
|\
| * Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-07-131-0/+1
| |\
| * | nfs: remove unused writeverf codeWeston Andros Adamson2014-06-251-0/+1
| * | nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-251-3/+3
| * | nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-251-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-0/+9
|\ \ \
| * | | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman2014-08-041-0/+9
| | |/ | |/|
* | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-0/+1
|\| |
| * | nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-121-0/+1
| |/
* / sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+2Star
|\
| * nfs: switch to iter_splice_write_file()Al Viro2014-06-121-2/+0Star
| * nfs: switch to ->write_iter()Al Viro2014-05-061-1/+1
| * nfs: switch to ->read_iter()Al Viro2014-05-061-1/+1
* | NFS: Create a common nfs_pageio_ops structAnna Schumaker2014-05-291-1/+1
* | NFS: Create a common generic_pg_pgios()Anna Schumaker2014-05-291-1/+1
* | NFS: Create a common multiple_pgios() functionAnna Schumaker2014-05-291-0/+1
* | NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-291-7/+2Star
* | NFS: Create a generic_pgio functionAnna Schumaker2014-05-291-9/+1Star
* | NFS: Create a common pgio_error functionAnna Schumaker2014-05-291-0/+1
* | NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-291-0/+3
* | NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-291-3/+1Star
* | NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-291-0/+1
* | NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-291-0/+2
* | NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-291-4/+2Star
* | NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-291-3/+3
* | NFS: Create a common read and write header structAnna Schumaker2014-05-291-2/+2
* | NFS: Create a common read and write data structAnna Schumaker2014-05-291-5/+5
* | nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig2014-05-281-1/+1
* | nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-281-1/+1
|/
* Merge branch 'devel' into linux-nextTrond Myklebust2014-03-171-0/+8
|\
| * nfs: make nfs_async_rename non-staticJeff Layton2014-03-171-0/+7
| * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-0/+1
* | NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust2014-02-171-1/+2
|/
* NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2014-02-101-0/+9
* NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker2013-11-191-0/+15
* NFS: add support for multiple sec= mount optionsWeston Andros Adamson2013-10-281-0/+1
* NFS: separate passed security flavs from selectedWeston Andros Adamson2013-10-281-2/+2
* NFS: Add nfs4_update_serverChuck Lever2013-10-281-0/+3
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-111-2/+4
* NFSv4: Fix security auto-negotiationTrond Myklebust2013-09-071-1/+1
* NFSv4.1 Use MDS auth flavor for data server connectionAndy Adamson2013-09-061-0/+2
* NFS avoid expired credential keys for buffered writesAndy Adamson2013-09-031-0/+2
* NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2013-08-221-0/+20
* NFS Remove unused authflavour parameter from init_clientAndy Adamson2013-08-071-3/+2Star
* Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-1/+1
|\
| * NFS: Make callbacks minor version genericBryan Schumaker2013-06-081-1/+1
* | NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesizeAndy Adamson2013-06-281-0/+1
|/
* NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust2013-04-091-0/+7
* Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-011-1/+0Star