summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson2014-05-291-15/+10
* pnfs: support multiple verfs per direct reqWeston Andros Adamson2014-05-292-5/+103
* nfs: remove data list from pgio headerWeston Andros Adamson2014-05-292-59/+21
* 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-292-12/+22
* nfs: page group syncing in read pathWeston Andros Adamson2014-05-292-5/+19
* nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-294-19/+225
* 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-296-21/+59
* nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-294-11/+6
* 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-295-94/+64
* 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-294-48/+52
* NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-297-67/+43
* NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-295-45/+64
* 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-292-6/+5
* NFS: Create a common read and write header structAnna Schumaker2014-05-294-18/+18
* NFS: Create a common read and write data structAnna Schumaker2014-05-2915-133/+133
* NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-295-13/+14
* NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-296-16/+18
* nfs: remove ->read_pageio_init from rpc opsChristoph Hellwig2014-05-288-33/+17
* nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-288-37/+17
* nfs: commit layouts in fdatasyncChristoph Hellwig2014-05-281-2/+1
* NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust2014-04-161-2/+33
* NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-04-161-9/+17
* NFS: Fix memroy leak for double mountsKinglong Mee2014-04-151-1/+2
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-0613-189/+271
|\
| * nfs: pass string length to pr_notice message about readdir loopsJeff Layton2014-04-051-4/+3
| * NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-03-291-9/+10
| * NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust2014-03-191-1/+3
| * NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust2014-03-191-0/+7
| * NFS: advertise only supported callback netidsChuck Lever2014-03-171-6/+18
| * NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever2014-03-171-2/+1
| * Merge branch 'devel' into linux-nextTrond Myklebust2014-03-1711-167/+229
| |\
| | * nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton2014-03-171-2/+13
| | * nfs: remove synchronous rename codeJeff Layton2014-03-173-105/+0
| | * nfs: convert nfs_rename to use async_rename infrastructureJeff Layton2014-03-171-2/+11