1. 78699e2 orangefs: delay freeing slot until cancel completes by Al Viro · 9 years ago
  2. 1357d06 get rid of bufmap argument of orangefs_bufmap_put() by Al Viro · 9 years ago
  3. c0eae8c orangefs: get rid of handle_io_error() by Al Viro · 9 years ago
  4. 7b9761a orangefs: wait_for_direct_io(): restore the position in iter when restarting by Al Viro · 9 years ago
  5. e17be9f orangefs: avoid freeing a slot twice in wait_for_direct_io() by Al Viro · 9 years ago
  6. 6ebcc3f Orangefs: added a couple of WARN_ONs, perhaps just temporarily. by Mike Marshall · 9 years ago
  7. 237f828 orangefs: Do not retrieve size from servers unless it it necessary. by Martin Brandenburg · 9 years ago
  8. 933287d orangefs: Implement inode_operations->permission(). by Martin Brandenburg · 9 years ago
  9. fe88adc orangefs: Only compare attributes specified in orangefs_inode_getattr. by Martin Brandenburg · 9 years ago
  10. 2d4cae0 Orangefs: clean up slab allocation. by Mike Marshall · 9 years ago
  11. 5090c96 Orangefs: improve gossip statement by Mike Marshall · 9 years ago
  12. 9910982 orangefs: Fix revalidate. by Martin Brandenburg · 9 years ago
  13. 394f647 orangefs: Util functions shouldn't operate on inode where it can be avoided. by Martin Brandenburg · 9 years ago
  14. 115b93a orangefs: clean up op_alloc() by Al Viro · 9 years ago
  15. b0bc3a7 orangefs: move handle_io_error() to file.c by Al Viro · 9 years ago
  16. 2a9e5c2 orangefs: don't reinvent completion.h... by Al Viro · 9 years ago
  17. 4f55e39 if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting by Al Viro · 9 years ago
  18. 727cbfe orangefs: get rid of MSECS_TO_JIFFIES by Al Viro · 9 years ago
  19. eab9b38 orangefs_clean_up_interrupted_operation: call with op->lock held by Al Viro · 9 years ago
  20. 70c6ea2 orangefs: reduce nesting in wait_for_matching_downcall() by Al Viro · 9 years ago
  21. e1056a9 orangefs: remove cargo-culting spin_lock_irqsave() in service_operation() by Al Viro · 9 years ago
  22. ed42fe0 orangefs: hopefully saner op refcounting and locking by Al Viro · 9 years ago
  23. fee25ce orangefs: make sure that reopening pvfs2-req won't overlap with the end of close by Al Viro · 9 years ago
  24. 96acf9d6 orangefs: nothing should remain in request list and in hash by Al Viro · 9 years ago
  25. 6083194 orangefs: move wakeups into set_op_state_{serviced,purged}() by Al Viro · 9 years ago
  26. ade3d78 orangefs: make wait_for_...downcall() static by Al Viro · 9 years ago
  27. 831d094 orangefs: move wakeups into set_op_state_{serviced,purged}() by Al Viro · 9 years ago
  28. b7ae37b orangefs: make wait_for_...downcall() static by Al Viro · 9 years ago
  29. e07db0a make orangefs_clean_up_interrupted_operation() static by Al Viro · 9 years ago
  30. 1264ddf orangefs: kill orangefs_inode_s ->list by Al Viro · 9 years ago
  31. fc916da orangefs: get rid of <censored> macros by Al Viro · 9 years ago
  32. 90e54e3 orangefs: ->poll() doesn't need spinlock by Al Viro · 9 years ago
  33. 8016387 orangefs: kill ioctl32 rudiments by Al Viro · 9 years ago
  34. 83595db orangefs: ->poll() is only called between successful ->open() and ->release() by Al Viro · 9 years ago
  35. fb6d252 orangefs: generic_file_open() is pointless for character devices by Al Viro · 9 years ago
  36. 3e1dd9a orangefs: use DEFINE_MUTEX (and mutex_init() had been too late) by Al Viro · 9 years ago
  37. cf0c277 Orangefs: make gossip statement more palatable to xtensa by Mike Marshall · 9 years ago
  38. 1808f8c Orangefs: add verification to decode_dirents by Mike Marshall · 9 years ago
  39. be57366 Orangefs: make .statfs gossip_debug more complete. by Mike Marshall · 9 years ago
  40. 569dbfc Orangefs: define a minimum compatible userspace version. by Mike Marshall · 9 years ago
  41. 4c27b32 Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream" by Mike Marshall · 9 years ago
  42. c817e26 Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count. by Mike Marshall · 9 years ago
  43. b3ae475 Orangefs: implement .write_iter by Mike Marshall · 9 years ago
  44. 7d22148 orangefs: Fix some more global namespace pollution. by Martin Brandenburg · 9 years ago
  45. c146c0b orangefs: Don't pollute global namespace by Richard Weinberger · 9 years ago
  46. acaca36 OrangeFS: constify export_operations structures by Julia Lawall · 9 years ago
  47. f987f4c Orangefs: don't trigger copy_attributes_to_inode from d_revalidate. by Mike Marshall · 9 years ago
  48. eb57bcc orangefs: fix typo in ornagefs_inode_lock by Arnd Bergmann · 9 years ago
  49. dde58ca Orangefs: use kzalloc for kmalloc + memset 0 by Nicholas Mc Guire · 9 years ago
  50. 62441fa Orangefs: validate resp.listxattr.returned_count by Mike Marshall · 9 years ago
  51. fef8b67 Orangefs: don't use deprecated xattr defines. by Mike Marshall · 9 years ago
  52. b09d10d orangefs: Do not unref if there is no bufmap. by Martin Brandenburg · 9 years ago
  53. 765a75b orangefs: Remove useless inline qualifier from bufmap functions. by Martin Brandenburg · 9 years ago
  54. bf89f58 orangefs: Change visibility of several bufmap helpers to static. by Martin Brandenburg · 9 years ago
  55. a762ae6 orangefs: Remove ``aligned'' upcall and downcall length macros. by Martin Brandenburg · 9 years ago
  56. 90d26aa Orangefs: do not finalize bufmap if it was never initialized. by Martin Brandenburg · 9 years ago
  57. ce6c414 Orangefs: Don't wait the old-fashioned way. by Mike Marshall · 9 years ago
  58. 97f1002 Orangefs: de-uglify orangefs_devreq_writev, and devorangefs-req.c in general by Mike Marshall · 9 years ago
  59. b4cf67a Orangef: remove overlooked old-style userspace debug parts by Mike Marshall · 9 years ago
  60. b5e376e Orangefs: improve comments by Mike Marshall · 9 years ago
  61. 7cec28e Orangefs: don't keep checking stuff in on Friday afternoon. by Mike Marshall · 9 years ago
  62. e91f1c8 Orangefs: don't expose internal details of pathname resolution to userspace. by Mike Marshall · 9 years ago
  63. 575e946 Orangefs: change pvfs2 filenames to orangefs by Mike Marshall · 9 years ago
  64. 8bb8aef OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. by Yi Liu · 9 years ago
  65. 555fa0f fs: out of bounds on stack in iov_iter_advance by Al Viro · 9 years ago
  66. 24c8d08 Orangefs: Clean up pvfs2_devreq_read. by Martin Brandenburg · 9 years ago
  67. f0ed441 Orangefs: Remove upcall trailers which are not used. by Martin Brandenburg · 9 years ago
  68. b5bbc84 Orangefs: fix gossip statement by Mike Marshall · 9 years ago
  69. 6d0dd76 Orangefs: Remove unused #defines from signal blocking code. by Martin Brandenburg · 9 years ago
  70. 3f1b694 Orangefs: set pos after generic_write_checks by Mike Marshall · 9 years ago
  71. 8092895 orangefs: validate the response in decode_dirents() by Al Viro · 9 years ago
  72. ade1d48 orangefs: don't leave uninitialized data in ->trailer_buf by Al Viro · 9 years ago
  73. 9be68b0 orangefs: get rid of dec_string and enc_string by Al Viro · 9 years ago
  74. ef4af94 orangefs: switch decode_dirents() to use of kcalloc() by Al Viro · 9 years ago
  75. 5714156 orangefs: sanitize pvfs2_convert_time_field() by Al Viro · 9 years ago
  76. aada5c5 orangefs: kill pointless ->link() and ->mknod() by Al Viro · 9 years ago
  77. 75992b0 pvfs2_fill_sb(): use kzalloc() by Al Viro · 9 years ago
  78. 5c0dbbc orangefs: kill struct pvfs2_mount_sb_info_s by Al Viro · 9 years ago
  79. b05a785 orangefs: double iput() in case of d_make_root() failure by Al Viro · 9 years ago
  80. 16742f2 orangefs: use get_user_pages_fast(), not get_user_pages() by Al Viro · 9 years ago
  81. a0435ca orangefs: kill kmap/kunmap wrappers by Al Viro · 9 years ago
  82. 74f68fc orangefs: make pvfs2_inode_read() take iov_iter by Al Viro · 9 years ago
  83. 0071ed1 orangefs: make do_readv_writev() take iov_iter by Al Viro · 9 years ago
  84. dc4067f orangefs: don't bother with splitting iovecs by Al Viro · 9 years ago
  85. 3c2fcfc orangefs: make wait_for_direct_io() take iov_iter by Al Viro · 9 years ago
  86. a5c126a orangefs: make precopy_buffers() take iov_iter by Al Viro · 9 years ago
  87. 5f0e3c9 orangefs: make postcopy_buffers() take iov_iter by Al Viro · 9 years ago
  88. 34204fd pvfs_bufmap_copy_from_iovec(): don't rely upon size being equal to iov_iter_count(iter) by Al Viro · 9 years ago
  89. 5c27822 orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec() by Al Viro · 9 years ago
  90. 5480494 Orangefs: fix some checkpatch.pl complaints that had creeped in. by Mike Marshall · 9 years ago
  91. 894ac43 Orangefs: Clean up error decoding. by Martin Brandenburg · 9 years ago
  92. 3539080 Orangefs: Use readonly mmap since writepage is not implemented. by Martin Brandenburg · 9 years ago
  93. 1be21f8 Orangefs: don't use mount_nodev, use sget directly. by Mike Marshall · 9 years ago
  94. 8c3905a Orangefs: update signal blocking code before Oleg sees it. by Mike Marshall · 9 years ago
  95. 50e0158 Orangefs: Don't opencode memcpy. by Mike Marshall · 9 years ago
  96. f957ae2 Orangefs: choose return codes from among the expected ones. by Mike Marshall · 9 years ago
  97. d6fe654 Orangefs: put PVFS_util_min out of its misery. by Mike Marshall · 9 years ago
  98. 88309aa Orangefs: fix dir_emit code in pvfs2_readdir. by Mike Marshall · 9 years ago
  99. 4d1c440 Orangefs: use iov_iter interface by Mike Marshall · 9 years ago
  100. 81b784b Orangefs: Swap order of include files by Guenter Roeck · 9 years ago