Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7e022e717f54897e396504306d0c9b61452adf4e
/
block
/
bio.c
b0a1ea5
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
03100aa
block: Replace SG_GAPS with new queue limits mask
by Keith Busch
· 9 years ago
c165b3e
blkcg: rename subsystem name from blkio to io
by Tejun Heo
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 9 years ago
c66a14d
block: simplify bio_add_page()
by Kent Overstreet
· 11 years ago
b7c44ed
block: manipulate bio->bi_flags through helpers
by Jens Axboe
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
f3f5da6
block: Do a full clone when splitting discard bios
by Martin K. Petersen
· 9 years ago
5aa2a96
block: export bio_associate_*() and wbc_account_io()
by Tejun Heo
· 9 years ago
1d933cf
blkcg: implement bio_associate_blkcg()
by Tejun Heo
· 9 years ago
ec43869
cgroup, block: implement task_get_css() and use it in bio_associate_current()
by Tejun Heo
· 9 years ago
326e1db
block: remove management of bi_remaining when restoring original bi_end_io
by Mike Snitzer
· 9 years ago
dac5621
bio: skip atomic inc/dec of ->bi_cnt for most use cases
by Jens Axboe
· 10 years ago
c4cf526
bio: skip atomic inc/dec of ->bi_remaining for non-chains
by Jens Axboe
· 10 years ago
9124d3f
block: rewrite and split __bio_copy_iov()
by Dongsu Park
· 10 years ago
37f19e5
block: merge __bio_map_user_iov into bio_map_user_iov
by Christoph Hellwig
· 10 years ago
75c72b8
block: merge __bio_map_kern into bio_map_kern
by Christoph Hellwig
· 10 years ago
26e49cf
block: pass iov_iter to the BLOCK_PC mapping functions
by Kent Overstreet
· 10 years ago
1dfa0f6
block: add a helper to free bio bounce buffer pages
by Christoph Hellwig
· 10 years ago
ddad8dd
block: use blk_rq_map_user_iov to implement blk_rq_map_user
by Christoph Hellwig
· 10 years ago
42d2683
block: simplify bio_map_kern
by Christoph Hellwig
· 10 years ago
fcbf6a0
bio: modify __bio_add_page() to accept pages that don't start a new segment
by Maurizio Lombardi
· 10 years ago
394ffa5
blk: introduce generic io stat accounting help function
by Gu Zheng
· 10 years ago
d8f429e
block: add bioset_create_nobvec()
by Junichi Nomura
· 10 years ago
6a24148
block: use kmalloc alignment for bio slab
by Mikulas Patocka
· 11 years ago
66cb45a
block: add support for limiting gaps in SG lists
by Jens Axboe
· 10 years ago
23d4ed5
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
58a4915
block: ensure that bio_add_page() always accepts a page for an empty bio
by Jens Axboe
· 10 years ago
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
762380a
block: add notion of a chunk size for request merging
by Jens Axboe
· 10 years ago
f9c78b2
block: move bio.c and bio-integrity.c from fs/ to block/
by Jens Axboe
· 10 years ago
[Renamed from fs/bio.c]
7410b3c
fs/bio.c: remove nr_segs (unused function parameter)
by Fabian Frederick
· 11 years ago
a6c39cb4f
fs/bio: remove bs paramater in biovec_create_pool
by Fabian Frederick
· 11 years ago
1051a90
fs: fix new kernel-doc warnings in fs/bio.c
by Randy Dunlap
· 11 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
32d01dc
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
86d564c
constify blk_rq_map_user_iov() and friends
by Al Viro
· 11 years ago
b4d7124
bio: don't write "bio: create slab" messages to syslog
by Mikulas Patocka
· 11 years ago
8423ae3
block: Fix cloning of discard/write same bios
by Kent Overstreet
· 11 years ago
073219e
cgroup: clean up cgroup_subsys names and initialization
by Tejun Heo
· 11 years ago
1331107
Revert "block: Warn and free bio if bi_end_io is not set"
by Jens Axboe
· 11 years ago
95d4403
block: Warn and free bio if bi_end_io is not set
by Muthukumar Ratty
· 11 years ago
4b1faf9
block: Kill bio_pair_split()
by Kent Overstreet
· 11 years ago
20d0189
block: Introduce new bio_split()
by Kent Overstreet
· 11 years ago
ee67891
block: Rename bio_split() -> bio_pair_split()
by Kent Overstreet
· 11 years ago
196d38b
block: Generic bio chaining
by Kent Overstreet
· 11 years ago
e90abc8
block: Remove bi_idx hacks
by Kent Overstreet
· 11 years ago
c8db444
block: Don't save/copy bvec array anymore
by Kent Overstreet
· 11 years ago
1c3b13e
dm: Refactor for new bio cloning/splitting
by Kent Overstreet
· 11 years ago
59d276f
block: Add bio_clone_fast()
by Kent Overstreet
· 11 years ago
bdb5320
block: Refactor bio_clone_bioset() for immutable biovecs
by Kent Overstreet
· 11 years ago
003b5c5
block: Convert drivers to immutable biovecs
by Kent Overstreet
· 11 years ago
458b76e
block: Kill bio_segments()/bi_vcnt usage
by Kent Overstreet
· 11 years ago
1cb9dda
block: Convert bio_copy_data() to bvec_iter
by Kent Overstreet
· 11 years ago
4550dd6
block: Immutable bio vecs
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
a4ad39b1
block: Convert bio_iovec() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
34f2fd8
bio: fix argument of __bio_add_page() for max_sectors > 0xffff
by Akinobu Mita
· 11 years ago
6678d83
block: Consolidate duplicated bio_trim() implementations
by Kent Overstreet
· 11 years ago
2f6cf0d
block: Fix bio_copy_data()
by Kent Overstreet
· 11 years ago
32dad03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
35dc248
[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
by Roland Dreier
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
0a82a8d
Revert "block: add missing block_bio_complete() tracepoint"
by Linus Torvalds
· 12 years ago
a38352e
block: Add an explicit bio flag for bios that own their bvec
by Kent Overstreet
· 12 years ago
a078760
block: Add bio_alloc_pages()
by Kent Overstreet
· 12 years ago
cb34e05
block: Convert some code to bio_for_each_segment_all()
by Kent Overstreet
· 12 years ago
d74c6d5
block: Add bio_for_each_segment_all()
by Kent Overstreet
· 12 years ago
16ac3d6
block: Add bio_copy_data()
by Kent Overstreet
· 12 years ago
9e88224
block: Add submit_bio_wait(), remove from md
by Kent Overstreet
· 12 years ago
5b83636
block: Change bio_split() to respect the current value of bi_idx
by Kent Overstreet
· 12 years ago
054bdf6
block: Add bio_advance()
by Kent Overstreet
· 12 years ago
9f060e2
block: Convert integrity to bvec_alloc_bs()
by Kent Overstreet
· 12 years ago
df2cb6d
block: Avoid deadlocks with bio allocation by stacking drivers
by Kent Overstreet
· 12 years ago
3a366e6
block: add missing block_bio_complete() tracepoint
by Tejun Heo
· 12 years ago
386bc35
vfs: fix: don't increase bio_slab_max if krealloc() fails
by Anna Leuschner
· 12 years ago
02f3939
block: makes bio_split support bio without data
by Shaohua Li
· 12 years ago
4363ac7
block: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
3f86a82
block: Consolidate bio_alloc_bioset(), bio_kmalloc()
by Kent Overstreet
· 12 years ago
4254bba
block: Kill bi_destructor
by Kent Overstreet
· 12 years ago
f44b48c
block: Add bio_reset()
by Kent Overstreet
· 12 years ago
1e2a410f
block: Ues bi_pool for bio_integrity_alloc()
by Kent Overstreet
· 12 years ago
395c72a
block: Generalized bio pool freeing
by Kent Overstreet
· 12 years ago
a7e546f
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
389d7b2
bio: Fix potential memory leak in bio_find_or_create_slab()
by Alexey Khoroshilov
· 12 years ago
0d5c3eb
vfs: nuke pdflush from comments
by Artem Bityutskiy
· 12 years ago
0d16751
Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
f908ee9
bio allocation failure due to bio_get_nr_vecs()
by Bernd Schubert
· 12 years ago
959d851
Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged
by Tejun Heo
· 13 years ago
852c788
block: implement bio_associate_current()
by Tejun Heo
· 13 years ago
630d9c4
fs: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
5abebfd
bio: don't overflow in bio_get_nr_vecs()
by Kent Overstreet
· 13 years ago
121f099
bio: change some signed vars to unsigned
by Dan Carpenter
· 13 years ago
9562ad9
block: Remove the control of complete cpu from bio.
by Tao Ma
· 13 years ago
c642808
vfs: Improve the bio_add_page() and bio_add_pc_page() descriptions
by Andreas Gruenbacher
· 13 years ago
Next »