1. 8bbb20a orangefs: Account for jiffies wraparound. by Martin Brandenburg · 8 years ago
  2. 957ee43 orangefs: Change default dcache and getattr timeout to 50 msec. by Martin Brandenburg · 8 years ago
  3. 4cd8f31 orangefs: Allow dcache and getattr cache time to be configured. by Martin Brandenburg · 8 years ago
  4. 71680c1 orangefs: Cache getattr results. by Martin Brandenburg · 8 years ago
  5. 31b7c1a orangefs: Use d_time to avoid excessive lookups by Martin Brandenburg · 8 years ago
  6. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  8. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  9. 78fee0b orangefs: fix namespace handling by Jann Horn · 8 years ago
  10. 3903f15 Orangefs: allow O_DIRECT in open by Mike Marshall · 8 years ago
  11. d373a71 orangefs: Remove useless xattr prefix arguments by Andreas Gruenbacher · 8 years ago
  12. 2ce8272 orangefs: Remove redundant "trusted." xattr handler by Andreas Gruenbacher · 8 years ago
  13. 972a734 orangefs: Remove useless defines by Andreas Gruenbacher · 8 years ago
  14. 6f3fc10 orangefs: constify inode_operations by Al Viro · 8 years ago
  15. 96b0cff orangefs: don't open-code %pd2 by Al Viro · 8 years ago
  16. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  17. 5ecfcb2 orangefs: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  18. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  19. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  20. 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
  21. e56f498 orangefs: remove unused variable by Martin Brandenburg · 8 years ago
  22. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 8 years ago
  23. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 8 years ago
  24. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 8 years ago
  25. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  26. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 8 years ago
  27. 2d09a2c Orangefs: xattr.c cleanup by Mike Marshall · 8 years ago
  28. 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 8 years ago
  29. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  30. 878dfd3 orangefs: minimum userspace version is 2.9.3 by Martin Brandenburg · 8 years ago
  31. 641bb32 orangefs: don't put readdir slot twice by Martin Brandenburg · 8 years ago
  32. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 8 years ago
  33. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 8 years ago
  34. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 8 years ago
  35. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 8 years ago
  36. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 8 years ago
  37. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 8 years ago
  38. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 8 years ago
  39. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 8 years ago
  40. fecd86a ornagefs: ensure that truncate has an up to date inode size by Martin Brandenburg · 8 years ago
  41. e8da254 orangefs: move code which sets i_link to orangefs_inode_getattr by Martin Brandenburg · 8 years ago
  42. 05d31c5 orangefs: remove needless wrapper around GFP_KERNEL by Martin Brandenburg · 8 years ago
  43. 93d53a4 orangefs: remove wrapper around mutex_lock(&inode->i_mutex) by Martin Brandenburg · 8 years ago
  44. 2666263 orangefs: refactor inode type or link_target change detection by Martin Brandenburg · 8 years ago
  45. 5859d77 orangefs: use new getattr for revalidate and remove old getattr by Martin Brandenburg · 8 years ago
  46. 8f24928 orangefs: use new getattr in inode getattr and permission by Martin Brandenburg · 8 years ago
  47. e2f7f0d orangefs: use new orangefs_inode_getattr to get size in write and llseek by Martin Brandenburg · 8 years ago
  48. 075cca5 orangefs: use new orangefs_inode_getattr to create new inodes by Martin Brandenburg · 8 years ago
  49. 3c9cf98 orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr by Martin Brandenburg · 8 years ago
  50. d57521a orangefs: remove inode->i_lock wrapper by Martin Brandenburg · 8 years ago
  51. 2f83ace orangefs: put register_chrdev immediately before register_filesystem by Martin Brandenburg · 8 years ago
  52. a4c680a orangefs: remove paranoia in orangefs_set_inode by Martin Brandenburg · 8 years ago
  53. 02a5cc5 orangefs: sanitize listxattr and return EIO on impossible values by Martin Brandenburg · 8 years ago
  54. 5e06664 orangefs: remove unused reference to xattr key length by Martin Brandenburg · 8 years ago
  55. 1a0ce16 Orangefs: adjust unwind on module init failure. by Mike Marshall · 8 years ago
  56. 2180c52 Orangefs: fix sloppy cleanups of debugfs and sysfs init failures. by Mike Marshall · 8 years ago
  57. a7d3e78 Orangefs: follow_link -> get_link change by Mike Marshall · 8 years ago
  58. 53f57fe Orangefs: Extra sanity insurance on buffer before using string functions on it. by Mike Marshall · 8 years ago
  59. acfcbaf orangefs: make fs_mount_pending static by Martin Brandenburg · 8 years ago
  60. c62da58 orangefs: Avoid symlink upcall if target is too long. by Martin Brandenburg · 8 years ago
  61. 162ada7 Orangefs: improve the POSIXness of interrupted writes... by Mike Marshall · 8 years ago
  62. cf07c0b Orangefs: add a new gossip statement by Mike Marshall · 8 years ago
  63. 9d9e7ba Orangefs: improve gossip statements by Mike Marshall · 8 years ago
  64. 9f08cfe9 Orangefs: update orangefs.txt by Mike Marshall · 8 years ago
  65. ca9f518 Orangefs: code sanitation. by Mike Marshall · 8 years ago
  66. 401898e orangefs: remove unused 'diff' function by Arnd Bergmann · 8 years ago
  67. be81ce4 orangefs: avoid time conversion function by Arnd Bergmann · 8 years ago
  68. 69a23de orangefs: clean up fill_default_sys_attrs by Martin Brandenburg · 8 years ago
  69. 6ceaf78 orangefs: we never lookup with sym_follow set by Martin Brandenburg · 8 years ago
  70. 9c2bcf2 orangefs: remove vestigial async io code by Martin Brandenburg · 8 years ago
  71. 47b4948 orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX by Martin Brandenburg · 8 years ago
  72. ee70fca orangefs: don't d_drop in d_revalidate since the caller will by Martin Brandenburg · 8 years ago
  73. ee3b8d3 orangefs: free readdir buffer index before the dir_emit loop by Martin Brandenburg · 8 years ago
  74. adcf34a Orangefs: code sanitation by Mike Marshall · 8 years ago
  75. d37c0f3 Orangefs: clean up orangefs_kernel_op_s comments. by Mike Marshall · 8 years ago
  76. c1223ca orangefs: get rid of op refcounts by Al Viro · 8 years ago
  77. 05a50a5 orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon by Al Viro · 8 years ago
  78. 5964c1b orangefs: set correct ->downcall.status on failing to copy reply from daemon by Al Viro · 8 years ago
  79. ddb84da Orangefs: remove vestigial ASYNC code by Mike Marshall · 8 years ago
  80. 5253487 Orangefs: make some gossip statements more helpful. by Mike Marshall · 8 years ago
  81. 897c5df orangefs: get rid of op->done by Al Viro · 8 years ago
  82. 82d37f1 orangefs_readdir_index_put(): get rid of bufmap argument by Al Viro · 8 years ago
  83. ea2c9c9 orangefs: bufmap rewrite by Al Viro · 8 years ago
  84. 1780418 orangefs_bufmap_..._query(): don't bother with refcounts by Al Viro · 8 years ago
  85. 05b39a8 orangefs: lift handling of timeouts and attempts count to service_operation() by Al Viro · 8 years ago
  86. c72f15b service_operation(): don't block signals, just use ..._killable by Al Viro · 8 years ago
  87. 98815ad orangefs: sanitize handling of request list by Al Viro · 8 years ago
  88. d2d87a3 orangefs: get rid of loop in wait_for_matching_downcall() by Al Viro · 8 years ago
  89. cf22644 orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG. by Martin Brandenburg · 8 years ago
  90. 78699e2 orangefs: delay freeing slot until cancel completes by Al Viro · 8 years ago
  91. 1357d06 get rid of bufmap argument of orangefs_bufmap_put() by Al Viro · 8 years ago
  92. c0eae8c orangefs: get rid of handle_io_error() by Al Viro · 8 years ago
  93. 7b9761a orangefs: wait_for_direct_io(): restore the position in iter when restarting by Al Viro · 8 years ago
  94. e17be9f orangefs: avoid freeing a slot twice in wait_for_direct_io() by Al Viro · 8 years ago
  95. 6ebcc3f Orangefs: added a couple of WARN_ONs, perhaps just temporarily. by Mike Marshall · 8 years ago
  96. 237f828 orangefs: Do not retrieve size from servers unless it it necessary. by Martin Brandenburg · 8 years ago
  97. 933287d orangefs: Implement inode_operations->permission(). by Martin Brandenburg · 8 years ago
  98. fe88adc orangefs: Only compare attributes specified in orangefs_inode_getattr. by Martin Brandenburg · 8 years ago
  99. 2d4cae0 Orangefs: clean up slab allocation. by Mike Marshall · 8 years ago
  100. 5090c96 Orangefs: improve gossip statement by Mike Marshall · 8 years ago