aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-22
|\
| * [SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori2007-07-22
| * [SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori2007-07-21
| * [SCSI] bsg: make class backlinksJames Bottomley2007-07-21
| * [SCSI] bsg: fix bsg_register_queue error pathJames Bottomley2007-07-21
| * [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-19
* | cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan2007-07-20
* | cfq: async queue allocation per priorityVasily Tarasov2007-07-20
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19
|/
* Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-17
|\
| * bsg: fix missing space in version printJens Axboe2007-07-17
| * bsg: Kconfig updatesFUJITA Tomonori2007-07-17
| * bsg: minor cleanupFUJITA Tomonori2007-07-17
| * bsg: device hash table cleanupFUJITA Tomonori2007-07-17
| * bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-17
| * bsg: convert to dynamic majorJens Axboe2007-07-17
| * bsg: address various review commentsJens Axboe2007-07-17
* | unregister_blkdev(): return voidAkinobu Mita2007-07-17
* | unregister_blkdev(): do WARN_ON on failureAkinobu Mita2007-07-17
* | Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-17
|/
* 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