1. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  2. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  3. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  4. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  5. 92cecbb constify dentry_operations: GFS2 by Al Viro · 15 years ago
  6. df3647b GFS2: Fix freeze issue by Steven Whitehouse · 15 years ago
  7. 9c53883 Fix a minor bug in the previous patch by Steven Whitehouse · 15 years ago
  8. 6bac243 GFS2: Clean up of glops.c by Steven Whitehouse · 15 years ago
  9. 02ffad08 GFS2: Fix locking bug in failed shared to exclusive conversion by Benjamin Marzinski · 15 years ago
  10. 229615d GFS2: Pagecache usage optimization on GFS2 by Hisashi Hifumi · 15 years ago
  11. 02ab172 GFS2: fix sparse warning: Should it be static? by Hannes Eder · 15 years ago
  12. 075ac44 GFS2: fix sparse warnings: constant is so big it is ... by Hannes Eder · 15 years ago
  13. b9a9694 GFS2: Support quota/noquota mount arguments by Steven Whitehouse · 15 years ago
  14. 223b2b8 GFS2: Fix alignment issue and tidy gfs2_bitfit by Steven Whitehouse · 15 years ago
  15. 64d576b GFS2: Add a "demote a glock" interface to sysfs by Steven Whitehouse · 16 years ago
  16. 02e3cc7 GFS2: Expose UUID via sysfs/uevent by Steven Whitehouse · 16 years ago
  17. f15ab56 GFS2: Support generation of discard requests by Steven Whitehouse · 16 years ago
  18. d8348de GFS2: Fix deadlock on journal flush by Steven Whitehouse · 16 years ago
  19. e7c8707 GFS2: Fix error path ref counting for root inode by Steven Whitehouse · 16 years ago
  20. ac2425e GFS2: Remove unused field from glock by Steven Whitehouse · 16 years ago
  21. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  22. 22077f5 GFS2: Remove "double" locking in quota by Steven Whitehouse · 16 years ago
  23. 0a7ab79 GFS2: change gfs2_quota_scan into a shrinker by Abhijith Das · 16 years ago
  24. 2db2aac GFS2: Bring back lvb-related stuff to lock_nolock to support quotas by Abhijith Das · 16 years ago
  25. 6f04c1c GFS2: Fix remount argument parsing by Steven Whitehouse · 16 years ago
  26. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  27. c8f554b GFS2: Fix typo in gfs_page_mkwrite() by Benjamin Marzinski · 16 years ago
  28. 0027ce6 GFS2: LSF and LBD are now one and the same by Steven Whitehouse · 16 years ago
  29. e4fefba GFS2: Set GFP_NOFS when allocating page on write by Steven Whitehouse · 16 years ago
  30. eb8374e GFS2: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  31. 88a19ad GFS2: Fix use-after-free bug on umount (try #2) by Steven Whitehouse · 16 years ago
  32. fefc03b Revert "GFS2: Fix use-after-free bug on umount" by Steven Whitehouse · 16 years ago
  33. 7ed122e GFS2: Streamline alloc calculations for writes by Steven Whitehouse · 16 years ago
  34. 9a776db GFS2: Send useful information with uevent messages by Steven Whitehouse · 16 years ago
  35. 3af165a GFS2: Fix use-after-free bug on umount by Steven Whitehouse · 16 years ago
  36. 2e20470 GFS2: Remove ancient, unused code by Steven Whitehouse · 16 years ago
  37. 2bfb644 GFS2: Move four functions from super.c by Steven Whitehouse · 16 years ago
  38. b528968 GFS2: Fix bug in gfs2_lock_fs_check_clean() by Steven Whitehouse · 16 years ago
  39. fdd1062 GFS2: Send some sensible sysfs stuff by Steven Whitehouse · 16 years ago
  40. 97cc102 GFS2: Kill two daemons with one patch by Steven Whitehouse · 16 years ago
  41. 9ac1b4d GFS2: Move gfs2_recoverd into recovery.c by Steven Whitehouse · 16 years ago
  42. 813e0c4 GFS2: Fix "truncate in progress" hang by Steven Whitehouse · 16 years ago
  43. 37b2c83 GFS2: Clean up & move gfs2_quotad by Steven Whitehouse · 16 years ago
  44. fa75ced GFS2: Add more detail to debugfs glock dumps by Steven Whitehouse · 16 years ago
  45. 73f7494 GFS2: Banish struct gfs2_rgrpd_host by Steven Whitehouse · 16 years ago
  46. cfc8b54 GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd by Steven Whitehouse · 16 years ago
  47. d8b71f7 GFS2: Move rg_igeneration into struct gfs2_rgrpd by Steven Whitehouse · 16 years ago
  48. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  49. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  50. 3767ac2 GFS2: Move di_eattr into "proper" inode by Steven Whitehouse · 16 years ago
  51. ad6203f GFS2: Move "entries" into "proper" inode by Steven Whitehouse · 16 years ago
  52. bcf0b5b GFS2: Move generation number into "proper" part of inode by Steven Whitehouse · 16 years ago
  53. 55ba474 GFS2: sparse annotation of gl->gl_spin by Harvey Harrison · 16 years ago
  54. 1bb7322 GFS2: Fix up jdata writepage/delete_inode by Steven Whitehouse · 16 years ago
  55. b276058 GFS2: Rationalise header files by Steven Whitehouse · 16 years ago
  56. e9079cc GFS2: Support for FIEMAP ioctl by Steven Whitehouse · 16 years ago
  57. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  58. 3de7be3 CRED: Wrap task credential accesses in the GFS2 filesystem by David Howells · 16 years ago
  59. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  60. 3516586 [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags by Al Viro · 16 years ago
  61. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  62. 13dd7f8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  63. 254db57 GFS2: Support for I/O barriers by Steven Whitehouse · 16 years ago
  64. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  65. 37ec89e GFS2: The war on bloat by Steven Whitehouse · 16 years ago
  66. acd2c8a GFS2: GFS2 will panic if you misspell any mount options by Abhijith Das · 16 years ago
  67. acb57a3 GFS2: Direct IO write at end of file error by Bob Peterson · 16 years ago
  68. bd1eb88 GFS2: Use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  69. dff5257 GFS2: Fix race relating to glock min-hold time by Steven Whitehouse · 16 years ago
  70. 0f8e0d9 dlm: allow multiple lockspace creates by David Teigland · 16 years ago
  71. 0188d6c GFS2: Fix & clean up GFS2 rename by Steven Whitehouse · 16 years ago
  72. 72dbf47 GFS2: rm on multiple nodes causes panic by Bob Peterson · 16 years ago
  73. 9b8df98 GFS2: Fix metafs mounts by Steven Whitehouse · 16 years ago
  74. c1e817d GFS2: Fix debugfs glock file iterator by Steven Whitehouse · 16 years ago
  75. a569c71 [PATCH] don't pass nameidata to gfs2_lookupi() by Al Viro · 16 years ago
  76. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  77. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  78. 38c4657 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
  79. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  80. 4abaca17 [GFS2] Fix GFS2's use of do_div() in its quota calculations by David Howells · 16 years ago
  81. a93a6ce [GFS2] Remove unused declaration by Li Xiaodong · 16 years ago
  82. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  83. 9cabcdb [GFS2] Replace rgrp "recent list" with mru list by Steven Whitehouse · 16 years ago
  84. 209806a [GFS2] Allow local DF locks when holding a cached EX glock by Steven Whitehouse · 16 years ago
  85. 265d529c [GFS2] Fix delayed demote race by Steven Whitehouse · 16 years ago
  86. f58ba88 [GFS2] don't call permission() by Miklos Szeredi · 16 years ago
  87. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  88. f17172e [GFS2] Fix module building by Steven Whitehouse · 16 years ago
  89. 31fcba0 [GFS2] Remove all_list from lock_dlm by Steven Whitehouse · 16 years ago
  90. b2cad26 [GFS2] Remove obsolete conversion deadlock avoidance code by Steven Whitehouse · 16 years ago
  91. 1bdad60 [GFS2] Remove remote lock dropping code by Steven Whitehouse · 16 years ago
  92. 9171f5a [GFS2] kernel panic mounting volume by Bob Peterson · 16 years ago
  93. 01b7c7a [GFS2] Revise readpage locking by Steven Whitehouse · 16 years ago
  94. 8027473 [GFS2] Fix ordering of args for list_add by Steven Whitehouse · 16 years ago
  95. 2d81afb [GFS2] trivial sparse lock annotations by Harvey Harrison · 16 years ago
  96. 048bca2 [GFS2] No lock_nolock by Steven Whitehouse · 16 years ago
  97. f3c9d38 [GFS2] Fix ordering bug in lock_dlm by Steven Whitehouse · 16 years ago
  98. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  99. 5af4e7a [GFS2] fix gfs2 block allocation (cleaned up) by Benjamin Marzinski · 16 years ago
  100. 17c15da [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 by Bob Peterson · 16 years ago