1. 0a87c5c [S390] vmur: fix diag14 exceptions with addresses > 2GB. by Michael Holzheu · 17 years ago
  2. d133a96 Typo fixes errror -> error by Gabriel Craciunescu · 17 years ago
  3. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  4. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  5. 00d5940 unregister_blkdev() delete redundant messages in callers by Akinobu Mita · 17 years ago
  6. 3d62149 [S390] dasd: Avoid compile warnings on !CONFIG_DASD_PROFILE by Heiko Carstens · 17 years ago
  7. 3006d7c [S390] dasd_eer: use mutex instead of semaphore by Christoph Hellwig · 17 years ago
  8. 61d48c2 [S390] Kconfig: use common Kconfig files for s390. by Martin Schwidefsky · 17 years ago
  9. 763968e [S390] Avoid sparse warnings. by Heiko Carstens · 17 years ago
  10. aaff0f6 [S390] dasd: Fix modular build. by Cornelia Huck · 17 years ago
  11. 9a92fe4 [S390] cio: Get rid of _ccw_device_get_device_number(). by Cornelia Huck · 17 years ago
  12. 17283b5 [S390] dasd: New read device characteristics and read configuration data. by Cornelia Huck · 17 years ago
  13. 7039d3a [S390] dasd: Add ipldev parameter. by Peter Oberparleiter · 17 years ago
  14. 4dfd5c4 [S390] dasd: Add sysfs attribute status and generate uevents. by Horst Hummel · 17 years ago
  15. 0443969 [S390] dasd: Work around gcc bug. by Peter Oberparleiter · 17 years ago
  16. 046f3e8 [S390] dasd: Use default recovery for SNSS requests by Stefan Weinhuber · 17 years ago
  17. d54b1fd [PATCH] mark struct file_operations const 5 by Arjan van de Ven · 17 years ago
  18. 4d284ca [S390] Avoid excessive inlining. by Heiko Carstens · 18 years ago
  19. d54853e [S390] ETR support. by Martin Schwidefsky · 18 years ago
  20. 336c340 [S390] dasd: fix unconditional reserve handling. by Horst Hummel · 18 years ago
  21. db27381 [S390] Remove dasd_ccw_log function. by Horst Hummel · 18 years ago
  22. 444f0e5 [S390] Show loaded DCSS segments under /proc/iomem. by Gerald Schaefer · 18 years ago
  23. e3c699b [S390] dasd: fix bug in dasd initialization cleanup by Stefan Weinhuber · 18 years ago
  24. 2b67fc4 [S390] Get rid of a lot of sparse warnings. by Heiko Carstens · 18 years ago
  25. 88032b3 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  26. 49522c9 [PATCH] struct path: convert s390-drivers by Josef Sipek · 18 years ago
  27. 9575bf2 [S390] New DASD feature for ERP related logging by Horst Hummel · 18 years ago
  28. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  29. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 18 years ago
  30. 4927b3f [PATCH] More work_struct induced breakage (s390) by Al Viro · 18 years ago
  31. 645c98c [S390] return 'count' for successful execution of dasd_eer_enable. by Horst Hummel · 18 years ago
  32. 29145a6 [S390] Enhanced handling of failed termination requests. by Horst Hummel · 18 years ago
  33. 01376f4 [S390] handle incorrect values when writing to dasd sysfs attributes. by Horst Hummel · 18 years ago
  34. 867dcd0 [S390] dasd: clean up timer. by Stefan Weinhuber · 18 years ago
  35. 5a489b9 [S390] irq change build fixes. by Heiko Carstens · 18 years ago
  36. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  37. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  38. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 18 years ago
  39. dcd707b [S390] Replace nopav-message on VM. by Peter Oberparleiter · 18 years ago
  40. e620c49 [S390] xpram off by one error. by Christian Borntraeger · 18 years ago
  41. 1375fc1 [S390] __exit cleanup. by Heiko Carstens · 18 years ago
  42. b0035f1 [S390] dasd default debug level. by Horst Hummel · 18 years ago
  43. a00bfd7 [S390] dasd deadlock after state change pending interrupt. by Martin Schwidefsky · 18 years ago
  44. 8f61701 [S390] dasd: fix device shutdown process. by Horst Hummel · 18 years ago
  45. 8e79a44 [S390] dasd PAV enabling. by Horst Hummel · 18 years ago
  46. b18a60e [S390] inaccessible PAV alias devices on LPAR. by Peter Oberparleiter · 18 years ago
  47. 2f6c55f [S390] dasd slab cache alignment. by Heiko Carstens · 18 years ago
  48. d0710c7 [S390] dasd calls kzalloc while holding a spinlock. by Horst Hummel · 18 years ago
  49. ebc4599 [S390] dasd set offline kernel bug. by Horst Hummel · 18 years ago
  50. 37ab46a [S390] xpram system device class. by Martin Schwidefsky · 18 years ago
  51. f257b06 [S390] xpram module parameter parsing - take 2. by Heiko Carstens · 18 years ago
  52. d2c993d [S390] Fix sparse warnings. by Heiko Carstens · 18 years ago
  53. 5c898ba [S390] xpram module parameter parsing. by Heiko Carstens · 18 years ago
  54. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  55. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  56. 4054557 [S390] add PAV support to the dasd driver. by Horst Hummel · 18 years ago
  57. 774fc4e [S390] dasd eer data format. by Stefan Weinhuber · 18 years ago
  58. 138c014 [S390] dasd whitespace and other cosmetics. by Horst Hummel · 18 years ago
  59. 445b5b4 [S390] dasd_eckd_dump_sense bug. by Horst Hummel · 18 years ago
  60. f45a43d [S390] missing check in dasd_eer_open. by Stefan Weinhuber · 18 years ago
  61. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  62. ce7b0f4 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  63. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  64. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  65. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  66. 3d05259 [PATCH] s390: dasd device identifiers by Horst Hummel · 18 years ago
  67. 39ccf95 [PATCH] s390: dasd ioctl never returns by Horst Hummel · 18 years ago
  68. 7220fe8 [PATCH] s390: dasd proc entries by Horst Hummel · 18 years ago
  69. 25ee4cf [PATCH] s390: fail-fast requests on quiesced devices by Peter Oberparleiter · 18 years ago
  70. dafd87a [PATCH] s390: dasd device offline messages by Horst Hummel · 18 years ago
  71. e048a8a BUG_ON() Conversion in drivers/s390/block/dasd_erp.c by Eric Sesterhenn · 18 years ago
  72. 606f442 BUG_ON() Conversion in drivers/s390/block/dasd_devmap.c by Eric Sesterhenn · 18 years ago
  73. 1e8c573 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  74. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  75. 7ac1e87 BUG_ON() Conversion in drivers/s390/block/dasd.c by Eric Sesterhenn · 18 years ago
  76. b502962 [PATCH] dasd: "cleanup dasd_ioctl" fix by Bastian Blank · 18 years ago
  77. 88abaab [PATCH] s390: kzalloc() conversion in drivers/s390 by Eric Sesterhenn · 18 years ago
  78. 20c6446 [PATCH] s390: dasd extended error reporting by Stefan Weinhuber · 18 years ago
  79. 554a826 [PATCH] s390: random values in result of BIODASDINFO2 by Horst Hummel · 18 years ago
  80. d0b2eaa [PATCH] s390: remove experimental flag from dasd diag by Peter Oberparleiter · 18 years ago
  81. 82814db [PATCH] s390: remove dynamic dasd ioctls by Christoph Hellwig · 18 years ago
  82. 8b2eb66 [PATCH] s390: merge cmb into dasdc by Christoph Hellwig · 18 years ago
  83. 1107ccf [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlc by Christoph Hellwig · 18 years ago
  84. 13c6204 [PATCH] s390: use normal switch statement for ioctls in dasd_ioctlc by Christoph Hellwig · 18 years ago
  85. c039e31 [PATCH] sem2mutex: blockdev #2 by Arjan van de Ven · 18 years ago
  86. 1312f40 [PATCH] regularize blk_cleanup_queue() use by Al Viro · 18 years ago
  87. b707dbe [PATCH] s390: dasd proc interface typo by Horst Hummel · 18 years ago
  88. 90f0094 [PATCH] s390: dasd partition detection by Horst Hummel · 18 years ago
  89. 49d9c81 [PATCH] s390: revert dasd eer module by Heiko Carstens · 18 years ago
  90. aa88861 [PATCH] s390: dasd reference counting by Peter Oberparleiter · 18 years ago
  91. 12c3a54 [PATCH] s390: dasd extended error reporting module by Stefan Weinhuber · 19 years ago
  92. c2ba444 [PATCH] s390: dasd wait for clear i/o interrupt by Horst Hummel · 19 years ago
  93. 5746719 [PATCH] s390: dasd open counter by Horst Hummel · 19 years ago
  94. e018ba1 [PATCH] s390: Remove CVS generated information by Heiko Carstens · 19 years ago
  95. ed68cb3 [PATCH] s390: fix blk_queue_ordered call in dasd.c fixup by Heiko Carstens · 19 years ago
  96. bcc1326 [PATCH] s390: fix blk_queue_ordered call in dasdc by Martin Schwidefsky · 19 years ago
  97. 8262037 [PATCH] add ->compat_ioctl to dasd by Christoph Hellwig · 19 years ago
  98. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  99. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  100. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago