Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
852972acff8f10f3a15679be2059bb94916cba5d
/
fs
/
bio.c
b4b7a4e
Merge branch 'master' into for-linus
by Jens Axboe
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
8bf8c37
blkdev: fix merge_bvec_fn return value checks v2
by Dmitry Monakhov
· 15 years ago
9599945
Revert "blkdev: fix merge_bvec_fn return value checks"
by Jens Axboe
· 15 years ago
9f7cdbc
blkdev: fix merge_bvec_fn return value checks
by Dmitry Monakhov
· 15 years ago
8a78362
block: Consolidate phys_segment and hw_segment limits
by Martin K. Petersen
· 15 years ago
db18efa
bio: Fix outdated comment about bio_alloc_bioset()
by Jaak Ristioja
· 15 years ago
1d61658
block: fix bio_add_page for non trivial merge_bvec_fn case
by Dmitry Monakhov
· 15 years ago
f06f135
fs/bio.c: fix shadows sparse warning
by Thiago Farina
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
2d4dc89
block: add helpers to run flush_dcache_page() against a bio and a request's pages
by Ilya Loginov
· 15 years ago
5f04eeb
Fix bio_alloc() and bio_kmalloc() documentation
by Alberto Bertogli
· 15 years ago
ad0bf11
bio_put(): add bio_clone() to the list of functions in the comment
by Alberto Bertogli
· 15 years ago
a112a71
fs/bio.c: move EXPORT* macros to line after function
by H Hartley Sweeten
· 15 years ago
ecb554a
block: fix sg SG_DXFER_TO_FROM_DEV regression
by FUJITA Tomonori
· 15 years ago
7878cba
block: Create bip slabs with embedded integrity vectors
by Martin K. Petersen
· 15 years ago
e212d6f
block: remove some includings of blktrace_api.h
by Li Zefan
· 15 years ago
76d93ff
trivial: fix typo in bio_alloc kernel doc
by Nikanth Karthikesan
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
0e0c621
fs/bio.c: add missing __user annotation
by Michal Simek
· 15 years ago
5578213
tracing/events: convert block trace points to TRACE_EVENT()
by Li Zefan
· 15 years ago
ae03bf6
block: Use accessor functions for queue limits
by Martin K. Petersen
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
e4b6363
Merge branch 'master' into for-2.6.31
by Jens Axboe
· 15 years ago
4fc981e
bio: always copy back data for copied kernel requests
by Tejun Heo
· 15 years ago
6983872
bio: fix memcpy corruption in bio_copy_user_iov()
by FUJITA Tomonori
· 16 years ago
a9e9dc2
bio: use bio_kmalloc() in copy/map functions
by Tejun Heo
· 16 years ago
451a9eb
bio: fix bio_kmalloc()
by Tejun Heo
· 16 years ago
86c824b
bio: add documentation to bio_alloc()
by Jens Axboe
· 16 years ago
c7eee1b
trivial: Fix typo in bio_split()'s documentation
by Alberto Bertogli
· 16 years ago
6d2a78e
block: add private bio_set for bio integrity allocations
by Martin K. Petersen
· 16 years ago
a7fcd37
block: don't create bio_vec slabs of less than the inline number
by Jens Axboe
· 16 years ago
3405397
block: cleanup bio_alloc_bioset()
by Ingo Molnar
· 16 years ago
059ea33
block: fix memory leak in bio_clone()
by Li Zefan
· 16 years ago
8709269
block: Add gfp_mask parameter to bio_integrity_clone()
by un'ichi Nomura
· 16 years ago
b2bf968
block: fix bogus gcc warning for uninitialized var usage
by Jens Axboe
· 16 years ago
a60e78e
fs/bio: bio_alloc_bioset: pass right object ptr to mempool_free
by Subhash Peddamallu
· 16 years ago
97ae77a
[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE
by FUJITA Tomonori
· 16 years ago
56c451f
[SCSI] block: fix the partial mappings with struct rq_map_data
by FUJITA Tomonori
· 16 years ago
e623ddb
[SCSI] block: fix bio_add_page misuse with rq_map_data
by FUJITA Tomonori
· 16 years ago
d3f7611
bio: get rid of bio_vec clearing
by Jens Axboe
· 16 years ago
392ddc3
bio: add support for inlining a number of bio_vecs inside the bio
by Jens Axboe
· 16 years ago
bb799ca
bio: allow individual slabs in the bio_set
by Jens Axboe
· 16 years ago
1b43449
bio: move the slab pointer inside the bio_set
by Jens Axboe
· 16 years ago
7ff9345
bio: only mempool back the largest bio_vec slab cache
by Jens Axboe
· 16 years ago
0bfc245
blktrace: port to tracepoints, update
by Ingo Molnar
· 16 years ago
5f3ea37
blktrace: port to tracepoints
by Arnaldo Carvalho de Melo
· 16 years ago
6feef53
block: mark bio_split_pool static
by Denis ChengRq
· 16 years ago
ad3316b
block: Find bio sector offset given idx and offset
by Martin K. Petersen
· 16 years ago
0a0d96b
block: add bio_kmalloc()
by Jens Axboe
· 16 years ago
8188276
block: make blk_rq_map_user take a NULL user-space buffer
by FUJITA Tomonori
· 16 years ago
4d8ab62
bio: convert bio_copy_kern to use bio_copy_user
by FUJITA Tomonori
· 16 years ago
152e283
block: introduce struct rq_map_data to use reserved pages
by FUJITA Tomonori
· 16 years ago
a3bce90
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
by FUJITA Tomonori
· 16 years ago
c7c22e4
block: add support for IO CPU affinity
by Jens Axboe
· 16 years ago
5df97b9
drop vmerge accounting
by Mikulas Patocka
· 16 years ago
b8b3e16
block: drop virtual merging accounting
by Mikulas Patocka
· 16 years ago
aefcc28
bio: fix __bio_copy_iov() handling of bio->bv_len
by FUJITA Tomonori
· 16 years ago
76029ff
bio: fix bio_copy_kern() handling of bio->bv_len
by FUJITA Tomonori
· 16 years ago
1ac0ae0
bio: make use of bvec_nr_vecs
by Denis ChengRq
· 16 years ago
f5dd33c
dio: use get_user_pages_fast
by Nick Piggin
· 16 years ago
cc371e6
Add bvec_merge_data to handle stacked devices and ->merge_bvec()
by Alasdair G Kergon
· 16 years ago
7ba1ba1
block: Block layer data integrity support
by Martin K. Petersen
· 16 years ago
51d654e
block: Globalize bio_set and bio_vec_slab
by Martin K. Petersen
· 16 years ago
ffee025
docbook: fix bio missing parameter
by Randy Dunlap
· 17 years ago
eeae1d4
block: use unitialized_var() in bio_alloc_bioset()
by Jens Axboe
· 17 years ago
68154e9
block: add dma alignment and padding support to blk_rq_map_kern
by FUJITA Tomonori
· 17 years ago
c5dec1c
block: convert bio_copy_user to bio_copy_user_iov
by FUJITA Tomonori
· 17 years ago
40044ce
Revert "unexport bio_{,un}map_user"
by Jens Axboe
· 17 years ago
86b6c7a
fs/block_dev.c: remove #if 0'ed code
by Adrian Bunk
· 17 years ago
5d84070
__bio_clone: don't calculate hw/phys segment counts
by Jens Axboe
· 17 years ago
992c5dd
bio: make freeing of ->bi_io_vec conditional in bio_free()
by Jens Axboe
· 17 years ago
2b94de5
bio: use memset() in bio_init()
by Jens Axboe
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
5bb23a6
Don't decrement bi_size in bio_endio
by NeilBrown
· 17 years ago
9cc54d4
Only call bi_end_io once for any bio
by NeilBrown
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
72d3a38
unexport bio_{,un}map_user
by Adrian Bunk
· 17 years ago
0a31bd5
KMEM_CACHE(): simplify slab cache creation
by Christoph Lameter
· 18 years ago
5972511
[BLOCK] Don't pin lots of memory in mempools
by Jens Axboe
· 18 years ago
e61c901
[PATCH] optimize o_direct on block devices
by Chen, Kenneth W
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
0e75f90
[PATCH] block: support larger block pc requests
by Mike Christie
· 18 years ago
ad2d722
[PATCH] block: kill length alignment test in bio_map_user()
by Mike Christie
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
bf02c08
[PATCH] fs/bio.c: tweaks
by Andreas Mohr
· 18 years ago
0fe2347
[PATCH] Update axboe@suse.de email address
by Jens Axboe
· 18 years ago
50be345
[PATCH] fix creating zero sized bio mempools in low memory system
by Milan Broz
· 18 years ago
9917215
[PATCH] Fix missing ret assignment in __bio_map_user() error path
by Jens Axboe
· 18 years ago
a2eb0c1
[PATCH] md: Make sure bi_max_vecs is set properly in bio_split
by NeilBrown
· 18 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
0eaae62a
[PATCH] mempool: use common mempool kmalloc allocator
by Matthew Dobson
· 19 years ago
fa3536c
[PATCH] Use __read_mostly on some hot fs variables
by Eric Dumazet
· 19 years ago
11b0b5a
[PATCH] use kzalloc and kcalloc in core fs code
by Oliver Neukum
· 19 years ago
2056a78
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
by Jens Axboe
· 19 years ago
b0e6e96
[PATCH] reduce size of bio mempools
by Benjamin LaHaise
· 19 years ago
fddfdea
[BLOCK] A few kerneldoc fixups
by Jens Axboe
· 19 years ago
Next »