index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-24
scsi: stop passing a gfp_mask argument down the command setup path
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-10
/
+5
2014-09-15
scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()
Subhash Jadavani
1
-0
/
+2
2014-07-25
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
1
-2
/
+2
2014-07-17
scsi: set sc_data_direction in common code
Christoph Hellwig
1
-2
/
+0
2014-07-17
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
1
-2
/
+1
2014-07-17
scsi: Implement sr_printk()
Hannes Reinecke
1
-29
/
+32
2014-05-19
scsi: reintroduce scsi_driver.init_command
Christoph Hellwig
1
-13
/
+6
2013-12-16
[SCSI] sr: use block layer runtime PM
Aaron Lu
1
-24
/
+13
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-2
/
+1
2013-01-25
[libata] scsi: no poll when ODD is powered off
Aaron Lu
1
-3
/
+7
2013-01-25
[SCSI] sr: support runtime pm
Aaron Lu
1
-3
/
+39
2011-07-21
[SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwise
Kay Sievers
1
-4
/
+42
2011-04-21
block: don't block events on excl write for non-optical devices
Tejun Heo
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-14
[SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event
Tejun Heo
1
-4
/
+0
2010-12-16
sr: implement sr_check_events()
Tejun Heo
1
-52
/
+97
2010-12-16
scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()
Tejun Heo
1
-28
/
+3
2010-12-16
scsi: fix TUR error handling in sr_media_change()
Tejun Heo
1
-7
/
+11
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-1
/
+7
2010-10-22
scsi/sr: add no_read_disc_info scsi_device flag
Hans de Goede
1
-1
/
+7
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-7
/
+7
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-1
/
+6
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-5
/
+13
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
[next]