aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-0728-74/+252
* scsi/i2o_block: cleanup ioctl handlingArnd Bergmann2010-08-071-6/+18
* scsi: fix discard page leakFUJITA Tomonori2010-08-072-7/+10
* scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori2010-08-071-0/+1
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-0711-13/+12
* ide: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-5/+11
* virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-29/+21
* dm: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-14/+2
* ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-19/+6
* osdblk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+2
* scsi: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+16
* scsi: remove unused free discard page in sd_doneFUJITA Tomonori2010-08-071-9/+0
* scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori2010-08-071-1/+11
* block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-1/+1
* drivers/cdrom: use pr_<level>Joe Perches2010-08-073-83/+73
* block/xd.c: fix brace typoRandy Dunlap2010-08-071-1/+1
* block: don't allocate a payload for discard requestChristoph Hellwig2010-08-071-18/+34
* block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-074-7/+7
* virtio_blk: add default case to cmd type switchJens Axboe2010-08-071-0/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-0726-79/+77
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-0736-131/+168
* aha1532: remove ISA_DMA_THRESHOLD usageFUJITA Tomonori2010-08-071-25/+0
* floppy: use warning macrosStephen Hemminger2010-08-071-16/+11
* floppy: use wait_event_interruptibleStephen Hemminger2010-08-071-50/+9
* floppy: fix signed/unsigned warningsStephen Hemminger2010-08-071-2/+2
* floppy: cmos attribute should be staticStephen Hemminger2010-08-071-1/+1
* floppy: use atomic type for usage_countStephen Hemminger2010-08-071-30/+12
* floppy: silence warning during disk testStephen Hemminger2010-08-071-0/+1
* floppy: remove unnecessary inlinesStephen Hemminger2010-08-071-7/+7
* floppy: initialize debug jiffies offsetStephen Hemminger2010-08-071-0/+3
* cciss: change pad value from 32 to 0Mike Miller2010-08-071-1/+1
* cciss: remove errant debug codeMike Miller2010-08-071-2/+0
* cciss: move next_command function from ifdefMike Miller2010-08-071-22/+23
* cciss: fix call to put_controller_in_performant_modeMike Miller2010-08-071-1/+1
* cciss: make sure we request the performant mode irqMike Miller2010-08-071-4/+4
* cciss: new controller support and bump driver versionMike Miller2010-08-071-6/+14
* cciss: add performant mode support for Stars/SiriusMike Miller2010-08-074-63/+353
* cciss: make interrupt access methods return type boolMike Miller2010-08-071-3/+3
* cciss: check for msi in interrupt_not_for_usMike Miller2010-08-071-2/+3
* cciss: clean up interrupt handlerMike Miller2010-08-071-95/+141
* cciss: enqueue and submit ioMike Miller2010-08-071-23/+15
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-07-302-2/+9
|\
| * cyber2000fb: fix console in truecolor modesOndrej Zary2010-07-301-0/+1
| * cyber2000fb: fix machine hang on module loadOndrej Zary2010-07-301-0/+2
| * ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King2010-07-301-2/+6
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-302-2/+3
|\ \
| * | drm/edid: Fix the HDTV hack sync adjustmentAdam Jackson2010-07-291-2/+2
| * | drm/radeon/kms: fix radeon mid power profile reportingDaniel J Blueman2010-07-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-07-286-34/+63
|\ \ \
| * | | [SCSI] ibmvscsi: Fix oops when an interrupt is pending during probeAnton Blanchard2010-07-271-6/+7