index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-21
block: re-use existing 'reading' variable instead of checking direction again
majianpeng
1
-1
/
+1
2011-11-13
block: Always check length of all iov entries in blk_rq_map_user_iov()
Ben Hutchings
1
-3
/
+4
2010-11-29
block: check for proper length of iov entries earlier in blk_rq_map_user_iov()
Xiaotian Feng
1
-2
/
+3
2010-11-10
block: check for proper length of iov entries in blk_rq_map_user_iov()
Jens Axboe
1
-0
/
+2
2010-10-22
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2010-09-21
block: fix blk_rq_map_kern bio direction flag
Benny Halevy
1
-1
/
+1
2010-09-15
block: fix an address space warning in blk-map.c
Namhyung Kim
1
-2
/
+3
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-1
/
+1
2009-05-22
block: Use accessor functions for queue limits
Martin K. Petersen
1
-2
/
+2
2009-05-19
block: Un-export blk_rq_append_bio
Boaz Harrosh
1
-1
/
+0
2009-05-19
block: allow blk_rq_map_kern to append to requests
James Bottomley
1
-2
/
+10
2009-05-11
block: hide request sector and data_len
Tejun Heo
1
-1
/
+1
2009-04-28
block: kill rq->data
Tejun Heo
1
-3
/
+3
2009-01-02
[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE
FUJITA Tomonori
1
-9
/
+7
2009-01-02
[SCSI] block: fix the partial mappings with struct rq_map_data
FUJITA Tomonori
1
-0
/
+3
2008-12-03
When block layer fails to map iov, it calls bio_unmap_user to undo
Petr Vandrovec
1
-1
/
+1
2008-11-18
block: hold extra reference to bio in blk_rq_map_user_iov()
Jens Axboe
1
-0
/
+6
2008-10-09
block: make blk_rq_map_user take a NULL user-space buffer
FUJITA Tomonori
1
-4
/
+12
2008-10-09
block: add blk_rq_aligned helper function
FUJITA Tomonori
1
-10
/
+2
2008-10-09
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
1
-10
/
+16
2008-10-09
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
1
-8
/
+12
2008-10-09
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...
Randy Dunlap
1
-8
/
+8
2008-07-26
block/blk-map.c: use the new object_is_on_stack() helper
FUJITA Tomonori
1
-6
/
+2
2008-07-04
block: blk_rq_map_kern uses the bounce buffers for stack buffers
FUJITA Tomonori
1
-0
/
+5
2008-07-03
block: add bounce support to blk_rq_map_user_iov
FUJITA Tomonori
1
-0
/
+1
2008-04-29
block: add dma alignment and padding support to blk_rq_map_kern
FUJITA Tomonori
1
-1
/
+20
2008-04-21
block: move the padding adjustment to blk_rq_map_sg
FUJITA Tomonori
1
-19
/
+5
2008-04-21
block: add bio_copy_user_iov support to blk_rq_map_user_iov
FUJITA Tomonori
1
-5
/
+17
2008-03-04
block: fix shadowed variable warning in blk-map.c
Harvey Harrison
1
-3
/
+3
2008-03-04
unexport blk_rq_map_user_iov
Adrian Bunk
1
-1
/
+0
2008-03-04
block: separate out padding from alignment
Tejun Heo
1
-7
/
+13
2008-03-04
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
1
-5
/
+1
2008-02-19
block: add request->raw_data_len
Tejun Heo
1
-0
/
+2
2008-02-19
block: update bio according to DMA alignment padding
Tejun Heo
1
-0
/
+17
2008-02-19
block: make blk_rq_map_user() clear ->bio if it unmaps it
Jens Axboe
1
-0
/
+1
2008-02-01
block: make core bits checkpatch compliant
Jens Axboe
1
-6
/
+4
2008-01-29
block: continue ll_rw_blk.c splitup
Jens Axboe
1
-0
/
+264