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