1. c177c2a Switch gfs2 to nd_set_link() by Al Viro · 14 years ago
  2. 07ccb7b GFS2: Fix bmap allocation corner-case bug by Steven Whitehouse · 14 years ago
  3. 0e5a9fb GFS2: Fix error code by Abhijith Das · 14 years ago
  4. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 14 years ago
  5. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 14 years ago
  6. ea8d62d GFS2: Use GFP_NOFS for alloc structure by Steven Whitehouse · 14 years ago
  7. 7fe3ec6 GFS2: Fix previous patch by Steven Whitehouse · 14 years ago
  8. 55f0b4c GFS2: Don't withdraw on partial rindex entries by Benjamin Marzinski · 14 years ago
  9. 0f585f1 GFS2: Fix refcnt leak on gfs2_follow_link() error path by OGAWA Hirofumi · 14 years ago
  10. ba19809 GFS2: Use MAX_LFS_FILESIZE for meta inode size by Steven Whitehouse · 14 years ago
  11. e412bdb GFS2: Fix gfs2_xattr_acl_chmod() by Steven Whitehouse · 15 years ago
  12. 24b977b GFS2: Fix locking bug in rename by Steven Whitehouse · 15 years ago
  13. 56aa616 GFS2: Ensure uptodate inode size when using O_APPEND by Steven Whitehouse · 15 years ago
  14. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  15. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  16. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  17. f0b34ae fs/gfs2/sys.c: use %pUB to print UUIDs by Joe Perches · 15 years ago
  18. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  19. 26bb750 GFS2: Fix glock refcount issues by Steven Whitehouse · 15 years ago
  20. c29cd90 writeback: remove unused nonblocking and congestion checks (gfs2) by Wu Fengguang · 15 years ago
  21. 9ae3c6d GFS2: drop rindex glock to refresh rindex list by Benjamin Marzinski · 15 years ago
  22. 0ab7d13 GFS2: Tag all metadata with jid by Steven Whitehouse · 15 years ago
  23. 2c77634 GFS2: Locking order fix in gfs2_check_blk_state by Steven Whitehouse · 15 years ago
  24. 1579343 GFS2: Remove dirent_first() function by Steven Whitehouse · 15 years ago
  25. cdcfde6 GFS2: Display nobarrier option in /proc/mounts by Steven Whitehouse · 15 years ago
  26. f25934c GFS2: add barrier/nobarrier mount options by Christoph Hellwig · 15 years ago
  27. c14f573 GFS2: remove division from new statfs code by Benjamin Marzinski · 15 years ago
  28. 3d3c10f GFS2: Improve statfs and quota usability by Benjamin Marzinski · 15 years ago
  29. 2ec4650 GFS2: Use dquot_send_warning() by Steven Whitehouse · 15 years ago
  30. e285c10 GFS2: Add set_xquota support by Steven Whitehouse · 15 years ago
  31. 113d6b3 GFS2: Add get_xquota support by Steven Whitehouse · 15 years ago
  32. 1e72c0f GFS2: Clean up gfs2_adjust_quota() and do_glock() by Steven Whitehouse · 15 years ago
  33. 6a6ada8 GFS2: Remove constant argument from qd_get() by Steven Whitehouse · 15 years ago
  34. 33a8252 GFS2: Remove constant argument from qdsb_get() by Steven Whitehouse · 15 years ago
  35. ea76233 GFS2: Add proper error reporting to quota sync via sysfs by Steven Whitehouse · 15 years ago
  36. 1d371b5 GFS2: Add get_xstate quota function by Steven Whitehouse · 15 years ago
  37. 91094d0 GFS2: Remove obsolete code in quota.c by Steven Whitehouse · 15 years ago
  38. cc632e7 GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops by Steven Whitehouse · 15 years ago
  39. 8c42d63 GFS2: Alter arguments of gfs2_quota/statfs_sync by Steven Whitehouse · 15 years ago
  40. 106381b GFS2: Add cached ACLs support by Steven Whitehouse · 15 years ago
  41. 479c427 GFS2: Clean up ACLs by Steven Whitehouse · 15 years ago
  42. 69dca42 GFS2: Use gfs2_set_mode() instead of munge_mode() by Steven Whitehouse · 15 years ago
  43. c65f7fb GFS2: Use forget_all_cached_acls() by Steven Whitehouse · 15 years ago
  44. 2646a1f GFS2: Fix up system xattrs by Steven Whitehouse · 15 years ago
  45. f55073f GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one) by Steven Whitehouse · 15 years ago
  46. 7e71c55 GFS2: Fix potential race in glock code by Steven Whitehouse · 15 years ago
  47. 1c2ea8a SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE by David Howells · 15 years ago
  48. 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago
  49. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  50. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  51. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  52. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  53. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  54. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  55. 86d0063 GFS2: Whitespace fixes by Steven Whitehouse · 15 years ago
  56. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  57. 2b88f7c GFS2: Remove unused sysfs file by Steven Whitehouse · 15 years ago
  58. acf7e24 GFS2: Be extra careful about deallocating inodes by Steven Whitehouse · 15 years ago
  59. 8d8291a GFS2: Remove no_formal_ino generating code by Steven Whitehouse · 15 years ago
  60. 307cf6e GFS2: Rename eattr.[ch] as xattr.[ch] by Steven Whitehouse · 15 years ago
  61. 40b78a3 GFS2: Clean up of extended attribute support by Steven Whitehouse · 15 years ago
  62. d34843d GFS2: Add "-o errors=panic|withdraw" mount options by Bob Peterson · 15 years ago
  63. cd01207 GFS2: jumping to wrong label? by Roel Kluin · 15 years ago
  64. 970343c GFS2: free disk inode which is deleted by remote node -V2 by Wengang Wang · 15 years ago
  65. 31e54b0 GFS2: Add sysfs link to device by Steven Whitehouse · 15 years ago
  66. 05164e5 GFS2: Replace assertion with proper error handling by Steven Whitehouse · 15 years ago
  67. 6050b9c GFS2: Improve error handling in inode allocation by Steven Whitehouse · 15 years ago
  68. 440d6da GFS2: Add some more info to uevents by Steven Whitehouse · 15 years ago
  69. 8633ecf GFS2: Add online uevent to GFS2 by Steven Whitehouse · 15 years ago
  70. d7e623d GFS2: Fix permissions on "recover" file by Steven Whitehouse · 15 years ago
  71. b94a170 GFS2: remove dcache entries for remote deleted inodes by Benjamin Marzinski · 15 years ago
  72. 6b94617 GFS2: Fix incorrent statfs consistency check by Benjamin Marzinski · 15 years ago
  73. 8ff22a6 GFS2: Don't put unlikely reclaim candidates on the reclaim list. by Benjamin Marzinski · 15 years ago
  74. 1e19a19 GFS2: Don't try and dealloc own inode by Steven Whitehouse · 15 years ago
  75. a51b56f GFS2: Fix panic in glock memory shrinker by Benjamin Marzinski · 15 years ago
  76. 1946f70 GFS2: keep statfs info in sync on grows by Benjamin Marzinski · 15 years ago
  77. 2163b1e GFS2: Shrink the shrinker by Steven Whitehouse · 15 years ago
  78. d0b6e04 tracing/events: Move TRACE_SYSTEM outside of include guard by Li Zefan · 15 years ago
  79. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 3ea4005 GFS2: Remove lock_kernel from gfs2_put_super() by Steven Whitehouse · 15 years ago
  81. 6399777 GFS2: Add tracepoints by Steven Whitehouse · 15 years ago
  82. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  83. b7d245d gfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  84. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  85. 003dec8 GFS2: Merge gfs2_get_sb into gfs2_get_sb_meta by Steven Whitehouse · 15 years ago
  86. 40bc9a2 GFS2: Fix cache coherency between truncate and O_DIRECT read by Steven Whitehouse · 15 years ago
  87. f6d0313 GFS2: Fix locking issue mounting gfs2meta fs by Steven Whitehouse · 15 years ago
  88. e09f944 GFS2: Remove unused variable by Steven Whitehouse · 15 years ago
  89. a12af1e GFS2: smbd proccess hangs with flock() call. by Abhijith Das · 15 years ago
  90. f6eb534 GFS2: Remove args subdir from gfs2 sysfs files by Steven Whitehouse · 15 years ago
  91. e1b28aa GFS2: Remove lockstruct subdir from gfs2 sysfs files by Steven Whitehouse · 15 years ago
  92. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  93. 87ec217 GFS2: Move gfs2_unlink_ok into ops_inode.c by Steven Whitehouse · 15 years ago
  94. 536baf0 GFS2: Move gfs2_readlinki into ops_inode.c by Steven Whitehouse · 15 years ago
  95. 2286dbf GFS2: Move gfs2_rmdiri into ops_inode.c by Steven Whitehouse · 15 years ago
  96. 9e6e0a1 GFS2: Merge mount.c and ops_super.c into super.c by Steven Whitehouse · 15 years ago
  97. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago
  98. 1ce97e5 GFS2: Be more aggressive in reclaiming unlinked inodes by Steven Whitehouse · 15 years ago
  99. 60a0b8f GFS2: Add a rgrp bitmap full flag by Steven Whitehouse · 15 years ago
  100. 0901097 GFS2: Improve resource group error handling by Steven Whitehouse · 15 years ago