summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2026-03-09block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio...Damien Le Moal
2026-03-09block: fix zone write plug removalDamien Le Moal
2026-03-09sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl.Ondrej Kozina
2026-03-09sed-opal: increase column attribute type size to 64 bits.Ondrej Kozina
2026-03-09sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR.Ondrej Kozina
2026-03-09sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl.Ondrej Kozina
2026-03-09sed-opal: refactor (split) IOC_OPAL_LR_SETUP internals.Ondrej Kozina
2026-03-09sed-opal: add IOC_OPAL_REACTIVATE_LSP.Ondrej Kozina
2026-03-09sed-opal: add Admin1PIN parameter.Ondrej Kozina
2026-03-09sed-opal: add RangeStartRangeLengthPolicy parameter.Ondrej Kozina
2026-03-09sed-opal: add UID of Locking Table.Ondrej Kozina
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig
2026-03-09block: add fs_bio_integrity helpersChristoph Hellwig
2026-03-09block: make max_integrity_io_size publicChristoph Hellwig
2026-03-09block: prepare generation / verification helpers for fs usageChristoph Hellwig
2026-03-09block: factor out a bio_integrity_setup_default helperChristoph Hellwig
2026-03-09block: factor out a bio_integrity_action helperChristoph Hellwig
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-05block: use trylock to avoid lockdep circular dependency in sysfsMing Lei
2026-03-04block: use __bio_add_page in bio_copy_kernYang Xiuwei
2026-03-02block: break pcpu_alloc_mutex dependency on freeze_lockNilay Shroff
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-16blk-mq: use NOIO context to prevent deadlock during debugfs creationYu Kuai
2026-02-16blk-stat: convert struct blk_stat_callback to kernel-docRandy Dunlap
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12block: change return type to voidChaitanya Kulkarni
2026-02-12block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iovaChaitanya Kulkarni
2026-02-12block: fix folio leak in bio_iov_iter_bounce_read()Jens Axboe
2026-02-11block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READStefan Hajnoczi
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-02-04block: decouple secure erase size limit from discard size limitLuke Wang
2026-02-04block: remove redundant kill_bdev() call in set_blocksize()Yang Xiuwei
2026-02-03block, bfq: convert to use request_queue->async_depthYu Kuai
2026-02-03mq-deadline: covert to use request_queue->async_depthYu Kuai
2026-02-03kyber: covert to use request_queue->async_depthYu Kuai
2026-02-03blk-mq: add a new queue sysfs attribute async_depthYu Kuai
2026-02-03blk-mq: factor out a helper blk_mq_limit_depth()Yu Kuai
2026-02-03blk-mq-sched: unify elevators checking for async requestsYu Kuai
2026-02-03block: Protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-02blk-mq-debugfs: warn about possible deadlockYu Kuai
2026-02-02blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()Yu Kuai
2026-02-02blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()Yu Kuai
2026-02-02blk-mq-debugfs: make blk_mq_debugfs_register_rqos() staticYu Kuai