1. 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
  2. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 724ee62 drivers/block/floppy.c: remove unnecessary casting in fd_ioctl by Joe Perches · 14 years ago
  4. 0aad92c drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro by Joe Perches · 14 years ago
  5. 712e1de drivers/block/floppy.c: remove obfuscating CODE2SIZE macro by Joe Perches · 14 years ago
  6. ded2863 drivers/block/floppy.c: add __func__ to debugt by Joe Perches · 14 years ago
  7. 7f25271 drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto by Joe Perches · 14 years ago
  8. ce2f11f drivers/block/floppy.c: remove some unnecessary casting by Joe Perches · 14 years ago
  9. 1ebddd8 drivers/block/floppy.c: use %pf in logging messages by Joe Perches · 14 years ago
  10. 275176b drivers/block/floppy.c: use __func__ where appropriate by Joe Perches · 14 years ago
  11. 891eda8 drivers/block/floppy.c: DPRINT neatening by Joe Perches · 14 years ago
  12. 1a23d13 drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK by Joe Perches · 14 years ago
  13. 73507e6 drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout by Joe Perches · 14 years ago
  14. 0da3132 drivers/block/floppy.c: unclutter redo_fd_request logic by Joe Perches · 14 years ago
  15. 416d8d2 drivers/block/floppy.c: remove REPEAT macro by Joe Perches · 14 years ago
  16. 15b2630 drivers/block/floppy.c: remove unnecessary return and braces by Joe Perches · 14 years ago
  17. 57584c5 drivers/block/floppy.c: add function is_ready_state by Joe Perches · 14 years ago
  18. 29f1c78 drivers/block/floppy.c: convert int initialising to bool initialized by Joe Perches · 14 years ago
  19. 4d18ef0 drivers/block/floppy.c: remove #define DEVICE_NAME "floppy" by Joe Perches · 14 years ago
  20. c529730 drivers/block/floppy.c: move leading && and || to preceding line by Joe Perches · 14 years ago
  21. 74f63f4 drivers/block/floppy.c: convert int 1/0 to bool true/false by Joe Perches · 14 years ago
  22. 55eee80 drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT by Joe Perches · 14 years ago
  23. 86b12b4 drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros by Joe Perches · 14 years ago
  24. 4575b55 drivers/block/floppy.c: remove most uses of CALL and ECALL macros by Joe Perches · 14 years ago
  25. e029853 drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros by Joe Perches · 14 years ago
  26. 87f530d drivers/block/floppy.c: add debug_dcl(...) macro by Joe Perches · 14 years ago
  27. 52a0d61 drivers/block/floppy.c: remove macro LOCK_FDC by Joe Perches · 14 years ago
  28. a0a52d6 drivers/block/floppy.c: remove a few spaces from function casts by Joe Perches · 14 years ago
  29. da27365 drivers/block/floppy.c: remove IN/OUT macros, indent switch/case by Joe Perches · 14 years ago
  30. 96534f1 drivers/block/floppy.c: indent a comment by Joe Perches · 14 years ago
  31. b87c9e0 drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset by Joe Perches · 14 years ago
  32. bb57f0c drivers/block/floppy.c: comment neatening and remove naked ; by Joe Perches · 14 years ago
  33. 2300f90 drivers/block/floppy.c: remove LAST_OUT macro by Joe Perches · 14 years ago
  34. d7b2b2e drivers/block/floppy.c: hoist assigns from if()s, neatening by Joe Perches · 14 years ago
  35. 045f983 drivers/block/floppy.c: remove used once CHECK_READY macro by Joe Perches · 14 years ago
  36. a81ee54 drivers/block/floppy.c: remove unnecessary braces by Joe Perches · 14 years ago
  37. b46df35 drivers/block/floppy.c: use pr_<level> by Joe Perches · 14 years ago
  38. 48c8cee drivers/block/floppy.c: #define space and column neatening by Joe Perches · 14 years ago
  39. d493754 drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ by Joe Perches · 14 years ago
  40. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  41. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  42. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  43. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  44. 91f63d0 block: fix for "Consolidate phys_segment and hw_segment limits" by Stephen Rothwell · 14 years ago
  45. 87c3a92 cciss: Fix problem with scatter gather elements in the scsi half of the driver by Stephen M. Cameron · 14 years ago
  46. bf88737 cciss: eliminate unnecessary pointer use in cciss scsi code by Stephen M. Cameron · 14 years ago
  47. aad9fb6 cciss: do not use void pointer for scsi hba data by Stephen M. Cameron · 14 years ago
  48. d45033e cciss: factor out scatter gather chain block mapping code by Stephen M. Cameron · 14 years ago
  49. 2ad6cdc cciss: fix scatter gather chain block dma direction kludge by Stephen M. Cameron · 14 years ago
  50. dccc9b5 cciss: simplify scatter gather code by Stephen M. Cameron · 14 years ago
  51. 49fc560 cciss: factor out scatter gather chain block allocation and freeing by Stephen M. Cameron · 14 years ago
  52. 1b7d0d2 cciss: detect bad alignment of scsi commands at build time by Stephen M. Cameron · 14 years ago
  53. 58daa9c cciss: clarify command list padding calculation by Stephen M. Cameron · 14 years ago
  54. 847f9c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  55. 2724daf mac68k: rework SWIM platform device by Finn Thain · 15 years ago
  56. 41fb11c ataflop: Killl warning about unused variable flags by Geert Uytterhoeven · 15 years ago
  57. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  58. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  59. eb28d31 block: Add BLK_ prefix to definitions by Martin K. Petersen · 14 years ago
  60. 874f2f9 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  61. c5ecc48 pktcdvd: use BIO list management functions by Akinobu Mita · 14 years ago
  62. 69740c8 virtio_blk: add block topology support by Christoph Hellwig · 14 years ago
  63. f11cbd7 Merge branch 'master' into for-2.6.34 by Jens Axboe · 14 years ago
  64. 429c42c cciss: Consolidate duplicate bits in cciss_cmd.h & cciss_ioctl.h by dann frazier · 14 years ago
  65. b028461 cciss: remove C99-style comments by dann frazier · 14 years ago
  66. ec144a8 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  67. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  68. 531c2dc cciss: Make cciss_seq_show handle holes in the h->drv[] array by Stephen M. Cameron · 14 years ago
  69. c5c7b32 ataflop: Killl warning about unused variable flags by Geert Uytterhoeven · 15 years ago
  70. dc942ce powerpc/viodasd: Remove VIOD_KERN_<level> macros for printks by Joe Perches · 15 years ago
  71. ca0bf64 pktcdvd: removing device does not remove its sysfs dir by Thadeu Lima de Souza Cascardo · 14 years ago
  72. d3db7b4 drbd: null dereference bug by Dan Carpenter · 15 years ago
  73. 98ec286 drbd: fix max_segment_size initialization by Lars Ellenberg · 15 years ago
  74. a393db6 drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced) by Philipp Reisner · 15 years ago
  75. b10d96c drbd: Don't go into StandAlone mode when authentification failes because of network error by Johannes Thoma · 15 years ago
  76. 47483e2 block: make virtio device id constant by Márton Németh · 15 years ago
  77. ec9c42e block: make xenbus device id constant by Márton Németh · 15 years ago
  78. 5cccfd9 block: make Open Firmware device id constant by Márton Németh · 15 years ago
  79. 577cdf0 block: make USB device id constant by Márton Németh · 15 years ago
  80. 3d447ec block: make PCI device id constant by Márton Németh · 15 years ago
  81. 36bfc7e drbd: check on CONFIG_LBDAF, not LBD by Lars Ellenberg · 15 years ago
  82. 2d1ee87 drivers/block/drbd: Correct NULL test by Julia Lawall · 15 years ago
  83. 367a8d7 drbd: Silenced an assert that could triggered after changing write ordering method by Philipp Reisner · 15 years ago
  84. 89f01d5 drbd: Kconfig fix by Johannes Thoma · 15 years ago
  85. 0a6dbf2 drbd: Fix for a race between IO and a detach operation [Bugz 262] by Philipp Reisner · 15 years ago
  86. 0798219 drbd: Use drbd_crypto_is_hash() instead of an open coded check by Philipp Reisner · 15 years ago
  87. 6ec1480 aoe: switch to the new bio_flush_dcache_pages() interface by Andrew Morton · 15 years ago
  88. e019ef0 drivers/block/mg_disk.c: use resource_size() by H Hartley Sweeten · 15 years ago
  89. df9dc83 drivers/block/DAC960.c: use DAC960_V2_Controller by Julia Lawall · 15 years ago
  90. 490c560 Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 15 years ago
  91. 820cd61 drbd: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  92. 7b886f4 drbd: remove duplicated #include by Huang Weiyi · 15 years ago
  93. 49829ea drbd: Fix test of unsigned in _drbd_fault_random() by Roel Kluin · 15 years ago
  94. 7d4e9d0 drbd: Constify struct file_operations by Emese Revfy · 15 years ago
  95. 4a63b03 drbd: fix test of unsigned in _drbd_fault_random() by Roel Kluin · 15 years ago
  96. 51b736b Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  97. 2886a8b floppy: Add an extra bound check on ioctl arguments by Arjan van de Ven · 15 years ago
  98. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  99. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  100. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago