summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bcache: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* zram: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* null_blk: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* nbd: use the default discard granularityChristoph Hellwig2023-12-291-5/+1
* bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig2023-12-291-1/+1
* block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+1
* loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
* aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+2
* null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-10/+2
* loop: don't update discard limits from loop_set_statusChristoph Hellwig2023-12-271-2/+0
* drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap2023-12-221-6/+10
* Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe2023-12-2111-156/+277
|\
| * nvme-fc: set numa_node after nvme_init_ctrlKeith Busch2023-12-211-4/+2
| * nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy2023-12-211-2/+2
| * nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess2023-12-191-2/+2
| * nvme: repack struct nvme_ns_headDaniel Wagner2023-12-191-4/+4
| * nvme: add csi, ms and nuse to sysfsDaniel Wagner2023-12-193-1/+96
| * nvme: rename ns attribute groupDaniel Wagner2023-12-194-10/+10
| * nvme: refactor ns info setup functionDaniel Wagner2023-12-192-60/+62
| * nvme: refactor ns info helpersDaniel Wagner2023-12-194-28/+34
| * nvme: move ns id info to struct nvme_ns_headDaniel Wagner2023-12-195-66/+69
| * nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu2023-12-131-3/+0
| * nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu2023-12-131-2/+2
| * nvme-fabrics: check ioccsz and iorcszGuixin Liu2023-12-061-0/+14
| * nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu2023-12-061-18/+24
* | sd: only call disk_clear_zoned when neededChristoph Hellwig2023-12-191-1/+1
* | block: simplify disk_set_zonedChristoph Hellwig2023-12-195-6/+9
* | block: remove support for the host aware zone modelChristoph Hellwig2023-12-1911-90/+64
* | virtio_blk: remove the broken zone revalidation supportChristoph Hellwig2023-12-191-26/+0
* | virtio_blk: cleanup zoned device probingChristoph Hellwig2023-12-191-28/+22
* | Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2023-12-1910-1362/+198
|\ \
| * | md: Remove deprecated CONFIG_MD_FAULTYSong Liu2023-12-193-377/+0
| * | md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu2023-12-194-609/+108
| * | md: Remove deprecated CONFIG_MD_LINEARSong Liu2023-12-195-342/+5
| * | md/raid1: support read error checkLi Nan2023-12-151-5/+12
| * | md: factor out a helper exceed_read_errors() to check read_errorsLi Nan2023-12-153-46/+58
| * | md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas2023-12-151-10/+44
| * | md/raid1: remove unnecessary null checkingGou Hao2023-12-151-2/+0
* | | block/rnbd-srv: Check for unlikely string overflowKees Cook2023-12-131-9/+10
* | | Merge tag 'md-next-20231208' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2023-12-089-442/+188
|\| | | |/ |/|
| * md: synchronize flush io with array reconfigurationYu Kuai2023-12-011-6/+16
| * md/md-multipath: remove rcu protection to access rdev from confYu Kuai2023-11-271-11/+12
| * md/raid5: remove rcu protection to access rdev from confYu Kuai2023-11-274-144/+69
| * md/raid1: remove rcu protection to access rdev from confYu Kuai2023-11-271-39/+23
| * md/raid10: remove rcu protection to access rdev from confYu Kuai2023-11-271-155/+58
| * md: remove flag RemoveSynchronizedYu Kuai2023-11-276-72/+6
| * Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2023-11-271-12/+0
| * md: bypass block throttle for superblock updateJunxiao Bi2023-11-271-3/+4
* | nvme: use bio_integrity_map_userKeith Busch2023-12-011-168/+29
|/
* block/rnbd: use %pe to print errorsSupriti Singh2023-11-272-13/+13