1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  3. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  4. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  5. de3b08d gfs2: Set allowed quota types by Jan Kara · 10 years ago
  6. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  7. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 10 years ago
  8. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  9. 1b2ad41 GFS2: Fix address space from page function by Steven Whitehouse · 10 years ago
  10. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 10 years ago
  11. a17d758 GFS2: Move recovery variables to journal structure in memory by Bob Peterson · 10 years ago
  12. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 10 years ago
  13. b50f227 GFS2: Clean up journal extent mapping by Steven Whitehouse · 10 years ago
  14. d69a3c6 GFS2: Move log buffer lists into transaction by Steven Whitehouse · 10 years ago
  15. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  16. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 10 years ago
  17. 2d9e723 GFS2: Move quota bitmap operations under their own lock by Steven Whitehouse · 11 years ago
  18. 8ad151c GFS2: Only run logd and quota when mounted read/write by Steven Whitehouse · 11 years ago
  19. 39849d6 GFS2: Add initialization for address space in super block by Steven Whitehouse · 10 years ago
  20. 70d4ee9 GFS2: Use only a single address space for rgrps by Steven Whitehouse · 11 years ago
  21. dfe5b9a GFS2: don't hold s_umount over blkdev_put by Steven Whitehouse · 11 years ago
  22. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  23. e46c772 GFS2: Protect quota sync generation by Steven Whitehouse · 11 years ago
  24. bef292a GFS2: Remove obsolete quota tunable by Steven Whitehouse · 11 years ago
  25. 1d12d17 GFS2: Don't flag consistency error if first mounter is a spectator by Bob Peterson · 11 years ago
  26. a9aefd7 GFS2: fix error propagation in init_threads() by Alexey Khoroshilov · 11 years ago
  27. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  28. fd95e81 GFS2: Reinstate withdraw ack system by Steven Whitehouse · 11 years ago
  29. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 11 years ago
  30. d564053f GFS2: Clean up freeze code by Steven Whitehouse · 11 years ago
  31. a68a0a3 GFS2: Speed up gfs2_rbm_from_block by Bob Peterson · 12 years ago
  32. 56aa72d GFS2: Get rid of I_MUTEX_QUOTA usage by Jan Kara · 12 years ago
  33. 801b036 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  34. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  35. 0d51521 GFS2: Add kobject release method by Bob Peterson · 12 years ago
  36. 61011677 Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  37. 4875647 dlm: fixes for nodir mode by David Teigland · 12 years ago
  38. 1c47f09 GFS2: Eliminate vestigial sd_log_le_rg by Bob Peterson · 12 years ago
  39. ad12ab2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  40. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  41. 6aad1c3 GFS2: Eliminate sd_rindex_mutex by Bob Peterson · 12 years ago
  42. a245769 GFS2: glock statistics gathering by Steven Whitehouse · 12 years ago
  43. a365fbf GFS2: Read resource groups on mount by Steven Whitehouse · 12 years ago
  44. e8ca5cc GFS2: let spectator mount do read only recovery by David Teigland · 12 years ago
  45. e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 12 years ago
  46. 20ed053 GFS2: Fix up REQ flags by Steven Whitehouse · 13 years ago
  47. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  48. 891a8e9 GFS2: Misc fixes by Steven Whitehouse · 13 years ago
  49. 7c9ca62 GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme by Bob Peterson · 13 years ago
  50. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  51. 1923703 GFS2: Fix mount hang caused by certain access pattern to sysfs files by Steven Whitehouse · 13 years ago
  52. 9964afb GFS2: Add S_NOSEC support by Steven Whitehouse · 13 years ago
  53. 3942ae5 GFS2: Fix race during filesystem mount by Steven Whitehouse · 13 years ago
  54. 32e471e GFS2: Use UUID field in generic superblock by Steven Whitehouse · 13 years ago
  55. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  56. d6a079e GFS2: introduce AIL lock by Dave Chinner · 13 years ago
  57. fc0e38d GFS2: Fix glock deallocation race by Steven Whitehouse · 13 years ago
  58. bc015cb GFS2: Use RCU for glock hash table by Steven Whitehouse · 13 years ago
  59. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  60. 41ced6d switch gfs2, close races by Al Viro · 14 years ago
  61. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  62. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  63. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  64. 8bcbbf0 convert gfs2 by Al Viro · 14 years ago
  65. 9dcefee50 gfs2: invalidate_inodes() is no-op there by Al Viro · 14 years ago
  66. feb47ca9 GFS2: Improve journal allocation via sysfs by Steven Whitehouse · 14 years ago
  67. c80dbb5 GFS2: Remove upgrade mount option by Steven Whitehouse · 14 years ago
  68. c2048b00 GFS2: Remove localcaching mount option by Steven Whitehouse · 14 years ago
  69. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  70. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  71. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  72. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  73. ba6e936 GFS2: Wait for journal id on mount if not specified on mount command line by Steven Whitehouse · 14 years ago
  74. 6ecd7c2 gfs2: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  75. 5e687ea GFS2: Various gfs2_logd improvements by Benjamin Marzinski · 14 years ago
  76. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  77. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  78. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 14 years ago
  79. 0e5a9fb GFS2: Fix error code by Abhijith Das · 14 years ago
  80. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  81. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 14 years ago
  82. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 14 years ago
  83. f25934c GFS2: add barrier/nobarrier mount options by Christoph Hellwig · 15 years ago
  84. 3d3c10f GFS2: Improve statfs and quota usability by Benjamin Marzinski · 15 years ago
  85. cc632e7 GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops by Steven Whitehouse · 15 years ago
  86. f55073f GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one) by Steven Whitehouse · 15 years ago
  87. 2b88f7c GFS2: Remove unused sysfs file by Steven Whitehouse · 15 years ago
  88. 8d8291a GFS2: Remove no_formal_ino generating code by Steven Whitehouse · 15 years ago
  89. 40b78a3 GFS2: Clean up of extended attribute support by Steven Whitehouse · 15 years ago
  90. d34843d GFS2: Add "-o errors=panic|withdraw" mount options by Bob Peterson · 15 years ago
  91. 8633ecf GFS2: Add online uevent to GFS2 by Steven Whitehouse · 15 years ago
  92. 6399777 GFS2: Add tracepoints by Steven Whitehouse · 15 years ago
  93. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  94. 003dec8 GFS2: Merge gfs2_get_sb into gfs2_get_sb_meta by Steven Whitehouse · 15 years ago
  95. f6d0313 GFS2: Fix locking issue mounting gfs2meta fs by Steven Whitehouse · 15 years ago
  96. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  97. fe64d51 GFS2: Umount recovery race fix by Steven Whitehouse · 15 years ago
  98. 48c2b61 GFS2: Add commit= mount option by Steven Whitehouse · 15 years ago
  99. e24977d Reduce path_lookup() abuses by Al Viro · 15 years ago
  100. b1fffc9 gfs2: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago