1. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  2. 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
  3. b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
  4. 293688e [XFS] remove dependency of the dmapi module on behaviors by Christoph Hellwig · 17 years ago
  5. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  6. 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
  7. 2aeaa25 [XFS] kill the v_number member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  8. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  9. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  10. 09262b4 [XFS] Create xfs_iflags_test_and_clear helper function by Christoph Hellwig · 17 years ago
  11. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  12. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  13. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  14. 993386c [XFS] decontaminate vnode operations from behavior details by Christoph Hellwig · 17 years ago
  15. b93bd20 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI by Vlad Apostolov · 17 years ago
  16. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  17. 39cd9f8 [XFS] kill move.[ch] by Christoph Hellwig · 17 years ago
  18. 804c83c [XFS] stop using uio in the readlink code by Christoph Hellwig · 17 years ago
  19. 051e7cd [XFS] use filldir internally by Christoph Hellwig · 17 years ago
  20. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  21. 347d1c0 [XFS] dinode endianess annotations by Christoph Hellwig · 17 years ago
  22. ddc6d3b [XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set_allf by Michal Piotrowski · 17 years ago
  23. 948c6d4f [XFS] optimize dmapi event tests w/o dmapi config by Eric Sandeen · 17 years ago
  24. eb9df39 [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED by Christoph Hellwig · 17 years ago
  25. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  26. dcb3b83 [XFS] clean up xfs_start_flags by Eric Sandeen · 17 years ago
  27. af3a2e8 [XFS] move linux/log2.h header to xfs_linux.h by Eric Sandeen · 17 years ago
  28. 6385f4d [XFS] Remove xfs_physmem by Eric Sandeen · 17 years ago
  29. 425f9dd [XFS] Pick a single default inode cluster size. by Eric Sandeen · 17 years ago
  30. 1cb5125 [XFS] choose single default logbuf count & size by Eric Sandeen · 17 years ago
  31. 4090663 [XFS] Remove m_nreadaheads by Eric Sandeen · 17 years ago
  32. cd8b0a9 [XFS] endianess annotations for xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  33. e055966 [XFS] cleanup defintions of BMBT_*BITLEN macros by Christoph Hellwig · 17 years ago
  34. 8cba434 [XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_all by Christoph Hellwig · 17 years ago
  35. a6f64d4 [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
  36. d580ef6 [XFS] remove confusing INT_ comments in xfs_bmap_btree.c by Christoph Hellwig · 17 years ago
  37. 3bacbcd [XFS] hole not shown when file is created with resvsp by Vlad Apostolov · 17 years ago
  38. 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 17 years ago
  39. c1561cf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Tim Shimmin · 17 years ago
  40. bbf25010f Linux 2.6.23 by Linus Torvalds · 17 years ago
  41. 5df3e0d Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  42. a6d8543 NLM: Fix a memory leak in nlmsvc_testlock by Trond Myklebust · 17 years ago
  43. baf14aa sata_mv: correct S/G table limits by Jeff Garzik · 17 years ago
  44. 2da2324 [MIPS] Au1000: set the PCI controller IO base by Florian Fainelli · 17 years ago
  45. f708631 [MIPS] Alchemy: Fix USB initialization. by Florian Fainelli · 17 years ago
  46. 378a545 [MIPS] IP32: Fix fatal typo in address computation. by Giuseppe Sacco · 17 years ago
  47. e2a57a8 Correct Makefile rule for generating custom keymap by Maarten Bressers · 17 years ago
  48. d39d5ed ISDN: Fix data access out of array bounds by Karsten Keil · 17 years ago
  49. e46dc1d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  50. 87e2831 AIO: fix cleanup in io_submit_one(...) by Yan Zheng · 17 years ago
  51. 745ad48 fix page release issue in filemap_fault by Yan Zheng · 17 years ago
  52. dd204d6 fix VM_CAN_NONLINEAR check in sys_remap_file_pages by Yan Zheng · 17 years ago
  53. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  54. bf0b48d [IPv6]: Fix ICMPv6 redirect handling with target multicast address by Brian Haley · 17 years ago
  55. bf1b803 [PKT_SCHED] cls_u32: error code isn't been propogated properly by Stephen Hemminger · 17 years ago
  56. 891e6a9 [ROSE]: Fix rose.ko oops on unload by Alexey Dobriyan · 17 years ago
  57. 48611c4 [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed by Ilpo Järvinen · 17 years ago
  58. 3eb215d Driver core: fix SYSF_DEPRECATED breakage for nested classdevs by Dmitry Torokhov · 17 years ago
  59. 85923b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  60. 9d9b7ad Add manufacturer and card id of teltonica pcmcia modems by Attila Kinali · 17 years ago
  61. dfb0042 sysrq docs: document sequence that actually works by Pavel Machek · 17 years ago
  62. 291041e fix bogus reporting of signals by audit by Al Viro · 17 years ago
  63. 7a5c5d5 Move kasprintf.o to obj-y by Alexey Dobriyan · 17 years ago
  64. a560aa4 lockstat: documentation by Peter Zijlstra · 17 years ago
  65. 52a2638 Longhaul: add auto enabled "revid_errata" option by Rafal Bilski · 17 years ago
  66. 74922be Fix timer_stats printout of events/sec by Anton Blanchard · 17 years ago
  67. 0c2043a Don't do load-average calculations at even 5-second intervals by Linus Torvalds · 17 years ago
  68. 70cb979 VT_WAITACTIVE: Avoid returning EINTR when not necessary by Linus Torvalds · 17 years ago
  69. a1134dd firewire: point to migration document by Stefan Richter · 17 years ago
  70. fc8b28a Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  71. 3a49869 Revert "intel_agp: fix stolen mem range on G33" by Kyle McMartin · 17 years ago
  72. 71e4eda Fix non-terminated PCI match table in PowerMac IDE by Benjamin Herrenschmidt · 17 years ago
  73. 67dd5a2 xen: disable split pte locks for now by Jeremy Fitzhardinge · 17 years ago
  74. 9f34073 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  75. 4afcdda [ARM] 4598/2: OSIRIS: Ensure we do not get nRSTOUT during suspend by Ben Dooks · 17 years ago
  76. 28047ec [ARM] 4597/2: OSIRIS: ensure CPLD0 is preserved after suspend by Ben Dooks · 17 years ago
  77. c946b30 r8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf248332afbe2 by Francois Romieu · 17 years ago
  78. af29990 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  79. 4ecbca8 Remove unnecessary cast in prefetch() by Serge Belyshev · 17 years ago
  80. 8cfaf453 [MIPS] IP32: Enable PCI bridges by Giuseppe Sacco · 17 years ago
  81. b2b2775 [SPARC64]: Fix 'niu' complex IRQ probing. by David S. Miller · 17 years ago
  82. 1177bf9 [SPARC64]: check fork_idle() error by Akinobu Mita · 17 years ago
  83. 9cdcaa2 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  84. 16abfa0 Fix sys_remap_file_pages BUG at highmem.c:15! by Hugh Dickins · 17 years ago
  85. d5e8938 [SCSI] megaraid_old: fix READ_CAPACITY by FUJITA Tomonori · 17 years ago
  86. 27097ef [SPARC64]: Temporary workaround for PCI-E slot on T1000. by David S. Miller · 17 years ago
  87. e2fd58d [SPARC64]: VIO device addition log message level is too high. by David S. Miller · 17 years ago
  88. 07607c5 [SPARC64]: Fix domain-services port probing. by David S. Miller · 17 years ago
  89. 804b3f9 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  90. 3e0ca2f Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  91. c7659e2 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  92. 66b1f1a Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  93. 991bf52 drivers/ata/pata_ixp4xx_cf.c: ioremap return code check by Scott Thompson · 17 years ago
  94. 90925d3 Ata: pata_marvell, use ioread* for iomap-ped memory by Jiri Slaby · 17 years ago
  95. 4007b49 libata: fix for sata_mv >64KB DMA segments by Olof Johansson · 17 years ago
  96. bda0233 ocfs2: Unlock mutex in local alloc failure case by Sunil Mushran · 17 years ago
  97. 529d303 sky2: jumbo frame regression fix by Stephen Hemminger · 17 years ago
  98. 5c55c43 Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  99. cda6a20 Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi> by Michael Hennerich · 17 years ago
  100. c58c214 Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver by Michael Hennerich · 17 years ago