1. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  2. ba6e936 GFS2: Wait for journal id on mount if not specified on mount command line by Steven Whitehouse · 14 years ago
  3. 30116ff GFS2: Use nobh_writepage by Steven Whitehouse · 14 years ago
  4. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  5. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  6. 728a756 GFS2: rename causes kernel Oops by Bob Peterson · 14 years ago
  7. 8b42160 GFS2: BUG in gfs2_adjust_quota by Abhijith Das · 14 years ago
  8. b1becbd GFS2: Fix kernel NULL pointer dereference by dlm_astd by Bob Peterson · 14 years ago
  9. b7dc2df GFS2: recovery stuck on transaction lock by Bob Peterson · 14 years ago
  10. a8bf2bc GFS2: O_TRUNC not working on stuffed files across cluster by Bob Peterson · 14 years ago
  11. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  12. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  13. f16a5e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  14. 7df0e03 GFS2: Fix permissions checking for setflags ioctl() by Steven Whitehouse · 14 years ago
  15. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  16. b7bb0a1 gfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  17. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  18. c472b43 quota: unify ->set_dqblk by Christoph Hellwig · 14 years ago
  19. b9b2dd3 quota: unify ->get_dqblk by Christoph Hellwig · 14 years ago
  20. f72f2d2 GFS2: Don't "get" xattrs for ACLs when ACLs are turned off by Steven Whitehouse · 14 years ago
  21. ed4878e GFS2: Rework reclaiming unlinked dinodes by Bob Peterson · 14 years ago
  22. 677abe4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 14 years ago
  23. 6a99be5 GFS2: Fix typo by Steven Whitehouse · 14 years ago
  24. cc0581b GFS2: stuck in inode wait, no glocks stuck by Bob Peterson · 14 years ago
  25. eaefbf9 GFS2: Eliminate useless err variable by Bob Peterson · 14 years ago
  26. 7e619bc GFS2: Fix writing to non-page aligned gfs2_quota structures by Abhijith Das · 14 years ago
  27. 913a71d GFS2: Add some useful messages by Steven Whitehouse · 14 years ago
  28. ad6bb90 GFS2: fix quota state reporting by Christoph Hellwig · 14 years ago
  29. 5e687ea GFS2: Various gfs2_logd improvements by Benjamin Marzinski · 14 years ago
  30. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  31. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. 602c89d GFS2: Clean up stuffed file copying by Steven Whitehouse · 14 years ago
  34. 7c9a84a GFS2: Remove space from slab cache name by Steven Whitehouse · 14 years ago
  35. 8cea4eb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  36. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 720e774 GFS2: Skip check for mandatory locks when unlocking by Sachin Prabhu · 14 years ago
  38. 2e95e3f GFS2: Allow the number of committed revokes to temporarily be negative by Benjamin Marzinski · 14 years ago
  39. e9edb1d GFS2: do not select QUOTA by Christoph Hellwig · 14 years ago
  40. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  41. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  42. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  43. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  44. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  45. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 14 years ago
  46. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  47. c177c2a Switch gfs2 to nd_set_link() by Al Viro · 14 years ago
  48. 4818972 GFS2: print glock numbers in hex by Bob Peterson · 14 years ago
  49. e588463 GFS2: ordered writes are backwards by Dave Chinner · 14 years ago
  50. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 15 years ago
  51. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  52. 07ccb7b GFS2: Fix bmap allocation corner-case bug by Steven Whitehouse · 14 years ago
  53. 0e5a9fb GFS2: Fix error code by Abhijith Das · 14 years ago
  54. 3ad2f3fb tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  55. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 14 years ago
  56. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 14 years ago
  57. ea8d62d GFS2: Use GFP_NOFS for alloc structure by Steven Whitehouse · 14 years ago
  58. 7fe3ec6 GFS2: Fix previous patch by Steven Whitehouse · 14 years ago
  59. 55f0b4c GFS2: Don't withdraw on partial rindex entries by Benjamin Marzinski · 14 years ago
  60. 0f585f1 GFS2: Fix refcnt leak on gfs2_follow_link() error path by OGAWA Hirofumi · 14 years ago
  61. ba198098 GFS2: Use MAX_LFS_FILESIZE for meta inode size by Steven Whitehouse · 15 years ago
  62. e412bdb GFS2: Fix gfs2_xattr_acl_chmod() by Steven Whitehouse · 15 years ago
  63. 24b977b GFS2: Fix locking bug in rename by Steven Whitehouse · 15 years ago
  64. 56aa616 GFS2: Ensure uptodate inode size when using O_APPEND by Steven Whitehouse · 15 years ago
  65. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  66. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  67. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  68. f0b34ae fs/gfs2/sys.c: use %pUB to print UUIDs by Joe Perches · 15 years ago
  69. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  70. 26bb750 GFS2: Fix glock refcount issues by Steven Whitehouse · 15 years ago
  71. c29cd90 writeback: remove unused nonblocking and congestion checks (gfs2) by Wu Fengguang · 15 years ago
  72. 9ae3c6d GFS2: drop rindex glock to refresh rindex list by Benjamin Marzinski · 15 years ago
  73. 0ab7d13 GFS2: Tag all metadata with jid by Steven Whitehouse · 15 years ago
  74. 2c77634 GFS2: Locking order fix in gfs2_check_blk_state by Steven Whitehouse · 15 years ago
  75. 1579343 GFS2: Remove dirent_first() function by Steven Whitehouse · 15 years ago
  76. cdcfde6 GFS2: Display nobarrier option in /proc/mounts by Steven Whitehouse · 15 years ago
  77. f25934c GFS2: add barrier/nobarrier mount options by Christoph Hellwig · 15 years ago
  78. c14f573 GFS2: remove division from new statfs code by Benjamin Marzinski · 15 years ago
  79. 3d3c10f GFS2: Improve statfs and quota usability by Benjamin Marzinski · 15 years ago
  80. 2ec4650 GFS2: Use dquot_send_warning() by Steven Whitehouse · 15 years ago
  81. e285c10 GFS2: Add set_xquota support by Steven Whitehouse · 15 years ago
  82. 113d6b3 GFS2: Add get_xquota support by Steven Whitehouse · 15 years ago
  83. 1e72c0f GFS2: Clean up gfs2_adjust_quota() and do_glock() by Steven Whitehouse · 15 years ago
  84. 6a6ada8 GFS2: Remove constant argument from qd_get() by Steven Whitehouse · 15 years ago
  85. 33a8252 GFS2: Remove constant argument from qdsb_get() by Steven Whitehouse · 15 years ago
  86. ea76233 GFS2: Add proper error reporting to quota sync via sysfs by Steven Whitehouse · 15 years ago
  87. 1d371b5 GFS2: Add get_xstate quota function by Steven Whitehouse · 15 years ago
  88. 91094d0 GFS2: Remove obsolete code in quota.c by Steven Whitehouse · 15 years ago
  89. cc632e7 GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops by Steven Whitehouse · 15 years ago
  90. 8c42d63 GFS2: Alter arguments of gfs2_quota/statfs_sync by Steven Whitehouse · 15 years ago
  91. 106381b GFS2: Add cached ACLs support by Steven Whitehouse · 15 years ago
  92. 479c427 GFS2: Clean up ACLs by Steven Whitehouse · 15 years ago
  93. 69dca42 GFS2: Use gfs2_set_mode() instead of munge_mode() by Steven Whitehouse · 15 years ago
  94. c65f7fb GFS2: Use forget_all_cached_acls() by Steven Whitehouse · 15 years ago
  95. 2646a1f GFS2: Fix up system xattrs by Steven Whitehouse · 15 years ago
  96. f55073f GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one) by Steven Whitehouse · 15 years ago
  97. 7e71c55 GFS2: Fix potential race in glock code by Steven Whitehouse · 15 years ago
  98. 1c2ea8a SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE by David Howells · 15 years ago
  99. 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago
  100. f0f37e2f const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago