- 5905afc block: fix pin count management when merging same-page segments by Christoph Hellwig · 1 year, 6 months ago
- a0433f8 Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 9 months ago
- 403b6fb block: convert bio_map_user_iov to use iov_iter_extract_pages by David Howells · 1 year, 10 months ago
- e51bab4 block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic by Christoph Hellwig · 1 year, 10 months ago
- 46930b7 block: fix bio-cache for passthru IO by Anuj Gupta · 1 year, 10 months ago
- de4f5fe iov_iter: add iter_iovec() helper by Jens Axboe · 2 years ago
- 0a2481c block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly by Jens Axboe · 2 years ago
- 307e14c Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 1 month ago
- f62e52d iov_iter: Define flags to qualify page extraction. by David Howells · 2 years, 2 months ago
- 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
- 7e2e355 block: extend bio-cache for non-polled requests by Anuj Gupta · 2 years, 2 months ago
- d46aa78 block: use iter_ubuf for single range by Keith Busch · 2 years, 2 months ago
- 7ee4ccf block: set FOLL_PCI_P2PDMA in bio_map_user_iov() by Logan Gunthorpe · 2 years, 5 months ago
- aa261f2 block: Constify most queue limits pointers by Bart Van Assche · 2 years, 5 months ago
- 3798754 block: extend functionality to map bvec iterator by Kanchan Joshi · 2 years, 5 months ago
- ab89e8e block: factor out blk_rq_map_bio_alloc helper by Kanchan Joshi · 2 years, 5 months ago
- 32f1c71 block: rename bio_map_put to blk_mq_map_bio_put by Anuj Gupta · 2 years, 5 months ago
- 5576540 block: add blk_rq_map_user_io by Anuj Gupta · 2 years, 5 months ago
- 91e5add block/blk-map: Remove set but unused variable 'added' by Jiapeng Chong · 2 years, 6 months ago
- e88811b block: use on-stack page vec for <= UIO_FASTIOV by Jens Axboe · 2 years, 7 months ago
- 8af870a block: enable bio caching use for passthru IO by Jens Axboe · 2 years, 7 months ago
- f5d632d block: shrink rq_map_data a bit by Jens Axboe · 2 years, 7 months ago
- 480cb84 block: convert to advancing variants of iov_iter_get_pages{,_alloc}() by Al Viro · 2 years, 9 months ago
- 7ab89db block/blk-map: Remove redundant assignment by Michal Orzel · 2 years, 11 months ago
- 066ff57 block: turn bio_kmalloc into a simple kmalloc wrapper by Christoph Hellwig · 3 years ago
- cc8f7fe block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern by Haimin Zhang · 3 years, 1 month ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- f358afc mm: remove flush_kernel_dcache_page by Christoph Hellwig · 3 years, 6 months ago
- d24920e block: use memcpy_from_bvec in bio_copy_kern_endio_read by Christoph Hellwig · 3 years, 8 months ago
- cbb749c block: remove an incorrect check from blk_rq_append_bio by Christoph Hellwig · 4 years ago
- 393bb12 block: stop calling blk_queue_bounce for passthrough requests by Christoph Hellwig · 4 years ago
- ce288e0 block: remove BLK_BOUNCE_ISA support by Christoph Hellwig · 4 years ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 4 years ago
- 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years, 1 month ago
- 0385971 block: fix bmd->is_null_mapped initialization by Christoph Hellwig · 4 years, 6 months ago
- 3310eeb block: remove the BIO_USER_MAPPED flag by Christoph Hellwig · 4 years, 7 months ago
- 7589ad6 block: remove __blk_rq_map_user_iov by Christoph Hellwig · 4 years, 7 months ago
- 7b63c05 block: remove __blk_rq_unmap_user by Christoph Hellwig · 4 years, 7 months ago
- f325607 block: remove the BIO_NULL_MAPPED flag by Christoph Hellwig · 4 years, 7 months ago
- a892c8d block: Inline encryption support for blk-mq by Satya Tangirala · 4 years, 10 months ago
- e458110 block: rename __bio_add_pc_page to bio_add_hw_page by Christoph Hellwig · 4 years, 10 months ago
- e64a0e1 block: remove RQF_COPY_USER by Christoph Hellwig · 5 years ago
- 130879f block: move bio_map_* to blk-map.c by Christoph Hellwig · 5 years ago
- 3b7995a block: fix memleak when __blk_rq_map_user_iov() is failed by Yang Yingliang · 5 years ago
- 14ccb66 block: remove the bi_phys_segments field in struct bio by Christoph Hellwig · 6 years ago
- 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 69e0927 blk_rq_map_user_iov: fix error override by Douglas Gilbert · 7 years ago
- 0abc2a1 block: fix blk_rq_append_bio by Jens Axboe · 7 years ago
- 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 2884d0b move more stuff down into bio_copy_user_iov() by Al Viro · 7 years ago
- e81cef5 blk_rq_map_user_iov(): move iov_iter_advance() down by Al Viro · 7 years ago
- caa4b024 blk-map: call blk_queue_bounce from blk_rq_append_bio by Christoph Hellwig · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
- 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- a0ac402 Don't feed anything but regular iovec's to blk_rq_map_user_iov by Linus Torvalds · 8 years ago
- ef295ec block: better op and flags encoding by Christoph Hellwig · 8 years ago
- e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
- 98d61d5 block: simplify and export blk_rq_append_bio by Christoph Hellwig · 9 years ago
- 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
- 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 9 years ago
- 4d6af73 block: support large requests in blk_rq_map_user_iov by Christoph Hellwig · 9 years ago
- 46348456 block: Copy a user iovec if it includes gaps by Sagi Grimberg · 10 years ago
- b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 10 years ago
- 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 10 years ago
- 8f7e885 blk_rq_map_user(): use import_single_range() by Al Viro · 10 years ago
- a0763b2 block: handle the null_mapped flag correctly in blk_rq_map_user_iov by Christoph Hellwig · 10 years ago
- 37f19e5 block: merge __bio_map_user_iov into bio_map_user_iov by Christoph Hellwig · 10 years ago
- 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
- ddad8dd block: use blk_rq_map_user_iov to implement blk_rq_map_user by Christoph Hellwig · 10 years ago
- b4f42e2 block: remove struct request buffer member by Jens Axboe · 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
- 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 11 years ago
- d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
- e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
- 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
- 609f6ea block: re-use existing 'reading' variable instead of checking direction again by majianpeng · 13 years ago
- 6b76106 block: Always check length of all iov entries in blk_rq_map_user_iov() by Ben Hutchings · 13 years ago
- 5478755 block: check for proper length of iov entries earlier in blk_rq_map_user_iov() by Xiaotian Feng · 14 years ago
- 9284bcf block: check for proper length of iov entries in blk_rq_map_user_iov() by Jens Axboe · 14 years ago
- e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- a45dc2d block: fix blk_rq_map_kern bio direction flag by Benny Halevy · 14 years ago
- 1441779 block: fix an address space warning in blk-map.c by Namhyung Kim · 14 years ago
- 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 15 years ago
- ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 16 years ago
- a411f4b block: Un-export blk_rq_append_bio by Boaz Harrosh · 16 years ago
- 3a5a392 block: allow blk_rq_map_kern to append to requests by James Bottomley · 16 years ago
- a2dec7b block: hide request sector and data_len by Tejun Heo · 16 years ago
- 731ec49 block: kill rq->data by Tejun Heo · 16 years ago
- 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 16 years ago
- 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 16 years ago
- 53cc0b2 When block layer fails to map iov, it calls bio_unmap_user to undo by Petr Vandrovec · 16 years ago
- c26156b block: hold extra reference to bio in blk_rq_map_user_iov() by Jens Axboe · 16 years ago
- 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 17 years ago
- 8790407 block: add blk_rq_aligned helper function by FUJITA Tomonori · 17 years ago
- 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 17 years ago
- a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 17 years ago
- 710027a Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. by Randy Dunlap · 17 years ago
- a76eef9 block/blk-map.c: use the new object_is_on_stack() helper by FUJITA Tomonori · 17 years ago