1. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 13 years ago
  2. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  3. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  4. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  5. fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  6. 7bdb0d1 ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes. by Tristan Ye · 14 years ago
  7. 75d9bbc Initialize max_slots early by Goldwyn Rodrigues · 14 years ago
  8. 2c44271 by Sunil Mushran · 14 years ago
  9. 98f486f by Sunil Mushran · 14 years ago
  10. 6005679 BKL: Remove BKL from OCFS2 by Arnd Bergmann · 14 years ago
  11. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  12. b4d693f ocfs2: Cache system inodes of other slots. by Tao Ma · 14 years ago
  13. 3bdb8ef OCFS2: Allow huge (> 16 TiB) volumes to mount by Patrick J. LoPresti · 14 years ago
  14. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  15. 066d92d convert ocfs2 to ->evict_inode() by Al Viro · 14 years ago
  16. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  17. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  18. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  19. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  20. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  21. eea7feb ocfs2: Fix use after free on remount read-only by Jan Kara · 14 years ago
  22. c06bcbf ocfs2: Fix lock inversion in quotas during umount by Jan Kara · 14 years ago
  23. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  24. e4b963f ocfs2: Wrap signal blocking in void functions. by Joel Becker · 15 years ago
  25. 4b37fcb ocfs2: Make nointr a default mount option by Sunil Mushran · 14 years ago
  26. 83f9231 ocfs2: Add dir_resv_level mount option by Mark Fasheh · 14 years ago
  27. 6b82021 ocfs2: increase the default size of local alloc windows by Mark Fasheh · 14 years ago
  28. 73c8a80 ocfs2: clean up localalloc mount option size parsing by Mark Fasheh · 14 years ago
  29. 4fe370a ocfs2: use allocation reservations during file write by Mark Fasheh · 15 years ago
  30. d02f00c ocfs2: allocation reservations by Mark Fasheh · 15 years ago
  31. 8571882 ocfs2: ocfs2_group_bitmap_size has to handle old volume. by Tao Ma · 14 years ago
  32. 4cbe424 ocfs2: Define data structures for discontiguous block groups. by Joel Becker · 14 years ago
  33. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  34. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 14 years ago
  35. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  36. 837711f ocfs2: return f_fsid info in ocfs2_statfs() by Coly Li · 15 years ago
  37. 57b09bb ocfs2: Set MS_POSIXACL on remount by Jan Kara · 15 years ago
  38. 5297aad ocfs2: Make acl use the default by Jan Kara · 15 years ago
  39. e6aabe0 ocfs2: Always include ACL support by Jan Kara · 15 years ago
  40. fb5cbe9 ocfs2: Return -EINVAL when a device is not ocfs2. by Joel Becker · 15 years ago
  41. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  42. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  43. b64ada6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  44. a2f2ddb ocfs2: __ocfs2_abort() should not enable panic for local mounts by Sunil Mushran · 15 years ago
  45. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  46. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  47. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  48. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  49. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  50. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 15 years ago
  51. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 15 years ago
  52. 5fd1318 ocfs2: Don't oops in ocfs2_kill_sb on a failed mount by Jan Kara · 15 years ago
  53. 1c1d979 ocfs2: Fix initialization of blockcheck stats by Jan Kara · 15 years ago
  54. f7b1aa6 ocfs2: Fix deadlock on umount by Jan Kara · 15 years ago
  55. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  56. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  57. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  58. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  59. c3d3884 ocfs2: Fix ocfs2_osb_dump() by Sunil Mushran · 15 years ago
  60. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 300df7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  62. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  63. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  64. 94cb993 ocfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  65. 06c59bb ocfs2: Remove redundant gotos in ocfs2_mount_volume() by Tao Ma · 15 years ago
  66. 73be192 ocfs2: Add statistics for the checksum and ecc operations. by Joel Becker · 15 years ago
  67. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 15 years ago
  68. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  69. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  70. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  71. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  72. 5039750 ocfs2: Expose the file system state via debugfs by Sunil Mushran · 16 years ago
  73. 28d57d4 ocfs2: add IO error check in ocfs2_get_sector() by wengang wang · 15 years ago
  74. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 15 years ago
  75. ea455f8 ocfs2: Push out dropping of dentry lock to ocfs2_wq by Jan Kara · 15 years ago
  76. d030cc9 ocfs2: Validate superblock with checksum and ecc. by Joel Becker · 16 years ago
  77. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  78. 171bf93 ocfs2: Periodic quota syncing by Mark Fasheh · 16 years ago
  79. 9e33d69 ocfs2: Implementation of local and global quota file handling by Jan Kara · 16 years ago
  80. 1a224ad ocfs2: Assign feature bits and system inodes to quota feature and quota files by Jan Kara · 16 years ago
  81. a68979b ocfs2: add mount option and Kconfig option for acl by Tiger Yang · 16 years ago
  82. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  83. b0f73cf ocfs2: Add xattr mount option in ocfs2_show_options() by Sunil Mushran · 16 years ago
  84. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  85. 12462f1 ocfs2: Add the 'inode64' mount option. by Joel Becker · 16 years ago
  86. 8154da3 ocfs2: Add incompatible flag for extended attribute by Tiger Yang · 16 years ago
  87. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  88. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  89. 9c7af40 ocfs2: throttle back local alloc when low on disk space by Mark Fasheh · 16 years ago
  90. ebcee4b ocfs2: Track local alloc bits internally by Mark Fasheh · 16 years ago
  91. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  92. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  93. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  94. 01af482 ocfs2: Handle error during journal load by Wengang Wang · 16 years ago
  95. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  96. b61817e ocfs2: Add the USERSPACE_STACK incompat bit. by Joel Becker · 16 years ago
  97. 286eaa9 ocfs2: Break out stackglue into modules. by Joel Becker · 16 years ago
  98. 63e0c48 ocfs2: Clean up stackglue initialization by Joel Becker · 16 years ago
  99. 0abd6d1 ocfs2: Fill node number during cluster stack init by Mark Fasheh · 16 years ago
  100. 6953b4c ocfs2: Move o2hb functionality into the stack glue. by Joel Becker · 16 years ago