1. 12fad3f [PATCH] ahci: implement NCQ suppport by Tejun Heo · 20 years ago
  2. a9764c2 [PATCH] ahci: kill pp->cmd_tbl_sg by Tejun Heo · 20 years ago
  3. 979db80 [PATCH] ahci: add HOST_CAP_NCQ constant by Tejun Heo · 20 years ago
  4. dd410ff [PATCH] ahci: clean up AHCI constants in preparation for NCQ by Tejun Heo · 20 years ago
  5. a6e6ce8 [PATCH] libata-ncq: implement NCQ device configuration by Tejun Heo · 20 years ago
  6. e8ee845 [PATCH] libata-ncq: update EH to handle NCQ by Tejun Heo · 20 years ago
  7. 3dc1d88 [PATCH] libata-ncq: implement NCQ command translation and exclusion by Tejun Heo · 20 years ago
  8. dedaf2b [PATCH] libata-ncq: implement ap->qc_active, ap->sactive and complete helper by Tejun Heo · 20 years ago
  9. 6cec4a3 [PATCH] libata-ncq: rename ap->qactive to ap->qc_allocated by Tejun Heo · 20 years ago
  10. 2115ea9 [PATCH] libata-ncq: pass ata_scsi_translate() return value to SCSI midlayer by Tejun Heo · 20 years ago
  11. 88e4903 [PATCH] libata-ncq: add NCQ related ATA/libata constants and macros by Tejun Heo · 20 years ago
  12. c17ea20 [PATCH] libata: fix irq-pio merge by Tejun Heo · 20 years ago
  13. 12436c3 Merge branch 'irq-pio' by Tejun Heo · 20 years ago
  14. 88ce755 [PATCH] sata_sil24: convert to new EH by Tejun Heo · 20 years ago
  15. 2a3917a [PATCH] ahci: add PIOS interim interrupt handling by Tejun Heo · 20 years ago
  16. 78cd52d [PATCH] ahci: convert to new EH by Tejun Heo · 20 years ago
  17. f6aae27 [PATCH] sata_sil: convert to new EH by Tejun Heo · 20 years ago
  18. 3f037db [PATCH] ata_piix: convert to new EH by Tejun Heo · 20 years ago
  19. 6d97dbd [PATCH] libata-eh: implement BMDMA EH by Tejun Heo · 20 years ago
  20. 022bdb0 [PATCH] libata-eh: implement new EH by Tejun Heo · 20 years ago
  21. f3e81b1 [PATCH] libata-eh: implement ata_eh_info and ata_eh_context by Tejun Heo · 20 years ago
  22. 0c247c5 [PATCH] libata-eh: implement dev->ering by Tejun Heo · 20 years ago
  23. 9be1e97 [PATCH] libata-eh: add ATA and libata flags for new EH by Tejun Heo · 20 years ago
  24. 246619d [PATCH] libata-eh-fw: update SCSI command completion path for new EH by Tejun Heo · 20 years ago
  25. d95a717 [PATCH] libata-eh-fw: update ata_exec_internal() for new EH by Tejun Heo · 20 years ago
  26. ad9e276 [PATCH] libata-eh-fw: update ata_scsi_error() for new EH by Tejun Heo · 20 years ago
  27. dafadcd [PATCH] libata-eh-fw: implement new EH scheduling from PIO by Tejun Heo · 20 years ago
  28. e318049 [PATCH] libata-eh-fw: implement freeze/thaw by Tejun Heo · 20 years ago
  29. 7b70fc0 [PATCH] libata-eh-fw: implement ata_port_schedule_eh() and ata_port_abort() by Tejun Heo · 20 years ago
  30. f686bcb [PATCH] libata-eh-fw: implement new EH scheduling via error completion by Tejun Heo · 20 years ago
  31. f69499f [PATCH] libata-eh-fw: update ata_qc_from_tag() to enforce normal/EH qc ownership by Tejun Heo · 20 years ago
  32. 2ab7db1 [PATCH] libata-eh-fw: use special reserved tag and qc for internal commands by Tejun Heo · 20 years ago
  33. dc2b351 [PATCH] libata-eh-fw: clear SError in ata_std_postreset() by Tejun Heo · 20 years ago
  34. 9ec957f [PATCH] libata-eh-fw: add flags and operations for new EH by Tejun Heo · 20 years ago
  35. f15a1da [PATCH] libata: use ATA printk helpers by Tejun Heo · 20 years ago
  36. 61440db [PATCH] libata: implement ATA printk helpers by Tejun Heo · 20 years ago
  37. 3373efd [PATCH] libata: use dev->ap by Tejun Heo · 20 years ago
  38. 38d8723 [PATCH] libata: add dev->ap by Tejun Heo · 20 years ago
  39. a0ab51c [PATCH] libata: kill old SCR functions and sata_dev_present() by Tejun Heo · 20 years ago
  40. 81952c5 [PATCH] libata: use new SCR and on/offline functions by Tejun Heo · 20 years ago
  41. 34bf217 [PATCH] libata: implement new SCR handling and port on/offline functions by Tejun Heo · 20 years ago
  42. 838df62 [PATCH] libata: init ap->cbl to ATA_CBL_SATA early by Tejun Heo · 20 years ago
  43. ce5f7f3 [PATCH] sata_sil24: update TF image only when necessary by Tejun Heo · 20 years ago
  44. e61e067 [PATCH] libata: implement qc->result_tf by Tejun Heo · 20 years ago
  45. 96bd39e [PATCH] libata: remove postreset handling from ata_do_reset() by Tejun Heo · 20 years ago
  46. 3adcebb [PATCH] libata: move ->set_mode() handling into ata_set_mode() by Tejun Heo · 20 years ago
  47. fe635c7 [PATCH] libata: use preallocated buffers by Tejun Heo · 20 years ago
  48. 1586930 [PATCH] libata: hold host_set lock while finishing internal qc by Tejun Heo · 20 years ago
  49. 7401abf [PATCH] libata: clear ap->active_tag atomically w.r.t. command completion by Tejun Heo · 20 years ago
  50. f8c2c42 [PATCH] libata: fix ->phy_reset class code handling in ata_bus_probe() by Tejun Heo · 20 years ago
  51. 6cd727b [PATCH] libata: kill duplicate prototypes by Tejun Heo · 20 years ago
  52. e23befe [PATCH] libata: unexport ata_scsi_error() by Tejun Heo · 20 years ago
  53. e4fac92 [PATCH] ahci: hardreset classification fix by Tejun Heo · 20 years ago
  54. 3c567b7 [PATCH] libata: rename ata_down_sata_spd_limit() and friends by Tejun Heo · 20 years ago
  55. c44078c [PATCH] libata: silly fix in ata_scsi_start_stop_xlat() by Tejun Heo · 20 years ago
  56. ee7863b [PATCH] SCSI: implement shost->host_eh_scheduled by Tejun Heo · 20 years ago
  57. 89f48c4 [PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST) by Luben Tuikov · 20 years ago
  58. 7894eaf Merge branch 'upstream' into irq-pio by Jeff Garzik · 20 years ago
  59. acc696d Merge branch 'master' into upstream by Jeff Garzik · 20 years ago
  60. 2be4d50 Linux v2.6.17-rc3 by Linus Torvalds · 20 years ago
  61. a82642f Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 20 years ago
  62. 58f8236 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 20 years ago
  63. f13d241 Merge nommu tree by Russell King · 20 years ago
  64. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 20 years ago
  65. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 20 years ago
  66. e7edf9c [PATCH] LSM: add missing hook to do_compat_readv_writev() by James Morris · 20 years ago
  67. a090d91 [PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutex by Al Viro · 20 years ago
  68. 6ad0013 [PATCH] fix mips sys32_p{read,write} by Al Viro · 20 years ago
  69. de0bb97 [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable) by Al Viro · 20 years ago
  70. c82ffb0 [PATCH] fix leak in activate_ep_files() by Al Viro · 20 years ago
  71. 7b97ebf Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 20 years ago
  72. 07db869 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 20 years ago
  73. bd5838b Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 20 years ago
  74. 1ebd32f [PATCH] splice: add ->splice_write support for /dev/null by Jens Axboe · 20 years ago
  75. 00522fb [PATCH] splice: rearrange moving to/from pipe helpers by Jens Axboe · 20 years ago
  76. 86a0f04 [PATCH] forcedeth: fix initialization by Ayaz Abdulla · 20 years ago
  77. bdf9c27 [PATCH] sky2: version 1.2 by Stephen Hemminger · 20 years ago
  78. 98712e5 [PATCH] sky2: reset function can be devinit by Stephen Hemminger · 20 years ago
  79. 4a15d56 [PATCH] sky2: use ALIGN() macro by Stephen Hemminger · 20 years ago
  80. d27ed38 [PATCH] sky2: add fake idle irq timer by Stephen Hemminger · 20 years ago
  81. 734cbc3 [PATCH] sky2: reschedule if irq still pending by Stephen Hemminger · 20 years ago
  82. 3b90887 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 20 years ago
  83. 3b85418 Merge branch 'skb_truesize' of git://lost.foo-projects.org/~ahkok/git/linux-2.6 into upstream-fixes by Jeff Garzik · 20 years ago
  84. 25f7389 Merge branch 'master' into upstream-fixes by Jeff Garzik · 20 years ago
  85. 85ca719 [BRIDGE]: allow full size vlan packets by Stephen Hemminger · 20 years ago
  86. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 20 years ago
  87. c86d90d [doc] add paragraph about 'fs' subsystem to sysfs.txt by Miklos Szeredi · 20 years ago
  88. 8aa09a5 [fuse] fix race between checking and setting file->private_data by Miklos Szeredi · 20 years ago
  89. 6dbbcb1 [fuse] fix deadlock between fuse_put_super() and request_end(), try #2 by Miklos Szeredi · 20 years ago
  90. 5a5fb1e Revert "[fuse] fix deadlock between fuse_put_super() and request_end()" by Miklos Szeredi · 20 years ago
  91. 016b661 [PATCH] splice: fix offset problems by Jens Axboe · 20 years ago
  92. ba5f5d9 [PATCH] splice: fix min() warning by Andrew Morton · 20 years ago
  93. bcb4919 e1000: Update truesize with the length of the packet for packet split by Auke Kok · 20 years ago
  94. 928bd1b [ARM] vfp: fix leak of VFP_NAN_FLAG into FPSCR by Russell King · 20 years ago
  95. c7fd844 [ARM] 3484/1: Correct AEABI CFLAGS for correct enum handling by Richard Purdie · 20 years ago
  96. 4d5c34e [PATCH] Alpha: strncpy() fix by Ivan Kokshaysky · 20 years ago
  97. 454ac77 Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stable by Linus Torvalds · 20 years ago
  98. 18118cd [NETFILTER]: ipt action: use xt_check_target for basic verification by Patrick McHardy · 20 years ago
  99. 91536b7 [NETFILTER]: x_tables: move table->lock initialization by Dmitry Mishin · 20 years ago
  100. e4a79ef [NETFILTER]: ip6_tables: remove broken comefrom debugging by Patrick McHardy · 20 years ago