1. 217e720 help_next should increase position index by Vasily Averin · 4 years, 3 months ago
  2. 4c549f4 orangefs: rate limit the client not running info message by Colin Ian King · 6 years ago
  3. 0da0e51 orangefs: off by ones in xattr size checks by Dan Carpenter · 7 years ago
  4. 88f36d1 orangefs: set i_size on new symlink by Martin Brandenburg · 6 years ago
  5. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  6. e2210c5 orangefs_kill_sb(): deal with allocation failures by Al Viro · 6 years ago
  7. 688b845 orangefs: do not wait for timeout if umounting by Martin Brandenburg · 7 years ago
  8. d680db7 orangefs: fix deadlock; do not write i_size in read_iter by Martin Brandenburg · 6 years ago
  9. 5c26ee1 orangefs: initialize op on loop restart in orangefs_devreq_read by Martin Brandenburg · 6 years ago
  10. fb39345 orangefs: use list_for_each_entry_safe in purge_waiting_ops by Martin Brandenburg · 6 years ago
  11. e148702 orangefs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  12. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  13. 1777e88 orangefs: do not check possibly stale size on truncate by Martin Brandenburg · 7 years ago
  14. 63907bb orangefs: do not set getattr_time on orangefs_lookup by Martin Brandenburg · 7 years ago
  15. 59f4961 orangefs: clean up oversize xattr validation by Martin Brandenburg · 7 years ago
  16. 127adc1 orangefs: fix bounds check for listxattr by Martin Brandenburg · 7 years ago
  17. 975a7ea orangefs: free superblock when mount fails by Martin Brandenburg · 7 years ago
  18. f7513c9 orangefs: fix buffer size mis-match between kernel space and user space. by Mike Marshall · 7 years ago
  19. 1b99218 orangefs: Dan Carpenter influenced cleanups... by Mike Marshall · 7 years ago
  20. dcac0d1 orangefs: fix memory leak of string 'new' on exit path by Colin Ian King · 7 years ago
  21. dc62935 orangefs: move features validation to fix filesystem hang by Martin Brandenburg · 7 years ago
  22. b2b0f6f orangefs: Use RCU for destroy_inode by Peter Zijlstra · 7 years ago
  23. 19ff7fc orangefs: add .owner to debugfs file_operations by Mike Marshall · 7 years ago
  24. dc03362 orangefs: clean up debugfs by Mike Marshall · 7 years ago
  25. 804b173 orangefs: don't use d_time by Miklos Szeredi · 8 years ago
  26. d62a902 orangefs: user file_inode() where it is due by Amir Goldstein · 8 years ago
  27. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  29. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  31. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  32. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  33. 6c6ef9f xattr: Stop calling {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  34. f60fbdb Revert "orangefs: bump minimum userspace version" by Mike Marshall · 8 years ago
  35. b78b119 Merge branch 'misc' into for-next by Martin Brandenburg · 8 years ago
  36. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  37. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  38. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  39. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  40. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  41. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  42. 0c95ad7 orangefs: bump minimum userspace version by Martin Brandenburg · 8 years ago
  43. 1d50361 orangefs: rename most remaining global variables by Martin Brandenburg · 8 years ago
  44. 889d5f1 orangefs: g_orangefs_stats -> orangefs_stats for consistency by Martin Brandenburg · 8 years ago
  45. a0fe051 orangefs: make devreq_mutex static by Martin Brandenburg · 8 years ago
  46. c27889c orangefs: describe organization of sysfs by Martin Brandenburg · 8 years ago
  47. 4a34366 orangefs: remove duplicated sysfs_ops structures by Martin Brandenburg · 8 years ago
  48. 7b0cae6 orangefs: consolidate sysfs show and store functions by Martin Brandenburg · 8 years ago
  49. 2e9f80d orangefs: reorganize duplicated sysfs attribute structs by Martin Brandenburg · 8 years ago
  50. dc3012a orangefs: remove dead code in sysfs by Martin Brandenburg · 8 years ago
  51. 44f4641 orangefs: clean up debugfs globals by Martin Brandenburg · 8 years ago
  52. c51e012 orangefs: do not allow client readahead cache without feature bit by Martin Brandenburg · 8 years ago
  53. 482664d orangefs: add features op by Martin Brandenburg · 8 years ago
  54. f2ee3b7 orangefs: record userspace version for feature compatbility by Martin Brandenburg · 8 years ago
  55. 4d20a75 orangefs: add readahead count and size to sysfs by Martin Brandenburg · 8 years ago
  56. ed1e158 orangefs: re-add flush_racache from out-of-tree by Martin Brandenburg · 8 years ago
  57. 680908e orangefs: turn param response value into union by Martin Brandenburg · 8 years ago
  58. a6dff80 orangefs: add missing param request ops by Martin Brandenburg · 8 years ago
  59. 6eaff8c orangefs: rename remaining bits of mmap readahead cache by Martin Brandenburg · 8 years ago
  60. f66debf orangefs: use %pd/%pD by Al Viro · 8 years ago
  61. 8bbb20a orangefs: Account for jiffies wraparound. by Martin Brandenburg · 8 years ago
  62. 957ee43 orangefs: Change default dcache and getattr timeout to 50 msec. by Martin Brandenburg · 8 years ago
  63. 4cd8f31 orangefs: Allow dcache and getattr cache time to be configured. by Martin Brandenburg · 8 years ago
  64. 71680c1 orangefs: Cache getattr results. by Martin Brandenburg · 8 years ago
  65. 31b7c1a orangefs: Use d_time to avoid excessive lookups by Martin Brandenburg · 8 years ago
  66. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  69. 78fee0b orangefs: fix namespace handling by Jann Horn · 8 years ago
  70. 3903f15 Orangefs: allow O_DIRECT in open by Mike Marshall · 8 years ago
  71. d373a71 orangefs: Remove useless xattr prefix arguments by Andreas Gruenbacher · 8 years ago
  72. 2ce8272 orangefs: Remove redundant "trusted." xattr handler by Andreas Gruenbacher · 8 years ago
  73. 972a734 orangefs: Remove useless defines by Andreas Gruenbacher · 8 years ago
  74. 6f3fc10 orangefs: constify inode_operations by Al Viro · 8 years ago
  75. 96b0cff orangefs: don't open-code %pd2 by Al Viro · 8 years ago
  76. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  77. 5ecfcb2 orangefs: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  78. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  79. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  80. 6759212 Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  81. e56f498 orangefs: remove unused variable by Martin Brandenburg · 8 years ago
  82. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 8 years ago
  83. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 8 years ago
  84. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 8 years ago
  85. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  86. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 8 years ago
  87. 2d09a2c Orangefs: xattr.c cleanup by Mike Marshall · 8 years ago
  88. 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 8 years ago
  89. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  90. 878dfd3 orangefs: minimum userspace version is 2.9.3 by Martin Brandenburg · 8 years ago
  91. 641bb32 orangefs: don't put readdir slot twice by Martin Brandenburg · 8 years ago
  92. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 8 years ago
  93. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 8 years ago
  94. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 8 years ago
  95. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 8 years ago
  96. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 8 years ago
  97. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 8 years ago
  98. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 8 years ago
  99. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 8 years ago
  100. fecd86a ornagefs: ensure that truncate has an up to date inode size by Martin Brandenburg · 8 years ago