1. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
  2. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  3. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  4. 837711f ocfs2: return f_fsid info in ocfs2_statfs() by Coly Li · 16 years ago
  5. 57b09bb ocfs2: Set MS_POSIXACL on remount by Jan Kara · 15 years ago
  6. 5297aad ocfs2: Make acl use the default by Jan Kara · 15 years ago
  7. e6aabe0 ocfs2: Always include ACL support by Jan Kara · 15 years ago
  8. fb5cbe9 ocfs2: Return -EINVAL when a device is not ocfs2. by Joel Becker · 15 years ago
  9. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  10. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  11. b64ada6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  12. a2f2ddb ocfs2: __ocfs2_abort() should not enable panic for local mounts by Sunil Mushran · 15 years ago
  13. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  14. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  15. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  16. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  17. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  18. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 16 years ago
  19. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 16 years ago
  20. 5fd1318 ocfs2: Don't oops in ocfs2_kill_sb on a failed mount by Jan Kara · 15 years ago
  21. 1c1d979 ocfs2: Fix initialization of blockcheck stats by Jan Kara · 15 years ago
  22. f7b1aa6 ocfs2: Fix deadlock on umount by Jan Kara · 15 years ago
  23. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  24. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  25. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  26. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  27. c3d3884 ocfs2: Fix ocfs2_osb_dump() by Sunil Mushran · 15 years ago
  28. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 300df7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  30. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  31. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  32. 94cb993 ocfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  33. 06c59bb ocfs2: Remove redundant gotos in ocfs2_mount_volume() by Tao Ma · 15 years ago
  34. 73be192 ocfs2: Add statistics for the checksum and ecc operations. by Joel Becker · 16 years ago
  35. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 15 years ago
  36. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  37. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  38. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  39. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  40. 5039750 ocfs2: Expose the file system state via debugfs by Sunil Mushran · 16 years ago
  41. 28d57d4 ocfs2: add IO error check in ocfs2_get_sector() by wengang wang · 16 years ago
  42. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 15 years ago
  43. ea455f8 ocfs2: Push out dropping of dentry lock to ocfs2_wq by Jan Kara · 16 years ago
  44. d030cc9 ocfs2: Validate superblock with checksum and ecc. by Joel Becker · 16 years ago
  45. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  46. 171bf93 ocfs2: Periodic quota syncing by Mark Fasheh · 16 years ago
  47. 9e33d69 ocfs2: Implementation of local and global quota file handling by Jan Kara · 16 years ago
  48. 1a224ad ocfs2: Assign feature bits and system inodes to quota feature and quota files by Jan Kara · 16 years ago
  49. a68979b ocfs2: add mount option and Kconfig option for acl by Tiger Yang · 16 years ago
  50. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  51. b0f73cf ocfs2: Add xattr mount option in ocfs2_show_options() by Sunil Mushran · 16 years ago
  52. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  53. 12462f1 ocfs2: Add the 'inode64' mount option. by Joel Becker · 16 years ago
  54. 8154da3 ocfs2: Add incompatible flag for extended attribute by Tiger Yang · 16 years ago
  55. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  56. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  57. 9c7af40 ocfs2: throttle back local alloc when low on disk space by Mark Fasheh · 16 years ago
  58. ebcee4b ocfs2: Track local alloc bits internally by Mark Fasheh · 16 years ago
  59. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  60. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  61. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  62. 01af482 ocfs2: Handle error during journal load by Wengang Wang · 16 years ago
  63. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  64. b61817e ocfs2: Add the USERSPACE_STACK incompat bit. by Joel Becker · 17 years ago
  65. 286eaa9 ocfs2: Break out stackglue into modules. by Joel Becker · 17 years ago
  66. 63e0c48 ocfs2: Clean up stackglue initialization by Joel Becker · 17 years ago
  67. 0abd6d1 ocfs2: Fill node number during cluster stack init by Mark Fasheh · 17 years ago
  68. 6953b4c ocfs2: Move o2hb functionality into the stack glue. by Joel Becker · 17 years ago
  69. 19fdb62 ocfs2: Abstract out node number queries. by Joel Becker · 17 years ago
  70. 4670c46 ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API. by Joel Becker · 17 years ago
  71. 24ef181 ocfs2: Separate out dlm lock functions. by Joel Becker · 17 years ago
  72. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 17 years ago
  73. 8e8a460 ocfs2: Move slot map access into slot_map.c by Mark Fasheh · 17 years ago
  74. d24fbcd ocfs2: Negotiate locking protocol versions. by Joel Becker · 17 years ago
  75. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 17 years ago
  76. 53fc622 [PATCH 2/2] ocfs2: cluster aware flock() by Mark Fasheh · 17 years ago
  77. 2fbe8d1 ocfs2: Local alloc window size changeable via mount option by Sunil Mushran · 17 years ago
  78. d147b3d ocfs2: Support commit= mount option by Mark Fasheh · 17 years ago
  79. e9d578a ocfs2: Initalize bitmap_cpg of ocfs2_super to be the maximum. by Tao Ma · 17 years ago
  80. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  81. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  82. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  83. 6f7b056 ocfs2: Remove fs dependency on ocfs2_heartbeat module by Mark Fasheh · 17 years ago
  84. e001e79 ocfs2: Reset journal parameters after s_mount_opt update by Mark Fasheh · 17 years ago
  85. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  86. bddb8eb3 [PATCH] fs/ocfs2/: removed unneeded initial value and function's return value by Denis Cheng · 17 years ago
  87. d550071 ocfs2: Implement show_options() by Sunil Mushran · 17 years ago
  88. 19b613d ocfs2: Clear slot map when umounting a local volume by Mark Fasheh · 17 years ago
  89. c0123ad [PATCH] ocfs2: fix mount option parsing by Tiger Yang · 17 years ago
  90. e0dceaf ocfs2: set non-default s_time_gran during mount by Mark Fasheh · 17 years ago
  91. 5a25403 ocfs2: Fix max offset calculations by Mark Fasheh · 17 years ago
  92. a00cce3 ocfs2: use s_maxbytes directly in ocfs2_change_file_space() by Mark Fasheh · 17 years ago
  93. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  94. b258010 ocfs2: Support xfs style space reservation ioctls by Mark Fasheh · 17 years ago
  95. baf4661 ocfs2: Add "preferred slot" mount option by Sunil Mushran · 17 years ago
  96. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  97. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  98. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  99. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  100. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 18 years ago