summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-172-97/+83
|\
| * bsg: fix missing space in version printJens Axboe2007-07-171-1/+1
| * bsg: Kconfig updatesFUJITA Tomonori2007-07-171-4/+9
| * bsg: minor cleanupFUJITA Tomonori2007-07-171-3/+5
| * bsg: device hash table cleanupFUJITA Tomonori2007-07-171-8/+4
| * bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-171-20/+18
| * bsg: convert to dynamic majorJens Axboe2007-07-171-13/+12
| * bsg: address various review commentsJens Axboe2007-07-171-58/+44
* | unregister_blkdev(): return voidAkinobu Mita2007-07-171-6/+1
* | unregister_blkdev(): do WARN_ON on failureAkinobu Mita2007-07-171-2/+3
* | Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-176-21/+18
|/
* Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds2007-07-161-1/+1
* Fix new generic block device SG compileLinus Torvalds2007-07-161-1/+1
* bsg: Kconfig updatesFUJITA Tomonori2007-07-161-1/+2
* bsg: add SCSI transport-level request supportFUJITA Tomonori2007-07-161-6/+21
* bsg: add bidi supportFUJITA Tomonori2007-07-161-25/+49
* add a struct request pointer to the request structureFUJITA Tomonori2007-07-161-0/+1
* bsg: fix the deadlock on discarding done commandsFUJITA Tomonori2007-07-161-0/+1
* bsg: fix a blocking read bugFUJITA Tomonori2007-07-161-61/+23
* bsg: minor bug fixesFUJITA Tomonori2007-07-161-1/+3
* improve bsg device allocationFUJITA Tomonori2007-07-161-8/+41
* bind bsg to all SCSI devicesFUJITA Tomonori2007-07-162-15/+52
* bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-162-22/+19
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-162-8/+4
* bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori2007-07-161-3/+2
* bsg: add cheasy error checks for sysfs stuffJens Axboe2007-07-161-1/+10
* Add queue resizing supportJens Axboe2007-07-161-64/+32
* bsg: silence a bogus gcc warningJens Axboe2007-07-161-1/+1
* bsg: style cleanupJens Axboe2007-07-161-2/+2
* bsg: add SG_IO to SG v4FUJITA Tomonori2007-07-161-2/+21
* bsg: replace SG v3 with SG v4FUJITA Tomonori2007-07-161-77/+121
* block: export blk_verify_command for SG v4FUJITA Tomonori2007-07-161-3/+4
* bsg: minor cleanupsFUJITA Tomonori2007-07-161-7/+6
* block: changes for blk_rq_unmap_user new APIFUJITA Tomonori2007-07-161-12/+1
* bsg: support for full generic block layer SG v3Jens Axboe2007-07-165-61/+1115
* Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke2007-07-101-10/+3
* Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt2007-07-101-2/+2
* cfq-iosched: fix async queue behaviourJens Axboe2007-07-101-3/+36
* [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo2007-07-101-9/+0
* blk_hw_contig_segment(): bad segment size checksJens Axboe2007-07-101-2/+2
* block: always requeue !fs requests at the frontTejun Heo2007-06-151-0/+9
* genhd: send async notification on media changeKristen Carlson Accardi2007-05-231-0/+23
* genhd: expose AN to user spaceKristen Carlson Accardi2007-05-231-1/+9
* ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe2007-05-151-1/+0
* When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown2007-05-111-1/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* | kblockd: use flush_workAndrew Morton2007-05-092-5/+4