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