1. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  2. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  3. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  4. 5039750 ocfs2: Expose the file system state via debugfs by Sunil Mushran · 16 years ago
  5. 28d57d4 ocfs2: add IO error check in ocfs2_get_sector() by wengang wang · 15 years ago
  6. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 15 years ago
  7. ea455f8 ocfs2: Push out dropping of dentry lock to ocfs2_wq by Jan Kara · 16 years ago
  8. d030cc9 ocfs2: Validate superblock with checksum and ecc. by Joel Becker · 16 years ago
  9. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  10. 171bf93 ocfs2: Periodic quota syncing by Mark Fasheh · 16 years ago
  11. 9e33d69 ocfs2: Implementation of local and global quota file handling by Jan Kara · 16 years ago
  12. 1a224ad ocfs2: Assign feature bits and system inodes to quota feature and quota files by Jan Kara · 16 years ago
  13. a68979b ocfs2: add mount option and Kconfig option for acl by Tiger Yang · 16 years ago
  14. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  15. b0f73cf ocfs2: Add xattr mount option in ocfs2_show_options() by Sunil Mushran · 16 years ago
  16. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  17. 12462f1 ocfs2: Add the 'inode64' mount option. by Joel Becker · 16 years ago
  18. 8154da3 ocfs2: Add incompatible flag for extended attribute by Tiger Yang · 16 years ago
  19. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  20. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  21. 9c7af40 ocfs2: throttle back local alloc when low on disk space by Mark Fasheh · 16 years ago
  22. ebcee4b ocfs2: Track local alloc bits internally by Mark Fasheh · 16 years ago
  23. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  24. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  25. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  26. 01af482 ocfs2: Handle error during journal load by Wengang Wang · 16 years ago
  27. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  28. b61817e ocfs2: Add the USERSPACE_STACK incompat bit. by Joel Becker · 16 years ago
  29. 286eaa9 ocfs2: Break out stackglue into modules. by Joel Becker · 16 years ago
  30. 63e0c48 ocfs2: Clean up stackglue initialization by Joel Becker · 16 years ago
  31. 0abd6d1 ocfs2: Fill node number during cluster stack init by Mark Fasheh · 16 years ago
  32. 6953b4c ocfs2: Move o2hb functionality into the stack glue. by Joel Becker · 16 years ago
  33. 19fdb62 ocfs2: Abstract out node number queries. by Joel Becker · 16 years ago
  34. 4670c46 ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API. by Joel Becker · 16 years ago
  35. 24ef181 ocfs2: Separate out dlm lock functions. by Joel Becker · 16 years ago
  36. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 16 years ago
  37. 8e8a460 ocfs2: Move slot map access into slot_map.c by Mark Fasheh · 16 years ago
  38. d24fbcd ocfs2: Negotiate locking protocol versions. by Joel Becker · 16 years ago
  39. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 17 years ago
  40. 53fc622 [PATCH 2/2] ocfs2: cluster aware flock() by Mark Fasheh · 17 years ago
  41. 2fbe8d1 ocfs2: Local alloc window size changeable via mount option by Sunil Mushran · 17 years ago
  42. d147b3d ocfs2: Support commit= mount option by Mark Fasheh · 17 years ago
  43. e9d578a ocfs2: Initalize bitmap_cpg of ocfs2_super to be the maximum. by Tao Ma · 17 years ago
  44. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  45. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  46. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  47. 6f7b056 ocfs2: Remove fs dependency on ocfs2_heartbeat module by Mark Fasheh · 17 years ago
  48. e001e79 ocfs2: Reset journal parameters after s_mount_opt update by Mark Fasheh · 17 years ago
  49. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  50. bddb8eb3 [PATCH] fs/ocfs2/: removed unneeded initial value and function's return value by Denis Cheng · 17 years ago
  51. d550071 ocfs2: Implement show_options() by Sunil Mushran · 17 years ago
  52. 19b613d ocfs2: Clear slot map when umounting a local volume by Mark Fasheh · 17 years ago
  53. c0123ad [PATCH] ocfs2: fix mount option parsing by Tiger Yang · 17 years ago
  54. e0dceaf ocfs2: set non-default s_time_gran during mount by Mark Fasheh · 17 years ago
  55. 5a25403 ocfs2: Fix max offset calculations by Mark Fasheh · 17 years ago
  56. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  57. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  58. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 17 years ago
  59. baf4661 ocfs2: Add "preferred slot" mount option by Sunil Mushran · 17 years ago
  60. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  61. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  62. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  63. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  64. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  65. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  66. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  67. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  68. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  69. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  70. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  71. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  72. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  73. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  74. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  75. daf29e9 ocfs2: remove unused ocfs2_handle_add_lock() by Mark Fasheh · 18 years ago
  76. 02928a7 ocfs2: remove unused ocfs2_handle_add_inode() by Mark Fasheh · 18 years ago
  77. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  78. 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  79. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  80. 1ba9da2 ocfs2: manually d_move() during ocfs2_rename() by Mark Fasheh · 18 years ago
  81. 101ebf2 ocfs2: limit cluster bitmap information saved at mount by Mark Fasheh · 18 years ago
  82. 7842704 ocfs2: clean up some osb fields by Mark Fasheh · 18 years ago
  83. a75a6e4 ocfs2: fix init of uuid_net_key by Mark Fasheh · 18 years ago
  84. 781ee3e ocfs2: Cleanup message prints by Sunil Mushran · 18 years ago
  85. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  86. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  87. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  88. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  89. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  90. ac2b898 [PATCH] slab: Remove SLAB_NO_REAP option by Christoph Lameter · 18 years ago
  91. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 18 years ago
  92. ebdec83 [PATCH] BUG_ON() Conversion in fs/ocfs2/ by Eric Sesterhenn / snakebyte · 18 years ago
  93. c74ec2f [PATCH] ocfs2: Semaphore to mutex conversion. by Arjan van de Ven · 19 years ago
  94. 251b6ec [OCFS2] Make ip_io_sem a mutex by Mark Fasheh · 19 years ago
  95. 7892f2f [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock by Ingo Molnar · 19 years ago
  96. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago