summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-02nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi
2024-01-02nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi
2023-12-29mtd_blkdevs: use the default discard granularityChristoph Hellwig
2023-12-29bcache: use the default discard granularityChristoph Hellwig
2023-12-29zram: use the default discard granularityChristoph Hellwig
2023-12-29null_blk: use the default discard granularityChristoph Hellwig
2023-12-29nbd: use the default discard granularityChristoph Hellwig
2023-12-29ubd: use the default discard granularityChristoph Hellwig
2023-12-29block: default the discard granularity to sector sizeChristoph Hellwig
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-27loop: don't update discard limits from loop_set_statusChristoph Hellwig
2023-12-26blk-wbt: remove the separate write cache trackingChristoph Hellwig
2023-12-26block: reject invalid operation in submit_bio_noacctChristoph Hellwig
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap
2023-12-22block: skip start/end time stamping for passthrough IOKundan Kumar
2023-12-21Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/...Jens Axboe
2023-12-21nvme-fc: set numa_node after nvme_init_ctrlKeith Busch
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy
2023-12-20block: export disk_clear_zoned()Jens Axboe
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-19virtio_blk: remove the broken zone revalidation supportChristoph Hellwig
2023-12-19virtio_blk: cleanup zoned device probingChristoph Hellwig
2023-12-19Merge tag 'md-next-20231219' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2023-12-19md: Remove deprecated CONFIG_MD_FAULTYSong Liu
2023-12-19md: Remove deprecated CONFIG_MD_MULTIPATHSong Liu
2023-12-19md: Remove deprecated CONFIG_MD_LINEARSong Liu
2023-12-19nvmet: configfs: use ctrl->instance to track passthru subsystemsEvan Burgess
2023-12-19nvme: repack struct nvme_ns_headDaniel Wagner
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner
2023-12-19nvme: rename ns attribute groupDaniel Wagner
2023-12-19nvme: refactor ns info setup functionDaniel Wagner
2023-12-19nvme: refactor ns info helpersDaniel Wagner
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan
2023-12-18block: skip cgroups for passthrough ioKundan Kumar
2023-12-15md/raid1: support read error checkLi Nan
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsLi Nan
2023-12-15md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas
2023-12-15block: improve struct request_queue layoutJens Axboe
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig
2023-12-15md/raid1: remove unnecessary null checkingGou Hao
2023-12-14block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche