summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-03-06badblocks: fix missing bad blocks on retry in _badblocks_check()Zheng Qixing
2025-03-06badblocks: fix merge issue when new badblocks align with pre+1Li Nan
2025-03-06badblocks: try can_merge_front before overlap_frontLi Nan
2025-03-06badblocks: fix the using of MAX_BADBLOCKSLi Nan
2025-03-06badblocks: return error if any badblock set failsLi Nan
2025-03-06badblocks: return error directly when setting badblocks exceeds 512Li Nan
2025-03-06badblocks: attempt to merge adjacent badblocks during ack_all_badblocksLi Nan
2025-03-06badblocks: factor out a helper try_adjacent_combineLi Nan
2025-03-06badblocks: Fix error shitf opsLi Nan
2025-03-06block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFYAnuj Gupta
2025-03-06block: ensure correct integrity capability propagation in stacked devicesAnuj Gupta
2025-03-05blk-throttle: carry over directlyMing Lei
2025-03-05blk-throttle: don't take carryover for prioritized processing of metadataMing Lei
2025-03-05blk-throttle: remove last_bytes_disp and last_ios_dispMing Lei
2025-03-05blk-throttle: fix lower bps rate by throtl_trim_slice()Yu Kuai
2025-03-05block: fix conversion of GPT partition name to 7-bitOlivier Gayot
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig
2025-03-03block: move the block layer auto-integrity code into a new fileChristoph Hellwig
2025-03-03block: mark bounce buffering as incompatible with integrityChristoph Hellwig
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei
2025-02-25block: Remove zone write plugs when handling native zone append writesDamien Le Moal
2025-02-25blk-wbt: Cleanup a comment in wb_timer_fnTang Yizhou
2025-02-25blk-wbt: Fix some commentsTang Yizhou
2025-02-25block: make segment size limit workable for > 4K PAGE_SIZEMing Lei
2025-02-24bdev: use bdev_io_min() for statx block sizeLuis Chamberlain
2025-02-24block/bdev: lift block size restrictions to 64kLuis Chamberlain
2025-02-24block/bdev: enable large folio support for large logical block sizesHannes Reinecke
2025-02-21block: Remove commented out codeThorsten Blum
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-18blk_iocost: Switch to use hrtimer_setup()Nam Cao
2025-02-18block, bfq: Switch to use hrtimer_setup()Nam Cao
2025-02-17block: fix NULL pointer dereferenced within __blk_rq_map_sgMing Lei
2025-02-14block/merge: remove unnecessary min() with UINT_MAXCaleb Sander Mateos
2025-02-14Merge tag 'block-6.14-20250214' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-14partitions: mac: fix handling of bogus partition tableJann Horn
2025-02-11block: refactor rq_qos_wait()Muchun Song
2025-02-11block: introduce init_wait_func()Muchun Song
2025-02-10blk-crypto: add ioctls to create and prepare hardware-wrapped keysEric Biggers
2025-02-10blk-crypto: show supported key types in sysfsEric Biggers
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers
2025-02-08lib/crc64: rename CRC64-Rocksoft to CRC64-NVMEEric Biggers
2025-02-08lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-29block: fix nr_hw_queue update racing with disk addition/removalNilay Shroff
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-23blk-mq: create correct map for fallback caseDaniel Wagner
2025-01-23block: don't revert iter for -EIOCBQUEUEDJens Axboe