aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-17Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-07-17unregister_blkdev(): return voidAkinobu Mita
2007-07-17unregister_blkdev(): do WARN_ON on failureAkinobu Mita
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-17bsg: fix missing space in version printJens Axboe
2007-07-17bsg: Kconfig updatesFUJITA Tomonori
2007-07-17bsg: minor cleanupFUJITA Tomonori
2007-07-17bsg: device hash table cleanupFUJITA Tomonori
2007-07-17bsg: fix initialization error handling bugsFUJITA Tomonori
2007-07-17bsg: convert to dynamic majorJens Axboe
2007-07-17bsg: address various review commentsJens Axboe
2007-07-16Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds
2007-07-16Fix new generic block device SG compileLinus Torvalds
2007-07-16bsg: Kconfig updatesFUJITA Tomonori
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori
2007-07-16bsg: add bidi supportFUJITA Tomonori
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori
2007-07-16bsg: fix the deadlock on discarding done commandsFUJITA Tomonori
2007-07-16bsg: fix a blocking read bugFUJITA Tomonori
2007-07-16bsg: minor bug fixesFUJITA Tomonori
2007-07-16improve bsg device allocationFUJITA Tomonori
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori
2007-07-16bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori
2007-07-16bsg: add cheasy error checks for sysfs stuffJens Axboe
2007-07-16Add queue resizing supportJens Axboe
2007-07-16bsg: silence a bogus gcc warningJens Axboe
2007-07-16bsg: style cleanupJens Axboe
2007-07-16bsg: add SG_IO to SG v4FUJITA Tomonori
2007-07-16bsg: replace SG v3 with SG v4FUJITA Tomonori
2007-07-16block: export blk_verify_command for SG v4FUJITA Tomonori
2007-07-16bsg: minor cleanupsFUJITA Tomonori
2007-07-16block: changes for blk_rq_unmap_user new APIFUJITA Tomonori
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe
2007-06-15block: always requeue !fs requests at the frontTejun Heo
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09kblockd: use flush_workAndrew Morton