1. ceb2ca9 [PATCH] EDAC: disable sysfs interface by Dave Peterson · 18 years ago
  2. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 18 years ago
  3. e6d83d5 [PATCH] SUNRPC: Fix potential deadlock in RPC code by Trond Myklebust · 18 years ago
  4. c12e87f [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 by Trond Myklebust · 18 years ago
  5. 712917d [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c by Adrian Bunk · 18 years ago
  6. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 18 years ago
  7. f9a3879 [PATCH] Fix sigaltstack corruption among cloned threads by GOTO Masanori · 18 years ago
  8. 63e1fd4 [PATCH] macintosh: correct AC Power info in /proc/pmu/info by Benjamin Herrenschmidt · 18 years ago
  9. 6acaba8 [PATCH] Restore tuning capabilities in V4L2 MXB driver by Michael Hunold · 18 years ago
  10. 3cb4f09 [PATCH] mtd_dataflash, fix block vs page erase by David Brownell · 18 years ago
  11. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 18 years ago
  12. f30a121 [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our by Nathan Scott · 18 years ago
  13. f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 18 years ago
  14. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 18 years ago
  15. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 18 years ago
  16. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  17. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  18. b8b0f54 [XFS] Remove a couple of no-longer-used macros/types from XFS. by Nathan Scott · 18 years ago
  19. a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 18 years ago
  20. 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 18 years ago
  21. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  22. 9b94c2e [XFS] Take a dentry structure off the stack into the data segment. by Nathan Scott · 18 years ago
  23. 8f79405 [XFS] Reduce complexity in xfs_trans_init by pushing complex macros out by Nathan Scott · 18 years ago
  24. f6d75cb [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack by Nathan Scott · 18 years ago
  25. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 18 years ago
  26. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 18 years ago
  27. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 18 years ago
  28. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 18 years ago
  29. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  30. 87cbc49 [XFS] Add xfs_map_buffer helper, use it in a couple of places. by Nathan Scott · 18 years ago
  31. f51623b [XFS] Move some code around to avoid prototypes and prep for future by Nathan Scott · 18 years ago
  32. 02d7c92 [XFS] Use XFS_VFSTOM in more places instead of open coding it. by Nathan Scott · 18 years ago
  33. fcce0f1 [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irix by Tim Shimmin · 18 years ago
  34. a780143 [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be by Nathan Scott · 18 years ago
  35. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  36. 2d0f864 [XFS] Make headers compile for more compiler variants; minor cleanup. by Nathan Scott · 18 years ago
  37. d2c32ed [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many by Nathan Scott · 18 years ago
  38. e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 18 years ago
  39. 20722a9 [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from by Nathan Scott · 18 years ago
  40. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  41. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  42. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago
  43. 0c9512d [XFS] find_exported_dentry(). XFS does not need to use this symbol as it by David Chinner · 18 years ago
  44. 82dfdca powerpc: Disallow lparcfg being a module by Paul Mackerras · 18 years ago
  45. 3759fa9 [TCP]: Fix zero port problem in IPv6 by Herbert Xu · 18 years ago
  46. c829c39 [SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked by James Smart · 18 years ago
  47. c33d456 [PATCH] x86-64: Fix up handling of non canonical user RIPs by Andi Kleen · 18 years ago
  48. 31fe4d3 [NETFILTER]: arp_tables: fix NULL pointer dereference by Patrick McHardy · 18 years ago
  49. baa829d [IPV4/6]: Fix UFO error propagation by Patrick McHardy · 18 years ago
  50. 4a1ff6e [TCP]: tcp_highspeed: fix AIMD table out-of-bounds access by Patrick McHardy · 18 years ago
  51. cc9a06c [NETLINK]: Fix use-after-free in netlink_recvmsg by Patrick McHardy · 18 years ago
  52. f8dc01f [XFRM]: Fix leak in ah6_input by Patrick McHardy · 18 years ago
  53. f6e5746 [NET_SCHED]: act_api: fix skb leak in error path by Patrick McHardy · 18 years ago
  54. 406dbfc [NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference by Patrick McHardy · 18 years ago
  55. 57ddd5c Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  56. 7cafae5 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  57. cdaabbd [ARM] iwmmxt thread state alignment by Russell King · 18 years ago
  58. fb21f0d [PATCH] libata: check Word 88 validity in ata_id_xfer_mask() by Tejun Heo · 18 years ago
  59. 2044470 [PATCH] libata: fix class handling in ata_bus_probe() by Tejun Heo · 18 years ago
  60. ce313db [SCSI] mptscsih: remove unused page 1 setting function by James Bottomley · 18 years ago
  61. 597705a [SCSI] fix minor problem in spi transport message functions by James Bottomley · 18 years ago
  62. a1d4f73 [SCSI] sim710: fix a NULL pointer dereference by Adrian Bunk · 18 years ago
  63. a6becb0 [SCSI] ibmmca: fix a NULL pointer dereference by Adrian Bunk · 18 years ago
  64. c3c026b [SCSI] dmx3191d: fix a NULL pointer dereference by Adrian Bunk · 18 years ago
  65. 8800727 [SCSI] NCR_D700: fix a NULL dereference by Adrian Bunk · 18 years ago
  66. 72df0eb [SCSI] Missing names from SPI3, SPI4 and SPI5 by Matthew Wilcox · 18 years ago
  67. 1757b67 [SCSI] qla2xxx: Firmware updates. by Andrew Vasquez · 18 years ago
  68. d584486 [SCSI] qla2xxx: Remove legacy ISP6312 firmware loader. by Andrew Vasquez · 18 years ago
  69. 9a52a57 [SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx. by andrew.vasquez@qlogic.com · 18 years ago
  70. 4a59f71 [SCSI] qla2xxx: Further restrict ZIO mode support. by andrew.vasquez@qlogic.com · 18 years ago
  71. 6f64179 [SCSI] qla2xxx: Add VPD sysfs attribute. by andrew.vasquez@qlogic.com · 18 years ago
  72. fdbc683 [SCSI] qla2xxx: Correct swing/emphasis settings on ISP24xx. by andrew.vasquez@qlogic.com · 18 years ago
  73. 1328962 [SCSI] qla2xxx: NVRAM id-list updates. by andrew.vasquez@qlogic.com · 18 years ago
  74. 48c02fd [SCSI] qla2xxx: Consolidate ISP63xx handling. by andrew.vasquez@qlogic.com · 18 years ago
  75. 044cc6c [SCSI] qla2xxx: Add ISP54xx support. by andrew.vasquez@qlogic.com · 18 years ago
  76. ea5b638 [SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations. by andrew.vasquez@qlogic.com · 18 years ago
  77. 93f56089 [SCSI] fix two leaks in scsi_alloc_sdev failure paths by Dave Jones · 18 years ago
  78. a0b6b6e [SCSI] Make sgiwd93_detect and sgiwd93_detect static. by Ralf Baechle · 18 years ago
  79. 5c1b85e [SCSI] drivers/scsi/FlashPoint.c: don't use parenthesis with "return" by Alexey Dobriyan · 18 years ago
  80. 5c04a7b [SCSI] drivers/scsi/FlashPoint.c: Lindent by Alexey Dobriyan · 18 years ago
  81. 13e6851 [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBcard by Alexey Dobriyan · 18 years ago
  82. 68d0c1a [SCSI] drivers/scsi/FlashPoint.c: untypedef struct NVRAMInfo by Alexey Dobriyan · 18 years ago
  83. f31dc0cd [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_tar_info by Alexey Dobriyan · 18 years ago
  84. 7f10166 [SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_info by Alexey Dobriyan · 18 years ago
  85. 69eb2ea [SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCB by Alexey Dobriyan · 18 years ago
  86. ad0e1d9 [SCSI] drivers/scsi/FlashPoint.c: use standard fixed size types by Alexey Dobriyan · 18 years ago
  87. fd1e29e [SCSI] drivers/scsi/FlashPoint.c: remove ushort_ptr by Alexey Dobriyan · 18 years ago
  88. d63a4cc [SCSI] drivers/scsi/FlashPoint.c: remove ULONG by Alexey Dobriyan · 18 years ago
  89. ce79321 [SCSI] drivers/scsi/FlashPoint.c: remove UINT by Alexey Dobriyan · 18 years ago
  90. c823fee [SCSI] drivers/scsi/FlashPoint.c: remove USHORT by Alexey Dobriyan · 18 years ago
  91. db038cf [SCSI] drivers/scsi/FlashPoint.c: remove UCHAR by Alexey Dobriyan · 18 years ago
  92. d8b6b8b [SCSI] drivers/scsi/FlashPoint.c: remove trivial wrappers by Alexey Dobriyan · 18 years ago
  93. 85ae97d8 [SCSI] drivers/scsi/FlashPoint.c: remove unused things by Alexey Dobriyan · 18 years ago
  94. f018fa5 [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsi by Rene Herman · 18 years ago
  95. 76744f4 [SCSI] aic79xx: Avoid renegotiation on inquiry by Hannes Reinecke · 18 years ago
  96. 986a25f [SCSI] aic79xx: use BIOS settings by Hannes Reinecke · 18 years ago
  97. 9e691df [SCSI] aic79xx: Invalid Sequencer interrupt occured by Hannes Reinecke · 18 years ago
  98. 6902f41 [SCSI] aic79xx: Update error recovery by Hannes Reinecke · 18 years ago
  99. 1ede5f9 [SCSI] aic79xx: Remove dead code by Hannes Reinecke · 18 years ago
  100. 0aa800d [SCSI] aic79xx: use tcq functions by Hannes Reinecke · 18 years ago