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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-11
jsflash: dequeue in-flight request
Tejun Heo
1
-11
/
+17
2009-05-11
mtd_blkdevs: dequeue in-flight request
Tejun Heo
1
-4
/
+13
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
ide: dequeue in-flight request
Tejun Heo
3
-17
/
+39
2009-05-11
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
Tejun Heo
9
-30
/
+18
2009-05-11
ide: cleanup rq->data_len usages
Tejun Heo
5
-24
/
+13
2009-05-11
block: cleanup rq->data_len usages
Tejun Heo
10
-49
/
+49
2009-05-11
ide: convert to rq pos and nr_sectors accessors
Tejun Heo
11
-22
/
+22
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
45
-233
/
+245
2009-05-11
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
7
-17
/
+17
2009-05-11
block: add rq->resid_len
Tejun Heo
12
-73
/
+51
2009-05-11
ide-tape: don't initialize rq->sector for rw requests
Tejun Heo
1
-1
/
+0
2009-05-11
nbd: don't clear rq->sector and nr_sectors unnecessarily
Tejun Heo
1
-7
/
+0
2009-04-28
mg_disk: use defines from <linux/ata.h>
Bartlomiej Zolnierkiewicz
1
-101
/
+43
2009-04-28
mg_disk: fix dependency on libata
Bartlomiej Zolnierkiewicz
2
-5
/
+41
2009-04-28
mg_disk: clean up request completion paths
Tejun Heo
1
-84
/
+33
2009-04-28
mg_disk: fold mg_disk.h into mg_disk.c
Tejun Heo
1
-1
/
+185
2009-04-28
swim: clean up request completion paths
Tejun Heo
1
-7
/
+0
2009-04-28
swim3: clean up request completion paths
Tejun Heo
1
-26
/
+5
2009-04-28
hd: clean up request completion paths
Tejun Heo
1
-24
/
+12
2009-04-28
sunvdc: kill vdc_end_request()
Tejun Heo
1
-7
/
+2
2009-04-28
ps3disk: simplify request completion
Tejun Heo
1
-4
/
+1
2009-04-28
amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers
Tejun Heo
4
-28
/
+2
2009-04-28
block: kill rq->data
Tejun Heo
1
-1
/
+0
2009-04-28
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
18
-103
/
+105
2009-04-28
block: implement and use [__]blk_end_request_all()
Tejun Heo
10
-56
/
+19
2009-04-28
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
1
-16
/
+4
2009-04-28
ide: drop rq->data handling from ide_map_sg()
Tejun Heo
1
-5
/
+1
2009-04-28
ide-atapi: kill unused fields and callbacks
Tejun Heo
2
-14
/
+4
2009-04-28
ide-tape: simplify read/write functions
Tejun Heo
1
-99
/
+50
2009-04-28
ide-tape: use byte size instead of sectors on rw issue functions
Tejun Heo
1
-25
/
+20
2009-04-28
ide-tape: unify r/w init paths
Tejun Heo
1
-64
/
+46
2009-04-28
ide-tape: kill idetape_bh
Tejun Heo
1
-221
/
+84
2009-04-28
ide-tape: use standard data transfer mechanism
Tejun Heo
2
-94
/
+24
2009-04-28
ide-tape: use single continuous buffer
Tejun Heo
1
-198
/
+58
2009-04-28
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
Tejun Heo
3
-8
/
+18
2009-04-28
ide-tape,floppy: fix failed command completion after request sense
Tejun Heo
2
-0
/
+2
2009-04-28
ide-pm: don't abuse rq->data
Tejun Heo
2
-24
/
+16
2009-04-28
ide-cd,atapi: use bio for internal commands
Tejun Heo
4
-35
/
+51
2009-04-28
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
3
-37
/
+22
[next]