1. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  2. 34c0d15 gfs2: new export ops by Christoph Hellwig · 17 years ago
  3. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  4. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  5. 7765ec2 gfs2: convert to new aops by Steven Whitehouse · 17 years ago
  6. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  7. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  8. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  9. f26e51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  10. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  11. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  12. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  13. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  14. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  15. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  16. 55c0c4a [GFS2] GFS2: chmod hung - fix race in thread creation by Bob Peterson · 17 years ago
  17. 49e61f2 [GFS2] Move inode deletion out of blocking_cb by Wendy Cheng · 17 years ago
  18. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  19. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  20. 0820ab5 [GFS2] Use slab operations for all gfs2_bufdata allocations by Steven Whitehouse · 17 years ago
  21. 82e8608 [GFS2] Replace revoke structure with bufdata structure by Steven Whitehouse · 17 years ago
  22. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  23. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  24. 9b9107a [GFS2] Move pin/unpin into lops.c, clean up locking by Steven Whitehouse · 17 years ago
  25. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  26. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  27. 8497a46 [GFS2] Correct lock ordering in unlink by Steven Whitehouse · 17 years ago
  28. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  29. c4f68a1 [GFS2] delay glock demote for a minimum hold time by Benjamin Marzinski · 17 years ago
  30. d1e2777 [GFS2] panic after can't parse mount arguments by Abhijith Das · 17 years ago
  31. ec217e0 [GFS2] Patch to protect sd_log_num_jdata by Bob Peterson · 17 years ago
  32. a947e03 [GFS2] Wendy's dump lockname in hex & fix glock dump by Abhijith Das · 17 years ago
  33. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  34. 9a5ad13 [GFS2] Add NULL entry to token table by Benjamin Marzinski · 17 years ago
  35. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  36. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  37. 2d9a4bb [GFS2] Fix quota do_list operation hang by Abhijith Das · 17 years ago
  38. 34eaae3 [GFS2] fixed a NULL pointer assignment BUG by Denis Cheng · 17 years ago
  39. 0fd5355 [GFS2] Force unstuff of hidden quota inode by Abhijith Das · 17 years ago
  40. 5d35e31 [GFS2] better code for translating characters by Denis Cheng · 17 years ago
  41. 2d3ba1e [GFS2] unneeded typecast by Denis Cheng · 17 years ago
  42. adb4ec1 [GFS2] use list_for_each_entry instead by Denis Cheng · 17 years ago
  43. 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
  44. 5f3eae7 [GFS2] invalid metadata block - REVISED by Bob Peterson · 17 years ago
  45. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  46. ca5a939 [GFS2] use the declaration of gfs2_dops in the header file instead by Denis Cheng · 17 years ago
  47. 4ef2900 [GFS2] mark struct *_operations const by Denis Cheng · 17 years ago
  48. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  49. cee23c7 [GFS2] use an temp variable to reduce a spin_unlock by Denis Cheng · 17 years ago
  50. 6760bdc [GFS2] Prevent infinite loop in try_rgrp_unlink() by Bob Peterson · 17 years ago
  51. 693ddea [GFS2] Revert part of earlier log.c changes by Bob Peterson · 17 years ago
  52. 905d2ae [GFS2] Move some code inside the log lock by Bob Peterson · 17 years ago
  53. 7b08fc6 [GFS2] Fix an oops in glock dumping by Steven Whitehouse · 17 years ago
  54. afd0942 [GFS2] GFS2 not checking pointer on create when running under nfsd by Steve French · 17 years ago
  55. aa0481e [GFS2] Clean up duplicate includes in fs/gfs2/ by Jesper Juhl · 17 years ago
  56. 26caee5 [GFS2] Fix calculation of demote state by Josef Whiter · 17 years ago
  57. 87124e5 [GFS2] Fix two races relating to glock callbacks by Steven Whitehouse · 17 years ago
  58. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  59. 7afaac6 GFS2: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  60. d18c4d6 [GFS2] Revert remounting w/o acl option leaves acls enabled by Steven Whitehouse · 17 years ago
  61. b9af7ca [GFS2] Fix setting of inherit jdata attr by Steven Whitehouse · 17 years ago
  62. a867bb2 [GFS2] Fix incorrect error path in prepare_write() by Steven Whitehouse · 17 years ago
  63. 6eefaf6 [GFS2] Fix incorrect return code in rgrp.c by Steven Whitehouse · 17 years ago
  64. 24c7387 [GFS2] soft lockup in rgblk_search by Bob Peterson · 17 years ago
  65. bdcb885 [GFS2] soft lockup detected in databuf_lo_before_commit by Bob Peterson · 17 years ago
  66. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  67. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  68. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  69. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  70. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  71. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  72. 6044606 gfs2: stop giving out non-cluster-coherent leases by Marc Eshel · 17 years ago
  73. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  74. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  75. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  76. 1b21f45 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  77. 3ebf449 [GFS2] Accept old format NFS filehandles by Steven Whitehouse · 17 years ago
  78. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  79. a0a2474 [GFS2] Small fixes to logging code by Steven Whitehouse · 17 years ago
  80. 35dcc52 [GFS2] Remove i_mode passing from NFS File Handle by Wendy Cheng · 17 years ago
  81. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  82. b365762 [GFS2] System won't suspend with GFS2 file system mounted by Abhijith Das · 17 years ago
  83. 569a7b6 [GFS2] remounting w/o acl option leaves acls enabled by Bob Peterson · 17 years ago
  84. 090ffaa [GFS2] inode size inconsistency by Wendy Cheng · 17 years ago
  85. 1875f2f [GFS2] Fix gfs2_block_truncate_page err return by S. Wendy Cheng · 17 years ago
  86. 773ed1a [GFS2] Addendum to the journaled file/unmount patch by Robert Peterson · 17 years ago
  87. eaf5bd3 [GFS2] Simplify multiple glock aquisition by Steven Whitehouse · 17 years ago
  88. 2332c44 [GFS2] assertion failure after writing to journaled file, umount by Robert Peterson · 17 years ago
  89. 2840501 [GFS2] Use zero_user_page() in stuffed_readpage() by Steven Whitehouse · 17 years ago
  90. c420121 [GFS2] Remove bogus '\0' in rgrp.c by Steven Whitehouse · 17 years ago
  91. 8fb6859 [GFS2] Journaled file write/unstuff bug by Robert Peterson · 17 years ago
  92. d93cfa9 [GFS2] Fix deallocation issues by Abhijith Das · 17 years ago
  93. a7a2ff8 [GFS2] return conflicts for GETLK by David Teigland · 17 years ago
  94. d88101d [GFS2] set plock owner in GETLK info by David Teigland · 17 years ago
  95. 037bcbb [GFS2] gfs2_lookupi() uninitialised var fix by akpm@linux-foundation.org · 17 years ago
  96. c8cdf47 [GFS2] Recovery for lost unlinked inodes by Steven Whitehouse · 17 years ago
  97. b35997d [GFS2] Can't mount GFS2 file system on AoE device by Robert Peterson · 17 years ago
  98. e1cc860 [GFS2] Fix bug in error path of inode by Steven Whitehouse · 17 years ago
  99. ffed8ab [GFS2] Fix typo in rename of directories by Steven Whitehouse · 17 years ago
  100. 44f487a [DLM] variable allocation by Patrick Caulfield · 17 years ago