aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-97/+83
2007-07-17unregister_blkdev(): return voidAkinobu Mita1-6/+1
2007-07-17unregister_blkdev(): do WARN_ON on failureAkinobu Mita1-2/+3
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter6-21/+18
2007-07-17bsg: fix missing space in version printJens Axboe1-1/+1
2007-07-17bsg: Kconfig updatesFUJITA Tomonori1-4/+9
2007-07-17bsg: minor cleanupFUJITA Tomonori1-3/+5
2007-07-17bsg: device hash table cleanupFUJITA Tomonori1-8/+4
2007-07-17bsg: fix initialization error handling bugsFUJITA Tomonori1-20/+18
2007-07-17bsg: convert to dynamic majorJens Axboe1-13/+12
2007-07-17bsg: address various review commentsJens Axboe1-58/+44
2007-07-16Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds1-1/+1
2007-07-16Fix new generic block device SG compileLinus Torvalds1-1/+1
2007-07-16bsg: Kconfig updatesFUJITA Tomonori1-1/+2
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-6/+21
2007-07-16bsg: add bidi supportFUJITA Tomonori1-25/+49
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori1-0/+1
2007-07-16bsg: fix the deadlock on discarding done commandsFUJITA Tomonori1-0/+1
2007-07-16bsg: fix a blocking read bugFUJITA Tomonori1-61/+23
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+3
2007-07-16improve bsg device allocationFUJITA Tomonori1-8/+41
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori2-15/+52
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2-22/+19
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2-8/+4
2007-07-16bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori1-3/+2
2007-07-16bsg: add cheasy error checks for sysfs stuffJens Axboe1-1/+10
2007-07-16Add queue resizing supportJens Axboe1-64/+32
2007-07-16bsg: silence a bogus gcc warningJens Axboe1-1/+1
2007-07-16bsg: style cleanupJens Axboe1-2/+2
2007-07-16bsg: add SG_IO to SG v4FUJITA Tomonori1-2/+21
2007-07-16bsg: replace SG v3 with SG v4FUJITA Tomonori1-77/+121
2007-07-16block: export blk_verify_command for SG v4FUJITA Tomonori1-3/+4
2007-07-16bsg: minor cleanupsFUJITA Tomonori1-7/+6
2007-07-16block: changes for blk_rq_unmap_user new APIFUJITA Tomonori1-12/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe5-61/+1115
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke1-10/+3
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt1-2/+2
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe1-3/+36
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo1-9/+0
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe1-2/+2
2007-06-15block: always requeue !fs requests at the frontTejun Heo1-0/+9
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi1-0/+23
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi1-1/+9
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe1-1/+0
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown1-1/+52
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09kblockd: use flush_workAndrew Morton2-5/+4
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+53