Age | Commit message (Expand) | Author |
2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) |
2021-02-24 | block: memory allocations in bounce_clone_bio must not fail | Christoph Hellwig |
2021-02-24 | block: remove the gfp_mask argument to bounce_clone_bio | Christoph Hellwig |
2021-02-24 | block: fix bounce_clone_bio for passthrough bios | Christoph Hellwig |
2021-02-24 | block-crypto-fallback: use a bio_set for splitting bios | Christoph Hellwig |
2021-02-23 | block: fix logging on capacity change | Ming Lei |
2021-02-23 | blk-settings: align max_sectors on "logical_block_size" boundary | Mikulas Patocka |
2021-02-23 | block: reopen the device in blkdev_reread_part | Christoph Hellwig |
2021-02-23 | block: don't skip empty device in in disk_uevent | Christoph Hellwig |
2021-02-22 | kyber: introduce kyber_depth_updated() | Yang Yang |
2021-02-22 | block: fix potential IO hang when turning off io_poll | Jeffle Xu |
2021-02-22 | block: get rid of the trace rq insert wrapper | Chaitanya Kulkarni |
2021-02-22 | block: Remove unused blk_pm_*() function definitions | Bart Van Assche |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-10 | block: introduce blk_queue_clear_zone_settings() | Damien Le Moal |
2021-02-10 | block: introduce zone_write_granularity limit | Damien Le Moal |
2021-02-10 | block: use blk_queue_set_zoned in add_partition() | Damien Le Moal |
2021-02-09 | block: add bio_add_zone_append_page | Johannes Thumshirn |
2021-02-08 | block: use bi_max_vecs to find the bvec pool | Christoph Hellwig |
2021-02-08 | block: mark the bio as cloned in bio_iov_bvec_set | Christoph Hellwig |
2021-02-08 | block: set BIO_NO_PAGE_REF in bio_iov_bvec_set | Christoph Hellwig |
2021-02-08 | block: remove a layer of indentation in bio_iov_iter_get_pages | Christoph Hellwig |
2021-02-08 | block: turn the nr_iovecs argument to bio_alloc* into an unsigned short | Christoph Hellwig |
2021-02-08 | block: remove the 1 and 4 vec bvec_slabs entries | Christoph Hellwig |
2021-02-08 | block: streamline bvec_alloc | Christoph Hellwig |
2021-02-08 | block: factor out a bvec_alloc_gfp helper | Christoph Hellwig |
2021-02-08 | block: move struct biovec_slab to bio.c | Christoph Hellwig |
2021-02-08 | block: reuse BIO_INLINE_VECS for integrity bvecs | Christoph Hellwig |
2021-02-06 | Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-02 | bfq-iosched: Revert "bfq: Fix computation of shallow depth" | Lin Feng |
2021-02-02 | block: fix memory leak of bvec | Ming Lei |
2021-01-29 | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-01-29 | block: drop removed argument from kernel-doc of blk_execute_rq() | Lukas Bulwahn |
2021-01-29 | block: remove typo in kernel-doc of set_disk_ro() | Lukas Bulwahn |
2021-01-28 | blk-cgroup: Remove obsolete macro | Baolin Wang |
2021-01-28 | block: fix bd_size_lock use | Damien Le Moal |
2021-01-28 | blk-cgroup: Use cond_resched() when destroy blkgs | Baolin Wang |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig |
2021-01-27 | block: split bio_kmalloc from bio_alloc_bioset | Christoph Hellwig |
2021-01-27 | blk-crypto: use bio_kmalloc in blk_crypto_clone_bio | Christoph Hellwig |
2021-01-27 | bfq: Use only idle IO periods for think time calculations | Jan Kara |
2021-01-27 | bfq: Use 'ttime' local variable | Jan Kara |
2021-01-27 | bfq: Avoid false bfq queue merging | Jan Kara |
2021-01-26 | blkcg: delete redundant get/put operations for queue | Chunguang Xu |
2021-01-26 | blk: wbt: remove unused parameter from wbt_should_throttle | Lei Chen |
2021-01-26 | block: inherit BIO_REMAPPED when cloning bios | Christoph Hellwig |
2021-01-25 | bfq: bfq_check_waker() should be static | Jens Axboe |
2021-01-25 | block, bfq: make waker-queue detection more robust | Paolo Valente |
2021-01-25 | block, bfq: save also injection state on queue merging | Paolo Valente |
2021-01-25 | block, bfq: save also weight-raised service on queue merging | Paolo Valente |