index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
blkcg: revert blkcg cleanups series
Dennis Zhou
2018-11-02
1
-17
/
+9
*
blkcg: reassociate bios when make_request() is called recursively
Dennis Zhou
2018-10-20
1
-0
/
+3
*
block: don't include bug.h from bio.h
Christoph Hellwig
2018-09-24
1
-1
/
+0
*
block: don't include io.h from bio.h
Christoph Hellwig
2018-09-24
1
-3
/
+0
*
block: remove bvec_to_phys
Christoph Hellwig
2018-09-24
1
-5
/
+0
*
block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
Christoph Hellwig
2018-09-24
1
-8
/
+0
*
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
2018-09-24
1
-13
/
+0
*
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
2018-09-22
1
-6
/
+3
*
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
2018-09-22
1
-3
/
+8
*
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
2018-09-22
1
-0
/
+3
*
block: remove bio_rewind_iter()
Ming Lei
2018-09-06
1
-18
/
+4
*
block: unexport bio_clone_bioset
Christoph Hellwig
2018-07-24
1
-1
/
+0
*
block: remove bio_clone_kmalloc
Christoph Hellwig
2018-07-24
1
-6
/
+0
*
block: Add and use op_stat_group() for indexing disk_stat fields.
Michael Callahan
2018-07-18
1
-2
/
+2
*
swap,blkcg: issue swap io with the appropriate context
Tejun Heo
2018-07-09
1
-0
/
+7
*
block: add bi_blkg to the bio for cgroups
Josef Bacik
2018-07-09
1
-0
/
+1
*
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
1
-0
/
+1
|
\
|
*
block: add bioset_init_from_src() helper
Jens Axboe
2018-06-08
1
-0
/
+1
*
|
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-06-05
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
block: add a lower-level bio_add_page interface
Christoph Hellwig
2018-06-02
1
-0
/
+9
*
|
block: Drop bioset_create()
Kent Overstreet
2018-05-30
1
-4
/
+2
*
|
block: convert bounce, q->bio_split to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-0
/
+5
*
|
block: Split out bio_list_copy_data()
Kent Overstreet
2018-05-14
1
-2
/
+3
*
|
block: Add bio_copy_data_iter(), zero_fill_bio_iter()
Kent Overstreet
2018-05-14
1
-3
/
+15
*
|
block: Use bioset_init() for fs_bio_set
Kent Overstreet
2018-05-14
1
-2
/
+2
*
|
block: Add bioset_init()/bioset_exit()
Kent Overstreet
2018-05-14
1
-0
/
+2
*
|
block: Convert bio_set to mempool_init()
Kent Overstreet
2018-05-14
1
-5
/
+5
|
/
*
block: display the correct diskname for bio
Jiufei Xue
2018-03-01
1
-3
/
+1
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-1
/
+23
|
\
|
*
block: move bio_alloc_pages() to bcache
Ming Lei
2018-01-06
1
-1
/
+0
|
*
block: introduce bio helpers for converting to multipage bvec
Ming Lei
2018-01-06
1
-0
/
+23
*
|
block-throttle: avoid double charge
Shaohua Li
2017-12-20
1
-0
/
+2
|
/
*
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-17
1
-2
/
+2
|
\
|
*
blk_rq_map_user_iov(): move iov_iter_advance() down
Al Viro
2017-10-11
1
-2
/
+2
*
|
block: remove __bio_kmap_atomic
Christoph Hellwig
2017-11-11
1
-12
/
+0
*
|
block: kill bio_kmap/kunmap_irq()
Jens Axboe
2017-11-11
1
-11
/
+0
*
|
blkcg: delete unused APIs
Shaohua Li
2017-09-26
1
-2
/
+0
|
/
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-4
/
+23
|
\
|
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-0
/
+18
|
*
block: pass in queue to inflight accounting
Jens Axboe
2017-08-09
1
-4
/
+5
*
|
mm: test code to write THP to swap device as a whole
Huang Ying
2017-09-07
1
-0
/
+8
|
/
*
bio-integrity: stop abusing bi_end_io
Christoph Hellwig
2017-07-04
1
-9
/
+0
*
bio: add bvec_iter rewind API
Dmitry Monakhov
2017-07-04
1
-2
/
+17
*
block: guard bvec iteration logic
Dmitry Monakhov
2017-07-04
1
-1
/
+3
*
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
Dmitry Monakhov
2017-07-04
1
-9
/
+3
*
bio-integrity: fix interface for bio_integrity_trim
Dmitry Monakhov
2017-07-04
1
-3
/
+2
*
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
1
-9
/
+12
|
\
|
*
block: remove the unused bio_to_phys macro
Christoph Hellwig
2017-06-21
1
-1
/
+0
|
*
block: return on congested block device
Goldwyn Rodrigues
2017-06-20
1
-0
/
+6
|
*
block: remove bio_clone() and all references.
NeilBrown
2017-06-18
1
-5
/
+0
[next]