1. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  2. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  3. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  4. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  5. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  6. 89596f2 i2o: check return code from put_user() by Kulikov Vasiliy · 14 years ago
  7. d929dc2 i2o: fix overflow of copy_to_user() by Kulikov Vasiliy · 14 years ago
  8. 32fa454 drivers/message/i2o/exec-osm.c: add missing mutex_unlock by Julia Lawall · 14 years ago
  9. d236700 drivers/message: move dereference after NULL test by Julia Lawall · 14 years ago
  10. 2daa672 scsi/i2o: restore ioctl changes by Arnd Bergmann · 14 years ago
  11. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  12. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  13. 3448406 scsi/i2o_block: cleanup ioctl handling by Arnd Bergmann · 14 years ago
  14. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  15. b81d67a drivers/message/i2o/i2o_config.c: use memdup_user by Julia Lawall · 14 years ago
  16. b1ffdc8 i2o: cleanup some exit paths by Dan Carpenter · 14 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  18. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  19. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  20. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  21. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  22. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 15 years ago
  23. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  24. cf30273 drivers/message/i2o/i2o_proc.c: use %pM to show MAC address by H Hartley Sweeten · 15 years ago
  25. 5d9d6e4 i2o: propogate the BKL down into the ioctl method by Alan Cox · 15 years ago
  26. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  27. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  28. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  29. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  30. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  31. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  32. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  33. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  34. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  35. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  36. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  37. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  38. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  39. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  40. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  41. 14bca6c i2o: remove extraneous kernel-doc by Randy Dunlap · 16 years ago
  42. cd3ed6b i2o: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  43. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  44. f1b11e5 i2o: Update my address by Alan Cox · 16 years ago
  45. 2289e66 drivers/message/i2o/iop.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
  46. 5e33330 Fix incorrect use of loose in i2o_block.c by Nick Andrew · 16 years ago
  47. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  48. b77b0ef i2o: fix kernel-doc warnings by Randy Dunlap · 16 years ago
  49. f3f6015 [PATCH] switch i2o by Al Viro · 16 years ago
  50. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  51. 9d793b0 i2o: Fix 32/64bit DMA locking by Alan Cox · 16 years ago
  52. 0293902 I2O: handle sysfs_create_link() failures by Wang Chen · 16 years ago
  53. 743115e i2o: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  54. b78032a message-i2o-i2o_config: BKL pushdown by Arnd Bergmann · 16 years ago
  55. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  56. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  57. fc1323b drivers/message/: Spelling fixes by Joe Perches · 17 years ago
  58. 1381b7e blk_end_request: changing i2o_block (take 4) by Kiyoshi Ueda · 17 years ago
  59. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  60. ae5fbf7 i2o: debug messages corrected by Vasily Averin · 17 years ago
  61. 3d1266c SG: audit of drivers that use blk_rq_map_sg() by Jens Axboe · 17 years ago
  62. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  63. c98673f I2O: Fix "defined but not used" build warnings by Satyam Sharma · 17 years ago
  64. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  65. db7526f fix integer overflow warning in i2o_block by Meelis Roos · 17 years ago
  66. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  67. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  68. 6dd4ac3 i2o debug output cleanup by Vasily Averin · 17 years ago
  69. 44aaa93 i2o proc reading oops by Vasily Averin · 17 years ago
  70. 3d0fd33 i2o message leak in i2o_msg_post_wait_mem() by Vasily Averin · 17 years ago
  71. 010904c wrong memory access in i2o_block_device_lock() by Vasily Averin · 17 years ago
  72. 1725d71 i2o_cfg_passthru cleanup by Vasily Averin · 17 years ago
  73. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  74. 9ac1625 Use mutexes instead of semaphores in I2O driver by Matthias Kaehlcke · 17 years ago
  75. 04e9aee Use menuconfig objects: I2O by Jan Engelhardt · 17 years ago
  76. a3f249a [SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c by Satyam Sharma · 17 years ago
  77. 0ea7154 [SCSI] i2o: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  78. 82cd0e8 i2o: eliminate a peculiar constraint on i2o_max_drivers by Akinobu Mita · 17 years ago
  79. be32479 i2o: fix notifiers when max_drivers is configured by Akinobu Mita · 17 years ago
  80. e578e9a i2o: destroy event queue only when drv->event is set by Akinobu Mita · 17 years ago
  81. eeca7a3 [S390] Kconfig: refine depends statements. by Martin Schwidefsky · 17 years ago
  82. b656eea remove unused header file: drivers/message/i2o/i2o_lan.h by Robert P. J. Day · 17 years ago
  83. d1985ad [PATCH] i2o: block IO errors on i2o disk by Vasily Averin · 17 years ago
  84. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 18 years ago
  85. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  86. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  87. d784372 [PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit. by Ralf Baechle · 18 years ago
  88. d9489fb [PATCH] kernel-doc: fix fusion and i2o docs by Randy Dunlap · 18 years ago
  89. f13a603 [PATCH] I2O: fix I2O_CONFIG without Adaptec extension by Randy Dunlap · 18 years ago
  90. 9d69b7d [PATCH] I2O: handle __copy_from_user by Randy Dunlap · 18 years ago
  91. 3889b26 [PATCH] I2O: more error checking by Jeff Garzik · 18 years ago
  92. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  93. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  94. 95ddc5f PCI: pci_{enable,disable}_device() nestable ports by Inaky Perez-Gonzalez · 18 years ago
  95. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  96. 7259f0d [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD by Peter Zijlstra · 18 years ago
  97. 8a7822a [PATCH] i2o/exec-osm.c: use "unsigned long flags;" by Alexey Dobriyan · 18 years ago
  98. 6b5f296 [PATCH] I2O: handle a few sysfs errors by Jeff Garzik · 18 years ago
  99. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  100. df10f4ed [PATCH] i2o: Switch to pci_get API by Alan Cox · 18 years ago