aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-04block: floor the discard granularity to the physical block sizeGravatar Christoph Hellwig 1-0/+3
2023-12-29mtd_blkdevs: use the default discard granularityGravatar Christoph Hellwig 1-3/+1
2023-12-29bcache: use the default discard granularityGravatar Christoph Hellwig 1-1/+0
2023-12-29zram: use the default discard granularityGravatar Christoph Hellwig 1-1/+0
2023-12-29null_blk: use the default discard granularityGravatar Christoph Hellwig 1-1/+0
2023-12-29nbd: use the default discard granularityGravatar Christoph Hellwig 1-5/+1
2023-12-29ubd: use the default discard granularityGravatar Christoph Hellwig 1-1/+0
2023-12-29block: default the discard granularity to sector sizeGravatar Christoph Hellwig 1-1/+4
2023-12-29bcache: discard_granularity should not be smaller than a sectorGravatar Christoph Hellwig 1-1/+1
2023-12-29block: remove two comments in bio_split_discardGravatar Christoph Hellwig 1-5/+1
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 4-4/+11
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 1-1/+2
2023-12-27aoe: don't abuse BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 1-1/+2
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSGravatar Christoph Hellwig 1-10/+2
2023-12-27loop: don't update discard limits from loop_set_statusGravatar Christoph Hellwig 1-2/+0
2023-12-26blk-wbt: remove the separate write cache trackingGravatar Christoph Hellwig 3-18/+2
2023-12-26block: reject invalid operation in submit_bio_noacctGravatar Christoph Hellwig 2-9/+25
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingGravatar Randy Dunlap 1-6/+10
2023-12-22block: skip start/end time stamping for passthrough IOGravatar Kundan Kumar 1-0/+6
2023-12-21Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Gravatar Jens Axboe 11-156/+277
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlGravatar Keith Busch 1-4/+2
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszGravatar Max Gurtovoy 1-2/+2
2023-12-20block: export disk_clear_zoned()Gravatar Jens Axboe 1-0/+1
2023-12-19sd: only call disk_clear_zoned when neededGravatar Christoph Hellwig 1-1/+1
2023-12-19block: simplify disk_set_zonedGravatar Christoph Hellwig 9-31/+24
2023-12-19block: remove support for the host aware zone modelGravatar Christoph Hellwig 19-231/+92
2023-12-19virtio_blk: remove the broken zone revalidation supportGravatar Christoph Hellwig 1-26/+0
2023-12-19virtio_blk: cleanup zoned device probingGravatar Christoph Hellwig 1-28/+22
2023-12-19Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jens Axboe 12-1378/+201
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYGravatar Song Liu 4-380/+0
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHGravatar Song Liu 6-611/+109
2023-12-19md: Remove deprecated CONFIG_MD_LINEARGravatar Song Liu 7-354/+8
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsGravatar Evan Burgess 1-2/+2
2023-12-19nvme: repack struct nvme_ns_headGravatar Daniel Wagner 1-4/+4
2023-12-19nvme: add csi, ms and nuse to sysfsGravatar Daniel Wagner 3-1/+96
2023-12-19nvme: rename ns attribute groupGravatar Daniel Wagner 4-10/+10
2023-12-19nvme: refactor ns info setup functionGravatar Daniel Wagner 2-60/+62
2023-12-19nvme: refactor ns info helpersGravatar Daniel Wagner 4-28/+34
2023-12-19nvme: move ns id info to struct nvme_ns_headGravatar Daniel Wagner 5-66/+69
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Gravatar Li Nan 1-1/+3
2023-12-18block: skip cgroups for passthrough ioGravatar Kundan Kumar 1-0/+3
2023-12-15md/raid1: support read error checkGravatar Li Nan 1-5/+12
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsGravatar Li Nan 3-46/+58
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceGravatar Alex Lyakas 1-10/+44
2023-12-15block: improve struct request_queue layoutGravatar Jens Axboe 1-43/+46
2023-12-15block: support adding less than len in bio_add_hw_pageGravatar Christoph Hellwig 1-1/+4
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageGravatar Christoph Hellwig 1-1/+1
2023-12-15md/raid1: remove unnecessary null checkingGravatar Gou Hao 1-2/+0
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Gravatar Bart Van Assche 1-8/+4
2023-12-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGravatar Guixin Liu 1-3/+0