aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig1-4/+3
2024-01-04drivers/block/xen-blkback/common.h: Fix spelling typo in commentliyouhong1-1/+1
2023-12-29mtd_blkdevs: use the default discard granularityChristoph Hellwig1-3/+1
2023-12-29bcache: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29zram: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29null_blk: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29nbd: use the default discard granularityChristoph Hellwig1-5/+1
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig1-1/+1
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-12-27aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig1-10/+2
2023-12-27loop: don't update discard limits from loop_set_statusChristoph Hellwig1-2/+0
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap1-6/+10
2023-12-21Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe11-156/+277
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch1-4/+2
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy1-2/+2
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig1-1/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig5-6/+9
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig11-90/+64
2023-12-19virtio_blk: remove the broken zone revalidation supportChristoph Hellwig1-26/+0
2023-12-19virtio_blk: cleanup zoned device probingChristoph Hellwig1-28/+22
2023-12-19Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe10-1362/+198
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYSong Liu3-377/+0
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu4-609/+108
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu5-342/+5
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess1-2/+2
2023-12-19nvme: repack struct nvme_ns_headDaniel Wagner1-4/+4
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner3-1/+96
2023-12-19nvme: rename ns attribute groupDaniel Wagner4-10/+10
2023-12-19nvme: refactor ns info setup functionDaniel Wagner2-60/+62
2023-12-19nvme: refactor ns info helpersDaniel Wagner4-28/+34
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner5-66/+69
2023-12-15md/raid1: support read error checkLi Nan1-5/+12
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsLi Nan3-46/+58
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas1-10/+44
2023-12-15md/raid1: remove unnecessary null checkingGou Hao1-2/+0
2023-12-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu1-3/+0
2023-12-13nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu1-2/+2
2023-12-13block/rnbd-srv: Check for unlikely string overflowKees Cook1-9/+10
2023-12-08Merge tag 'md-next-20231208' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe9-442/+188
2023-12-06nvme-fabrics: check ioccsz and iorcszGuixin Liu1-0/+14
2023-12-06nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu1-18/+24
2023-12-01nvme: use bio_integrity_map_userKeith Busch1-168/+29
2023-12-01md: synchronize flush io with array reconfigurationYu Kuai1-6/+16
2023-11-27md/md-multipath: remove rcu protection to access rdev from confYu Kuai1-11/+12
2023-11-27md/raid5: remove rcu protection to access rdev from confYu Kuai4-144/+69
2023-11-27md/raid1: remove rcu protection to access rdev from confYu Kuai1-39/+23
2023-11-27md/raid10: remove rcu protection to access rdev from confYu Kuai1-155/+58
2023-11-27md: remove flag RemoveSynchronizedYu Kuai6-72/+6