1. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  2. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  3. 3a76c1e [XFS] stop using file_update_time by Christoph Hellwig · 16 years ago
  4. 8e5975c [XFS] optimize xfs_ichgtime by Christoph Hellwig · 16 years ago
  5. dff35fd [XFS] update timestamp in xfs_ialloc manually by Christoph Hellwig · 16 years ago
  6. ab4a9b0 [XFS] remove the sema_t from XFS. by David Chinner · 16 years ago
  7. e1f49cf [XFS] replace dquot flush semaphore with a completion by David Chinner · 16 years ago
  8. c63942d [XFS] replace inode flush semaphore with a completion by David Chinner · 16 years ago
  9. 39d2f1a [XFS] extend completions to provide XFS object flush requirements by David Chinner · 16 years ago
  10. b4dd330 [XFS] replace the XFS buf iodone semaphore with a completion by David Chinner · 16 years ago
  11. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  12. 597bca6 [XFS] use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  13. d63f154 [XFS] Fix compile failure in xfs_buf_trace() by Lachlan McIlroy · 16 years ago
  14. 169d622 [XFS] Use the same btree_cur union member for alloc and inobt trees. by Christoph Hellwig · 16 years ago
  15. cdcf433 [XFS] small cleanups in xfs_btree.c by Christoph Hellwig · 16 years ago
  16. 41be8be [XFS] sanitize xfs_initialize_vnode by Christoph Hellwig · 16 years ago
  17. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  18. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  19. e1cccd9 [XFS] kill xfs_lock_dir_and_entry by Christoph Hellwig · 16 years ago
  20. 1550d0b [XFS] kill INDUCE_IO_ERROR by Christoph Hellwig · 16 years ago
  21. 907f49a [XFS] implement IHOLD/IRELE directly by Christoph Hellwig · 16 years ago
  22. 0b1f9177 [XFS] remove remaining VN_HOLD calls by Christoph Hellwig · 16 years ago
  23. 604323c [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c by Christoph Hellwig · 16 years ago
  24. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  25. a19d033 [XFS] Remove vn_from_inode() by Christoph Hellwig · 16 years ago
  26. 39dab9d [XFS] remove shouting-indirection macros from xfs_trans.h by Eric Sandeen · 16 years ago
  27. db7a2c7 [XFS] convert xfs to use ERR_CAST by Eric Sandeen · 16 years ago
  28. cdeb380 [XFS] remove INT_GET and friends by Eric Sandeen · 16 years ago
  29. 322ff6b [XFS] Move xfs_attr_rolltrans to xfs_trans_roll by Niv Sardi · 16 years ago
  30. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  31. 5e9da7b [XFS] Move attr log alloc size calculator to another function. by Niv Sardi · 16 years ago
  32. 6785073 [XFS] Use KM_NOFS for incore inode extent tree allocation V2 by David Chinner · 16 years ago
  33. e6064d3 [XFS] XFS: Kill xfs_vtoi() by David Chinner · 16 years ago
  34. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  35. 705db4a [XFS] kill shouty XFS_ITOV_NULL macro by David Chinner · 16 years ago
  36. 0165164 [XFS] Avoid directly referencing the VFS inode. by David Chinner · 16 years ago
  37. 3790689 [XFS] Do not access buffers after dropping reference count by Lachlan McIlroy · 16 years ago
  38. 79071eb [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  39. 10fec20 Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  40. 29bb1bd Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  41. 3f1ae22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  42. e2205a1 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  43. a7ef6a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  44. 000b915 Fix race/oops in tty layer after BKL pushdown by Christian Borntraeger · 16 years ago
  45. 0e7d5bb m68k{,nommu}: Wire up new system calls by Geert Uytterhoeven · 16 years ago
  46. 3838f59 Revert "fbcon: bgcolor fix" by Linus Torvalds · 16 years ago
  47. 13fa00a powerpc: Remove include/linux/harrier_defs.h by Paul Mackerras · 16 years ago
  48. 0afd2ac powerpc: Do not ignore arch/powerpc/include by Junio C Hamano · 16 years ago
  49. 274827c powerpc: Delete completed "ppc removal" task from feature removal file by Robert P. J. Day · 16 years ago
  50. bc033b6 powerpc/mm: Fix attribute confusion with htab_bolt_mapping() by Benjamin Herrenschmidt · 16 years ago
  51. 8db13a0 powerpc/pci: Don't keep ISA memory hole resources in the tree by Benjamin Herrenschmidt · 16 years ago
  52. b79998f powerpc: Zero fill the return values of rtas argument buffer by Nathan Fontenot · 16 years ago
  53. 36cbaa8 [WATCHDOG] pcwd.c - fix open_allowed type. by Wim Van Sebroeck · 16 years ago
  54. 25d6cbd mfd: tc6393 cleanup and update by Ian Molton · 16 years ago
  55. 1c2c30a mfd: have TMIO drivers and subdevices depend on ARM by Samuel Ortiz · 16 years ago
  56. 4a48998 mfd: TMIO MMC driver by Ian Molton · 16 years ago
  57. ec43b81 mfd: driver for the TMIO NAND controller by Ian Molton · 16 years ago
  58. 8ff69ee hwmon: (lm75) Drop legacy i2c driver by Jean Delvare · 16 years ago
  59. 2ce5b34 i2c: correct some size_t printk formats by David Brownell · 16 years ago
  60. c1159f9 i2c: Check for address business before creating clients by Jean Delvare · 16 years ago
  61. 8d24f8d i2c: Let users select algorithm drivers manually again by Jean Delvare · 16 years ago
  62. b25b791 i2c: Fix NULL pointer dereference in i2c_new_probed_device by Hans Verkuil · 16 years ago
  63. 399d6b2 i2c: Fix oops on bus multiplexer driver loading by Jean Delvare · 16 years ago
  64. 9229376 [WATCHDOG] fix watchdog/ixp4xx_wdt.c compilation by Adrian Bunk · 16 years ago
  65. 3f11df2 [WATCHDOG] fix watchdog/wdt285.c compilation by Adrian Bunk · 16 years ago
  66. 3c4fafd [WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation by Adrian Bunk · 16 years ago
  67. 58cf419 [WATCHDOG] fix watchdog/shwdt.c compilation by Adrian Bunk · 16 years ago
  68. f8494e0 [WATCHDOG] fix watchdog/txx9wdt.c compilation by Adrian Bunk · 16 years ago
  69. e0960f4 [WATCHDOG] MAINTAINERS: remove ZF MACHZ WATCHDOG entry by Adrian Bunk · 16 years ago
  70. d6efcab [WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n by Jean Delvare · 16 years ago
  71. 8a4fbe0 mfd: t7l66 MMC platform data by Ian Molton · 16 years ago
  72. d2432a6 mfd: tc6387 MMC platform data by Ian Molton · 16 years ago
  73. 56bf2bd mfd: Fix 7l66 and 6387 according to the new mfd-core API by Samuel Ortiz · 16 years ago
  74. befb844 mfd: Fix tc6393 according to the new tmio.h by Samuel Ortiz · 16 years ago
  75. cbdfb42 mfd: driver for the TC6387XB TMIO controller. by Ian Molton · 16 years ago
  76. 1f19201 mfd: driver for the T7L66XB TMIO SoC by Ian Molton · 16 years ago
  77. d3a2f71 mfd: TMIO MMC structures and accessors. by Ian Molton · 16 years ago
  78. 4fbb715 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  79. e6ca232 uninline atl1e_setup_mac_ctrl() by Adrian Bunk · 16 years ago
  80. 28efb9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  81. 796aade Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  82. 56831a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  83. 6724cce list.h: fix fatal kernel-doc error by Randy Dunlap · 16 years ago
  84. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  85. 34ae7f3 [CPUFREQ][2/2] preregister support for powernow-k8 by Mark Langsdorf · 16 years ago
  86. 23431b4 [CPUFREQ][1/2] whitespace fix for powernow-k8 by Mark Langsdorf · 16 years ago
  87. bc5f65d [CPUFREQ] Update MAINTAINERS to reflect new mailing list. by Dave Jones · 16 years ago
  88. 460f5ef [CPUFREQ] Fix warning in elanfreq by Dave Jones · 16 years ago
  89. f068c04 [CPUFREQ] Fix -Wshadow warning in conservative governor. by Dave Jones · 16 years ago
  90. ec983f7 [CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig. by Dave Jones · 16 years ago
  91. 49b75b8 Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  92. f1c7f79 [NFSD] uninline nfsd4_op_name() by Adrian Bunk · 16 years ago
  93. 097d9eb Merge Linus' latest into master by Russell King · 16 years ago
  94. f2d7499 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  95. 8d659f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  96. 9da1f7e powerpc: Do not ignore arch/powerpc/include by Junio C Hamano · 16 years ago
  97. c41107c [ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USB by Adrian Bunk · 16 years ago
  98. 3b886171 [ARM] 5166/1: magician: add MAINTAINERS entry by Philipp Zabel · 16 years ago
  99. 2727f22 [ARM] fix pnx4008 build errors by Russell King · 16 years ago
  100. 33f197a avr32: Make atstk1006_nand_data definition static by Haavard Skinnemoen · 16 years ago