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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-28
hd: clean up request completion paths
Tejun Heo
1
-24
/
+12
2009-04-28
ubd: drop unnecessary rq->sector manipulation
Tejun Heo
1
-5
/
+5
2009-04-28
ubd: cleanup completion path
Tejun Heo
1
-22
/
+1
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: don't init rq fields unnecessarily
Tejun Heo
1
-2
/
+0
2009-04-28
block: make blk_end_request_cur() return bool
Tejun Heo
1
-4
/
+12
2009-04-28
block: catch trying to use more bits than request->cmd_flags has
Nikanth Karthikesan
1
-0
/
+3
2009-04-28
block: include discard requests in IO accounting
Jens Axboe
1
-1
/
+2
2009-04-28
block: make blk_do_io_stat() do the full "is this rq accountable" checks
Jens Axboe
2
-10
/
+11
2009-04-28
block: kill rq->data
Tejun Heo
5
-11
/
+7
2009-04-28
arm-omap: don't abuse rq->data
Tejun Heo
1
-12
/
+31
2009-04-28
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
19
-126
/
+128
2009-04-28
block: implement and use [__]blk_end_request_all()
Tejun Heo
15
-73
/
+58
2009-04-28
block: move rq->start_time initialization to blk_rq_init()
Tejun Heo
1
-1
/
+1
2009-04-28
block: clean up request completion API
Tejun Heo
2
-163
/
+157
2009-04-28
block: kill blk_end_request_callback()
Tejun Heo
2
-48
/
+3
2009-04-28
block: reorganize request fetching functions
Tejun Heo
3
-128
/
+132
2009-04-28
block: reorder request completion functions
Tejun Heo
2
-80
/
+80
2009-04-28
block: clean up misc stuff after block layer timeout conversion
Tejun Heo
1
-13
/
+9
2009-04-28
block: cleanup REQ_SOFTBARRIER usages
Tejun Heo
1
-1
/
+0
2009-04-28
block: don't set REQ_NOMERGE unnecessarily
Tejun Heo
2
-5
/
+1
2009-04-28
block: kill blk_start_queueing()
Tejun Heo
5
-39
/
+9
2009-04-28
block: merge blk_invoke_request_fn() into __blk_run_queue()
Tejun Heo
1
-21
/
+14
2009-04-28
block: implement blkdev_readpages
Jeff Moyer
1
-0
/
+7
2009-04-28
block: enable by default support for large devices and files on 32-bit archs
Bartlomiej Zolnierkiewicz
1
-4
/
+7
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
3
-26
/
+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
5
-36
/
+52
2009-04-28
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
4
-39
/
+23
2009-04-28
ide-cd: convert to using generic sense request
Borislav Petkov
2
-46
/
+12
2009-04-28
ide: add helpers for preparing sense requests
Borislav Petkov
2
-0
/
+72
2009-04-28
ide-cd: don't abuse rq->buffer
Tejun Heo
1
-4
/
+4
2009-04-28
ide-atapi: don't abuse rq->buffer
Tejun Heo
3
-4
/
+4
2009-04-28
ide-taskfile: don't abuse rq->buffer
Tejun Heo
2
-11
/
+12
2009-04-28
ide-floppy: block pc always uses bio
Tejun Heo
1
-8
/
+6
2009-04-28
ide-cd: clear sense buffer before issuing request sense
Tejun Heo
1
-8
/
+4
2009-04-28
ide kill unused ide_cmd->special
Tejun Heo
1
-1
/
+0
2009-04-28
ide: don't set REQ_SOFTBARRIER
Tejun Heo
2
-2
/
+0
[prev]
[next]