summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-25Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-23block: fix lbmd_guard_tag_type assignment in FS_IOC_GETLBMD_CAPAnuj Gupta
2025-07-20block: fix module reference leak in mq-deadline I/O schedulerNilay Shroff
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-11block: fix kobject leak in blk_unregister_queueMing Lei
2025-07-11block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()Arnd Bergmann
2025-07-01fs: add ioctl to query metadata and protection info capabilitiesAnuj Gupta
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-23block: add FALLOC_FL_WRITE_ZEROES supportZhang Yi
2025-06-23block: factor out common part in blkdev_fallocate()Zhang Yi
2025-06-23block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limitsZhang Yi
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-03block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-03block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-16blk-mq: add a copyright notice to blk-mq-dma.cChristoph Hellwig
2025-05-16blk-mq: move the DMA mapping code to a separate fileChristoph Hellwig
2025-05-15block: fix elv_update_nr_hw_queues() to reattach elevatorNilay Shroff
2025-05-15block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warningsJens Axboe
2025-05-14block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}Lukas Bulwahn
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino
2025-05-14Merge branch 'block-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ax...Carlos Maiolino
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig
2025-05-13blk-throttle: Prevents the bps restricted io from entering the bps queue againZizhi Wo
2025-05-13blk-throttle: Split the service queueZizhi Wo
2025-05-13blk-throttle: Split the blkthrotl queueZizhi Wo
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo
2025-05-13blk-throttle: Split throtl_charge_bio() into bps and iops functionsZizhi Wo