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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-10
floppy: fix hibernation
Ondrej Zary
1
-1
/
+26
2009-06-10
ramdisk: remove long-deprecated "ramdisk=" boot-time parameter
Robert P. J. Day
1
-6
/
+1
2009-06-09
Add serial number support for virtio_blk, V4a
john cooper
1
-3
/
+34
2009-06-09
cciss: decode unit attention in SCSI error handling code
scameron@beardog.cca.cpqcorp.net
1
-7
/
+16
2009-06-09
cciss: Remove no longer needed sendcmd reject processing code
scameron@beardog.cca.cpqcorp.net
2
-104
/
+3
2009-06-09
cciss: change SCSI error handling routines to work with interrupts enabled.
scameron@beardog.cca.cpqcorp.net
2
-15
/
+12
2009-06-09
cciss: separate error processing and command retrying code in sendcmd_withirq...
scameron@beardog.cca.cpqcorp.net
2
-32
/
+46
2009-06-09
cciss: factor out fix target status processing code from sendcmd functions
scameron@beardog.cca.cpqcorp.net
1
-22
/
+34
2009-06-09
cciss: simplify interface of sendcmd() and sendcmd_withirq()
scameron@beardog.cca.cpqcorp.net
3
-84
/
+59
2009-06-09
cciss: factor out core of sendcmd_withirq() for use by SCSI error handling code
scameron@beardog.cca.cpqcorp.net
1
-87
/
+96
2009-06-09
cciss: Use schedule_timeout_uninterruptible in SCSI error handling code
scameron@beardog.cca.cpqcorp.net
1
-1
/
+1
2009-06-02
cciss: use schedule_timeout_interruptible()
Andrew Morton
1
-2
/
+1
2009-06-02
cciss: add cciss driver sysfs entries
Andrew Patterson
2
-10
/
+281
2009-06-02
cciss: fix SCSI device reset handler
Stephen M. Cameron
2
-9
/
+90
2009-06-02
cciss: factor out core of sendcmd() for a more sane interface
Stephen M. Cameron
1
-116
/
+109
2009-05-22
block: Use accessor functions for queue limits
Martin K. Petersen
1
-2
/
+4
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
10
-15
/
+15
2009-05-22
Merge branch 'master' into for-2.6.31
Jens Axboe
1
-4
/
+6
2009-05-22
xen-blkfront: beyond ARRAY_SIZE of info->shadow
Roel Kluin
1
-1
/
+1
2009-05-19
block: set rq->resid_len to blk_rq_bytes() on issue
Tejun Heo
1
-2
/
+4
2009-05-19
ub: use __blk_end_request_all()
Tejun Heo
1
-17
/
+7
2009-05-19
xen/blkfront: fix warning when deleting gendisk on unplug/shutdown
Ian Campbell
1
-2
/
+2
2009-05-19
xen/blkfront: allow xenbus state transition to Closing->Closed when not Conn...
Ian Campbell
1
-2
/
+4
2009-05-18
virtio_blk: get rid of unused variable
Jens Axboe
1
-1
/
+0
2009-05-18
virtio_blk: SG_IO passthru support
Hannes Reinecke
1
-14
/
+50
2009-05-18
virtio_blk: don't blindly derefence req->rq_disk
Christoph Hellwig
1
-2
/
+2
2009-05-11
splice: implement default splice_read method
Miklos Szeredi
1
-10
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
24
-92
/
+48
2009-05-11
block: convert to dequeueing model (easy ones)
Tejun Heo
2
-7
/
+10
2009-05-11
z2ram: dequeue in-flight request
Tejun Heo
1
-4
/
+15
2009-05-11
xd: dequeue in-flight request
Tejun Heo
1
-12
/
+17
2009-05-11
swim: dequeue in-flight request
Tejun Heo
1
-24
/
+23
2009-05-11
amiflop: dequeue in-flight request
Tejun Heo
1
-24
/
+24
2009-05-11
ps3disk: dequeue in-flight request
Tejun Heo
1
-3
/
+5
2009-05-11
paride: dequeue in-flight request
Tejun Heo
3
-18
/
+28
2009-05-11
xsysace: dequeue in-flight request
Tejun Heo
1
-6
/
+13
2009-05-11
swim3: dequeue in-flight request
Tejun Heo
1
-13
/
+34
2009-05-11
ataflop: dequeue and track in-flight request
Tejun Heo
1
-28
/
+35
2009-05-11
hd: dequeue and track in-flight request
Tejun Heo
1
-23
/
+40
2009-05-11
mg_disk: dequeue and track in-flight request
Tejun Heo
1
-50
/
+59
2009-05-11
mg_disk: fix queue hang / infinite retry on !fs requests
Tejun Heo
1
-11
/
+13
2009-05-11
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
4
-9
/
+8
2009-05-11
block: cleanup rq->data_len usages
Tejun Heo
1
-4
/
+4
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
24
-139
/
+143
2009-05-11
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
3
-9
/
+9
2009-05-11
block: add rq->resid_len
Tejun Heo
2
-13
/
+6
2009-05-11
nbd: don't clear rq->sector and nr_sectors unnecessarily
Tejun Heo
1
-7
/
+0
2009-04-28
hd: fix locking
Tejun Heo
1
-10
/
+7
2009-04-28
mg_disk: fix CONFIG_LBD=y warning
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-04-28
mg_disk: fix locking
Tejun Heo
1
-4
/
+13
[next]