1. 3383977 block: update request stacking methods to support discards by ike Snitzer · 14 years ago
  2. 387ac08 block: fix missing export of blk_types.h by Jens Axboe · 14 years ago
  3. 6bf05d0 writeback: fix bad _bh spinlock nesting by Jens Axboe · 14 years ago
  4. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  5. 85f4cc1 drbd: Initialize all members of sync_conf to their defaults [Bugz 315] by Philipp Reisner · 14 years ago
  6. 6710a57 drbd: Disable delay probes for the upcomming release by Philipp Reisner · 14 years ago
  7. c284de6 writeback: cleanup bdi_register by Artem Bityutskiy · 14 years ago
  8. 6033202 writeback: add new tracepoints by Artem Bityutskiy · 14 years ago
  9. b5048a6 writeback: remove unnecessary init_timer call by Artem Bityutskiy · 14 years ago
  10. 6467716 writeback: optimize periodic bdi thread wakeups by Artem Bityutskiy · 14 years ago
  11. 253c34e writeback: prevent unnecessary bdi threads wakeups by Artem Bityutskiy · 14 years ago
  12. fff5b85 writeback: move bdi threads exiting logic to the forker thread by Artem Bityutskiy · 14 years ago
  13. adf3924 writeback: restructure bdi forker loop a little by Artem Bityutskiy · 14 years ago
  14. ecd5840 writeback: move last_active to bdi by Artem Bityutskiy · 14 years ago
  15. 78c40cb writeback: do not remove bdi from bdi_list by Artem Bityutskiy · 14 years ago
  16. 080dcec writeback: simplify bdi code a little by Artem Bityutskiy · 14 years ago
  17. 297252c writeback: do not lose wake-ups in bdi threads by Artem Bityutskiy · 14 years ago
  18. c4ec790 writeback: do not lose wake-ups in the forker thread - 2 by Artem Bityutskiy · 14 years ago
  19. c5f7ad2 writeback: do not lose wake-ups in the forker thread - 1 by Artem Bityutskiy · 14 years ago
  20. 94eac5e writeback: fix possible race when creating bdi threads by Artem Bityutskiy · 14 years ago
  21. 6f904ff writeback: harmonize writeback threads naming by Artem Bityutskiy · 14 years ago
  22. 4aeefdc coda: fixup clash with block layer REQ_* defines by Jens Axboe · 14 years ago
  23. 7cc0158 bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flags by Tejun Heo · 14 years ago
  24. aca27ba bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_* bits by Tejun Heo · 14 years ago
  25. edca4a3 block: disallow FS recursion from sb_issue_discard allocation by Mike Snitzer · 14 years ago
  26. f6c4c8e cpqarray: check put_user() result by Kulikov Vasiliy · 14 years ago
  27. 08852b6 writeback: remove wb in get_next_work_item by Minchan Kim · 14 years ago
  28. 6965031 splice: fix misuse of SPLICE_F_NONBLOCK by Miklos Szeredi · 14 years ago
  29. 7901d14 xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backends by Jeremy Fitzhardinge · 14 years ago
  30. 4dab46f xen/blkfront: use tagged queuing for barriers by Jeremy Fitzhardinge · 14 years ago
  31. e96f6ab scsi: use REQ_TYPE_FS for flush request by FUJITA Tomonori · 14 years ago
  32. 16f2319 block: set up rq->rq_disk properly for flush requests by FUJITA Tomonori · 14 years ago
  33. 28e18d0 block: set REQ_TYPE_FS on flush requests by FUJITA Tomonori · 14 years ago
  34. 3b06c21 floppy: make controller const by Stephen Hemminger · 14 years ago
  35. ad96a7a drivers/block: use memdup_user by Julia Lawall · 14 years ago
  36. 6a32a8a scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PC by FUJITA Tomonori · 14 years ago
  37. 8112586 cciss: cleanup interrupt_not_for_us by Stephen M. Cameron · 14 years ago
  38. b2a4a43 cciss: change printks to dev_warn, etc. by Stephen M. Cameron · 14 years ago
  39. 6b4d96b cciss: separate cmd_alloc() and cmd_special_alloc() by Stephen M. Cameron · 14 years ago
  40. f70dba8 cciss: use consistent variable names by Stephen M. Cameron · 14 years ago
  41. 058a0f9 cciss: forbid hard reset of 640x boards by Stephen M. Cameron · 14 years ago
  42. adfbc1f cciss: sanitize max commands by Stephen M. Cameron · 14 years ago
  43. a6528d0 cciss: fix hard reset code. by Stephen M. Cameron · 14 years ago
  44. 83123cb cciss: factor out cciss_reset_devices() by Stephen M. Cameron · 14 years ago
  45. 8e93bf6 cciss: factor out cciss_find_cfg_addrs. by Stephen M. Cameron · 14 years ago
  46. b993313 cciss: factor out cciss_enter_performant_mode by Stephen M. Cameron · 14 years ago
  47. 0f8a6a1 cciss: factor out cciss_wait_for_mode_change_ack() by Stephen M. Cameron · 14 years ago
  48. fe3b752 cciss: make cciss_put_controller_into_performant_mode as __devinit by Stephen M. Cameron · 14 years ago
  49. ff5f58f cciss: cleanup some debug ifdefs by Stephen M. Cameron · 14 years ago
  50. bfd63ee cciss: factor out cciss_p600_dma_prefetch_quirk() by Stephen M. Cameron · 14 years ago
  51. 322e304 cciss: factor out cciss_enable_scsi_prefetch() by Stephen M. Cameron · 14 years ago
  52. 501b92c cciss: factor out CISS_signature_present() by Stephen M. Cameron · 14 years ago
  53. afadbf4 cciss: factor out cciss_find_board_params by Stephen M. Cameron · 14 years ago
  54. da55032 cciss: fix leak of ioremapped memory by Stephen M. Cameron · 14 years ago
  55. 4809d09 cciss: factor out cciss_find_cfgtables by Stephen M. Cameron · 14 years ago
  56. e99ba13 cciss: factor out cciss_wait_for_board_ready() by Stephen M. Cameron · 14 years ago
  57. d474830 cciss: factor out cciss_find_memory_BAR() by Stephen M. Cameron · 14 years ago
  58. dac5488 cciss: remove board_id parameter from cciss_interrupt_mode() by Stephen M. Cameron · 14 years ago
  59. dd9c426 cciss: factor out cciss_board_disabled by Stephen M. Cameron · 14 years ago
  60. 6539fa9 cciss: factor out cciss_lookup_board_id by Stephen M. Cameron · 14 years ago
  61. 292e50dd3 cciss: save pdev pointer in per hba structure early to avoid passing it around so much. by Stephen M. Cameron · 14 years ago
  62. 373b45f cciss: Set the performant mode bit in the scsi half of the driver by Stephen M. Cameron · 14 years ago
  63. d54142c blkfront: Klog the unclean release path by Daniel Stodden · 14 years ago
  64. 7b32d10 blkfront: Remove obsolete info->users by Daniel Stodden · 14 years ago
  65. acfca3c blkfront: Remove obsolete info->users by Daniel Stodden · 14 years ago
  66. fa1bd35 blkfront: Lock blockfront_info during xbdev removal by Daniel Stodden · 14 years ago
  67. 7fd152f blkfront: Fix blkfront backend switch race (bdev release) by Daniel Stodden · 14 years ago
  68. 1396174 blkfront: Fix blkfront backend switch race (bdev open) by Daniel Stodden · 14 years ago
  69. b70f5fa blkfront: Lock blkfront_info when closing by Daniel Stodden · 14 years ago
  70. a66b5ae blkfront: Clean up vbd release by Daniel Stodden · 14 years ago
  71. 9897cb5 blkfront: Fix gendisk leak by Daniel Stodden · 14 years ago
  72. 89de166 blkfront: Fix backtrace in del_gendisk by Daniel Stodden · 14 years ago
  73. 5b61cb9 xenbus: Make xenbus_switch_state transactional by Daniel Stodden · 14 years ago
  74. 2def141 xen/blkfront: revalidate after setting capacity by K. Y. Srinivasan · 14 years ago
  75. b4dddb4 xen/blkfront: avoid compiler warning from missing cases by Jeremy Fitzhardinge · 14 years ago
  76. 1fa73be xen/front: Propagate changed size of VBDs by K. Y. Srinivasan · 14 years ago
  77. 5d7ed20 blkfront: don't access freed struct xenbus_device by Jan Beulich · 14 years ago
  78. 0e34582 blkfront: fixes for 'xm block-detach ... --force' by Jan Beulich · 14 years ago
  79. 203fd61 xen: use less generic names in blkfront driver. by Ian Campbell · 15 years ago
  80. 96dccab writeback.h: needs linux/device.h by Randy Dunlap · 14 years ago
  81. 10d1f9e block: fix problem with sending down discard that isn't of correct granularity by Jens Axboe · 14 years ago
  82. f10d9f6 blkdev: check for valid request queue before issuing flush by Dave Chinner · 14 years ago
  83. 2669b19 block: fix for block tracing build error by Stephen Rothwell · 14 years ago
  84. 2daa672 scsi/i2o: restore ioctl changes by Arnd Bergmann · 14 years ago
  85. 409f349 scsi/sd: remove big kernel lock by Arnd Bergmann · 14 years ago
  86. 15392ef block: remove BKL from partition ioctls by Arnd Bergmann · 14 years ago
  87. 6de4370 block: remove BKL from BLKROSET and BLKFLSBUF by Arnd Bergmann · 14 years ago
  88. 62c2a7d block: push BKL into blktrace ioctls by Arnd Bergmann · 14 years ago
  89. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  90. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  91. 3448406 scsi/i2o_block: cleanup ioctl handling by Arnd Bergmann · 14 years ago
  92. 610a634 scsi: fix discard page leak by FUJITA Tomonori · 14 years ago
  93. 9e09438 writeback: Add tracing to write_cache_pages by Dave Chinner · 14 years ago
  94. 028c2dd writeback: Add tracing to balance_dirty_pages by Dave Chinner · 14 years ago
  95. 455b286 writeback: Initial tracing support by Dave Chinner · 14 years ago
  96. a89f5c8 block: remove unused REQ_TYPE_LINUX_BLOCK by FUJITA Tomonori · 14 years ago
  97. 82b6d57 scsi: need to reset unprep_rq_fn in sd_remove by FUJITA Tomonori · 14 years ago
  98. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  99. afc2306 ide: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  100. dd40e45 virtio_blk: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago