summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: remove get_swap_bioChristoph Hellwig2021-01-273-43/+13
* nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig2021-01-271-4/+0
* nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig2021-01-271-5/+0
* md/raid6: refactor raid5_read_one_chunkChristoph Hellwig2021-01-271-63/+45
* md: remove md_bio_alloc_syncChristoph Hellwig2021-01-271-9/+1
* md: simplify sync_page_ioChristoph Hellwig2021-01-271-13/+13
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-274-15/+3
* drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
* f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-274-28/+4
* f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-273-13/+3
* dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig2021-01-271-13/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-2723-38/+33
* block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2021-01-272-87/+86
* blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig2021-01-271-1/+1
* btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig2021-01-271-1/+1
* zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig2021-01-271-1/+1
* bfq: Use only idle IO periods for think time calculationsJan Kara2021-01-271-1/+9
* bfq: Use 'ttime' local variableJan Kara2021-01-271-1/+1
* bfq: Avoid false bfq queue mergingJan Kara2021-01-271-0/+1
* blkcg: delete redundant get/put operations for queueChunguang Xu2021-01-261-5/+8
* block: unexport truncate_bdev_rangeChristoph Hellwig2021-01-262-8/+2
* blk: wbt: remove unused parameter from wbt_should_throttleLei Chen2021-01-261-2/+2
* bdev: Do not return EBUSY if bdev discard races with writeJan Kara2021-01-261-6/+4
* block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-263-0/+6
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
* bfq: bfq_check_waker() should be staticJens Axboe2021-01-251-1/+2
* block, bfq: make waker-queue detection more robustPaolo Valente2021-01-252-110/+108
* block, bfq: save also injection state on queue mergingPaolo Valente2021-01-252-0/+13
* block, bfq: save also weight-raised service on queue mergingPaolo Valente2021-01-252-0/+3
* block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente2021-01-251-2/+20
* block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente2021-01-251-5/+19
* block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente2021-01-252-27/+52
* block: skip bio_check_eod for partition-remapped biosChristoph Hellwig2021-01-251-5/+6
* bio: don't copy bvec for direct IOPavel Begunkov2021-01-253-39/+42
* bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-253-8/+18
* iov_iter: optimise bvec iov_iter_advance()Pavel Begunkov2021-01-251-0/+19
* target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig2021-01-251-14/+6
* block/psi: remove PSI annotations from direct IOPavel Begunkov2021-01-252-0/+8
* bvec/iter: disallow zero-length segment bvecsPavel Begunkov2021-01-253-2/+9
* splice: don't generate zero-len segement bvecsPavel Begunkov2021-01-251-3/+6
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-2424-35/+33
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-2411-21/+17
* bsg: free the request before return error codePan Bian2021-01-241-1/+3
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
* block: move three bvec helpers declaration into private helperMing Lei2021-01-242-3/+4
* block: set .bi_max_vecs as actual allocated vector numberMing Lei2021-01-241-1/+2
* block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2021-01-242-2/+6
* block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei2021-01-241-1/+1