aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-03-11block: Discard page cache of zone reset target rangeGravatar Shin'ichiro Kawasaki 1-2/+36
2021-03-11block: Suppress uevent for hidden device when removedGravatar Daniel Wagner 1-3/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 5-13/+13
2021-03-10block: Fix REQ_OP_ZONE_RESET_ALL handlingGravatar Damien Le Moal 1-1/+1
2021-03-05blk-cgroup: Fix the recursive blkg rwstatGravatar Xunlei Pang 1-1/+2
2021-03-02block/bfq: update comments and default value in docs for fifo_expireGravatar Joseph Qi 1-1/+1
2021-03-01block: Drop leftover references to RQF_SORTEDGravatar Jean Delvare 2-6/+1
2021-02-28block: revert "block: fix bd_size_lock use"Gravatar Damien Le Moal 2-7/+4
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 14-92/+79
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-3/+1
2021-02-24block: memory allocations in bounce_clone_bio must not failGravatar Christoph Hellwig 1-3/+2
2021-02-24block: remove the gfp_mask argument to bounce_clone_bioGravatar Christoph Hellwig 1-6/+6
2021-02-24block: fix bounce_clone_bio for passthrough biosGravatar Christoph Hellwig 1-8/+9
2021-02-24block-crypto-fallback: use a bio_set for splitting biosGravatar Christoph Hellwig 1-2/+10
2021-02-23block: fix logging on capacity changeGravatar Ming Lei 1-1/+1
2021-02-23blk-settings: align max_sectors on "logical_block_size" boundaryGravatar Mikulas Patocka 1-0/+12
2021-02-23block: reopen the device in blkdev_reread_partGravatar Christoph Hellwig 1-7/+14
2021-02-23block: don't skip empty device in in disk_ueventGravatar Christoph Hellwig 1-1/+1
2021-02-22kyber: introduce kyber_depth_updated()Gravatar Yang Yang 1-16/+13
2021-02-22Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-68/+41
2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+147
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-0/+29
2021-02-22block: fix potential IO hang when turning off io_pollGravatar Jeffle Xu 1-2/+5
2021-02-22block: get rid of the trace rq insert wrapperGravatar Chaitanya Kulkarni 6-10/+10
2021-02-22block: Remove unused blk_pm_*() function definitionsGravatar Bart Van Assche 1-38/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 26-930/+848
2021-02-12blk-mq: Use llist_head for blk_cpu_doneGravatar Sebastian Andrzej Siewior 1-56/+41
2021-02-12blk-mq: Always complete remote completions requests in softirqGravatar Sebastian Andrzej Siewior 1-13/+1
2021-02-11dm: support key eviction from keyslot managers of underlying devicesGravatar Satya Tangirala 1-0/+1
2021-02-11block/keyslot-manager: Introduce functions for device mapper supportGravatar Satya Tangirala 1-0/+107
2021-02-11block/keyslot-manager: Introduce passthrough keyslot managerGravatar Satya Tangirala 1-0/+39
2021-02-10block: introduce blk_queue_clear_zone_settings()Gravatar Damien Le Moal 3-0/+21
2021-02-10block: introduce zone_write_granularity limitGravatar Damien Le Moal 2-1/+44
2021-02-10block: use blk_queue_set_zoned in add_partition()Gravatar Damien Le Moal 1-1/+1
2021-02-09block: add bio_add_zone_append_pageGravatar Johannes Thumshirn 1-0/+33
2021-02-08block: use bi_max_vecs to find the bvec poolGravatar Christoph Hellwig 3-71/+50
2021-02-08block: mark the bio as cloned in bio_iov_bvec_setGravatar Christoph Hellwig 1-1/+1
2021-02-08block: set BIO_NO_PAGE_REF in bio_iov_bvec_setGravatar Christoph Hellwig 1-3/+2
2021-02-08block: remove a layer of indentation in bio_iov_iter_get_pagesGravatar Christoph Hellwig 1-7/+7
2021-02-08block: turn the nr_iovecs argument to bio_alloc* into an unsigned shortGravatar Christoph Hellwig 1-2/+2
2021-02-08block: remove the 1 and 4 vec bvec_slabs entriesGravatar Christoph Hellwig 1-37/+16
2021-02-08block: streamline bvec_allocGravatar Christoph Hellwig 1-16/+10
2021-02-08block: factor out a bvec_alloc_gfp helperGravatar Christoph Hellwig 1-9/+11
2021-02-08block: move struct biovec_slab to bio.cGravatar Christoph Hellwig 1-0/+6
2021-02-08block: reuse BIO_INLINE_VECS for integrity bvecsGravatar Christoph Hellwig 3-10/+3
2021-02-06Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2021-02-02bfq-iosched: Revert "bfq: Fix computation of shallow depth"Gravatar Lin Feng 1-4/+4
2021-02-02block: fix memory leak of bvecGravatar Ming Lei 1-1/+1
2021-02-01block/keyslot-manager: introduce devm_blk_ksm_init()Gravatar Eric Biggers 1-0/+29
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-11/+22