aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-2/+9
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-1/+1
2012-01-08[SCSI] sd: check runtime PM status in sd_shutdownLin Ming1-0/+5
2011-10-30[SCSI] sd: remove arbitrary SD_MAX_DISKS namespace limitDave Kleikamp1-7/+5
2011-08-29[SCSI] sd: Use sd_printk() instead of printk()Nao Nishijima1-3/+4
2011-05-24[SCSI] Retrieve the Caching mode page (version 2)Luben Tuikov1-18/+61
2011-05-24[SCSI] sd: Unmap discard alignment needs to be converted to bytesMartin K. Petersen1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23[SCSI] Revert "[SCSI] Retrieve the Caching mode page"James Bottomley1-47/+16
2011-03-22sd: Fail discard requests when logical block provisioning has been disabledMartin K. Petersen1-0/+1
2011-03-14[SCSI] sd: Logical Block Provisioning updateMartin K. Petersen1-53/+176
2011-01-14[SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo1-5/+0
2011-01-14[SCSI] sd: implement sd_check_events()Tejun Heo1-51/+53
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+1
2010-12-22[SCSI] fix medium error problems with some arrays which can cause data corruptionJames Bottomley1-1/+8
2010-12-22Revert "sd: implement sd_check_events()"Jens Axboe1-47/+40
2010-12-21[SCSI] Retrieve the Caching mode pageLuben Tuikov1-16/+47
2010-12-21[SCSI] sd: improve logic and efficiecy of media-change detectionAlan Stern1-7/+20
2010-12-16sd: implement sd_check_events()Tejun Heo1-40/+47
2010-12-16scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo1-9/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-25[SCSI] sd: Export effective protection mode in sysfsMartin K. Petersen1-0/+23
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+12
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-18/+60
2010-10-22scsi/sd: add a no_read_capacity_16 scsi_device flagHans de Goede1-0/+12
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-4/+4
2010-10-11[SCSI] sd: Fix overflow with big physical blocksMartin K. Petersen1-6/+7
2010-10-07[SCSI] sd name space exhaustion causes system hangMichael Reed1-5/+10
2010-09-17[SCSI] sd: Update thin provisioning supportMartin K. Petersen1-5/+41
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-8/+8
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo1-3/+1
2010-09-07[SCSI] sd: fix medium-removal bugAlan Stern1-1/+1
2010-09-05[SCSI] scsi/block: increase flush/sync timeoutMike Christie1-2/+2
2010-09-02[SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation.David Miller1-3/+3
2010-08-11scsi/sd.c: quiet all sparse noiseH Hartley Sweeten1-6/+6
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-42/+84
2010-08-07scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori1-2/+0
2010-08-07scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori1-1/+6
2010-08-07scsi/sd: remove big kernel lockArnd Bergmann1-10/+7
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-5/+12
2010-08-07scsi: fix discard page leakFUJITA Tomonori1-2/+8
2010-08-07scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori1-0/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07scsi: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+16
2010-08-07scsi: remove unused free discard page in sd_doneFUJITA Tomonori1-9/+0
2010-08-07scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori1-1/+11
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig1-18/+34
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-6/+6
2010-07-28[SCSI] sd: add support for runtime PMAlan Stern1-5/+16