1. c435400 ocfs2: truncate outstanding block after direct io failure by Dmitri Monakhov · 16 years ago
  2. fa38e92 ocfs2: Fix check of return value of ocfs2_start_trans() by Jan Kara · 16 years ago
  3. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  4. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  5. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  6. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  7. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  8. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  9. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  10. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  11. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  12. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  13. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  14. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  15. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  16. 53da493 ocfs2: POSIX file locks support by Mark Fasheh · 16 years ago
  17. 00dc417 ocfs2: fiemap support by Mark Fasheh · 16 years ago
  18. c259ae5 [PATCH] ocfs2: Release mutex in error handling code by Julia Lawall · 16 years ago
  19. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  20. 56753bd ocfs2: Silence an error message in ocfs2_file_aio_read() by Sunil Mushran · 16 years ago
  21. bc53580 ocfs2: Allow uid/gid/perm changes of symlinks by Sunil Mushran · 16 years ago
  22. c9ec148 ocfs2: Convert ocfs2 over to unlocked_ioctl by Andi Kleen · 16 years ago
  23. 634bf74 ocfs2: printf fixes by Jan Kara · 17 years ago
  24. 32c3c0e ocfs2: Use generic_file_llseek by Jan Kara · 17 years ago
  25. 53fc622 [PATCH 2/2] ocfs2: cluster aware flock() by Mark Fasheh · 17 years ago
  26. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  27. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  28. b1967d0 ocfs2: reverse inline-data truncate args by Mark Fasheh · 17 years ago
  29. 9ea2d32 ocfs2: Commit journal on sync writes by Mark Fasheh · 17 years ago
  30. b6af1bc ocfs2: convert to new aops by Nick Piggin · 17 years ago
  31. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  32. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  33. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  34. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  35. ce76fd3 ocfs2: check ia_size limits in setattr by Mark Fasheh · 17 years ago
  36. 7c08d70 ocfs2: Fix some casting errors related to file writes by Mark Fasheh · 17 years ago
  37. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  38. c11e9fa ocfs2: Restrict inode changes in ocfs2_update_inode_atime() by Mark Fasheh · 17 years ago
  39. 3836df6 ocfs2: bad kunmap_atomic() by Jens Axboe · 17 years ago
  40. 385820a ocfs2: ->fallocate() support by Mark Fasheh · 17 years ago
  41. 8e1c091 arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  42. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 17 years ago
  43. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  44. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  45. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  46. b27b7cb ocfs2: support writing of unwritten extents by Mark Fasheh · 17 years ago
  47. 7307de8 ocfs2: shared writeable mmap by Mark Fasheh · 17 years ago
  48. 3a307ff ocfs2: rework ocfs2_buffered_write_cluster() by Mark Fasheh · 17 years ago
  49. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 17 years ago
  50. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  51. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  52. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  53. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  54. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  55. d9b08b9 [PATCH] ocfs2: use generic_segment_checks by Christoph Hellwig · 17 years ago
  56. 1024c90 ocfs2: unmap_mapping_range() in ocfs2_truncate() by Mark Fasheh · 17 years ago
  57. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  58. 6cb129f [PATCH] fs/ocfs2/: make 3 functions static by Adrian Bunk · 17 years ago
  59. 586d232 ocfs2: Implement compat_ioctl() by Mark Fasheh · 17 years ago
  60. 7cdfc3a ocfs2: Remember rw lock level during direct io by Mark Fasheh · 17 years ago
  61. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  62. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  63. e48edee ocfs2: make room for unwritten extents flag by Mark Fasheh · 17 years ago
  64. 6af67d8 ocfs2: Use own splice write actor by Mark Fasheh · 17 years ago
  65. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  66. 9517bac ocfs2: teach ocfs2_file_aio_write() about sparse files by Mark Fasheh · 17 years ago
  67. abf8b15 ocfs2: abstract out allocation locking by Mark Fasheh · 17 years ago
  68. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 17 years ago
  69. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 17 years ago
  70. a9f5f70 ocfs2: filter more error prints by Mark Fasheh · 17 years ago
  71. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  72. 6c2aad0 ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime() by Mark Fasheh · 18 years ago
  73. 0333394 ocfs2: don't print error in ocfs2_permission() by Mark Fasheh · 18 years ago
  74. 7e913c5 [PATCH] ocfs2: relative atime support by Mark Fasheh · 18 years ago
  75. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  76. d38eb8d ocfs2: implement i_op->permission by Tiger Yang · 18 years ago
  77. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  78. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  79. 8659ac2 ocfs2: Add splice support by Tiger Yang · 18 years ago
  80. e88d0c9 ocfs2: Remove ocfs2_write_should_remove_suid() by Mark Fasheh · 18 years ago
  81. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  82. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  83. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  84. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  85. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  86. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  87. e2057c5 ocfs2: cond_resched() in ocfs2_zero_extend() by Mark Fasheh · 18 years ago
  88. 0effef7 ocfs2: fix page zeroing during simple extends by Mark Fasheh · 18 years ago
  89. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  90. ca4d147 ocfs2: add ext2 attributes by Herbert Poetzl · 18 years ago
  91. c4374f8 ocfs2: take meta data lock in ocfs2_file_aio_read() by Mark Fasheh · 18 years ago
  92. 53013cb ocfs2: take data locks around extend by Mark Fasheh · 18 years ago
  93. ab0920c ocfs2: multi node truncate fix by Mark Fasheh · 18 years ago
  94. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  95. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  96. d267a56 [PATCH] ocfs2: remove unused code by Mark Fasheh · 18 years ago
  97. 215c7f9 [PATCH] ocfs2: fix compile warnings by Mark Fasheh · 18 years ago
  98. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  99. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  100. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago