1. b12d4f8 paride: dequeue in-flight request by Tejun Heo · 15 years ago
  2. 2d75ce0 xsysace: dequeue in-flight request by Tejun Heo · 15 years ago
  3. f4bd4b9 swim3: dequeue in-flight request by Tejun Heo · 15 years ago
  4. a336ca6 ataflop: dequeue and track in-flight request by Tejun Heo · 15 years ago
  5. 8a12c4a hd: dequeue and track in-flight request by Tejun Heo · 15 years ago
  6. 5b36ad6 mg_disk: dequeue and track in-flight request by Tejun Heo · 15 years ago
  7. 9a8d23d8 mg_disk: fix queue hang / infinite retry on !fs requests by Tejun Heo · 15 years ago
  8. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  9. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  10. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  11. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  12. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  13. 53d6979 nbd: don't clear rq->sector and nr_sectors unnecessarily by Tejun Heo · 15 years ago
  14. 0191944 hd: fix locking by Tejun Heo · 15 years ago
  15. 0d9f346 mg_disk: fix CONFIG_LBD=y warning by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 39f36b4 mg_disk: fix locking by Tejun Heo · 15 years ago
  17. f68adec mg_disk: use defines from <linux/ata.h> by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 8a11a78 mg_disk: fix dependency on libata by Bartlomiej Zolnierkiewicz · 15 years ago
  19. a03bb5a mg_disk: clean up request completion paths by Tejun Heo · 15 years ago
  20. eec9462 mg_disk: fold mg_disk.h into mg_disk.c by Tejun Heo · 15 years ago
  21. e138b4e swim: clean up request completion paths by Tejun Heo · 15 years ago
  22. 467ca75 swim3: clean up request completion paths by Tejun Heo · 15 years ago
  23. e091eb6 hd: clean up request completion paths by Tejun Heo · 15 years ago
  24. 04420850 sunvdc: kill vdc_end_request() by Tejun Heo · 15 years ago
  25. cd4c34e ps3disk: simplify request completion by Tejun Heo · 15 years ago
  26. 5b5c5d1 amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers by Tejun Heo · 15 years ago
  27. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  28. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  29. e686307 loop: use BIO list management functions by Akinobu Mita · 15 years ago
  30. e93b9fb hd: fix locking by Tejun Heo · 15 years ago
  31. 7090a0a mg_disk: fix CONFIG_LBD=y warning by Bartlomiej Zolnierkiewicz · 15 years ago
  32. ac2ff94 mg_disk: fix locking by Tejun Heo · 15 years ago
  33. f3c737d umem: fix request_queue lock warning by Sage Weil · 15 years ago
  34. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  35. c2572f2 brd: fix cacheflushing by Nick Piggin · 15 years ago
  36. dfbc475 brd: support barriers by Nick Piggin · 15 years ago
  37. e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 15 years ago
  38. f0edef8 xsysace: Fix dereferencing of cf_id after hd_driveid removal by Grant Likely · 15 years ago
  39. 6a5d263 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  40. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  41. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  42. ffcd7dc loop: mutex already unlocked in loop_clr_fd() by Alexander Beregalov · 15 years ago
  43. 3fbed4c mflash: initial support by unsik Kim · 15 years ago
  44. e143858 cciss: change to discover first memory BAR by Mike Miller · 15 years ago
  45. 0a9279c cciss: kernel scan thread for MSA2012 by Mike Miller · 15 years ago
  46. ac44e5b cciss: fix residual count for block pc requests by Jens Axboe · 15 years ago
  47. ea02259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanup by Linus Torvalds · 15 years ago
  48. 15746fc nbd: trivial cleanups by Pavel Machek · 15 years ago
  49. 1a2ad21 nbd: add locking to nbd_ioctl by Pavel Machek · 15 years ago
  50. 83f9ef4 floppy: provide a PNP device table in the module. by Scott James Remnant · 15 years ago
  51. 4fe6e30 include/linux/hdreg.h: remove unused defines by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 04b3ab5 aoe: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 15 years ago
  53. 4aaf2fe xsysace: make it 'struct hd_driveid'-free by Bartlomiej Zolnierkiewicz · 15 years ago
  54. 53d6660 loop: add ioctl to resize a loop device by J. R. Okajima · 15 years ago
  55. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  56. 4496d93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 15 years ago
  57. 86d9c07 Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  58. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  59. 8852ecd m68k: mac - Add SWIM floppy support by Laurent Vivier · 16 years ago
  60. 61a0918 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  61. f028f3b loop: fix circular locking in loop_clr_fd() by Nikanth Karthikesan · 15 years ago
  62. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 16 years ago
  63. e6e244b usb-storage: prepare for subdriver separation by Alan Stern · 16 years ago
  64. db5e6df USB: ub: use USB API functions rather than constants by Julia Lawall · 16 years ago
  65. 68db196 loop: support barrier writes by Nikanth Karthikesan · 15 years ago
  66. 0061d38 cpqarray: enable bus mastering by Dave Jones · 15 years ago
  67. 10cbda9 cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignment by Jens Axboe · 15 years ago
  68. c71327a Merge commit 'gcl/merge' into merge by Benjamin Herrenschmidt · 15 years ago
  69. bfbd442 Fix Xilinx SystemACE driver to handle empty CF slot by Grant Likely · 15 years ago
  70. f507cd2 ps3/block: Replace mtd/ps3vram by block/ps3vram by Geert Uytterhoeven · 15 years ago
  71. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  72. df0b4a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  73. a3941ec loop: don't increment p->offset with (size_t) -EINVAL by Roel Kluin · 15 years ago
  74. 5e18cfd cciss: remove 30 second initial timeout on controller reset by Jens Axboe · 15 years ago
  75. a1a15ac Fix kernel NULL pointer dereference in xen-blkfront by Kris Shannon · 15 years ago
  76. 9487311 aoe: error printed 1 too early by Roel Kluin · 15 years ago
  77. 9e973e6 xen/blkfront: use blk_rq_map_sg to generate ring entries by Jens Axboe · 15 years ago
  78. 5e4c91c cciss: shorten 30s timeout on controller reset by Jens Axboe · 15 years ago
  79. 3d92e8f m68k: atari - Rename "mfp" to "st_mfp" by Geert Uytterhoeven · 15 years ago
  80. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  81. 5a74db0 floppy: request and release only the ports we actually use by Philippe De Muyter · 16 years ago
  82. b6d6c51 aoe: ignore vendor extension AoE responses by Ed Cashin · 16 years ago
  83. 82eb03c cciss: PCI power management reset for kexec by Chip Coldwell · 16 years ago
  84. c8cbec6 paride/pg.c: xs(): &&/|| confusion by Roel Kluin · 16 years ago
  85. 4d48a54 nbd: fix I/O hang on disconnected nbds by Paul Clements · 16 years ago
  86. e377c6e powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/block by Stephen Rothwell · 16 years ago
  87. c91192d nbd: do not allow two clients at the same time by Pavel Machek · 16 years ago
  88. bd1f793 Merge commit 'gcl/gcl-next' into next by Benjamin Herrenschmidt · 16 years ago
  89. 6d0be94 m68k: amiflop - Get rid of sleep_on calls by Andreas Bombe · 16 years ago
  90. f502038 powerpc/xsysace: add compatible string for non-ipcore instance by Yuri Tikhonov · 16 years ago
  91. 9e42d0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  92. 011b15d USB: change interface to usb_lock_device_for_reset() by Alan Stern · 16 years ago
  93. 3f4528d sparc64: Fix unsigned long long warnings in drivers. by Sam Ravnborg · 16 years ago
  94. ab70537 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  95. b194aee virtio_blk: fix type warning by Randy Dunlap · 16 years ago
  96. 0864b79 virtio: block: dynamic maximum segments by Rusty Russell · 16 years ago
  97. 4b7f7e2 virtio: set max_segment_size and max_sectors to infinite. by Rusty Russell · 16 years ago
  98. a0ea862 cciss: simplify parameters to deregister_disk function by Stephen M. Cameron · 16 years ago
  99. 8ae30b8 loop: Do not call loop_unplug for not configured loop device. by Milan Broz · 16 years ago
  100. 14f2793 loop: Flush possible running bios when loop device is released. by Milan Broz · 16 years ago