summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-08block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig1-1/+1
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig1-3/+2
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig1-7/+7
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig2-5/+6
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig1-37/+16
2021-02-08block: streamline bvec_allocChristoph Hellwig1-16/+10
2021-02-08block: factor out a bvec_alloc_gfp helperChristoph Hellwig1-9/+11
2021-02-08block: move struct biovec_slab to bio.cChristoph Hellwig2-6/+6
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig3-10/+3
2021-02-02block: fix memory leak of bvecMing Lei1-1/+1
2021-02-01md: use rdev_read_only in restart_arrayChristoph Hellwig1-1/+1
2021-02-01md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig1-5/+8
2021-01-29block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn1-1/+0
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn1-1/+1
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang1-2/+0
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni1-1/+2
2021-01-27mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe1-1/+5
2021-01-27mm: remove get_swap_bioChristoph Hellwig3-43/+13
2021-01-27nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig1-4/+0
2021-01-27nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig1-5/+0
2021-01-27md/raid6: refactor raid5_read_one_chunkChristoph Hellwig1-63/+45
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig1-9/+1
2021-01-27md: simplify sync_page_ioChristoph Hellwig1-13/+13
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig4-15/+3
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig3-14/+8
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig4-17/+2
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig4-28/+4
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig3-13/+3
2021-01-27dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig1-13/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig23-38/+33
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2-87/+86
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig1-1/+1
2021-01-27btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig1-1/+1
2021-01-27zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig1-1/+1
2021-01-27bfq: Use only idle IO periods for think time calculationsJan Kara1-1/+9
2021-01-27bfq: Use 'ttime' local variableJan Kara1-1/+1
2021-01-27bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu1-5/+8
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig2-8/+2
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen1-2/+2
2021-01-26bdev: Do not return EBUSY if bdev discard races with writeJan Kara1-6/+4
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig3-0/+6
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig1-1/+1
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig3-4/+4
2021-01-26bfq: bfq_check_waker() should be staticJens Axboe1-1/+2
2021-01-26block, bfq: make waker-queue detection more robustPaolo Valente2-110/+108
2021-01-26block, bfq: save also injection state on queue mergingPaolo Valente2-0/+13
2021-01-26block, bfq: save also weight-raised service on queue mergingPaolo Valente2-0/+3
2021-01-26block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente1-2/+20
2021-01-26block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente1-5/+19