summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-11block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-11-11block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig1-12/+23
2024-11-11md/raid10: Handle bio_split() errorsJohn Garry1-1/+46
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry1-2/+31
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry1-0/+12
2024-11-11block: Handle bio_split() errors in bio_submit_split()John Garry1-5/+10
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry1-0/+4
2024-11-11block: Rework bio_split() return valueJohn Garry2-5/+7
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-11-10s390/dasd: Fix typo in commentYu Jiaoliang3-3/+3
2024-11-10s390/dasd: fix redundant /proc/dasd* entries removalMiroslav Franc1-0/+5
2024-11-10loop: fix type of block sizeLi Wang1-3/+3
2024-11-08MAINTAINERS: Make Yu Kuai co-maintainer of md/raid subsystemSong Liu1-1/+1
2024-11-08md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-11-08block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8
2024-11-08block: always verify unfreeze lock on the owner taskMing Lei4-10/+61
2024-11-08rbd: unfreeze queue after marking disk as deadMing Lei1-0/+1
2024-11-08block: remove blk_freeze_queue()Ming Lei2-22/+1
2024-11-07block: Add a public bdev_zone_is_seq() helperDamien Le Moal2-15/+29
2024-11-07block: RCU protect disk->conv_zones_bitmapDamien Le Moal2-13/+32
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng2-27/+27
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal1-10/+10
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe12-27/+57
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner1-8/+6
2024-11-06md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-11-06md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai1-7/+6
2024-11-06md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai1-22/+18
2024-11-06md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai1-13/+4
2024-11-06md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai1-36/+48
2024-11-06md: don't record new badblocks for faulty rdevYu Kuai1-0/+11
2024-11-06md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai1-3/+1
2024-11-06md: add a new helper rdev_blocked()Yu Kuai1-0/+24
2024-11-06md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak1-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig12-57/+27
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig1-6/+0
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig1-4/+4
2024-11-02lib/iov_iter: fix bvec iterator setupMing Lei1-1/+1
2024-11-02loop: Simplify discard granularity calcJohn Garry1-2/+1
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig3-43/+13
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig1-32/+2
2024-10-31lib/iov_iter.c: initialize bi.bi_idx before iterating over bvecMing Lei1-0/+1
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch5-24/+19
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry1-4/+4
2024-10-29block: add a bdev_limits helperChristoph Hellwig7-18/+19
2024-10-29iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pagesMing Lei1-22/+45
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei5-13/+81
2024-10-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei1-2/+7
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei2-0/+22
2024-10-24blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche1-1/+0