1. e8da254 orangefs: move code which sets i_link to orangefs_inode_getattr by Martin Brandenburg · 8 years ago
  2. 05d31c5 orangefs: remove needless wrapper around GFP_KERNEL by Martin Brandenburg · 8 years ago
  3. 93d53a4 orangefs: remove wrapper around mutex_lock(&inode->i_mutex) by Martin Brandenburg · 8 years ago
  4. 2666263 orangefs: refactor inode type or link_target change detection by Martin Brandenburg · 8 years ago
  5. 5859d77 orangefs: use new getattr for revalidate and remove old getattr by Martin Brandenburg · 8 years ago
  6. 8f24928 orangefs: use new getattr in inode getattr and permission by Martin Brandenburg · 8 years ago
  7. e2f7f0d orangefs: use new orangefs_inode_getattr to get size in write and llseek by Martin Brandenburg · 8 years ago
  8. 075cca5 orangefs: use new orangefs_inode_getattr to create new inodes by Martin Brandenburg · 8 years ago
  9. 3c9cf98 orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr by Martin Brandenburg · 8 years ago
  10. d57521a orangefs: remove inode->i_lock wrapper by Martin Brandenburg · 8 years ago
  11. 2f83ace orangefs: put register_chrdev immediately before register_filesystem by Martin Brandenburg · 8 years ago
  12. a4c680a orangefs: remove paranoia in orangefs_set_inode by Martin Brandenburg · 8 years ago
  13. 02a5cc5 orangefs: sanitize listxattr and return EIO on impossible values by Martin Brandenburg · 8 years ago
  14. 5e06664 orangefs: remove unused reference to xattr key length by Martin Brandenburg · 8 years ago
  15. 1a0ce16 Orangefs: adjust unwind on module init failure. by Mike Marshall · 8 years ago
  16. 2180c52 Orangefs: fix sloppy cleanups of debugfs and sysfs init failures. by Mike Marshall · 8 years ago
  17. a7d3e78 Orangefs: follow_link -> get_link change by Mike Marshall · 8 years ago
  18. 53f57fe Orangefs: Extra sanity insurance on buffer before using string functions on it. by Mike Marshall · 8 years ago
  19. acfcbaf orangefs: make fs_mount_pending static by Martin Brandenburg · 8 years ago
  20. c62da58 orangefs: Avoid symlink upcall if target is too long. by Martin Brandenburg · 8 years ago
  21. 162ada7 Orangefs: improve the POSIXness of interrupted writes... by Mike Marshall · 8 years ago
  22. cf07c0b Orangefs: add a new gossip statement by Mike Marshall · 8 years ago
  23. 9d9e7ba Orangefs: improve gossip statements by Mike Marshall · 8 years ago
  24. 9f08cfe9 Orangefs: update orangefs.txt by Mike Marshall · 8 years ago
  25. ca9f518 Orangefs: code sanitation. by Mike Marshall · 8 years ago
  26. 401898e orangefs: remove unused 'diff' function by Arnd Bergmann · 8 years ago
  27. be81ce4 orangefs: avoid time conversion function by Arnd Bergmann · 8 years ago
  28. 69a23de orangefs: clean up fill_default_sys_attrs by Martin Brandenburg · 8 years ago
  29. 6ceaf78 orangefs: we never lookup with sym_follow set by Martin Brandenburg · 8 years ago
  30. 9c2bcf2 orangefs: remove vestigial async io code by Martin Brandenburg · 8 years ago
  31. 47b4948 orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX by Martin Brandenburg · 8 years ago
  32. ee70fca orangefs: don't d_drop in d_revalidate since the caller will by Martin Brandenburg · 8 years ago
  33. ee3b8d3 orangefs: free readdir buffer index before the dir_emit loop by Martin Brandenburg · 8 years ago
  34. adcf34a Orangefs: code sanitation by Mike Marshall · 8 years ago
  35. d37c0f3 Orangefs: clean up orangefs_kernel_op_s comments. by Mike Marshall · 8 years ago
  36. c1223ca orangefs: get rid of op refcounts by Al Viro · 8 years ago
  37. 05a50a5 orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon by Al Viro · 8 years ago
  38. 5964c1b orangefs: set correct ->downcall.status on failing to copy reply from daemon by Al Viro · 8 years ago
  39. ddb84da Orangefs: remove vestigial ASYNC code by Mike Marshall · 8 years ago
  40. 5253487 Orangefs: make some gossip statements more helpful. by Mike Marshall · 8 years ago
  41. 897c5df orangefs: get rid of op->done by Al Viro · 8 years ago
  42. 82d37f1 orangefs_readdir_index_put(): get rid of bufmap argument by Al Viro · 8 years ago
  43. ea2c9c9 orangefs: bufmap rewrite by Al Viro · 8 years ago
  44. 1780418 orangefs_bufmap_..._query(): don't bother with refcounts by Al Viro · 8 years ago
  45. 05b39a8 orangefs: lift handling of timeouts and attempts count to service_operation() by Al Viro · 8 years ago
  46. c72f15b service_operation(): don't block signals, just use ..._killable by Al Viro · 8 years ago
  47. 98815ad orangefs: sanitize handling of request list by Al Viro · 8 years ago
  48. d2d87a3 orangefs: get rid of loop in wait_for_matching_downcall() by Al Viro · 8 years ago
  49. cf22644 orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG. by Martin Brandenburg · 8 years ago
  50. 78699e2 orangefs: delay freeing slot until cancel completes by Al Viro · 8 years ago
  51. 1357d06 get rid of bufmap argument of orangefs_bufmap_put() by Al Viro · 8 years ago
  52. c0eae8c orangefs: get rid of handle_io_error() by Al Viro · 8 years ago
  53. 7b9761a orangefs: wait_for_direct_io(): restore the position in iter when restarting by Al Viro · 8 years ago
  54. e17be9f orangefs: avoid freeing a slot twice in wait_for_direct_io() by Al Viro · 8 years ago
  55. 6ebcc3f Orangefs: added a couple of WARN_ONs, perhaps just temporarily. by Mike Marshall · 8 years ago
  56. 237f828 orangefs: Do not retrieve size from servers unless it it necessary. by Martin Brandenburg · 8 years ago
  57. 933287d orangefs: Implement inode_operations->permission(). by Martin Brandenburg · 8 years ago
  58. fe88adc orangefs: Only compare attributes specified in orangefs_inode_getattr. by Martin Brandenburg · 8 years ago
  59. 2d4cae0 Orangefs: clean up slab allocation. by Mike Marshall · 8 years ago
  60. 5090c96 Orangefs: improve gossip statement by Mike Marshall · 8 years ago
  61. 9910982 orangefs: Fix revalidate. by Martin Brandenburg · 8 years ago
  62. 394f647 orangefs: Util functions shouldn't operate on inode where it can be avoided. by Martin Brandenburg · 8 years ago
  63. 115b93a orangefs: clean up op_alloc() by Al Viro · 8 years ago
  64. b0bc3a7 orangefs: move handle_io_error() to file.c by Al Viro · 8 years ago
  65. 2a9e5c2 orangefs: don't reinvent completion.h... by Al Viro · 8 years ago
  66. 4f55e39 if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting by Al Viro · 8 years ago
  67. 727cbfe orangefs: get rid of MSECS_TO_JIFFIES by Al Viro · 8 years ago
  68. eab9b38 orangefs_clean_up_interrupted_operation: call with op->lock held by Al Viro · 8 years ago
  69. 70c6ea2 orangefs: reduce nesting in wait_for_matching_downcall() by Al Viro · 8 years ago
  70. e1056a9 orangefs: remove cargo-culting spin_lock_irqsave() in service_operation() by Al Viro · 8 years ago
  71. ed42fe0 orangefs: hopefully saner op refcounting and locking by Al Viro · 8 years ago
  72. fee25ce orangefs: make sure that reopening pvfs2-req won't overlap with the end of close by Al Viro · 8 years ago
  73. 96acf9d6 orangefs: nothing should remain in request list and in hash by Al Viro · 8 years ago
  74. 6083194 orangefs: move wakeups into set_op_state_{serviced,purged}() by Al Viro · 8 years ago
  75. ade3d78 orangefs: make wait_for_...downcall() static by Al Viro · 8 years ago
  76. 831d094 orangefs: move wakeups into set_op_state_{serviced,purged}() by Al Viro · 8 years ago
  77. b7ae37b orangefs: make wait_for_...downcall() static by Al Viro · 8 years ago
  78. e07db0a make orangefs_clean_up_interrupted_operation() static by Al Viro · 8 years ago
  79. 1264ddf orangefs: kill orangefs_inode_s ->list by Al Viro · 8 years ago
  80. fc916da orangefs: get rid of <censored> macros by Al Viro · 8 years ago
  81. 90e54e3 orangefs: ->poll() doesn't need spinlock by Al Viro · 8 years ago
  82. 8016387 orangefs: kill ioctl32 rudiments by Al Viro · 8 years ago
  83. 83595db orangefs: ->poll() is only called between successful ->open() and ->release() by Al Viro · 8 years ago
  84. fb6d252 orangefs: generic_file_open() is pointless for character devices by Al Viro · 8 years ago
  85. 3e1dd9a orangefs: use DEFINE_MUTEX (and mutex_init() had been too late) by Al Viro · 8 years ago
  86. cf0c277 Orangefs: make gossip statement more palatable to xtensa by Mike Marshall · 8 years ago
  87. 1808f8c Orangefs: add verification to decode_dirents by Mike Marshall · 8 years ago
  88. be57366 Orangefs: make .statfs gossip_debug more complete. by Mike Marshall · 8 years ago
  89. 569dbfc Orangefs: define a minimum compatible userspace version. by Mike Marshall · 8 years ago
  90. 4c27b32 Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream" by Mike Marshall · 8 years ago
  91. c817e26 Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count. by Mike Marshall · 8 years ago
  92. b3ae475 Orangefs: implement .write_iter by Mike Marshall · 8 years ago
  93. 7d22148 orangefs: Fix some more global namespace pollution. by Martin Brandenburg · 8 years ago
  94. c146c0b orangefs: Don't pollute global namespace by Richard Weinberger · 8 years ago
  95. acaca36 OrangeFS: constify export_operations structures by Julia Lawall · 8 years ago
  96. f987f4c Orangefs: don't trigger copy_attributes_to_inode from d_revalidate. by Mike Marshall · 8 years ago
  97. eb57bcc orangefs: fix typo in ornagefs_inode_lock by Arnd Bergmann · 8 years ago
  98. dde58ca Orangefs: use kzalloc for kmalloc + memset 0 by Nicholas Mc Guire · 8 years ago
  99. 62441fa Orangefs: validate resp.listxattr.returned_count by Mike Marshall · 8 years ago
  100. fef8b67 Orangefs: don't use deprecated xattr defines. by Mike Marshall · 8 years ago