- 2ec20f4 Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
- 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 2 months ago
- 133a48a NFS: Fix up commit deadlocks by Trond Myklebust · 3 years, 3 months ago
- 3731d44 NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT by Trond Myklebust · 3 years, 7 months ago
- 37711e5 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 5 months ago
- 9a74a2b NFS: remove redundant initialization of variable result by Colin Ian King · 4 years, 5 months ago
- 65caafd SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion") by Olga Kornievskaia · 4 years, 6 months ago
- d03727b NFSv4 fix CLOSE not waiting for direct IO compeletion by Olga Kornievskaia · 4 years, 6 months ago
- ba838a7 NFS: Fix direct WRITE throughput regression by Chuck Lever · 4 years, 7 months ago
- 86b9366 NFS: remove redundant initialization of variable result by Colin Ian King · 4 years, 7 months ago
- ed5d588 NFS: Try to join page groups before an O_DIRECT retransmission by Trond Myklebust · 4 years, 9 months ago
- f02cec9 NFS: Fix a request reference leak in nfs_direct_write_clear_reqs() by Trond Myklebust · 4 years, 9 months ago
- 9c455a8 NFS/pNFS: Clean up pNFS commit operations by Trond Myklebust · 4 years, 9 months ago
- 0aa647b NFS: Remove bucket array from struct pnfs_ds_commit_info by Trond Myklebust · 4 years, 9 months ago
- 1f28476 NFS: Fix O_DIRECT commit verifier handling by Trond Myklebust · 4 years, 9 months ago
- fb5f7f2 NFS: commit errors should be fatal by Trond Myklebust · 4 years, 9 months ago
- 18f4129 NFS/pNFS: Allow O_DIRECT to release the DS commitinfo by Trond Myklebust · 4 years, 9 months ago
- c21e716 NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info by Trond Myklebust · 4 years, 10 months ago
- 8605cf0 NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails by Misono Tomohiro · 5 years ago
- 4daaeba NFS: Fix nfs_direct_write_reschedule_io() by Trond Myklebust · 5 years ago
- 221203c NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() by Trond Myklebust · 5 years ago
- 0b57484 NFS: Remove redundant mirror tracking in O_DIRECT by Trond Myklebust · 5 years ago
- 031d73e NFS: Fix O_DIRECT accounting of number of bytes read/written by Trond Myklebust · 5 years ago
- eb2c50d NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0 by Trond Myklebust · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 33344e0 pNFS: Add tracking to limit the number of pNFS retries by Trond Myklebust · 6 years ago
- 28b1d3f NFS: Remove unused argument from nfs_create_request() by Trond Myklebust · 6 years ago
- df3accb NFS: Pass error information to the pgio error cleanup routine by Trond Myklebust · 6 years ago
- 078b5fd NFS: Clean up list moves of struct nfs_page by Trond Myklebust · 6 years ago
- ad3cba2 nfs: don't dirty kernel pages read by direct-io by Dave Kleikamp · 6 years ago
- 46483c2 NFS: Use an appropriate work queue for direct-write completion by NeilBrown · 6 years ago
- d9ee655 NFS: Fix an incorrect type in struct nfs_direct_req by Trond Myklebust · 7 years ago
- 1b8d97b NFS: commit direct writes even if they fail partially by J. Bruce Fields · 7 years ago
- e824f99 NFSv4: Use a mutex to protect the per-inode commit lists by Trond Myklebust · 7 years ago
- 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
- fe4f844 NFS: Clean up nfs_direct_commit_complete() by Anna Schumaker · 8 years ago
- beeb533 NFS: Remove nfs_direct_readpage_release() by Anna Schumaker · 8 years ago
- 85128b2 fix nfs O_DIRECT advancing iov_iter too much by Al Viro · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 4d3b55d NFS: Remove unused argument from nfs_direct_write_complete() by Anna Schumaker · 8 years ago
- 024de8f NFS: direct: use complete() instead of complete_all() by Daniel Wagner · 8 years ago
- 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
- 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
- f7b5c34 NFS: Cleanup nfs_direct_complete() by Trond Myklebust · 9 years ago
- a5864c9 NFS: Do not serialise O_DIRECT reads and writes by Trond Myklebust · 9 years ago
- 89698b2 NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c by Trond Myklebust · 9 years ago
- 2f3c7d8 NFS: Remove racy size manipulations in O_DIRECT by Trond Myklebust · 9 years ago
- a5314a7 NFS: Ensure we reset the write verifier 'committed' value on resend. by Trond Myklebust · 9 years ago
- 8fc3c38 NFS: Fix O_DIRECT verifier problems by Trond Myklebust · 9 years ago
- d2a7de0 NFS: Fix up O_DIRECT results by Trond Myklebust · 9 years ago
- 90090ae missed comment updates from ->direct_IO() prototype change by Al Viro · 9 years ago
- ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 9 years ago
- c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- fe238e6 NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock by Dave Wysochanski · 9 years ago
- ed3743a nfs: add debug to directio "good_bytes" counting by Weston Andros Adamson · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
- dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
- c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
- b20135d NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid by Trond Myklebust · 9 years ago
- af7cf05 NFS: Allow multiple commit requests in flight per file by Trond Myklebust · 9 years ago
- dc602dd NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs by Trond Myklebust · 9 years ago
- d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
- 834e465 NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set by Kinglong Mee · 9 years ago
- 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 10 years ago
- 05f5490 nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes by Peng Tao · 10 years ago
- 1ccbad9 nfs: fix DIO good bytes calculation by Peng Tao · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 10 years ago
- 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
- 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
- 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
- 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
- c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
- a0815d5 NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT by Trond Myklebust · 10 years ago
- 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
- 2854475 nfs: clean up nfs_direct_IO by Peng Tao · 10 years ago
- 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
- f4086a3d NFS: struct nfs_commit_info.lock must always point to inode->i_lock by Trond Myklebust · 10 years ago
- e2c63e0 Merge branch 'flexfiles' by Trond Myklebust · 10 years ago
- 5fadeb4 nfs: count DIO good bytes correctly with mirroring by Peng Tao · 10 years ago
- 012fa16 nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes by Peng Tao · 10 years ago
- 80c76fe pnfs: fail comparison when bucket verifier not set by Weston Andros Adamson · 10 years ago
- 0a00b77 nfs: mirroring support for direct io by Weston Andros Adamson · 10 years ago
- a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
- b57ff13 pnfs: pass ds_commit_idx through the commit path by Weston Andros Adamson · 10 years ago
- 6cccbb6 nfs: rename pgio header ds_idx to ds_commit_idx by Weston Andros Adamson · 10 years ago
- 085d1e3 pnfs: Do not grab the commit_info lock twice when rescheduling writes by Tom Haynes · 10 years ago
- ee8a1a8 nfs: fix dio deadlock when O_DIRECT flag is flipped by Peng Tao · 10 years ago
- 8c393f9 nfs: fix pnfs direct write memory leak by Peng Tao · 10 years ago
- d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
- f418c64 NFS: Unconditionally enable commit code by Anna Schumaker · 10 years ago
- e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago