1. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  2. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  3. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  4. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  5. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  6. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  7. 516897a [CIFS] fix build break when lanman not enabled by Steve French · 17 years ago
  8. 2c2130e [CIFS] remove two sparse warnings by Steve French · 17 years ago
  9. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  10. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  11. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  12. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  13. 6798d35 ocfs2: Read support for inline data by Mark Fasheh · 17 years ago
  14. 15b1e36 ocfs2: Structure updates for inline data by Mark Fasheh · 17 years ago
  15. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  16. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  17. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  18. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  19. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  20. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  21. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  22. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  23. 1d410a6 ocfs2: Small refactor of truncate zeroing code by Mark Fasheh · 17 years ago
  24. 65ed39d ocfs2: move nonsparse hole-filling into ocfs2_write_begin() by Mark Fasheh · 17 years ago
  25. 92e91ce ocfs2: Sync ocfs2_fs.h with ocfs2-tools by Mark Fasheh · 17 years ago
  26. bddb8eb3 [PATCH] fs/ocfs2/: removed unneeded initial value and function's return value by Denis Cheng · 17 years ago
  27. d550071 ocfs2: Implement show_options() by Sunil Mushran · 17 years ago
  28. 19b613d ocfs2: Clear slot map when umounting a local volume by Mark Fasheh · 17 years ago
  29. 015452b ocfs2: Remove unused structure field by Mark Fasheh · 17 years ago
  30. 518d726 ocfs2: remove unused variable by Tao Mao · 17 years ago
  31. c77534f ocfs2: remove mostly unused field from insert structure by Tao Mao · 17 years ago
  32. 8f18c13 [CIFS] remove compile warnings when debug disabled by Steve French · 17 years ago
  33. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  34. f26e51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  35. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  36. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  37. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  38. 297647c [CIFS] CIFS ACL support part 3 by Steve French · 17 years ago
  39. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  40. 34a3d1e lockdep: annotate journal_start() by Peter Zijlstra · 17 years ago
  41. 05c88ba NFSv4: Fix a typo in nfs_inode_reclaim_delegation by Trond Myklebust · 17 years ago
  42. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  43. 3969903 [FS] seq_file: Introduce the seq_open_private() by Pavel Emelyanov · 17 years ago
  44. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  45. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  46. 36ac313 [NETNS]: Fix export symbols. by Daniel Lezcano · 17 years ago
  47. 3c12afe [NET]: Fix missed addition of fs/proc/proc_net.c by David S. Miller · 17 years ago
  48. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  49. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  50. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  51. 32da477 [NET]: Don't implement dev_ifname32 inline by Eric W. Biederman · 17 years ago
  52. c36258b [DLM] block dlm_recv in recovery transition by David Teigland · 17 years ago
  53. b434eda [DLM] don't overwrite castparam if it's NULL by Patrick Caulfield · 17 years ago
  54. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  55. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  56. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  57. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  58. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  59. 55c0c4a [GFS2] GFS2: chmod hung - fix race in thread creation by Bob Peterson · 17 years ago
  60. d66f827 [DLM] Make dlm_sendd cond_resched more by Patrick Caulfield · 17 years ago
  61. 49e61f2 [GFS2] Move inode deletion out of blocking_cb by Wendy Cheng · 17 years ago
  62. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  63. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  64. 0820ab5 [GFS2] Use slab operations for all gfs2_bufdata allocations by Steven Whitehouse · 17 years ago
  65. 82e8608 [GFS2] Replace revoke structure with bufdata structure by Steven Whitehouse · 17 years ago
  66. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  67. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  68. 9b9107a [GFS2] Move pin/unpin into lops.c, clean up locking by Steven Whitehouse · 17 years ago
  69. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  70. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  71. 8497a46 [GFS2] Correct lock ordering in unlink by Steven Whitehouse · 17 years ago
  72. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  73. c4f68a1 [GFS2] delay glock demote for a minimum hold time by Benjamin Marzinski · 17 years ago
  74. d1e2777 [GFS2] panic after can't parse mount arguments by Abhijith Das · 17 years ago
  75. ec217e0 [GFS2] Patch to protect sd_log_num_jdata by Bob Peterson · 17 years ago
  76. a947e03 [GFS2] Wendy's dump lockname in hex & fix glock dump by Abhijith Das · 17 years ago
  77. 61d96be [DLM] Fix lowcomms socket closing by Patrick Caulfield · 17 years ago
  78. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  79. 9a5ad13 [GFS2] Add NULL entry to token table by Benjamin Marzinski · 17 years ago
  80. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  81. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  82. 2d9a4bb [GFS2] Fix quota do_list operation hang by Abhijith Das · 17 years ago
  83. 34eaae3 [GFS2] fixed a NULL pointer assignment BUG by Denis Cheng · 17 years ago
  84. 0fd5355 [GFS2] Force unstuff of hidden quota inode by Abhijith Das · 17 years ago
  85. 5d35e31 [GFS2] better code for translating characters by Denis Cheng · 17 years ago
  86. 2d3ba1e [GFS2] unneeded typecast by Denis Cheng · 17 years ago
  87. adb4ec1 [GFS2] use list_for_each_entry instead by Denis Cheng · 17 years ago
  88. 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
  89. 5f3eae7 [GFS2] invalid metadata block - REVISED by Bob Peterson · 17 years ago
  90. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  91. ca5a939 [GFS2] use the declaration of gfs2_dops in the header file instead by Denis Cheng · 17 years ago
  92. 4ef2900 [GFS2] mark struct *_operations const by Denis Cheng · 17 years ago
  93. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  94. cee23c7 [GFS2] use an temp variable to reduce a spin_unlock by Denis Cheng · 17 years ago
  95. 6760bdc [GFS2] Prevent infinite loop in try_rgrp_unlink() by Bob Peterson · 17 years ago
  96. 693ddea [GFS2] Revert part of earlier log.c changes by Bob Peterson · 17 years ago
  97. 905d2ae [GFS2] Move some code inside the log lock by Bob Peterson · 17 years ago
  98. 7b08fc6 [GFS2] Fix an oops in glock dumping by Steven Whitehouse · 17 years ago
  99. afd0942 [GFS2] GFS2 not checking pointer on create when running under nfsd by Steve French · 17 years ago
  100. aa0481e [GFS2] Clean up duplicate includes in fs/gfs2/ by Jesper Juhl · 17 years ago