]> www.infradead.org Git - nvme.git/shortlog
nvme.git
2024-12-02 Christoph Hellwignvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when...
2024-12-02 Nilay Shroffnvmet: use kzalloc instead of ZERO_PAGE in nvme_execute...
2024-11-21 Jens AxboeMerge tag 'nvme-6.13-2024-11-21' of git://git.infradead...
2024-11-21 Guixin Liunvme: tuning pr code by using defined structs and macros nvme-6.13-2024-11-21
2024-11-21 Guixin Liunvme: introduce change ptpl and iekey definition
2024-11-20 Christoph Hellwigblock: return bool from get_disk_ro and bdev_read_only
2024-11-20 Christoph Hellwigblock: remove a duplicate definition for bdev_read_only
2024-11-20 Christoph Hellwigblock: return bool from blk_rq_aligned
2024-11-20 Christoph Hellwigblock: return unsigned int from blk_lim_dma_alignment_a...
2024-11-20 Christoph Hellwigblock: return unsigned int from queue_dma_alignment
2024-11-20 Christoph Hellwigblock: return unsigned int from bdev_io_opt
2024-11-20 Christoph Hellwigblock: req->bio is always set in the merge code
2024-11-20 Christoph Hellwigblock: don't bother checking the data direction for...
2024-11-20 Suraj Sonawaneblock: blk-mq: fix uninit-value in blk_rq_prep_clone...
2024-11-20 Zach WadeRevert "block, bfq: merge bfq_release_process_ref(...
2024-11-19 John Garrymd/raid10: Atomic write support
2024-11-19 John Garrymd/raid1: Atomic write support
2024-11-19 John Garrymd/raid0: Atomic write support
2024-11-19 John Garryblock: Support atomic writes limits for stacked devices
2024-11-19 John Garryblock: Add extra checks in blk_validate_atomic_write_li...
2024-11-19 Ming Leiublk: fix error code for unsupported command
2024-11-19 John Garryblock: Drop granularity check in queue_limit_discard_al...
2024-11-19 Nilay Shroffnvme-fabrics: fix kernel crash while shutting down...
2024-11-19 Nilay ShroffRevert "nvme: make keep-alive synchronous operation"
2024-11-19 OGAWA Hirofumiloop: Fix ABBA locking race
2024-11-19 Christoph Hellwigblock: return unsigned int from bdev_io_min
2024-11-19 Yu Kuaiblock: fix uaf for flush rq while iterating tags
2024-11-18 Mikulas Patockablk-settings: round down io_opt to physical_block_size
2024-11-18 Keith Buschnvme-pci: use sgls for all user requests if possible
2024-11-18 Keith Buschnvme: define the remaining used sgls constants
2024-11-18 Keith Buschnvme-pci: add support for sgl metadata
2024-11-18 Breno Leitaonvme/multipath: Fix RCU list traversal to use SRCU...
2024-11-18 Manasrust: block: simplify Result<()> in validate_block_size...
2024-11-15 Jens AxboeMerge tag 'md-6.13-20241115' of https://git.kernel...
2024-11-15 Song LiuMAINTAINERS: Update git tree for mdraid subsystem
2024-11-15 Jens Axboeblock: make struct rq_list available for !CONFIG_BLOCK
2024-11-13 David Wangblock/genhd: use seq_put_decimal_ull for diskstats...
2024-11-13 Christoph Hellwigblock: don't reorder requests in blk_mq_add_to_batch
2024-11-13 Christoph Hellwigblock: don't reorder requests in blk_add_rq_to_plug
2024-11-13 Christoph Hellwigblock: add a rq_list type
2024-11-13 Christoph Hellwigblock: remove rq_list_move
2024-11-13 Christoph Hellwigvirtio_blk: reverse request order in virtio_queue_rqs
2024-11-13 Christoph Hellwignvme-pci: reverse request order in nvme_queue_rqs
2024-11-13 Christoph Hellwigbtrfs: validate queue limits
2024-11-13 Christoph Hellwigblock: export blk_validate_limits
2024-11-13 Jens AxboeMerge tag 'nvme-6.13-2024-11-13' of git://git.infradead...
2024-11-13 Guixin Liunvmet: add tracing of reservation commands nvme-6.13-2024-11-13
2024-11-13 Guixin Liunvme: parse reservation commands's action and rtype...
2024-11-13 Guixin Liunvmet: report ns's vwc not present
2024-11-12 John Garrymd/raid5: Increase r5conf.cache_name size
2024-11-12 Christoph Hellwigblock: remove the ioprio field from struct request
2024-11-12 Christoph Hellwigblock: remove the write_hint field from struct request
2024-11-11 Guixin Liunvme: check ns's volatile write cache not present
2024-11-11 Wang Yuguinvme: add rotational support
2024-11-11 Matias Bjørlingnvme: use command set independent id ns if available
2024-11-11 Keith Buschnvmet: support for csi identify ns
2024-11-11 Keith Buschnvmet: implement rotational media information log
2024-11-11 Keith Buschnvmet: implement endurance groups
2024-11-11 Keith Buschnvmet: declare 2.1 version compliance
2024-11-11 Keith Buschnvmet: implement crto property
2024-11-11 Keith Buschnvmet: implement supported features log
2024-11-11 Keith Buschnvmet: implement supported log pages
2024-11-11 Keith Buschnvmet: implement active command set ns list
2024-11-11 Keith Buschnvmet: implement id ns for nvm command set
2024-11-11 Guixin Liunvmet: support reservation feature
2024-11-11 Christoph Hellwignvme-multipath: don't bother clearing max_hw_zone_appen...
2024-11-11 Christoph Hellwigblock: pre-calculate max_zone_append_sectors
2024-11-11 Christoph Hellwigblock: lift bio_is_zone_append to bio.h
2024-11-11 Christoph Hellwigblock: fix bio_split_rw_at to take zone_write_granulari...
2024-11-11 Christoph Hellwigblock: take chunk_sectors into account in bio_split_wri...
2024-11-11 John Garrymd/raid10: Handle bio_split() errors
2024-11-11 John Garrymd/raid1: Handle bio_split() errors
2024-11-11 John Garrymd/raid0: Handle bio_split() errors
2024-11-11 John Garryblock: Handle bio_split() errors in bio_submit_split()
2024-11-11 John Garryblock: Error an attempt to split an atomic write in...
2024-11-11 John Garryblock: Rework bio_split() return value
2024-11-11 Ming Leiublk: fix ublk_ch_mmap() for 64K page size
2024-11-10 Yu Jiaoliangs390/dasd: Fix typo in comment
2024-11-10 Miroslav Francs390/dasd: fix redundant /proc/dasd* entries removal
2024-11-10 Jens AxboeMerge tag 'md-6.13-20241107' of https://git.kernel...
2024-11-10 Li Wangloop: fix type of block size
2024-11-08 Song LiuMAINTAINERS: Make Yu Kuai co-maintainer of md/raid...
2024-11-07 Xiao Nimd/raid5: Wait sync io to finish before changing group cnt
2024-11-07 Ming Leiblock: don't verify IO lock for freeze/unfreeze in...
2024-11-07 Ming Leiblock: always verify unfreeze lock on the owner task
2024-11-07 Ming Leirbd: unfreeze queue after marking disk as dead
2024-11-07 Ming Leiblock: remove blk_freeze_queue()
2024-11-07 Damien Le Moalblock: Add a public bdev_zone_is_seq() helper
2024-11-07 Damien Le Moalblock: RCU protect disk->conv_zones_bitmap
2024-11-07 zhangguopengblock: Replace sprintf() with sysfs_emit()
2024-11-07 Guixin Liunvme: add reservation command's defines
2024-11-07 Damien Le Moalblock: Switch to using refcount_t for zone write plugs
2024-11-07 Jens AxboeRevert "block: pre-calculate max_zone_append_sectors"
2024-11-06 Jens AxboeMerge tag 'md-6.13-20241105' of https://git.kernel...
2024-11-06 Philipp Stannermtip32xx: Replace deprecated PCI functions
2024-11-06 Yuan Canmd/md-bitmap: Add missing destroy_work_on_stack()
2024-11-06 Yu Kuaimd/raid5: don't set Faulty rdev for blocked_rdev
2024-11-06 Yu Kuaimd/raid10: don't wait for Faulty rdev in wait_blocked_r...
2024-11-06 Yu Kuaimd/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
2024-11-06 Yu Kuaimd/raid1: factor out helper to handle blocked rdev...
next