1. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  2. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  3. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  4. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  5. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  6. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  7. b8a9ae7 block: don't assume device has a request list backing in nr_requests store by Jens Axboe · 15 years ago
  8. 3c5820c block: Optimal I/O limit wrapper by Martin K. Petersen · 15 years ago
  9. 06d2188 cfq: choose a new next_req when a request is dispatched by Jeff Moyer · 15 years ago
  10. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  11. 01edede block: trace bio queueing trial only when it occurs by Minchan Kim · 15 years ago
  12. b217a90 cfq: fix the log message after dispatched a request by Shan Wei · 15 years ago
  13. 1b379d8 cfq-iosched: get rid of must_alloc flag by Jens Axboe · 15 years ago
  14. a33dac2 block: use interrupts disabled version of raise_softirq_irqoff() by Jens Axboe · 15 years ago
  15. fca51d6 block: fix comment in blk-iopoll.c by Jens Axboe · 15 years ago
  16. 37867ae block: adjust default budget for blk-iopoll by Jens Axboe · 15 years ago
  17. 1badcfb block: fix long lines in block/blk-iopoll.c by Jens Axboe · 15 years ago
  18. 5e605b6 block: add blk-iopoll, a NAPI like approach for block devices by Jens Axboe · 15 years ago
  19. fb1e753 block: improve queue_should_plug() by looking at IO depths by Jens Axboe · 15 years ago
  20. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  21. e3264a4 Send uevents for write_protect changes by Hannes Reinecke · 15 years ago
  22. d58b85e cfq-iosched: no need to keep track of busy_rt_queues by Vivek Goyal · 15 years ago
  23. 5ad531d cfq-iosched: drain device queue before switching to a sync queue by Jens Axboe · 15 years ago
  24. da6c5c7 scsi,block: update SCSI to handle mixed merge failures by Tejun Heo · 15 years ago
  25. 80a761f block: implement mixed merge of different failfast requests by Tejun Heo · 15 years ago
  26. a82afdf block: use the same failfast bits for bio and request by Tejun Heo · 15 years ago
  27. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  28. c295fc0 block: Allow changing max_sectors_kb above the default 512 by Nikanth Karthikesan · 15 years ago
  29. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  30. 14d9fa3 Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency, since udev depends on BSG by John Stoffel · 15 years ago
  31. 7e5f5fb block: Update topology documentation by Martin K. Petersen · 15 years ago
  32. 70dd5bf block: Stack optimal I/O size by Martin K. Petersen · 15 years ago
  33. 7c958e3 block: Add a wrapper for setting minimum request size without a queue by Martin K. Petersen · 15 years ago
  34. fef2466 block: Make blk_queue_stack_limits use the new stacking interface by Martin K. Petersen · 15 years ago
  35. 56ad174 block: make the end_io functions be non-GPL exports by Jens Axboe · 15 years ago
  36. 3839e4b block: fix improper kobject release in blk_integrity_unregister by Xiaotian Feng · 15 years ago
  37. a4e7d46 block: always assign default lock to queues by Jens Axboe · 15 years ago
  38. 9cb308c block: sysfs fix mismatched queue_var_{store,show} in 64bit kernel by Xiaotian Feng · 15 years ago
  39. 0a09f43 block: fix failfast merge testing in elv_rq_merge_ok() by Tejun Heo · 15 years ago
  40. 32f2e80 cfq-iosched: reset oom_cfqq in cfq_set_request() by Vivek Goyal · 15 years ago
  41. 76da034 block: call blk_scsi_ioctl_init() by FUJITA Tomonori · 15 years ago
  42. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  43. ab0fd1d block: don't merge requests of different failfast settings by Tejun Heo · 15 years ago
  44. b706f64 cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request() by Shan Wei · 15 years ago
  45. db64f68 blocK: Restore barrier support for md and probably other virtual devices. by NeilBrown · 15 years ago
  46. 018e044 block: get rid of queue-private command filter by Jens Axboe · 15 years ago
  47. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  48. 6118b70 cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue() by Jens Axboe · 15 years ago
  49. d5036d7 cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue() by Jens Axboe · 15 years ago
  50. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  51. 1119865 block: revert "bsg: setting rq->bio to NULL" by FUJITA Tomonori · 15 years ago
  52. f740f5ca Fix kernel-doc parameter name typo in blk-settings.c: by Randy Dunlap · 15 years ago
  53. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  54. 3a02c8e block: Fix bounce_pfn setting by Martin K. Petersen · 15 years ago
  55. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  56. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  57. e475bba block: Introduce helper to reset queue limits to default values by Martin K. Petersen · 15 years ago
  58. 6923715 cfq: remove extraneous '\n' in blktrace output by Jeff Moyer · 15 years ago
  59. 0989a02 block: don't overwrite bdi->state after bdi_init() has been run by Jens Axboe · 15 years ago
  60. 81be834 cfq: cleanup for last_end_request in cfq_data by Gui Jianfeng · 15 years ago
  61. 2bdf914 Driver Core: bsg: add nodename for bsg driver by Kay Sievers · 15 years ago
  62. b03f38b Driver Core: block: add nodename support for block drivers. by Kay Sievers · 15 years ago
  63. 8ebf975 block: fix kernel-doc in recent block/ changes by Randy Dunlap · 15 years ago
  64. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  65. 27951da Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  66. b0fd271 block: add request clone interface (v2) by Kiyoshi Ueda · 15 years ago
  67. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. d9c7d39 block: prevent possible io_context->refcount overflow by Nikanth Karthikesan · 15 years ago
  69. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  70. c1d4c41 bsg: setting rq->bio to NULL by FUJITA Tomonori · 15 years ago
  71. 77634f3 block: Add missing bounce_pfn stacking and fix comments by Martin K. Petersen · 15 years ago
  72. 9df1bb9 Revert "block: Fix bounce limit setting in DM" by Jens Axboe · 15 years ago
  73. dbb66c4 block: needs to set the residual length of a bidi request by FUJITA Tomonori · 15 years ago
  74. a05c0205 block: Fix bounce limit setting in DM by Martin K. Petersen · 15 years ago
  75. 53c663c block: fix a possible oops on elv_abort_queue() by Kiyoshi Ueda · 15 years ago
  76. c143dc9 block: fix an oops on BLKPREP_KILL by James Bottomley · 15 years ago
  77. 5d85d32 block: export blk_stack_limits() by Mike Snitzer · 15 years ago
  78. 3c4198e block: fix no diskstat problem by Kiyoshi Ueda · 15 years ago
  79. ba396a6 block: fix oops with block tag queueing by James Bottomley · 15 years ago
  80. c72758f block: Export I/O topology for block devices and partitions by Martin K. Petersen · 15 years ago
  81. cd43e26 block: Expose stacked device queues in sysfs by Martin K. Petersen · 15 years ago
  82. 025146e block: Move queue limits to an embedded struct by Martin K. Petersen · 15 years ago
  83. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  84. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  85. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  86. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 15 years ago
  87. 53674ac block: add warning to blk_make_request() by Jens Axboe · 15 years ago
  88. a411f4b block: Un-export blk_rq_append_bio by Boaz Harrosh · 15 years ago
  89. 79eb63e block: Add blk_make_request(), takes bio, returns a request by Boaz Harrosh · 15 years ago
  90. 3a5a392 block: allow blk_rq_map_kern to append to requests by James Bottomley · 15 years ago
  91. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 15 years ago
  92. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  93. af498d7 block: fix the bio_vec array index out-of-bounds test by Kazuhisa Ichikawa · 15 years ago
  94. b1f7449 block: move completion related functions back to blk-core.c by FUJITA Tomonori · 15 years ago
  95. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  96. a2dec7b block: hide request sector and data_len by Tejun Heo · 15 years ago
  97. 2e46e8b block: drop request->hard_* and *nr_sectors by Tejun Heo · 15 years ago
  98. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  99. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  100. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago