aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAge
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'pnfs_generic'Trond Myklebust2016-01-04
|\
| * NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-31
| * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-31
| * NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-31
* | NFS41: pop some layoutget errors to applicationPeng Tao2015-12-28
|/
* NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setKinglong Mee2015-09-22
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-26
|\
| * nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao2015-04-23
| * nfs: fix DIO good bytes calculationPeng Tao2015-04-23
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-27
| * nfs: clean up nfs_direct_IOPeng Tao2015-03-13
* | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-24
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-15
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* | Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\ \ | |/ |/|
| * fs: split generic and aio kiocbChristoph Hellwig2015-03-13
| * fs: remove ki_nbytesChristoph Hellwig2015-03-12
* | NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-02-13
|/
* Merge branch 'flexfiles'Trond Myklebust2015-02-03
|\
| * nfs: count DIO good bytes correctly with mirroringPeng Tao2015-02-03
| * nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writesPeng Tao2015-02-03
| * pnfs: fail comparison when bucket verifier not setWeston Andros Adamson2015-02-03
| * nfs: mirroring support for direct ioWeston Andros Adamson2015-02-03
| * nfs: add mirroring support to pgio layerWeston Andros Adamson2015-02-03
| * pnfs: pass ds_commit_idx through the commit pathWeston Andros Adamson2015-02-03
| * nfs: rename pgio header ds_idx to ds_commit_idxWeston Andros Adamson2015-02-03
| * pnfs: Do not grab the commit_info lock twice when rescheduling writesTom Haynes2015-02-03
* | nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-01-21
|/
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-12
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-18
|\
| * block: Remove REQ_KERNELMartin K. Petersen2014-10-14
* | NFS: Unconditionally enable commit codeAnna Schumaker2014-09-12
|/
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-07-13
|\
| * NFS: Remove 2 unused variablesTrond Myklebust2014-07-12
* | nfs: remove unused writeverf codeWeston Andros Adamson2014-06-24
* | nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-24
* | nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * new helper: iov_iter_get_pages_alloc()Al Viro2014-05-06
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-06
| * convert the guts of nfs_direct_IO() to iov_iterAl Viro2014-05-06
| * pass iov_iter to ->direct_IO()Al Viro2014-05-06
* | pnfs: support multiple verfs per direct reqWeston Andros Adamson2014-05-29
* | nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-29