1. cf6e693 loop: fix NULL dereference if mount fails by Alexey Dobriyan · 15 years ago
  2. 3225bea virtio_blk: Revert serial number support by Rusty Russell · 15 years ago
  3. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  4. f8b12e5 virtio_blk: revert QUEUE_FLAG_VIRT addition by Christoph Hellwig · 15 years ago
  5. 2ec24ff cciss: Add cciss_allow_hpsa module parameter by Stephen M. Cameron · 15 years ago
  6. 2cfa948 cciss: Fix multiple calls to pci_release_regions by Stephen M. Cameron · 15 years ago
  7. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  8. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  9. 1e6f2dc cciss: fix build when !PROC_FS by Alexander Beregalov · 15 years ago
  10. 9f792d9 cciss: cciss_host_attr_groups should be const by Jens Axboe · 15 years ago
  11. 9cef0d2 cciss: Dynamically allocate the drive_info_struct for each logical drive. by Stephen M. Cameron · 15 years ago
  12. e272afe cciss: Add usage_count attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  13. 3ff1111 cciss: Add a "raid_level" attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  14. fa52bec cciss: fix some magic numbers in the raid-level decoding by Stephen M. Cameron · 15 years ago
  15. ce84a8a cciss: Add lunid attribute to each logical drive in /sys by Stephen M. Cameron · 15 years ago
  16. 2e04398 cciss: Don't check h->busy_initializing in cciss_open(). by Stephen M. Cameron · 15 years ago
  17. 39ccf9a cciss: Preserve all 8 bytes of LUN ID for logical drives. by Stephen M. Cameron · 15 years ago
  18. 983333c cciss: Silence noisy per-disk messages output by cciss_read_capacity by Stephen M. Cameron · 15 years ago
  19. 2c93559 cciss: Fix excessive gendisk freeing bug on driver unload. by Stephen M. Cameron · 15 years ago
  20. 2d11d99 cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs. by Stephen M. Cameron · 15 years ago
  21. 9ddb27b cciss: Clear all sysfs-exposed data for deleted logical drives. by Stephen M. Cameron · 15 years ago
  22. 8ce5196 cciss: Handle special case for sysfs attributes of the first logical drive. by Stephen M. Cameron · 15 years ago
  23. 361e9b0 cciss: Handle cases when cciss_add_disk fails. by Stephen M. Cameron · 15 years ago
  24. e8074f7 cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk. by Stephen M. Cameron · 15 years ago
  25. 097d026 cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work. by Stephen M. Cameron · 15 years ago
  26. 617e134 cciss: Dynamically allocate struct device for each logical drive as needed. by Stephen M. Cameron · 15 years ago
  27. 21d9db0 cciss: Remove some unused code in rebuild_lun_table() by Stephen M. Cameron · 15 years ago
  28. d6f4965 cciss: Allow triggering of rescan of logical drive topology via sysfs entry by Andrew Patterson · 15 years ago
  29. b368c9d cciss: Use one scan thread per controller and fix hang during rmmod by Andrew Patterson · 15 years ago
  30. c64bebc cciss: Remove sysfs entries for logical drives on driver cleanup. by Andrew Patterson · 15 years ago
  31. 4d76160 cciss: fix schedule_timeout() parameters by Randy Dunlap · 15 years ago
  32. d5d03ee dac960: switch to seq_file by Alexey Dobriyan · 15 years ago
  33. ff2c3de cpqarray: switch to seq_file by Alexey Dobriyan · 15 years ago
  34. 1f0918d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  35. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  36. e898893 dac960: fix undefined behavior on empty string by Michael Buesch · 15 years ago
  37. f1b0ef06 virtio_blk: add support for cache flush by Christoph Hellwig · 15 years ago
  38. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  39. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  40. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  41. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  42. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  43. 3c36543 trivial: add __init/__exit macros to DAC960.c by Peter Huewe · 15 years ago
  44. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  45. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  46. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  47. ea5ffff debugfs: Modify default debugfs directory for debugging pktcdvd. by GeunSik Lim · 15 years ago
  48. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  49. f86054c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  50. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  51. c90cd33 floppy: Switch driver to dev_pm_ops by Frans Pop · 15 years ago
  52. 18d8217 aoe: end barrier bios with EOPNOTSUPP by Ed Cashin · 15 years ago
  53. 49b3a3c block: use printk_once by Marcin Slusarz · 15 years ago
  54. 212a502 cciss: memory leak in cciss_init_one() by Eric Dumazet · 15 years ago
  55. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  56. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  57. 7135a71b aoe: allocate unused request_queue for sysfs by Ed Cashin · 15 years ago
  58. 9413c88 powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h> by Geert Uytterhoeven · 15 years ago
  59. a85a00a mg_disk: Add missing ready status check on mg_write() by unsik Kim · 15 years ago
  60. 394c6cc mg_disk: fix issue with data integrity on error in mg_write() by Bartlomiej Zolnierkiewicz · 15 years ago
  61. eb32bae mg_disk: fix reading invalid status when use polling driver by unsik Kim · 15 years ago
  62. 48f5690 mg_disk: remove prohibited sleep operation by unsik Kim · 15 years ago
  63. bb184d1 Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc by Linus Torvalds · 15 years ago
  64. 4fbfff76 virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatch by Rakib Mullick · 15 years ago
  65. d9ecdea virtio_blk: ioctl return value fix by Christoph Hellwig · 15 years ago
  66. 4eff3ca virtio_blk: don't bounce highmem requests by Christoph Hellwig · 15 years ago
  67. 8f47428 ataflop: adjust NULL test by Julia Lawall · 15 years ago
  68. c9d4bc2 z2ram: Small cleanup for z2ram.c by Zhaolei · 15 years ago
  69. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  70. 04eef90 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  71. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  72. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  73. b59e64d cciss: Ignore stale commands after reboot by Hannes Reinecke · 15 years ago
  74. 8516a50 floppy: fix lock imbalance by Jiri Slaby · 15 years ago
  75. bc47df0 osdblk: Adjust queue limits to lower device's limits by Boaz Harrosh · 15 years ago
  76. 2a13877 osdblk: a Linux block device for OSD objects by Jeff Garzik · 15 years ago
  77. ddeb9c3 hd: stop defining MAJOR_NR by Christoph Hellwig · 15 years ago
  78. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  79. d613839 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  80. 609106b Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  81. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  82. 5ced504 mg_disk: seperate mg_disk.h again by unsik Kim · 15 years ago
  83. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  84. 5888fd3 block/ps3: remove driver_data direct access of struct device by Roel Kluin · 15 years ago
  85. a1b4b12 xen block: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  86. 1ce8a0d Driver Core: aoe: add nodename for aoe devices by Kay Sievers · 15 years ago
  87. b03f38b Driver Core: block: add nodename support for block drivers. by Kay Sievers · 15 years ago
  88. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  89. 03fa68c ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata by Geert Uytterhoeven · 15 years ago
  90. 6dee2c8 block/ps3: remove driver_data direct access of struct device by Roel Kluin · 15 years ago
  91. 1bd9784 ps3vram: Make ps3vram_priv.reports a void * by Geert Uytterhoeven · 15 years ago
  92. c3b94fd ps3vram: Remove no longer used ps3vram_priv.ddr_base by Geert Uytterhoeven · 15 years ago
  93. fb89e89 ps3vram: Replace mutex by spinlock + bio_list by Geert Uytterhoeven · 15 years ago
  94. d3352c9 ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h> by Geert Uytterhoeven · 15 years ago
  95. 56ac72d ps3vram: GPU memory mapping cleanup by Geert Uytterhoeven · 15 years ago
  96. 3273d87 ps3vram: Correct exchanged gotos in ps3vram_probe() error path by Jim Paris · 15 years ago
  97. 3c20e2f ps3vram: Use proc_create_data() instead of proc_create() by Geert Uytterhoeven · 15 years ago
  98. 734957c8 ps3vram: Fix error path (return -EIO) for short read/write by Geert Uytterhoeven · 15 years ago
  99. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  100. 02a99ed Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 15 years ago