1. 1abf635 scsi: use 64-bit value for 'max_luns' by Hannes Reinecke · 10 years ago
  2. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  3. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  4. d2e074c i2o: Use pci_bus_alloc_resource(), not allocate_resource() directly by Bjorn Helgaas · 10 years ago
  5. 60f061e i2o: Refactor i2o_iop_systab_set() PCI space allocation by Bjorn Helgaas · 10 years ago
  6. 5c513bd i2o: Fix I/O space alignment requirement by Bjorn Helgaas · 10 years ago
  7. 7ed37fc i2o: Fix I/O space allocation copy/paste error by Bjorn Helgaas · 10 years ago
  8. a3eb7fb drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS) by Alexey Khoroshilov · 10 years ago
  9. 1099243 drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register() by Wei Yongjun · 11 years ago
  10. ba6857b i2o: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  11. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  12. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  13. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  15. 9151b398 i2o: check copy_from_user() size parameter by Dan Carpenter · 11 years ago
  16. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  17. 21ba37c i2o: use proc_remove_subtree() by Al Viro · 11 years ago
  18. 47b1ea7 Drivers: message: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  19. 8fdbb34 messages: i2o: Fix typo in messages/i2o by Masanari Iida · 12 years ago
  20. 261eba7 drivers/message/i2o/i2o_config.c: bound allocation by Alan Cox · 12 years ago
  21. 40251b8 drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to an array which is no longer valid by Kamil Dudka · 12 years ago
  22. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 12 years ago
  23. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  24. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  25. 314ef9c drivers/message: Add module.h to i2o/pci.c by Paul Gortmaker · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  28. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. ad94717 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  30. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  31. 5cd049a [SCSI] remove cmd->serial_number litter by Christoph Hellwig · 13 years ago
  32. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  35. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  36. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  37. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  38. f47350f i2o_block: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  39. 5228671 i2o: use alloc_workqueue() instead of create_workqueue() by Tejun Heo · 13 years ago
  40. 1dcb202 drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc function return values by Jesper Juhl · 14 years ago
  41. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  42. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  43. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  44. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  45. c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  46. 89596f2 i2o: check return code from put_user() by Kulikov Vasiliy · 14 years ago
  47. d929dc2 i2o: fix overflow of copy_to_user() by Kulikov Vasiliy · 14 years ago
  48. 32fa454 drivers/message/i2o/exec-osm.c: add missing mutex_unlock by Julia Lawall · 14 years ago
  49. d236700 drivers/message: move dereference after NULL test by Julia Lawall · 14 years ago
  50. 2daa672 scsi/i2o: restore ioctl changes by Arnd Bergmann · 14 years ago
  51. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  52. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  53. 3448406 scsi/i2o_block: cleanup ioctl handling by Arnd Bergmann · 14 years ago
  54. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  55. b81d67a drivers/message/i2o/i2o_config.c: use memdup_user by Julia Lawall · 14 years ago
  56. b1ffdc8 i2o: cleanup some exit paths by Dan Carpenter · 14 years ago
  57. 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
  58. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  59. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  60. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  61. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  62. 9ddc5b6 tree-wide: fix typos "ammount" -> "amount" by Uwe Kleine-König · 14 years ago
  63. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. cf30273 drivers/message/i2o/i2o_proc.c: use %pM to show MAC address by H Hartley Sweeten · 15 years ago
  65. 5d9d6e4 i2o: propogate the BKL down into the ioctl method by Alan Cox · 15 years ago
  66. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  67. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  68. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  69. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  70. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  71. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  72. b0790410 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  73. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  74. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  75. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  76. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  77. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  78. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  79. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  80. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  81. 14bca6c i2o: remove extraneous kernel-doc by Randy Dunlap · 16 years ago
  82. cd3ed6b i2o: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  83. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  84. f1b11e5 i2o: Update my address by Alan Cox · 16 years ago
  85. 2289e66 drivers/message/i2o/iop.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
  86. 5e33330 Fix incorrect use of loose in i2o_block.c by Nick Andrew · 16 years ago
  87. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  88. b77b0ef i2o: fix kernel-doc warnings by Randy Dunlap · 16 years ago
  89. f3f6015 [PATCH] switch i2o by Al Viro · 16 years ago
  90. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  91. 9d793b0 i2o: Fix 32/64bit DMA locking by Alan Cox · 16 years ago
  92. 0293902 I2O: handle sysfs_create_link() failures by Wang Chen · 16 years ago
  93. 743115e i2o: fasync BKL pushdown by Jonathan Corbet · 16 years ago
  94. b78032a message-i2o-i2o_config: BKL pushdown by Arnd Bergmann · 16 years ago
  95. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  96. c7705f344 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  97. fc1323b drivers/message/: Spelling fixes by Joe Perches · 16 years ago
  98. 1381b7e blk_end_request: changing i2o_block (take 4) by Kiyoshi Ueda · 17 years ago
  99. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 16 years ago
  100. ae5fbf7 i2o: debug messages corrected by Vasily Averin · 17 years ago