summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+2
* cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_tAlex Chiang2009-11-231-1/+1
* cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-231-7/+18
* cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-132-6/+3
* cciss: Add enhanced scatter-gather support.Don Brace2009-11-133-20/+188
* cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron2009-11-131-2/+16
* cciss: Remove unnecessary check in scan_threadStephen M. Cameron2009-11-131-7/+5
* cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron2009-11-131-1/+1
* cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron2009-11-131-163/+0
* cciss: clean up code in cciss_shutdownStephen M. Cameron2009-11-131-20/+18
* cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron2009-11-131-60/+29
* cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron2009-11-131-0/+2
* cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron2009-11-131-8/+13
* cciss: Make device attributes staticAlex Chiang2009-11-131-8/+8
* Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.33Jens Axboe2009-11-044-15/+19
|\
| * drbd: performance - don't lose unplug eventsLars Ellenberg2009-11-041-1/+6
| * Do not deadlock in drbd_disconnect() [bugz 258]Philipp Reisner2009-11-041-4/+0
| * drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner2009-11-041-4/+3
| * drbd: fix check for too large lower level deviceLars Ellenberg2009-11-041-5/+9
| * fix grammar in printkLars Ellenberg2009-11-041-1/+1
| * Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block into for-2.6.33Philipp Reisner2009-11-0317-0/+19347
| |\
* | | block/ps3: fix slow VRAM IOHideyuki Sasaki2009-11-041-1/+9
* | | Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-11-03835-16580/+76614
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-10-3136-3462/+75
| |\ \
| | * | Staging: fix wireless drivers dependsRandy Dunlap2009-10-303-3/+3
| | * | Staging: wireless drivers Kconfig changeGreg Kroah-Hartman2009-10-306-6/+6
| | * | Staging: android: mark subsystem as brokenGreg Kroah-Hartman2009-10-301-0/+1
| | * | Staging: remove stlc45xx driverGreg Kroah-Hartman2009-10-307-3323/+0
| | * | Staging: rtl8187se/rtl8192e/rtl8192su: allow module unloadHerton Ronaldo Krzesinski2009-10-3012-96/+37
| | * | Staging: vt6656: fix the memory free bug in vntwusb_disconnect()miaofng2009-10-301-1/+0
| | * | Staging: Panel: prevent driver from calling misc_deregister twice on same res...Peter Huewe2009-10-301-3/+10
| | * | Staging: hv: fix oops in vmbus - missing #includeMilan Dadok2009-10-302-0/+2
| | * | Staging: hv: fix oops in vmbus - netvsc list_headMilan Dadok2009-10-301-6/+4
| | * | Staging: hv: fix oops in vmbus - udev eventsMilan Dadok2009-10-301-10/+4
| | * | Staging: hv: Fix vmbus load hang caused by faulty data packingHank Janssen2009-10-301-1/+1
| | * | Staging: hv: Fix null pointer error after vmbus loadingHaiyang Zhang2009-10-301-13/+1
| | * | Staging: hv TODO patchesStephen Hemminger2009-10-301-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-10-315-30/+43
| |\ \ \
| | * | | USB: fsl_udc_core: Fix kernel oops on module removalAnton Vorontsov2009-10-301-1/+1
| | * | | USB: option: TLAYTECH TUE800 supportBryan Wu2009-10-301-0/+4
| | * | | USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is setYoshihiro Shimoda2009-10-301-10/+13
| | * | | USB: serial: sierra driver autopm fixesElina Pasheva2009-10-301-6/+8
| | * | | USB: serial: sierra driver send_setup() autopm fixElina Pasheva2009-10-301-10/+14
| | * | | USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar2009-10-301-3/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-10-311-3/+3
| |\ \ \
| | * | | tty: Mark generic_serial users as BROKENAlan Cox2009-10-301-3/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-10-313-8/+17
| |\ \ \
| | * | | Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-302-7/+16
| | * | | Driver core: fix driver_register() return valueStas Sergeev2009-10-301-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-312-30/+24
| |\ \ \