aboutsummaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceGravatar Hannes Reinecke 1-0/+1
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2018-11-07block: Clear kernel memory before copying to userGravatar Keith Busch 1-0/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-127/+47
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-127/+47
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyGravatar Dennis Zhou 1-0/+20
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 1-1/+1
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 1-3/+1
2018-09-24block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageGravatar Christoph Hellwig 1-1/+3
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-1/+1
2018-09-21blkcg: rename blkg_try_get to blkg_trygetGravatar Dennis Zhou (Facebook) 1-1/+1
2018-09-21blkcg: remove additional reference to the cssGravatar Dennis Zhou (Facebook) 1-26/+36
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 1-45/+11
2018-09-21blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou (Facebook) 1-24/+59
2018-09-21blkcg: consolidate bio_issue_init to be a part of coreGravatar Dennis Zhou (Facebook) 1-0/+2
2018-09-21blkcg: always associate a bio with a blkgGravatar Dennis Zhou (Facebook) 1-0/+38
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgGravatar Dennis Zhou (Facebook) 1-7/+10
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssGravatar Dennis Zhou (Facebook) 1-2/+8
2018-09-21block: use nanosecond resolution for iostatGravatar Omar Sandoval 1-1/+1
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesGravatar Christoph Hellwig 1-21/+20
2018-09-06block: remove bio_rewind_iter()Gravatar Ming Lei 1-1/+0
2018-08-31blkcg: use tryget logic when associating a blkg with a bioGravatar Dennis Zhou (Facebook) 1-1/+2
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-124/+84
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGravatar Greg Edwards 1-1/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+41
2018-07-27block: reset bi_iter.bi_done after splitting bioGravatar Greg Edwards 1-0/+1
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsGravatar Martin Wilck 1-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecGravatar Martin Wilck 1-10/+8
2018-07-24block: unexport bio_clone_biosetGravatar Christoph Hellwig 1-77/+0
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecGravatar Christoph Hellwig 1-4/+2
2018-07-24block: simplify bio_check_pages_dirtyGravatar Christoph Hellwig 1-35/+21
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Gravatar Michael Callahan 1-7/+9
2018-07-09rq-qos: introduce dio_bio callbackGravatar Josef Bacik 1-0/+4
2018-07-09swap,blkcg: issue swap io with the appropriate contextGravatar Tejun Heo 1-0/+24
2018-07-09block: add bi_blkg to the bio for cgroupsGravatar Josef Bacik 1-0/+23
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Gravatar Bart Van Assche 1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+18
2018-06-08block: add bioset_init_from_src() helperGravatar Jens Axboe 1-0/+18
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-33/+63
2018-06-01block: add a lower-level bio_add_page interfaceGravatar Christoph Hellwig 1-33/+63
2018-05-30block: Drop bioset_create()Gravatar Kent Overstreet 1-48/+13
2018-05-14block: Export bio check/set pages_dirtyGravatar Kent Overstreet 1-0/+2
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Gravatar Kent Overstreet 1-0/+3
2018-05-14block: Add missing flush_dcache_page() callGravatar Kent Overstreet 1-0/+2
2018-05-14block: Split out bio_list_copy_data()Gravatar Kent Overstreet 1-32/+51
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Gravatar Kent Overstreet 1-20/+24