summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-243-45/+57
* NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-241-7/+4
* NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-241-2/+5
* NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-241-35/+40
* NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-241-0/+1
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-241-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-124-281/+126
|\
| * nfs: switch to iter_splice_write_file()Al Viro2014-06-123-34/+2
| * nfs: switch to ->write_iter()Al Viro2014-05-063-12/+10
| * nfs: switch to ->read_iter()Al Viro2014-05-063-14/+9
| * new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-202/+88
| * start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * new helper: generic_file_read_iter()Al Viro2014-05-061-1/+1
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-7/+3
| * convert the guts of nfs_direct_IO() to iov_iterAl Viro2014-05-062-31/+33
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-1029-1203/+1316
|\ \
| * | NFS: populate ->net in mount data when remountingMateusz Guzik2014-06-101-0/+1
| * | pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson2014-06-101-14/+18
| * | NFSv4.1: Fix typo in dprintkTom Haynes2014-06-091-1/+1
| * | NFSv4.1: Comment is now wrong and redundant to codeTom Haynes2014-06-091-4/+1
| * | NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust2014-06-051-3/+3
| * | Push the file layout driver into a subdirectoryTom Haynes2014-05-295-12/+15
| * | pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust2014-05-291-4/+4
| * | pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-05-291-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
| * | 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-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