1. 0e393a9 orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush by Mike Marshall · 4 years, 9 months ago
  2. ec95f1d orangefs: get rid of knob code... by Mike Marshall · 4 years, 9 months ago
  3. f9bbb68 orangefs: posix open permission checking... by Mike Marshall · 5 years ago
  4. ec23eb5 docs: fs: convert docs without extension to ReST by Mauro Carvalho Chehab · 5 years ago
  5. 0a8ad0ff Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
  6. e65682b orangefs: eliminate needless variable assignments by Mike Marshall · 6 years ago
  7. f10789e orangefs: remove redundant assignment to variable buffer_index by Colin Ian King · 6 years ago
  8. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  9. dd59a64 orangefs: copy Orangefs-sized blocks into the pagecache if possible. by Mike Marshall · 6 years ago
  10. 4077a0f orangefs: pass slot index back to readpage. by Mike Marshall · 6 years ago
  11. c2549f8 orangefs: remember count when reading. by Mike Marshall · 6 years ago
  12. 8f04e1b orangefs: add orangefs_revalidate_mapping by Martin Brandenburg · 6 years ago
  13. c472ebc orangefs: implement writepages by Martin Brandenburg · 6 years ago
  14. 52e2d0a orangefs: write range tracking by Martin Brandenburg · 6 years ago
  15. 90fc070 orangefs: avoid fsync service operation on flush by Martin Brandenburg · 7 years ago
  16. 3e9dfc6 orangefs: move do_readv_writev to direct_IO by Martin Brandenburg · 6 years ago
  17. 43f3457 orangefs: do not return successful read when the client-core disappeared by Martin Brandenburg · 6 years ago
  18. 85ac799 orangefs: implement writepage by Martin Brandenburg · 7 years ago
  19. c453dcf orangefs: migrate to generic_file_read_iter by Martin Brandenburg · 7 years ago
  20. 5e7f1d4 orangefs: update attributes rather than relying on server by Martin Brandenburg · 7 years ago
  21. 8b60785 orangefs: simplify orangefs_inode_getattr interface by Martin Brandenburg · 7 years ago
  22. 6e356d4 orangefs: remove two un-needed BUG_ONs... by Mike Marshall · 6 years ago
  23. 8bf782f orangefs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  24. 95f5f88 orangefs: formatting cleanups by Mike Marshall · 7 years ago
  25. ec62e95a orangefs: make struct orangefs_file_vm_ops static by Colin Ian King · 7 years ago
  26. a5135ee orangefs: implement vm_ops->fault by Martin Brandenburg · 7 years ago
  27. dbcb5e7 orangefs: open code short single-use functions by Martin Brandenburg · 7 years ago
  28. 6793f1c orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 7 years ago
  29. a55f2d8 orangefs: stop setting atime on inode dirty by Martin Brandenburg · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. 49e5571 orangefs: don't call filemap_write_and_wait from fsync by Jeff Layton · 8 years ago
  32. aeced66 Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  33. 68a24a6 orangefs: implement statx by Martin Brandenburg · 8 years ago
  34. c63ed80 orangefs: use iov_iter_revert() by Al Viro · 8 years ago
  35. 4506309 don't open-code file_inode() by Al Viro · 8 years ago
  36. d62a902 orangefs: user file_inode() where it is due by Amir Goldstein · 8 years ago
  37. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  38. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. b78b119 Merge branch 'misc' into for-next by Martin Brandenburg · 8 years ago
  40. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  41. 889d5f1 orangefs: g_orangefs_stats -> orangefs_stats for consistency by Martin Brandenburg · 8 years ago
  42. c51e012 orangefs: do not allow client readahead cache without feature bit by Martin Brandenburg · 8 years ago
  43. ed1e158 orangefs: re-add flush_racache from out-of-tree by Martin Brandenburg · 8 years ago
  44. 6eaff8c orangefs: rename remaining bits of mmap readahead cache by Martin Brandenburg · 8 years ago
  45. f66debf orangefs: use %pd/%pD by Al Viro · 8 years ago
  46. d373a71 orangefs: Remove useless xattr prefix arguments by Andreas Gruenbacher · 9 years ago
  47. 972a734 orangefs: Remove useless defines by Andreas Gruenbacher · 9 years ago
  48. 5ecfcb2 orangefs: don't open-code inode_lock/inode_unlock by Al Viro · 9 years ago
  49. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 9 years ago
  50. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 9 years ago
  51. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 9 years ago
  52. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 9 years ago
  53. e2f7f0d orangefs: use new orangefs_inode_getattr to get size in write and llseek by Martin Brandenburg · 9 years ago
  54. 3c9cf98 orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr by Martin Brandenburg · 9 years ago
  55. 162ada7 Orangefs: improve the POSIXness of interrupted writes... by Mike Marshall · 9 years ago
  56. 9d9e7ba Orangefs: improve gossip statements by Mike Marshall · 9 years ago
  57. 9c2bcf2 orangefs: remove vestigial async io code by Martin Brandenburg · 9 years ago
  58. 897c5df orangefs: get rid of op->done by Al Viro · 9 years ago
  59. 78699e2 orangefs: delay freeing slot until cancel completes by Al Viro · 9 years ago
  60. 1357d06 get rid of bufmap argument of orangefs_bufmap_put() by Al Viro · 9 years ago
  61. c0eae8c orangefs: get rid of handle_io_error() by Al Viro · 9 years ago
  62. 7b9761a orangefs: wait_for_direct_io(): restore the position in iter when restarting by Al Viro · 9 years ago
  63. e17be9f orangefs: avoid freeing a slot twice in wait_for_direct_io() by Al Viro · 9 years ago
  64. 6ebcc3f Orangefs: added a couple of WARN_ONs, perhaps just temporarily. by Mike Marshall · 9 years ago
  65. 9910982 orangefs: Fix revalidate. by Martin Brandenburg · 9 years ago
  66. b0bc3a7 orangefs: move handle_io_error() to file.c by Al Viro · 9 years ago
  67. 2a9e5c2 orangefs: don't reinvent completion.h... by Al Viro · 9 years ago
  68. ed42fe0 orangefs: hopefully saner op refcounting and locking by Al Viro · 9 years ago
  69. 575e946 Orangefs: change pvfs2 filenames to orangefs by Mike Marshall · 9 years ago
  70. 8bb8aef OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. by Yi Liu · 9 years ago
  71. 555fa0f fs: out of bounds on stack in iov_iter_advance by Al Viro · 9 years ago
  72. 3f1b694 Orangefs: set pos after generic_write_checks by Mike Marshall · 9 years ago
  73. 74f68fc orangefs: make pvfs2_inode_read() take iov_iter by Al Viro · 9 years ago
  74. 0071ed1 orangefs: make do_readv_writev() take iov_iter by Al Viro · 9 years ago
  75. dc4067f orangefs: don't bother with splitting iovecs by Al Viro · 9 years ago
  76. 3c2fcfc orangefs: make wait_for_direct_io() take iov_iter by Al Viro · 9 years ago
  77. a5c126a orangefs: make precopy_buffers() take iov_iter by Al Viro · 9 years ago
  78. 5f0e3c9 orangefs: make postcopy_buffers() take iov_iter by Al Viro · 9 years ago
  79. 5c27822 orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec() by Al Viro · 9 years ago
  80. 5480494 Orangefs: fix some checkpatch.pl complaints that had creeped in. by Mike Marshall · 9 years ago
  81. 3539080 Orangefs: Use readonly mmap since writepage is not implemented. by Martin Brandenburg · 9 years ago
  82. f957ae2 Orangefs: choose return codes from among the expected ones. by Mike Marshall · 9 years ago
  83. 4d1c440 Orangefs: use iov_iter interface by Mike Marshall · 9 years ago
  84. eeaa3d4 Orangefs: address problems found by static checker by Mike Marshall · 9 years ago
  85. 84d0215 Orangefs: sooth most sparse complaints by Mike Marshall · 9 years ago
  86. 5db11c2 Orangefs: kernel client part 2 by Mike Marshall · 9 years ago