aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds2007-07-16
* Fix new generic block device SG compileLinus Torvalds2007-07-16
* bsg: Kconfig updatesFUJITA Tomonori2007-07-16
* bsg: add SCSI transport-level request supportFUJITA Tomonori2007-07-16
* bsg: add bidi supportFUJITA Tomonori2007-07-16
* add a struct request pointer to the request structureFUJITA Tomonori2007-07-16
* bsg: fix the deadlock on discarding done commandsFUJITA Tomonori2007-07-16
* bsg: fix a blocking read bugFUJITA Tomonori2007-07-16
* bsg: minor bug fixesFUJITA Tomonori2007-07-16
* improve bsg device allocationFUJITA Tomonori2007-07-16
* bind bsg to all SCSI devicesFUJITA Tomonori2007-07-16
* bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-16
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-16
* bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori2007-07-16
* bsg: add cheasy error checks for sysfs stuffJens Axboe2007-07-16
* Add queue resizing supportJens Axboe2007-07-16
* bsg: silence a bogus gcc warningJens Axboe2007-07-16
* bsg: style cleanupJens Axboe2007-07-16
* bsg: add SG_IO to SG v4FUJITA Tomonori2007-07-16
* bsg: replace SG v3 with SG v4FUJITA Tomonori2007-07-16
* block: export blk_verify_command for SG v4FUJITA Tomonori2007-07-16
* bsg: minor cleanupsFUJITA Tomonori2007-07-16
* block: changes for blk_rq_unmap_user new APIFUJITA Tomonori2007-07-16
* bsg: support for full generic block layer SG v3Jens Axboe2007-07-16
* Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke2007-07-10
* Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt2007-07-10
* cfq-iosched: fix async queue behaviourJens Axboe2007-07-10
* [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo2007-07-10
* blk_hw_contig_segment(): bad segment size checksJens Axboe2007-07-10
* block: always requeue !fs requests at the frontTejun Heo2007-06-15
* genhd: send async notification on media changeKristen Carlson Accardi2007-05-23
* genhd: expose AN to user spaceKristen Carlson Accardi2007-05-23
* ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe2007-05-15
* When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown2007-05-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-09
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-09
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-09
* | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-09
* | kblockd: use flush_workAndrew Morton2007-05-09
* | Display all possible partitions when the root filesystem failed to mountDave Gilbert2007-05-09
|/
* Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-05-08
|\
| * [PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie2007-05-08
* | as: fix antic_expire checkNick Piggin2007-05-08
|/
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-07
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-05-05
|\
| * [SCSI] sg: cap reserved_size values at max_sectorsAlan Stern2007-04-17
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
* | Merge branch 'cfq' into for-linusJens Axboe2007-04-30
|\ \
| * | cfq-iosched: speedup cic rb lookupJens Axboe2007-04-30