]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2024-03-06  Christoph Hellwigbcache: move calculation of stripe_size and io_opt...
2024-03-06  Damien Le Moalvirtio_blk: Do not use disk_set_max_open/active_zones()
2024-03-06  Chun-Yi Leeaoe: fix the potential use-after-free problem in aoecmd...
2024-03-06  Li Lingfengblock: move capacity validation to blkpg_do_ioctl()
2024-03-06  Roman Smirnovblock: prevent division by zero in blk_rq_stat_sum()
2024-03-06  Christoph Hellwigdrbd: atomically update queue limits in drbd_reconsider...
2024-03-06  Christoph Hellwigdrbd: split out a drbd_discard_supported helper
2024-03-06  Christoph Hellwigdrbd: don't set max_write_zeroes_sectors in decide_on_d...
2024-03-06  Christoph Hellwigdrbd: merge drbd_setup_queue_param into drbd_reconsider...
2024-03-06  Christoph Hellwigdrbd: refactor the backing dev max_segments calculation
2024-03-06  Christoph Hellwigdrbd: refactor drbd_reconsider_queue_parameters
2024-03-06  Christoph Hellwigdrbd: pass the max_hw_sectors limit to blk_alloc_disk
2024-03-06  Li kunyused-opal: Remove the ret variable from the function
2024-03-06  Li kunyused-opal: Remove unnecessary ‘0’ values from ret
2024-03-06  Li zemingsed-opal: Remove unnecessary ‘0’ values from err
2024-03-06  Li zemingsed-opal: Remove unnecessary ‘0’ values from error
2024-03-06  Ricardo B.... block: make block_class constant
2024-03-06  Jens AxboeMerge tag 'md-6.9-20240305' of https://git.kernel.org...
2024-03-06  Christoph Hellwigdasd: use the atomic queue limits API
2024-03-06  Christoph Hellwigdasd: move queue setup to common code
2024-03-06  Christoph Hellwigdasd: cleamup dasd_state_basic_to_ready
2024-03-06  Tony Battersbyblock: Fix page refcounts for unaligned buffers in...
2024-03-05  Song LiuMerge branch 'dmraid-fix-6.9' into md-6.9
2024-03-05  Yu Kuaidm-raid: fix lockdep waring in "pers->hot_add_disk"
2024-03-05  Yu Kuaidm-raid456, md/raid456: fix a deadlock for dm-raid456...
2024-03-05  Yu Kuaidm-raid: add a new helper prepare_suspend() in md_perso...
2024-03-05  Yu Kuaimd/dm-raid: don't call md_reap_sync_thread() directly
2024-03-05  Yu Kuaidm-raid: really frozen sync_thread during suspend
2024-03-05  Yu Kuaimd: add a new helper reshape_interrupted()
2024-03-05  Yu Kuaimd: export helper md_is_rdwr()
2024-03-05  Yu Kuaimd: export helpers to stop sync_thread
2024-03-05  Yu Kuaimd: don't clear MD_RECOVERY_FROZEN for new dm-raid...
2024-03-05  Song LiuRevert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING...
2024-03-01  Christoph Hellwignbd: use the atomic queue limits API in nbd_set_size
2024-03-01  Christoph Hellwignbd: freeze the queue for queue limits updates
2024-03-01  Christoph Hellwignbd: don't clear discard_sectors in nbd_config_put
2024-03-01  Christoph Hellwigpktcdvd: don't set max_hw_sectors on the underlying...
2024-03-01  Christoph Hellwigdm: use queue_limits_set
2024-03-01  Christoph Hellwigblock: add a queue_limits_stack_bdev helper
2024-03-01  Christoph Hellwigblock: add a queue_limits_set helper
2024-03-01  Jens AxboeMerge tag 'md-6.9-20240301' of https://git.kernel.org...
2024-03-01  Song LiuMerge branch 'raid1-read_balance' into md-6.9
2024-03-01  Yu Kuaimd/raid1: factor out helpers to choose the best rdev...
2024-03-01  Yu Kuaimd/raid1: factor out the code to manage sequential IO
2024-03-01  Yu Kuaimd/raid1: factor out choose_bb_rdev() from read_balance()
2024-03-01  Yu Kuaimd/raid1: factor out choose_slow_rdev() from read_balance()
2024-03-01  Yu Kuaimd/raid1: factor out read_first_rdev() from read_balance()
2024-03-01  Yu Kuaimd/raid1-10: factor out a new helper raid1_should_read_...
2024-03-01  Yu Kuaimd/raid1-10: add a helper raid1_check_read_range()
2024-03-01  Yu Kuaimd/raid1: fix choose next idle in read_balance()
2024-03-01  Yu Kuaimd/raid1: record nonrot rdevs while adding/removing...
2024-03-01  Yu Kuaimd/raid1: factor out helpers to add rdev to conf
2024-03-01  Yu Kuaimd: add a new helper rdev_has_badblock()
2024-02-29  Ming Leiublk: add UBLK_CMD_DEL_DEV_ASYNC
2024-02-29  Ming Leiublk: improve getting & putting ublk device
2024-02-28  Ming Leiblk-mq: don't change nr_hw_queues and nr_maps for kdump...
2024-02-27  Gui-Dong Hanmd/raid5: fix atomicity violation in raid5_cache_count
2024-02-27  Christoph Hellwigubd: open the backing files in ubd_add
2024-02-27  Christoph Hellwigubd: remove the queue pointer in struct ubd
2024-02-27  Christoph Hellwigubd: move set_disk_ro to ubd_add
2024-02-27  Christoph Hellwigubd: move setting the variable queue limits to ubd_add
2024-02-27  Christoph Hellwigubd: move setting the nonrot flag to ubd_add
2024-02-27  Christoph Hellwigubd: remove ubd_disk_register
2024-02-27  Christoph Hellwigubd: remove the ubd_gendisk array
2024-02-27  Christoph Hellwigxen-blkfront: atomically update queue limits
2024-02-27  Christoph Hellwigxen-blkfront: don't redundantly set max_sements in...
2024-02-27  Christoph Hellwigxen-blkfront: rely on the default discard granularity
2024-02-27  Christoph Hellwigxen-blkfront: set max_discard/secure erase limits to...
2024-02-26  Heming Zhaomd/md-bitmap: fix incorrect usage for sb_index
2024-02-26  Li Nanmd: check mddev->pers before calling md_set_readonly()
2024-02-26  Li Nanmd: clean up openers check in do_md_stop() and md_set_r...
2024-02-26  Li Nanmd: sync blockdev before stopping raid or setting readonly
2024-02-26  Li Nanmd: factor out a helper to sync mddev
2024-02-26  Li Nanmd: Don't clear MD_CLOSING when the raid is about to...
2024-02-26  Li Nanmd: return directly before setting did_set_md_closing
2024-02-26  Li Nanmd: clean up invalid BUG_ON in md_ioctl
2024-02-26  Li Nanmd: changed the switch of RAID_VERSION to if
2024-02-26  Li Nanmd: merge the check of capabilities into md_ioctl_valid()
2024-02-24  Chengming Zhoubdev: remove SLAB_MEM_SPREAD flag usage
2024-02-24  Qais Yousefblock/blk-mq: Don't complete locally if capacities...
2024-02-24  Qais Yousefsched: Add a new function to compare if two cpus have...
2024-02-24  Keith Buschblk-lib: check for kill signal
2024-02-24  Keith Buschblock: io wait hang check helper
2024-02-24  Keith Buschblock: cleanup __blkdev_issue_write_zeroes
2024-02-24  Keith Buschblock: blkdev_issue_secure_erase loop style
2024-02-23  Li Nanblock: fix deadlock between bd_link_disk_holder and...
2024-02-22  Damien Le Moalblock: Do not include rbtree.h in blk-zoned.c
2024-02-22  Damien Le Moalblock: Clear zone limits for a non-zoned stacked queue
2024-02-22  John Garrynull_blk: Delete nullb.{queue_depth, nr_queues}
2024-02-22  Christoph Hellwigpktcdvd: set queue limits at disk allocation time
2024-02-22  Christoph Hellwigpktcdvd: stop setting q->queuedata
2024-02-21  Christoph Hellwigblock: fix virt_boundary handling in blk_validate_limits
2024-02-20  Christoph Hellwignull_blk: pass queue_limits to blk_mq_alloc_disk
2024-02-20  Christoph Hellwignull_blk: remove null_gendisk_register
2024-02-20  Christoph Hellwignull_blk: refactor tag_set setup
2024-02-20  Christoph Hellwignull_blk: initialize the tag_set timeout in null_init_t...
2024-02-20  Christoph Hellwignull_blk: remove the bio based I/O path
2024-02-20  Christoph Hellwigmmc: pass queue_limits to blk_mq_alloc_disk
2024-02-19  Christoph Hellwigublk: pass queue_limits to blk_mq_alloc_disk
2024-02-19  Christoph Hellwigscm_blk: pass queue_limits to blk_mq_alloc_disk
next