summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: use blk_queue_set_zoned in add_partition()Damien Le Moal2021-02-101-1/+1
* nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal2021-02-101-4/+4
* nvme: cleanup zone information initializationDamien Le Moal2021-02-102-13/+9
* block: document zone_append_max_bytes attributeDamien Le Moal2021-02-101-0/+6
* block: use bi_max_vecs to find the bvec poolChristoph Hellwig2021-02-085-100/+51
* md/raid10: remove dead code in reshape_requestChristoph Hellwig2021-02-081-4/+0
* block: mark the bio as cloned in bio_iov_bvec_setChristoph Hellwig2021-02-081-1/+1
* block: set BIO_NO_PAGE_REF in bio_iov_bvec_setChristoph Hellwig2021-02-081-3/+2
* block: remove a layer of indentation in bio_iov_iter_get_pagesChristoph Hellwig2021-02-081-7/+7
* block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortChristoph Hellwig2021-02-082-5/+6
* block: remove the 1 and 4 vec bvec_slabs entriesChristoph Hellwig2021-02-081-37/+16
* block: streamline bvec_allocChristoph Hellwig2021-02-081-16/+10
* block: factor out a bvec_alloc_gfp helperChristoph Hellwig2021-02-081-9/+11
* block: move struct biovec_slab to bio.cChristoph Hellwig2021-02-082-6/+6
* block: reuse BIO_INLINE_VECS for integrity bvecsChristoph Hellwig2021-02-083-10/+3
* block: fix memory leak of bvecMing Lei2021-02-021-1/+1
* md: use rdev_read_only in restart_arrayChristoph Hellwig2021-02-011-1/+1
* md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig2021-02-011-5/+8
* block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn2021-01-291-1/+0
* block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn2021-01-291-1/+1
* blk-cgroup: Remove obsolete macroBaolin Wang2021-01-281-2/+0
* nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
* mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe2021-01-271-1/+5
* 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