1. 8f44e04 [XFS] remove bogus INT_GET on u8 variables in xfs_dir2_block.c by Nathan Scott · 19 years ago
  2. 89da054 [XFS] endianess annotations for xfs_da_blkinfo_t by Nathan Scott · 19 years ago
  3. 3d693c6 [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P by Nathan Scott · 19 years ago
  4. 3c1f9c1 [XFS] endianess annotations for xfs_dir2_leaf_entry_t by Nathan Scott · 19 years ago
  5. a818e5d [XFS] endianess annotations for xfs_dir2_leaf_hdr_t by Nathan Scott · 19 years ago
  6. e922fff [XFS] endianess annotations for xfs_dir2_block_tail_t by Nathan Scott · 19 years ago
  7. 1fba9f7 [XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P by Nathan Scott · 19 years ago
  8. ad354eb [XFS] endianess annotations for xfs_dir2_data_unused_t by Nathan Scott · 19 years ago
  9. afbcb3f [XFS] endianess annotations for xfs_dir2_leaf_tail_t by Nathan Scott · 19 years ago
  10. 68b3a10 [XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P by Nathan Scott · 19 years ago
  11. 0ba962e [XFS] endianess annotations for xfs_dir2_free_hdr_t by Nathan Scott · 19 years ago
  12. 70e73f5 [XFS] endianess annotations for xfs_dir2_data_hdr structure. by Nathan Scott · 19 years ago
  13. 9cea236 [XFS] Flush and invalidate dirty pages at the start of a direct read also, by Nathan Scott · 19 years ago
  14. ce9d37c [XFS] Merge Yingpings fix for a vn_count assert failure during QA - by Nathan Scott · 19 years ago
  15. 238f4c5 [XFS] Make couple names consitent, be more defensive on releasepage (and by Nathan Scott · 19 years ago
  16. a13828b [XFS] Cleanup references to i_sem. by Nathan Scott · 19 years ago
  17. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 19 years ago
  18. 2ddd592 [XFS] Correct the dquot reservation component for the link transation. by Nathan Scott · 19 years ago
  19. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 19 years ago
  20. 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 19 years ago
  21. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 19 years ago
  22. f30a121 [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our by Nathan Scott · 19 years ago
  23. f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 19 years ago
  24. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 19 years ago
  25. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 19 years ago
  26. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 19 years ago
  27. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 19 years ago
  28. b8b0f54 [XFS] Remove a couple of no-longer-used macros/types from XFS. by Nathan Scott · 19 years ago
  29. a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 19 years ago
  30. 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 19 years ago
  31. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 19 years ago
  32. 9b94c2e [XFS] Take a dentry structure off the stack into the data segment. by Nathan Scott · 19 years ago
  33. 8f79405 [XFS] Reduce complexity in xfs_trans_init by pushing complex macros out by Nathan Scott · 19 years ago
  34. f6d75cb [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack by Nathan Scott · 19 years ago
  35. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 19 years ago
  36. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 19 years ago
  37. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 19 years ago
  38. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 19 years ago
  39. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 19 years ago
  40. 87cbc49 [XFS] Add xfs_map_buffer helper, use it in a couple of places. by Nathan Scott · 19 years ago
  41. f51623b [XFS] Move some code around to avoid prototypes and prep for future by Nathan Scott · 19 years ago
  42. 02d7c92 [XFS] Use XFS_VFSTOM in more places instead of open coding it. by Nathan Scott · 19 years ago
  43. fcce0f1 [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irix by Tim Shimmin · 19 years ago
  44. a780143 [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be by Nathan Scott · 19 years ago
  45. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 19 years ago
  46. 2d0f864 [XFS] Make headers compile for more compiler variants; minor cleanup. by Nathan Scott · 19 years ago
  47. d2c32ed [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many by Nathan Scott · 19 years ago
  48. e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 19 years ago
  49. 20722a9 [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from by Nathan Scott · 19 years ago
  50. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 19 years ago
  51. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 19 years ago
  52. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 19 years ago
  53. 0c9512d [XFS] find_exported_dentry(). XFS does not need to use this symbol as it by David Chinner · 19 years ago
  54. 3759fa9 [TCP]: Fix zero port problem in IPv6 by Herbert Xu · 19 years ago
  55. c33d456 [PATCH] x86-64: Fix up handling of non canonical user RIPs by Andi Kleen · 19 years ago
  56. 31fe4d3 [NETFILTER]: arp_tables: fix NULL pointer dereference by Patrick McHardy · 19 years ago
  57. baa829d [IPV4/6]: Fix UFO error propagation by Patrick McHardy · 19 years ago
  58. 4a1ff6e [TCP]: tcp_highspeed: fix AIMD table out-of-bounds access by Patrick McHardy · 19 years ago
  59. cc9a06c [NETLINK]: Fix use-after-free in netlink_recvmsg by Patrick McHardy · 19 years ago
  60. f8dc01f [XFRM]: Fix leak in ah6_input by Patrick McHardy · 19 years ago
  61. f6e5746 [NET_SCHED]: act_api: fix skb leak in error path by Patrick McHardy · 19 years ago
  62. 406dbfc [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference by Patrick McHardy · 19 years ago
  63. 57ddd5c Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  64. 7cafae5 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  65. cdaabbd [ARM] iwmmxt thread state alignment by Russell King · 19 years ago
  66. ba244fe [TCP]: Fix tcp_tso_should_defer() when limit>=65536 by David S. Miller · 19 years ago
  67. c127437 [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG by Gregor Maier · 19 years ago
  68. 0d27b42 [IPV6]: fix ipv6_saddr_score struct element by Brian Haley · 19 years ago
  69. 0ade309 [TG3] tg3_bus_string(): remove dead code by Adrian Bunk · 19 years ago
  70. 8f22757 [TUN]: Fix leak in tun_get_user() by Dave Jones · 19 years ago
  71. ed071ad Merge branch 'master' by Jeff Garzik · 19 years ago
  72. 6971ed1 [PATCH] ahci: fix NULL pointer dereference detected by Coverity by Tejun Heo · 19 years ago
  73. 5357448 Linux 2.6.16-rc6 by Linus Torvalds · 19 years ago
  74. 0992a5d [PATCH] 3c509: bus registration fix by Andrew Morton · 19 years ago
  75. b2cba5b [PATCH] de620: fix section mismatch warning by Sam Ravnborg · 19 years ago
  76. 28beaf6 [PATCH] NE2000 Kconfig help entry improvement by Jesper Juhl · 19 years ago
  77. 9ee09d9 [PATCH] dl2k: DMA freeing error by Jon Mason · 19 years ago
  78. 9e927fb [PATCH] Wrong return value corrupts free object in e1000 driver by David S. Miller · 19 years ago
  79. 5ee33b7 Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 by Jeff Garzik · 19 years ago
  80. ed62178 [PATCH] radeonfb: Fix static array overrun by Antonino A. Daplas · 19 years ago
  81. 8e65098 [PATCH] aty128fb: Fix array overrun by Antonino A. Daplas · 19 years ago
  82. 54243ce [PATCH] tdfxfb: Fix buffer overrun by Antonino A. Daplas · 19 years ago
  83. d301524 [PATCH] intelfb: Fix buffer overrun by Antonino A. Daplas · 19 years ago
  84. 8d57f22 [PATCH] savagefb: Fix kfree before use by Antonino A. Daplas · 19 years ago
  85. 91bc89c [PATCH] imsttfb: Fix resource leak by Antonino A. Daplas · 19 years ago
  86. 98365f5 [PATCH] s1d13xxxfb: Fix resource leak by Antonino A. Daplas · 19 years ago
  87. 939205b [PATCH] arcfb: Fix dereference before NULL check by Antonino A. Daplas · 19 years ago
  88. 16afe81 [PATCH] kyrofb: Fix uninitialized value by Antonino A. Daplas · 19 years ago
  89. 604cc99 [PATCH] arcfb: Fix uninitialized value by Antonino A. Daplas · 19 years ago
  90. 6af7ffc [PATCH] neofb: Fix uninitialized value by Antonino A. Daplas · 19 years ago
  91. 1a4520b [PATCH] LSM mail list has moved by Chris Wright · 19 years ago
  92. 692a206 [PATCH] update email address by Chris Wright · 19 years ago
  93. 7cd9013 [PATCH] remove __put_task_struct_cb export again by Christoph Hellwig · 19 years ago
  94. 27d162e [PATCH] Altix: small ioc4 oversight by Pat Gefre · 19 years ago
  95. 341c2d8 [PATCH] selinux: tracer SID fix by Stephen Smalley · 19 years ago
  96. 4136cab [PATCH] edac: disable a few sysfs files to avoid them becoming an ABI by Arjan van de Ven · 19 years ago
  97. cd6ef84 [PATCH] ext3: fix nobh mode for chattr +j inodes by Badari Pulavarty · 19 years ago
  98. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 19 years ago
  99. 8bd0ee9 [PATCH] Input: psmouse - disable autoresync by Dmitry Torokhov · 19 years ago
  100. 35ab0e8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 19 years ago