1. e0d735c gfs2: fix to detect failure of register_shrinker by Chao Yu · 8 years ago
  2. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 8 years ago
  3. 1e875f5 gfs2: Initialize iopen glock holder for new inodes by Andreas Gruenbacher · 8 years ago
  4. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  5. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  6. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  7. f3dd164 gfs2: Remove gl_spin define by Andreas Gruenbacher · 9 years ago
  8. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  9. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 10 years ago
  10. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 10 years ago
  11. c754fbb GFS2: Use RCU/hlist_bl based hash for quotas by Steven Whitehouse · 11 years ago
  12. 2147dbf GFS2: Use generic list_lru for quota by Steven Whitehouse · 11 years ago
  13. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  14. d08fa65 GFS2: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  15. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  16. e8c92ed GFS2: Clean up log write code path by Steven Whitehouse · 12 years ago
  17. 36f5580 GFS2: Use slab for block reservation memory by Bob Peterson · 12 years ago
  18. 75ca61c GFS2: Remove a __GFP_NOFAIL allocation by Steven Whitehouse · 12 years ago
  19. e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 12 years ago
  20. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  21. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  22. 17d539f GFS2: Cache dir hash table in a contiguous buffer by Steven Whitehouse · 13 years ago
  23. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  24. 8d2c50e gfs2: Drop __TIME__ usage by Michal Marek · 13 years ago
  25. f42ab08 GFS2: Optimise glock lru and end of life inodes by Steven Whitehouse · 13 years ago
  26. 3ae2a1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  27. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 13 years ago
  28. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  29. bc015cb GFS2: Use RCU for glock hash table by Steven Whitehouse · 13 years ago
  30. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  31. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  32. 8d12358 GFS2: Make . and .. qstrs constant by Steven Whitehouse · 14 years ago
  33. 9fa0ea9 GFS2: Use new workqueue scheme by Steven Whitehouse · 14 years ago
  34. 6ecd7c2 gfs2: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  35. 7c9a84a GFS2: Remove space from slab cache name by Steven Whitehouse · 14 years ago
  36. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  37. 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago
  38. fe64d51 GFS2: Umount recovery race fix by Steven Whitehouse · 15 years ago
  39. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  40. 0a7ab79 GFS2: change gfs2_quota_scan into a shrinker by Abhijith Das · 15 years ago
  41. 97cc102 GFS2: Kill two daemons with one patch 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. b276058 GFS2: Rationalise header files by Steven Whitehouse · 16 years ago
  45. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  46. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  47. 6bdd9be [GFS2] Allocate gfs2_rgrpd from slab memory by Bob Peterson · 16 years ago
  48. 598278b [GFS2] Remove unneeded i_spin by Bob Peterson · 16 years ago
  49. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago
  50. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  51. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  52. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  53. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  54. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  55. 5cefcab Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  56. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  57. 3b8249f [GFS2] Fix bz 224480 and cleanup glock demotion code by Steven Whitehouse · 17 years ago
  58. 7c52b16 [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540) by Robert Peterson · 17 years ago
  59. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  60. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  61. eb1dc33 [GFS2] don't panic needlessly by Alexey Dobriyan · 18 years ago
  62. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  63. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  64. b639789 [GFS2] Use hlist for glock hash chains by Steven Whitehouse · 18 years ago
  65. 85d1da6 [GFS2] Move glock hash table out of superblock by Steven Whitehouse · 18 years ago
  66. 5029996 [GFS2] Tidy up locking code by Steven Whitehouse · 18 years ago
  67. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  68. ec45d9f [GFS2] Use slab properly with glocks by Steven Whitehouse · 18 years ago
  69. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  70. 320dd10 [GFS2] glock debugging and inode cache changes by Steven Whitehouse · 18 years ago
  71. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  72. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  73. 419c93e [GFS2] Add gfs2meta filesystem by Steven Whitehouse · 18 years ago
  74. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 18 years ago
  75. b3b94fa [GFS2] The core of GFS2 by David Teigland · 18 years ago