1. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 10 years ago
  3. 0f989f7 MODULE_DEVICE_TABLE: fix some callsites by Andrew Morton · 10 years ago
  4. c7badc9 scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  5. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  6. 7e33912 mm: gup: use get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
  7. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  8. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  9. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  10. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  11. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 14365ea Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  13. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
  14. 541c571 csiostor:Use firmware version from cxgb4/t4fw_version.h by Praveen Madhavan · 10 years ago
  15. 9c4a6b1 scsi_logging: return void for dev_printk() functions by Hannes Reinecke · 10 years ago
  16. f50332f scsi: print single-character strings with seq_putc by Rasmus Villemoes · 10 years ago
  17. 3d30079 scsi: merge consecutive seq_puts calls by Rasmus Villemoes · 10 years ago
  18. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  19. ee7c727 aha152x: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  20. 2f97942 advansys: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  21. 0c3de38 scsi: remove SPRINTF macro by Rasmus Villemoes · 10 years ago
  22. 5af2e38 sg: remove an unused variable by Bart Van Assche · 10 years ago
  23. 6636e7f hpsa: Use local workqueues instead of system workqueues by Don Brace · 10 years ago
  24. c8ae0ab hpsa: add in P840ar controller model name by Don Brace · 10 years ago
  25. 27fb813 hpsa: add in gen9 controller model names by Don Brace · 10 years ago
  26. c706a79 hpsa: detect and report failures changing controller transport modes by Robert Elliott · 10 years ago
  27. 007e7aa hpsa: shorten the wait for the CISS doorbell mode change ack by Robert Elliott · 10 years ago
  28. 8ebc924 hpsa: refactor duplicated scan completion code into a new routine by Webb Scales · 10 years ago
  29. ec5cbf0 hpsa: move SG descriptor set-up out of hpsa_scatter_gather() by Webb Scales · 10 years ago
  30. c05e886 hpsa: do not use function pointers in fast path command submission by Stephen Cameron · 10 years ago
  31. f42e81e hpsa: print CDBs instead of kernel virtual addresses for uncommon errors by Stephen Cameron · 10 years ago
  32. 7fa3030 hpsa: do not use a void pointer for scsi_cmd field of struct CommandList by Stephen Cameron · 10 years ago
  33. e345893 hpsa: return failed from device reset/abort handlers by Don Brace · 10 years ago
  34. 407863c hpsa: check for ctlr lockup after command allocation in main io path by Stephen Cameron · 10 years ago
  35. 07543e0 hpsa: guard against overflowing raid map array by Stephen Cameron · 10 years ago
  36. e4aa3e6 hpsa: do not ack controller events on controllers that do not support it by Stephen Cameron · 10 years ago
  37. 6f99a91 hpsa: remove incorrect BUG_ONs checking for raid offload enable by Stephen Cameron · 10 years ago
  38. c2b0acd hpsa: do not check for msi(x) in interrupt_pending by Stephen Cameron · 10 years ago
  39. bee266a hpsa: slightly optimize SA5_performant_completed by Don Brace · 10 years ago
  40. 34f0c62 hpsa: count passthru cmds with atomics, not a spin locked int by Don Brace · 10 years ago
  41. 3381102 hpsa: optimize cmd_alloc function by remembering last allocation by Robert Elliott · 10 years ago
  42. 281a7fd hpsa: fix race between abort handler and main i/o path by Webb Scales · 10 years ago
  43. 0338373 hpsa: honor queue depth of physical devices by Don Brace · 10 years ago
  44. 080ef1c hpsa: use workqueue to resubmit failed ioaccel commands by Don Brace · 10 years ago
  45. 574f05d hpsa: factor out hpsa_ciss_submit function by Stephen Cameron · 10 years ago
  46. 7acf570 hpsa: do not request device rescan on every ioaccel path error by Stephen Cameron · 10 years ago
  47. f2405db hpsa: do not queue commands internally in driver by Don Brace · 10 years ago
  48. 45fcb86 hpsa: get rid of cmd_special_alloc and cmd_special_free by Stephen Cameron · 10 years ago
  49. d54c5c2 hpsa: reserve some commands for use by driver by Stephen Cameron · 10 years ago
  50. 8947fd1 hpsa: avoid unneccesary calls to resource freeing functions by Robert Elliott · 10 years ago
  51. 2c14334 hpsa: fix memory leak in hpsa_alloc_cmd_pool by Robert Elliott · 10 years ago
  52. 3d4e6af hpsa: report allocation failures while allocating SG chain blocks by Robert Elliott · 10 years ago
  53. 1eaec8f hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message by Robert Elliott · 10 years ago
  54. 9ee6179 hpsa: rename hpsa_request_irq to hpsa_request_irqs by Robert Elliott · 10 years ago
  55. cd3c81c hpsa: report failure to ioremap config table by Robert Elliott · 10 years ago
  56. 050f714 hpsa: trivial message and comment clean ups by Stephen Cameron · 10 years ago
  57. c7ee65b hpsa: refactor hpsa_find_board_params() to encapsulate legacy test by Webb Scales · 10 years ago
  58. 1ba66c9 hpsa: downgrade the Waiting for no-op print to dev_info by Robert Elliott · 10 years ago
  59. 60f923b hpsa: propagate return value from board ID lookup by Robert Elliott · 10 years ago
  60. adf1b3a hpsa: propagate hard_reset failures in reset_devices mode by Robert Elliott · 10 years ago
  61. 69d6e33 hpsa: remove 0x from queue depth print which is in decimal by Robert Elliott · 10 years ago
  62. a4e17fc hpsa: notice all request_irq errors by Robert Elliott · 10 years ago
  63. ec42995 hpsa: Fix -Wunused-but-set-variable warning by Fabian Frederick · 10 years ago
  64. ec501a1 hpsa: rename free_irqs to hpsa_free_irqs by Robert Elliott · 10 years ago
  65. f2ef0ce hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names by Robert Elliott · 10 years ago
  66. 7c0a022 hpsa: correct change_queue_depth by Don Brace · 10 years ago
  67. 2662cab hpsa: change how SA controllers are reset by Don Brace · 10 years ago
  68. 3b74729 hpsa: turn off interrupts when kdump starts by Tomas Henzl · 10 years ago
  69. 03741d9 hpsa: fix memory leak in kdump hard reset by Tomas Henzl · 10 years ago
  70. 2b08b3e hpsa: correct endian sparse warnings by Don Brace · 10 years ago
  71. 3a9794d sd: Fix max transfer length for 4k disks by Brian King · 10 years ago
  72. 28072ad scsi: fix device handler detach oops by Mike Christie · 10 years ago
  73. 216ce69 csiostor:T5 Firmware fix and cleanup. by Praveen Madhavan · 10 years ago
  74. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  75. 41592e2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  76. 88b71f9 [SCSI] esas2r: use PCI define for Max_Read_Request_Size by Rafał Miłecki · 10 years ago
  77. 24391c0 blk-mq: add tag allocation policy by Shaohua Li · 10 years ago
  78. ee1b6f7 block: support different tag allocation policy by Shaohua Li · 10 years ago
  79. dc4515e scsi: always increment reference count by Rusty Russell · 10 years ago
  80. 6d310df scsi_debug: test always evaluates to false, || should be used instead by Colin Ian King · 10 years ago
  81. 81c0fc5 ufs-qcom: add support for Qualcomm Technologies Inc platforms by Yaniv Gardi · 10 years ago
  82. c7e0957 sr: reduce debug noise in sr_do_ioctl by Christoph Hellwig · 10 years ago
  83. 63c6ea17 ch: remove debug noise in ch_do_scsi by Christoph Hellwig · 10 years ago
  84. 2fc583c scsi: always use format argumets for dev_printk by Christoph Hellwig · 10 years ago
  85. a7870c0 scsi: aic7xxx: fix comment by Geert Uytterhoeven · 10 years ago
  86. 5a0ccb6 ibmraid: fix writeable attribute with no store method by Alan · 10 years ago
  87. 91724c2 scsi: Avoid crashing if device uses DIX but adapter does not support it by Ewan D. Milne · 10 years ago
  88. 99531e6 scsi_debug: use atomic allocation in resp_rsup_opcodes by Sasha Levin · 10 years ago
  89. d394431 csiostor:Removed file csio_hw_t4.c by Praveen Madhavan · 10 years ago
  90. 3fb4c22 csiostor:Remove T4 FCoE Support. by Praveen Madhavan · 10 years ago
  91. 6cdb081 ipr: wait for aborted command responses by Brian King · 10 years ago
  92. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  93. 211a84e cxgb4i : Call into recently added cxgb4 ipv6 api by Anish Bhatt · 10 years ago
  94. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  95. a63bb9b mpt2sas: Bump driver version to 20.100.00.00 by Sreekanth Reddy · 10 years ago
  96. 14b3114 mpt2sas, mpt3sas: set cpu affinity for each MSIX vectors by Sreekanth Reddy · 10 years ago
  97. a03bd15 mpt2sas, mpt3sas: Update attribution language to Avago by Sreekanth Reddy · 10 years ago
  98. d2227f7 mpt2sas: map log_info value 0x0x32010081 to DID_RESET by Sreekanth Reddy · 10 years ago
  99. ad666a0 mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entries by Sreekanth Reddy · 10 years ago
  100. d42432a mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header files by Sreekanth Reddy · 10 years ago