aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Fix pktcdvd ioctl dev_minor range checkGravatar Dan Rosenberg 1-1/+1
2010-09-21cciss: freeing uninitialized data on error pathGravatar Dan Carpenter 1-1/+1
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-3/+13
2010-08-25cciss: fix reporting of max queue depth since initGravatar Stephen M. Cameron 1-0/+2
2010-08-23Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...Gravatar Linus Torvalds 1-1/+1
2010-08-23block: switch s390 tape_block and mg_disk to elevator_change()Gravatar Jens Axboe 1-2/+1
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryGravatar Ian Campbell 1-1/+1
2010-08-23BLOCK: fix bio.bi_rw handlingGravatar Jiri Slaby 1-1/+1
2010-08-23cciss: handle allocation failureGravatar Dan Carpenter 1-0/+3
2010-08-23cciss: disable doorbell reset on reset_devicesGravatar Stephen M. Cameron 1-0/+6
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGravatar Graeme Smecher 1-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 39-1869/+2568
2010-08-08xen-blkfront: fix missing out labelGravatar Jens Axboe 1-0/+1
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyGravatar Lars Ellenberg 6-220/+22
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Gravatar Philipp Reisner 1-3/+18
2010-08-07drbd: Disable delay probes for the upcomming releaseGravatar Philipp Reisner 1-5/+1
2010-08-07cpqarray: check put_user() resultGravatar Kulikov Vasiliy 1-2/+4
2010-08-07xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsGravatar Jeremy Fitzhardinge 1-16/+29
2010-08-07xen/blkfront: use tagged queuing for barriersGravatar Jeremy Fitzhardinge 1-4/+13
2010-08-07floppy: make controller constGravatar Stephen Hemminger 1-8/+8
2010-08-07drivers/block: use memdup_userGravatar Julia Lawall 1-22/+10
2010-08-07cciss: cleanup interrupt_not_for_usGravatar Stephen M. Cameron 1-14/+1
2010-08-07cciss: change printks to dev_warn, etc.Gravatar Stephen M. Cameron 2-261/+212
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Gravatar Stephen M. Cameron 2-74/+89
2010-08-07cciss: use consistent variable namesGravatar Stephen M. Cameron 3-612/+592
2010-08-07cciss: forbid hard reset of 640x boardsGravatar Stephen M. Cameron 1-1/+16
2010-08-07cciss: sanitize max commandsGravatar Stephen M. Cameron 1-1/+13
2010-08-07cciss: fix hard reset code.Gravatar Stephen M. Cameron 2-52/+152
2010-08-07cciss: factor out cciss_reset_devices()Gravatar Stephen M. Cameron 2-20/+34
2010-08-07cciss: factor out cciss_find_cfg_addrs.Gravatar Stephen M. Cameron 1-12/+23
2010-08-07cciss: factor out cciss_enter_performant_modeGravatar Stephen M. Cameron 1-39/+59
2010-08-07cciss: factor out cciss_wait_for_mode_change_ack()Gravatar Stephen M. Cameron 1-12/+15
2010-08-07cciss: make cciss_put_controller_into_performant_mode as __devinitGravatar Stephen M. Cameron 1-2/+1
2010-08-07cciss: cleanup some debug ifdefsGravatar Stephen M. Cameron 1-7/+3
2010-08-07cciss: factor out cciss_p600_dma_prefetch_quirk()Gravatar Stephen M. Cameron 1-18/+19
2010-08-07cciss: factor out cciss_enable_scsi_prefetch()Gravatar Stephen M. Cameron 1-10/+13
2010-08-07cciss: factor out CISS_signature_present()Gravatar Stephen M. Cameron 1-5/+13
2010-08-07cciss: factor out cciss_find_board_paramsGravatar Stephen M. Cameron 1-27/+25
2010-08-07cciss: fix leak of ioremapped memoryGravatar Stephen M. Cameron 1-0/+12
2010-08-07cciss: factor out cciss_find_cfgtablesGravatar Stephen M. Cameron 1-34/+34
2010-08-07cciss: factor out cciss_wait_for_board_ready()Gravatar Stephen M. Cameron 2-15/+32
2010-08-07cciss: factor out cciss_find_memory_BAR()Gravatar Stephen M. Cameron 1-18/+19
2010-08-07cciss: remove board_id parameter from cciss_interrupt_mode()Gravatar Stephen M. Cameron 1-6/+5
2010-08-07cciss: factor out cciss_board_disabledGravatar Stephen M. Cameron 1-6/+9
2010-08-07cciss: factor out cciss_lookup_board_idGravatar Stephen M. Cameron 1-31/+35
2010-08-07cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Gravatar Stephen M. Cameron 1-30/+31
2010-08-07cciss: Set the performant mode bit in the scsi half of the driverGravatar Stephen M. Cameron 1-18/+2
2010-08-07blkfront: Klog the unclean release pathGravatar Daniel Stodden 1-0/+6
2010-08-07blkfront: Remove obsolete info->usersGravatar Daniel Stodden 1-8/+2