aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-3/+13
2010-08-25cciss: fix reporting of max queue depth since initStephen M. Cameron1-0/+2
2010-08-23Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/linux-2.6Linus Torvalds1-1/+1
2010-08-23block: switch s390 tape_block and mg_disk to elevator_change()Jens Axboe1-2/+1
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-1/+1
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-1/+1
2010-08-23cciss: handle allocation failureDan Carpenter1-0/+3
2010-08-23cciss: disable doorbell reset on reset_devicesStephen M. Cameron1-0/+6
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher1-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds39-1869/+2568
2010-08-08xen-blkfront: fix missing out labelJens Axboe1-0/+1
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg6-220/+22
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner1-3/+18
2010-08-07drbd: Disable delay probes for the upcomming releasePhilipp Reisner1-5/+1
2010-08-07cpqarray: check put_user() resultKulikov Vasiliy1-2/+4
2010-08-07xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsJeremy Fitzhardinge1-16/+29
2010-08-07xen/blkfront: use tagged queuing for barriersJeremy Fitzhardinge1-4/+13
2010-08-07floppy: make controller constStephen Hemminger1-8/+8
2010-08-07drivers/block: use memdup_userJulia Lawall1-22/+10
2010-08-07cciss: cleanup interrupt_not_for_usStephen M. Cameron1-14/+1
2010-08-07cciss: change printks to dev_warn, etc.Stephen M. Cameron2-261/+212
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2-74/+89
2010-08-07cciss: use consistent variable namesStephen M. Cameron3-612/+592
2010-08-07cciss: forbid hard reset of 640x boardsStephen M. Cameron1-1/+16
2010-08-07cciss: sanitize max commandsStephen M. Cameron1-1/+13
2010-08-07cciss: fix hard reset code.Stephen M. Cameron2-52/+152
2010-08-07cciss: factor out cciss_reset_devices()Stephen M. Cameron2-20/+34
2010-08-07cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron1-12/+23
2010-08-07cciss: factor out cciss_enter_performant_modeStephen M. Cameron1-39/+59
2010-08-07cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron1-12/+15
2010-08-07cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron1-2/+1
2010-08-07cciss: cleanup some debug ifdefsStephen M. Cameron1-7/+3
2010-08-07cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron1-18/+19
2010-08-07cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron1-10/+13
2010-08-07cciss: factor out CISS_signature_present()Stephen M. Cameron1-5/+13
2010-08-07cciss: factor out cciss_find_board_paramsStephen M. Cameron1-27/+25
2010-08-07cciss: fix leak of ioremapped memoryStephen M. Cameron1-0/+12
2010-08-07cciss: factor out cciss_find_cfgtablesStephen M. Cameron1-34/+34
2010-08-07cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron2-15/+32
2010-08-07cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron1-18/+19
2010-08-07cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron1-6/+5
2010-08-07cciss: factor out cciss_board_disabledStephen M. Cameron1-6/+9
2010-08-07cciss: factor out cciss_lookup_board_idStephen M. Cameron1-31/+35
2010-08-07cciss: save pdev pointer in per hba structure early to avoid passing it around so much.Stephen M. Cameron1-30/+31
2010-08-07cciss: Set the performant mode bit in the scsi half of the driverStephen M. Cameron1-18/+2
2010-08-07blkfront: Klog the unclean release pathDaniel Stodden1-0/+6
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-8/+2
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-6/+3
2010-08-07blkfront: Lock blockfront_info during xbdev removalDaniel Stodden1-6/+35