1. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  2. f4108a6 gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE by Eric W. Biederman · 11 years ago
  3. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  4. 343cd8f GFS2: Use dirty_inode in gfs2_dir_add by Bob Peterson · 12 years ago
  5. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  6. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  7. 5e2f7d6 GFS2: Make sure rindex is uptodate before starting transactions by Bob Peterson · 12 years ago
  8. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  9. 6e87ed0 GFS2: move toward a generic multi-block allocator by Bob Peterson · 13 years ago
  10. 3c5d785 GFS2: combine gfs2_alloc_block and gfs2_alloc_di by Bob Peterson · 13 years ago
  11. 79c4c37 GFS2: f_ra is always valid in dir readahead function by Steven Whitehouse · 13 years ago
  12. dfe4d34 GFS2: Add readahead to sequential directory traversal by Bob Peterson · 13 years ago
  13. 70b0c36 GFS2: Use cached rgrp in gfs2_rlist_add() by Steven Whitehouse · 13 years ago
  14. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  15. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  16. 4c28d33 GFS2: Clean up dir hash table reading by Steven Whitehouse · 13 years ago
  17. 17d539f GFS2: Cache dir hash table in a contiguous buffer by Steven Whitehouse · 13 years ago
  18. 3d6ecb7 GFS2: When adding a new dir entry, inc link count if it is a subdir by Steven Whitehouse · 13 years ago
  19. 855d23c GFS2: Make gfs2_dir_del update link count when required by Steven Whitehouse · 13 years ago
  20. 556bb17 GFS2: move function foreach_leaf to gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  21. ec038c8 GFS2: pass leaf_bh into leaf_dealloc by Bob Peterson · 13 years ago
  22. d24a7a4 GFS2: Combine transaction from gfs2_dir_exhash_dealloc by Bob Peterson · 13 years ago
  23. 0d95326 GFS2: remove *leaf_call_t and simplify leaf_dealloc by Bob Peterson · 13 years ago
  24. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  25. 8d12358 GFS2: Make . and .. qstrs constant by Steven Whitehouse · 14 years ago
  26. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  27. 4244b52 GFS2: remove dependency on __GFP_NOFAIL by David Rientjes · 14 years ago
  28. d2a97a4 GFS2: Use kmalloc when possible for ->readdir() by Steven Whitehouse · 14 years ago
  29. 728a756 GFS2: rename causes kernel Oops by Bob Peterson · 14 years ago
  30. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  31. 1579343 GFS2: Remove dirent_first() function by Steven Whitehouse · 15 years ago
  32. 0901097 GFS2: Improve resource group error handling by Steven Whitehouse · 15 years ago
  33. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 15 years ago
  34. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  35. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  36. ad6203f GFS2: Move "entries" into "proper" inode by Steven Whitehouse · 16 years ago
  37. 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 16 years ago
  38. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  39. 9b8c81d [GFS2] Allow bmap to allocate extents by Steven Whitehouse · 16 years ago
  40. bb16b34 [GFS2] be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  41. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  42. b45e41d [GFS2] Add extent allocation to block allocator by Steven Whitehouse · 16 years ago
  43. 1639431 [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data by Steven Whitehouse · 16 years ago
  44. 5731be5 [GFS2] Update gfs2_trans_add_unrevoke to accept extents by Steven Whitehouse · 16 years ago
  45. 9a00450 [GFS2] Shrink & rename di_depth by Steven Whitehouse · 16 years ago
  46. fe6c991 [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc by Bob Peterson · 16 years ago
  47. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  48. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago
  49. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  50. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  51. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  52. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  53. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  54. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  55. f391a4e [GFS2] printk warning fixes by akpm@linux-foundation.org · 17 years ago
  56. bdd19a2 [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocks by Steven Whitehouse · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. ddfe062 [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 by Eric Sandeen · 17 years ago
  59. 3699e3a [GFS2] Clean up/speed up readdir by Steven Whitehouse · 17 years ago
  60. 5e7d65c [GFS2] Make sentinel dirents compatible with gfs1 by Steven Whitehouse · 18 years ago
  61. 9e2dbda [GFS2] Remove gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  62. a9583c7 [GFS2] Shrink gfs2_inode (7) - di_payload_format by Steven Whitehouse · 18 years ago
  63. 1a7b1ee [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime by Steven Whitehouse · 18 years ago
  64. 539e5d6 [GFS2] Change argument of gfs2_dinode_out by Steven Whitehouse · 18 years ago
  65. b44b84d [GFS2] gfs2 misc endianness annotations by Al Viro · 18 years ago
  66. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago
  67. b7d8ac3 [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage by Adrian Bunk · 18 years ago
  68. 348acd4 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable by Adrian Bunk · 18 years ago
  69. abbdbd2 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code by Adrian Bunk · 18 years ago
  70. a2d7d02 [GFS2] gfs2 endianness bug: be16 assigned to be32 field by Al Viro · 18 years ago
  71. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  72. 7276b3b [GFS2] Tidy up meta_io code by Steven Whitehouse · 18 years ago
  73. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  74. c5392124 [GFS2] More style changes by Jan Engelhardt · 18 years ago
  75. 2bdbc5d [GFS2] Directory code style changes by Steven Whitehouse · 18 years ago
  76. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  77. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  78. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  79. 899bb26 [GFS2] Fix bug in directory code by Steven Whitehouse · 18 years ago
  80. f25ef0c [GFS2] Tidy gfs2_unstuffer_page by Steven Whitehouse · 18 years ago
  81. 634ee0b [GFS2] Fix use after free bug in dir.c by Steven Whitehouse · 18 years ago
  82. 4da3c64 [GFS2] Fix a coupls of warnings in dir.c by Steven Whitehouse · 18 years ago
  83. dc3e130 [GFS2] Remove unused code from dir.c by Steven Whitehouse · 18 years ago
  84. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  85. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  86. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  87. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 18 years ago
  88. 61e085a [GFS2] Tidy up dir code as per Christoph Hellwig's comments by Steven Whitehouse · 18 years ago
  89. fe1bded [GFS2] Use vmalloc() in dir code by Steven Whitehouse · 18 years ago
  90. 4d8012b [GFS2] Fix bug which was causing postmark to fail by Steven Whitehouse · 18 years ago
  91. f4154ea [GFS2] Update journal accounting code. by Steven Whitehouse · 18 years ago
  92. ed38650 [GFS2] Finally get ref counting correct by Steven Whitehouse · 18 years ago
  93. b09e593 [GFS2] Fix a ref count bug and other clean ups by Steven Whitehouse · 18 years ago
  94. e3167de [GFS] Fix bug in endian conversion for metadata header by Steven Whitehouse · 18 years ago
  95. e90deff [GFS2] Fix bug in directory expansion code by Steven Whitehouse · 18 years ago
  96. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  97. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 18 years ago
  98. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 18 years ago
  99. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 18 years ago
  100. 4dd651a [GFS2] Fix the bugs I introduced in the last patch but one by Steven Whitehouse · 18 years ago