aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-01block: fix .bi_size overflowGravatar Ming Lei 1-2/+16
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockGravatar Jens Axboe 1-1/+1
2019-06-29block: optionally mark pages dirty in bio_release_pagesGravatar Christoph Hellwig 1-1/+1
2019-06-29block: move the BIO_NO_PAGE_REF check into bio_release_pagesGravatar Christoph Hellwig 1-0/+1
2019-06-27block: Remove unused codeGravatar Damien Le Moal 1-11/+0
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-1/+0
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageGravatar Christoph Hellwig 1-1/+1
2019-05-23bio: fix improper use of smp_mb__before_atomic()Gravatar Andrea Parri 1-1/+1
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsGravatar Christoph Hellwig 1-14/+1
2019-04-30block: remove the __bio_add_pc_page exportGravatar Christoph Hellwig 1-3/+0
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-3/+2
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-8/+12
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allGravatar Ming Lei 1-8/+12
2019-04-01block: put the same page when adding it to bioGravatar Ming Lei 1-0/+3
2019-02-24block: add bio_set_polled() helperGravatar Jens Axboe 1-0/+14
2019-02-15block: always define BIO_MAX_PAGES as 256Gravatar Ming Lei 1-8/+0
2019-02-15block: enable multipage bvecsGravatar Ming Lei 1-1/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 1-2/+9
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Gravatar Ming Lei 1-0/+10
2019-02-15btrfs: look at bi_size for repair decisionsGravatar Christoph Hellwig 1-6/+0
2018-12-07blkcg: remove bio_disassociate_task()Gravatar Dennis Zhou 1-2/+0
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-7/+4
2018-12-07blkcg: associate writeback bios with a blkgGravatar Dennis Zhou 1-0/+5
2018-12-07blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou 1-3/+3
2018-12-07blkcg: associate blkg when associating a deviceGravatar Dennis Zhou 1-0/+2
2018-12-07blkcg: introduce common blkg association logicGravatar Dennis Zhou 1-1/+4
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-17/+9
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyGravatar Dennis Zhou 1-0/+3
2018-09-24block: don't include bug.h from bio.hGravatar Christoph Hellwig 1-1/+0
2018-09-24block: don't include io.h from bio.hGravatar Christoph Hellwig 1-3/+0
2018-09-24block: remove bvec_to_physGravatar Christoph Hellwig 1-5/+0
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 1-8/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-13/+0
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 1-6/+3
2018-09-21blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou (Facebook) 1-3/+8
2018-09-21blkcg: always associate a bio with a blkgGravatar Dennis Zhou (Facebook) 1-0/+3
2018-09-06block: remove bio_rewind_iter()Gravatar Ming Lei 1-18/+4
2018-07-24block: unexport bio_clone_biosetGravatar Christoph Hellwig 1-1/+0
2018-07-24block: remove bio_clone_kmallocGravatar Christoph Hellwig 1-6/+0
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-2/+2
2018-07-09swap,blkcg: issue swap io with the appropriate contextGravatar Tejun Heo 1-0/+7
2018-07-09block: add bi_blkg to the bio for cgroupsGravatar Josef Bacik 1-0/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2018-06-08block: add bioset_init_from_src() helperGravatar Jens Axboe 1-0/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+9
2018-06-01block: add a lower-level bio_add_page interfaceGravatar Christoph Hellwig 1-0/+9
2018-05-30block: Drop bioset_create()Gravatar Kent Overstreet 1-4/+2
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-0/+5
2018-05-14block: Split out bio_list_copy_data()Gravatar Kent Overstreet 1-2/+3
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Gravatar Kent Overstreet 1-3/+15