Sagi Grimberg
|
46348456c1
block: Copy a user iovec if it includes gaps
|
10 years ago |
Jens Axboe
|
b7c44ed9d2
block: manipulate bio->bi_flags through helpers
|
10 years ago |
Christoph Hellwig
|
4246a0b63b
block: add a bi_error field to struct bio
|
10 years ago |
Al Viro
|
8f7e885a4c
blk_rq_map_user(): use import_single_range()
|
10 years ago |
Christoph Hellwig
|
a0763b27bf
block: handle the null_mapped flag correctly in blk_rq_map_user_iov
|
10 years ago |
Christoph Hellwig
|
37f19e57a0
block: merge __bio_map_user_iov into bio_map_user_iov
|
10 years ago |
Kent Overstreet
|
26e49cfc7e
block: pass iov_iter to the BLOCK_PC mapping functions
|
10 years ago |
Christoph Hellwig
|
ddad8dd0a1
block: use blk_rq_map_user_iov to implement blk_rq_map_user
|
10 years ago |
Jens Axboe
|
b4f42e2831
block: remove struct request buffer member
|
11 years ago |
Linus Torvalds
|
5166701b36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Al Viro
|
86d564c84c
constify blk_rq_map_user_iov() and friends
|
11 years ago |
Jiri Kosina
|
d4263348f7
Merge branch 'master' into for-next
|
11 years ago |
Masanari Iida
|
e227867f12
treewide: Fix typo in Documentation/DocBook
|
11 years ago |
Kent Overstreet
|
4f024f3797
block: Abstract out bvec iterator
|
12 years ago |
majianpeng
|
609f6ea1c9
block: re-use existing 'reading' variable instead of checking direction again
|
13 years ago |
Ben Hutchings
|
6b76106d8e
block: Always check length of all iov entries in blk_rq_map_user_iov()
|
14 years ago |
Xiaotian Feng
|
5478755616
block: check for proper length of iov entries earlier in blk_rq_map_user_iov()
|
15 years ago |
Jens Axboe
|
9284bcf4e3
block: check for proper length of iov entries in blk_rq_map_user_iov()
|
15 years ago |
Linus Torvalds
|
e9dd2b6837
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
|
15 years ago |
Benny Halevy
|
a45dc2d2b8
block: fix blk_rq_map_kern bio direction flag
|
15 years ago |
Namhyung Kim
|
144177991c
block: fix an address space warning in blk-map.c
|
15 years ago |
Christoph Hellwig
|
7b6d91daee
block: unify flags for struct bio and struct request
|
15 years ago |
Martin K. Petersen
|
ae03bf639a
block: Use accessor functions for queue limits
|
16 years ago |
Boaz Harrosh
|
a411f4bbb8
block: Un-export blk_rq_append_bio
|
16 years ago |
James Bottomley
|
3a5a39276d
block: allow blk_rq_map_kern to append to requests
|
16 years ago |
Tejun Heo
|
a2dec7b363
block: hide request sector and data_len
|
16 years ago |
Tejun Heo
|
731ec497e5
block: kill rq->data
|
16 years ago |
FUJITA Tomonori
|
97ae77a1cd
[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE
|
17 years ago |
FUJITA Tomonori
|
56c451f4b5
[SCSI] block: fix the partial mappings with struct rq_map_data
|
17 years ago |
Petr Vandrovec
|
53cc0b2948
When block layer fails to map iov, it calls bio_unmap_user to undo
|
17 years ago |