summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-12-13nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrlGuixin Liu
2023-12-13nvmet: allow identical cntlid_min and cntlid_max settingsGuixin Liu
2023-12-13block: add check that partition length needs to be aligned with block sizeMin Li
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan
2023-12-13block/rnbd-srv: Check for unlikely string overflowKees Cook
2023-12-08Merge tag 'md-next-20231208' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2023-12-07block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)
2023-12-06nvme-fabrics: check ioccsz and iorcszGuixin Liu
2023-12-06nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu
2023-12-01block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar
2023-12-01io_uring: remove uring_cmd cookieKeith Busch