index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-02
[SCSI] sr: consider the last written sector when determining media size
Tejun Heo
1
-8
/
+14
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-06-21
sd, sr: fix Driver 'sd' needs updating message
Hannes Reinecke
1
-0
/
+1
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-1
/
+1
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-7
/
+8
2009-04-03
[SCSI] fix recovered error handling
James Bottomley
1
-9
/
+0
2008-12-29
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
1
-2
/
+2
2008-12-04
[PATCH 1/2] kill FMODE_NDELAY_NOW
Christoph Hellwig
1
-1
/
+1
2008-10-21
[PATCH] switch sr
Al Viro
1
-22
/
+18
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
1
-3
/
+3
2008-10-21
[PATCH] don't mess with file in scsi_nonblockable_ioctl()
Al Viro
1
-1
/
+2
2008-10-21
[PATCH] switch cdrom_{open,release,ioctl} to sane APIs
Al Viro
1
-7
/
+4
2008-10-09
block: unify request timeout handling
Jens Axboe
1
-2
/
+3
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
1
-1
/
+1
2008-09-11
block: disable sysfs parts of the disk command filter
Jens Axboe
1
-2
/
+0
2008-08-29
remove blk_register_filter and blk_unregister_filter in gendisk
FUJITA Tomonori
1
-0
/
+2
2008-07-04
scsi: sr avoids useless buffer allocation
FUJITA Tomonori
1
-15
/
+5
2008-06-10
[SCSI] sr: fix corrupt CD data after media change and delay
James Bottomley
1
-0
/
+3
2008-03-19
[SCSI] sd, sr: do not emit change event at device add
Kay Sievers
1
-0
/
+1
2008-02-07
[SCSI] sr: fix test unit ready responses
James Bottomley
1
-22
/
+27
2008-01-30
[SCSI] implement scsi_data_buffer
Boaz Harrosh
1
-12
/
+13
2008-01-11
[SCSI] sr: update to follow tray status correctly
James Bottomley
1
-2
/
+0
2008-01-11
[SCSI] sd,sr: add early detection of medium not present
James Bottomley
1
-6
/
+13
2008-01-11
[SCSI] sr,sd: send media state change modification events
Kay Sievers
1
-3
/
+11
2008-01-06
Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""
Linus Torvalds
1
-15
/
+6
2008-01-02
scsi: revert "[SCSI] Get rid of scsi_cmnd->done"
Ingo Molnar
1
-6
/
+15
2007-10-12
[SCSI] Get rid of scsi_cmnd->done
Matthew Wilcox
1
-15
/
+6
2007-10-12
[SCSI] move ULD attachment into the prep function
James Bottomley
1
-19
/
+40
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-1
/
+1
2007-07-18
[SCSI] small cleanups
Adrian Bunk
1
-1
/
+1
2007-07-14
[SCSI] sr: fix error handling in module_init
Akinobu Mita
1
-1
/
+5
2007-04-17
[SCSI] modalias for scsi devices
Michael Tokarev
1
-0
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-01-06
[SCSI] sr: fix error code check in sr_block_ioctl()
Tejun Heo
1
-1
/
+1
2006-07-09
[SCSI] hide EH backup data outside the scsi_cmnd
Christoph Hellwig
1
-3
/
+2
2006-06-26
[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completion
Luben Tuikov
1
-1
/
+1
2006-06-06
[SCSI] fix up request buffer reference in various scsi drivers
Christoph Hellwig
1
-1
/
+1
2006-03-23
[PATCH] kill cdrom ->dev_ioctl method
Christoph Hellwig
1
-11
/
+26
2006-03-12
[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsi
Rene Herman
1
-0
/
+4
2006-02-27
[SCSI] Remove devfs support from the SCSI subsystem
Greg KH
1
-2
/
+0
2006-02-27
[SCSI] SCSI core kmalloc2kzalloc
Jes Sorensen
1
-2
/
+1
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-1
/
+1
2006-01-14
[SCSI] always handle REQ_BLOCK_PC requests in common code
Christoph Hellwig
1
-21
/
+0
2006-01-12
[SCSI] Mask capabilities for SCSI-1 CD drive
Chuck Ebbert
1
-2
/
+3
2006-01-12
[SCSI] turn most scsi semaphores into mutexes
Arjan van de Ven
1
-8
/
+9
2005-12-15
Fix up SCSI mismerge
James Bottomley
1
-1
/
+1
2005-12-15
Merge by hand (conflicts in scsi_lib.c)
James Bottomley
1
-17
/
+3
2005-12-13
[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)
James Bottomley
1
-17
/
+3
2005-12-13
[SCSI] Mark some core scsi data structures const
Arjan van de Ven
1
-1
/
+1
[next]