Age | Commit message (Expand) | Author |
2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-02-20 | iov_iter: Define flags to qualify page extraction. | David Howells |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-01-29 | block: extend bio-cache for non-polled requests | Anuj Gupta |
2023-01-11 | block: use iter_ubuf for single range | Keith Busch |
2022-11-09 | block: set FOLL_PCI_P2PDMA in bio_map_user_iov() | Logan Gunthorpe |
2022-10-25 | block: Constify most queue limits pointers | Bart Van Assche |
2022-09-30 | block: extend functionality to map bvec iterator | Kanchan Joshi |
2022-09-30 | block: factor out blk_rq_map_bio_alloc helper | Kanchan Joshi |
2022-09-30 | block: rename bio_map_put to blk_mq_map_bio_put | Anuj Gupta |
2022-09-30 | block: add blk_rq_map_user_io | Anuj Gupta |
2022-09-05 | block/blk-map: Remove set but unused variable 'added' | Jiapeng Chong |
2022-08-22 | block: use on-stack page vec for <= UIO_FASTIOV | Jens Axboe |
2022-08-22 | block: enable bio caching use for passthru IO | Jens Axboe |
2022-08-22 | block: shrink rq_map_data a bit | Jens Axboe |
2022-08-08 | block: convert to advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro |
2022-04-23 | block/blk-map: Remove redundant assignment | Michal Orzel |
2022-04-17 | block: turn bio_kmalloc into a simple kmalloc wrapper | Christoph Hellwig |
2022-02-17 | block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern | Haimin Zhang |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig |
2021-08-02 | block: use memcpy_from_bvec in bio_copy_kern_endio_read | Christoph Hellwig |
2021-04-12 | block: remove an incorrect check from blk_rq_append_bio | Christoph Hellwig |
2021-04-06 | block: stop calling blk_queue_bounce for passthrough requests | Christoph Hellwig |
2021-04-06 | block: remove BLK_BOUNCE_ISA support | Christoph Hellwig |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) |
2020-09-23 | block: fix bmd->is_null_mapped initialization | Christoph Hellwig |
2020-09-01 | block: remove the BIO_USER_MAPPED flag | Christoph Hellwig |
2020-09-01 | block: remove __blk_rq_map_user_iov | Christoph Hellwig |
2020-09-01 | block: remove __blk_rq_unmap_user | Christoph Hellwig |
2020-09-01 | block: remove the BIO_NULL_MAPPED flag | Christoph Hellwig |
2020-05-14 | block: Inline encryption support for blk-mq | Satya Tangirala |
2020-05-12 | block: rename __bio_add_pc_page to bio_add_hw_page | Christoph Hellwig |
2020-04-22 | block: remove RQF_COPY_USER | Christoph Hellwig |
2020-03-27 | block: move bio_map_* to blk-map.c | Christoph Hellwig |
2019-12-20 | block: fix memleak when __blk_rq_map_user_iov() is failed | Yang Yingliang |
2019-06-20 | block: remove the bi_phys_segments field in struct bio | Christoph Hellwig |
2018-01-29 | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-01-15 | blk_rq_map_user_iov: fix error override | Douglas Gilbert |
2017-12-18 | block: fix blk_rq_append_bio | Jens Axboe |
2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-11 | move more stuff down into bio_copy_user_iov() | Al Viro |
2017-10-11 | blk_rq_map_user_iov(): move iov_iter_advance() down | Al Viro |
2017-06-27 | blk-map: call blk_queue_bounce from blk_rq_append_bio | Christoph Hellwig |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-01-31 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-12-07 | Don't feed anything but regular iovec's to blk_rq_map_user_iov | Linus Torvalds |