summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-29block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang
2021-01-27nvme-core: check bdev value for NULLChaitanya Kulkarni
2021-01-27mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe
2021-01-27mm: remove get_swap_bioChristoph Hellwig
2021-01-27nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig
2021-01-27nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig
2021-01-27md/raid6: refactor raid5_read_one_chunkChristoph Hellwig
2021-01-27md: remove md_bio_alloc_syncChristoph Hellwig
2021-01-27md: simplify sync_page_ioChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-27drbd: remove drbd_req_make_private_bioChristoph Hellwig
2021-01-27drbd: remove bio_alloc_drbdChristoph Hellwig
2021-01-27f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig
2021-01-27f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig
2021-01-27dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-27block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig
2021-01-27blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig
2021-01-27btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig
2021-01-27zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig
2021-01-27bfq: Use only idle IO periods for think time calculationsJan Kara
2021-01-27bfq: Use 'ttime' local variableJan Kara
2021-01-27bfq: Avoid false bfq queue mergingJan Kara
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu
2021-01-26block: unexport truncate_bdev_rangeChristoph Hellwig
2021-01-26blk: wbt: remove unused parameter from wbt_should_throttleLei Chen
2021-01-26bdev: Do not return EBUSY if bdev discard races with writeJan Kara
2021-01-26block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-26nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig
2021-01-25bfq: bfq_check_waker() should be staticJens Axboe
2021-01-25block, bfq: make waker-queue detection more robustPaolo Valente
2021-01-25block, bfq: save also injection state on queue mergingPaolo Valente
2021-01-25block, bfq: save also weight-raised service on queue mergingPaolo Valente
2021-01-25block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente
2021-01-25block, bfq: re-evaluate convenience of I/O plugging on rq arrivalsPaolo Valente
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov
2021-01-25iov_iter: optimise bvec iov_iter_advance()Pavel Begunkov
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov
2021-01-25splice: don't generate zero-len segement bvecsPavel Begunkov
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-24bsg: free the request before return error codePan Bian