summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix pf request handlingJens Axboe2005-09-171-6/+16
* [PATCH] scsi_ioctl: Add WRITE_LONG_2 as write safe commandThomas Maguin2005-09-171-0/+1
* [PATCH] pktcdvd: BUG_ON cleanupsPeter Osterlund2005-09-131-6/+3Star
* [PATCH] pktcdvd: use kcalloc and kzallocPeter Osterlund2005-09-131-6/+3Star
* [PATCH] pktcdvd: more accurate I/O accountingPeter Osterlund2005-09-131-7/+7
* [PATCH] pktcdvd: documentation updatePeter Osterlund2005-09-131-18/+30
* [PATCH] pktcdvd: fix bogus BUG_ONPeter Osterlund2005-09-131-1/+4
* [PATCH] cciss: SCSI tape info for /procMike Miller2005-09-131-3/+24
* [PATCH] cciss: One Button Disaster Recovery supportMike Miller2005-09-131-12/+29
* [PATCH] cciss: fix for DMA brokenessMike Miller2005-09-131-2/+6
* [PATCH] cciss: bug fix in cciss_remove_oneMike Miller2005-09-131-2/+3
* [PATCH] cciss: direct lookup for command completionsMike Miller2005-09-134-7/+73
* [PATCH] cciss: new disk register/deregister routinesMike Miller2005-09-132-190/+333
* [PATCH] cciss: busy_initializing flagMike Miller2005-09-132-0/+9
* [PATCH] cciss: new controller pci/subsystem idsMike Miller2005-09-131-9/+24
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-131-0/+1
|\
| * [SCSI] permit READ DEFECT DATA in block/scsi_ioctlDouglas Gilbert2005-09-091-0/+1
* | Merge ../torvalds-2.6/ Greg KH2005-09-1217-58/+40Star
|\ \
| * | [PATCH] cfq-iosched: reverse bad reference count fixJens Axboe2005-09-101-0/+3
| * | [PATCH] drivers/block: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-108-24/+13Star
| * | [PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_in...Nishanth Aravamudan2005-09-101-9/+6Star
| * | [PATCH] janitor: block/umem: replace PRINTK with pr_debugDomen Puncer2005-09-101-7/+4Star
| * | [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-1/+1
| * | [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-095-16/+9Star
| * | [PATCH] deadline: clean up question mark operatorAndrew Morton2005-09-091-1/+4
* | | Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 Greg KH2005-09-091-123/+150
|\| |
| * | [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-091-4/+4
| * | [PATCH] USB: ub 4: Zaitcev's quasi-S/GPete Zaitcev2005-09-091-164/+123Star
| * | [PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1Pete Zaitcev2005-09-091-5/+5
| * | [PATCH] USB: ub 2/3: Fold one linePete Zaitcev2005-09-091-1/+2
| * | [PATCH] USB: ub 1/3: Axboe's quasi-S/GPete Zaitcev2005-09-091-59/+126
| |/
* | [PATCH] aoe [2/2]: update driver version number to twelveEd L Cashin2005-09-091-1/+1
* | [PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelfEd L Cashin2005-09-091-5/+5
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-082-53/+199
|\
| * fix mismerge in ll_rw_blk.cJames Bottomley2005-08-282-53/+199
| |\
| | * [PATCH] ll_rw_blk.c kerneldoc updatesChristoph Hellwig2005-06-201-6/+18
| | * [PATCH] update blk_execute_rq to take an at_head parameterJames Bottomley2005-06-202-6/+7
| | * [PATCH] kill 'reading' variable in sg_io(), it isn't used anymore.Jens Axboe2005-06-201-5/+1Star
| | * [PATCH] The blk_rq_map_user() change missed an update in scsi_ioctl.cJames Bottomley2005-06-201-3/+2Star
| | * [PATCH] Add scatter-gather support for the block layer SG_IOJames Bottomley2005-06-202-17/+81
| | * [PATCH] Cleanup blk_rq_map_* interfacesJens Axboe2005-06-202-50/+41Star
| | * [PATCH] Keep the bio end_io parts inside of bio.c for blk_rq_map_kern()Jens Axboe2005-06-201-11/+0Star
| | * [PATCH] Add blk_rq_map_kern()Mike Christie2005-06-201-0/+56
* | | [PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk2005-09-081-1/+1
* | | [PATCH] drivers: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* | | [PATCH] block: CFQ refcounting fixBrian King2005-09-081-3/+0Star
* | | [PATCH] blk: Use blk_queue_xxx functions to set parametersStuart McLaren2005-09-081-2/+2
* | | [PATCH] Add missing overflow check in get_blkdev_listNeil Horman2005-09-081-1/+1
* | | [PATCH] cleanup of deadline_dispatch_requests()Nikita Danilov2005-09-081-10/+2Star
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-061-42/+0Star
|\ \ \