linux-block.git
2023-10-17 Ming Leiublk: quiesce request queue when aborting queue
2023-10-17 Ming Leiublk: rename mm_lock as lock
2023-10-17 Ming Leiublk: move ublk_cancel_dev() out of ub->mutex
2023-10-17 Ming Leiublk: make sure io cmd handled in submitter task context
2023-10-17 Ming Leiublk: don't get ublk device reference in ublk_abort_queue()
2023-10-17 Mike Christieublk: Make ublks_max configurable
2023-10-17 Mike Christieublk: Limit dev_id/ub_number values
2023-10-17 Jens AxboeMerge branch 'for-6.7/io_uring' into for-6.7/block
2023-10-12 Jens AxboeMerge tag 'md-next-20231012' of https://git./linux...
2023-10-11 Song LiuMerge branch 'md-suspend-rewrite' into md-next
2023-10-11 Yu Kuaimd: rename __mddev_suspend/resume() back to mddev_suspe...
2023-10-11 Yu Kuaimd: remove old apis to suspend the array
2023-10-11 Yu Kuaimd: suspend array in md_start_sync() if array need...
2023-10-11 Yu Kuaimd/raid5: replace suspend with quiesce() callback
2023-10-11 Yu Kuaimd/md-linear: cleanup linear_add()
2023-10-11 Yu Kuaimd: cleanup mddev_create/destroy_serial_pool()
2023-10-11 Yu Kuaimd: use new apis to suspend array before mddev_create...
2023-10-11 Yu Kuaimd: use new apis to suspend array for ioctls involed...
2023-10-11 Yu Kuaimd: use new apis to suspend array for adding/removing...
2023-10-11 Yu Kuaimd: use new apis to suspend array for sysfs apis
2023-10-11 Yu Kuaimd/raid5: use new apis to suspend array
2023-10-11 Yu Kuaimd/raid5-cache: use new apis to suspend array
2023-10-11 Yu Kuaimd/md-bitmap: use new apis to suspend array for locatio...
2023-10-11 Yu Kuaimd/dm-raid: use new apis to suspend array
2023-10-11 Yu Kuaimd: add new helpers to suspend/resume and lock/unlock...
2023-10-11 Yu Kuaimd: add new helpers to suspend/resume array
2023-10-11 Yu Kuaimd: replace is_md_suspended() with 'mddev->suspended...
2023-10-11 Yu Kuaimd/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf...
2023-10-11 Yu Kuaimd: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and ...
2023-10-09 Yu Kuaimd/raid1: don't split discard io for write behind
2023-10-05 Gabriel Krisman... io_uring/kbuf: Use slab for struct io_buffer objects
2023-10-05 Gabriel Krisman... io_uring/kbuf: Allow the full buffer id space for provi...
2023-10-05 Gabriel Krisman... io_uring/kbuf: Fix check of BID wrapping in provided...
2023-10-04 Jan Höppnerpartitions/ibm: Introduce defines for magic string...
2023-10-04 Jan Höppnerpartitions/ibm: Replace strncpy() and improve readability
2023-10-04 Jan Höppnerpartitions/ibm: Remove unnecessary memset
2023-10-04 Justin Stittaoe: replace strncpy with strscpy
2023-10-04 Justin Stittnull_blk: replace strncpy with strscpy
2023-10-03 Joel Granadoscdrom: Remove now superfluous sentinel element from...
2023-10-03 Jens Axboeio_uring/rsrc: cleanup io_pin_pages()
2023-09-29 Jens AxboeMerge tag 'md-next-20230927' of https://git./linux...
2023-09-28 Mariusz Tkaczykmd: do not require mddev_lock() for all options in...
2023-09-28 Ming Leiio_uring: cancelable uring_cmd
2023-09-28 Ming Leiio_uring: retain top 8bits of uring_cmd flags for kerne...
2023-09-27 Yu Kuaimd: simplify md_seq_ops
2023-09-27 Yu Kuaimd: factor out a helper from mddev_put()
2023-09-26 Coly Libadblocks: switch to the improved badblock handling...
2023-09-26 Coly Libadblocks: improve badblocks_check() for multiple range...
2023-09-26 Coly Libadblocks: improve badblocks_clear() for multiple range...
2023-09-26 Coly Libadblocks: improve badblocks_set() for multiple ranges...
2023-09-26 Coly Libadblocks: add helper routines for badblock ranges...
2023-09-26 Coly Libadblocks: add more helper structure and routines in...
2023-09-25 Justin Stittmd: replace deprecated strncpy with memcpy
2023-09-22 Kees Cookmd/md-linear: Annotate struct linear_conf with __counted_by
2023-09-22 Yu Kuaimd: don't check 'mddev->pers' and 'pers->quiesce' from...
2023-09-22 Yu Kuaimd: don't check 'mddev->pers' from suspend_hi_store()
2023-09-22 Yu Kuaimd-bitmap: suspend array earlier in location_store()
2023-09-22 Yu Kuaimd-bitmap: remove the checking of 'pers->quiesce' from...
2023-09-22 Yu Kuaimd: don't rely on 'mddev->pers' to be set in mddev_susp...
2023-09-22 Yu Kuaimd: initialize 'writes_pending' while allocating mddev
2023-09-22 Yu Kuaimd: initialize 'active_io' while allocating mddev
2023-09-22 Yu Kuaimd: delay remove_and_add_spares() for read only array...
2023-09-22 Yu Kuaimd: factor out a helper rdev_addable() from remove_and_...
2023-09-22 Yu Kuaimd: factor out a helper rdev_is_spare() from remove_and...
2023-09-22 Yu Kuaimd: factor out a helper rdev_removeable() from remove_a...
2023-09-22 Yu Kuaimd: delay choosing sync action to md_start_sync()
2023-09-22 Yu Kuaimd: factor out a helper to choose sync action from...
2023-09-22 Yu Kuaimd: use separate work_struct for md_start_sync()
2023-09-22 Chengming Zhoublock/null_blk: add queue_rqs() support
2023-09-22 Chengming Zhoublk-mq: update driver tags request table when start...
2023-09-22 Chengming Zhoublk-mq: support batched queue_rqs() on shared tags...
2023-09-22 Chengming Zhoublk-mq: remove RQF_MQ_INFLIGHT
2023-09-22 Chengming Zhoublk-mq: account active requests when get driver tag
2023-09-21 Jens Axboeio_uring: add IORING_OP_WAITID support
2023-09-21 Jens Axboeexit: add internal include file with helpers
2023-09-21 Jens Axboeexit: add kernel_waitid_prepare() helper
2023-09-21 Jens Axboeexit: move core of do_wait() into helper
2023-09-21 Jens Axboeexit: abstract out should_wake helper for child_wait_ca...
2023-09-21 Jens Axboeio_uring/rw: add support for IORING_OP_READ_MULTISHOT
2023-09-21 Jens Axboeio_uring/rw: mark readv/writev as vectored in the opcod...
2023-09-21 Jens Axboeio_uring/rw: split io_read() into a helper
2023-09-17 Linus TorvaldsLinux 6.6-rc2 v6.6-rc2
2023-09-17 Linus TorvaldsMerge tag 'x86-urgent-2023-09-17' of git://git./linux...
2023-09-17 Linus TorvaldsMerge tag 'sched-urgent-2023-09-17' of git://git./linux...
2023-09-17 Linus TorvaldsMerge tag 'objtool-urgent-2023-09-17' of git://git...
2023-09-17 Linus TorvaldsMerge tag 'core-urgent-2023-09-17' of git://git./linux...
2023-09-17 Linus Torvaldsstat: remove no-longer-used helper macros
2023-09-17 Linus TorvaldsMerge tag '6.6-rc1-smb3-client-fixes' of git://git...
2023-09-17 Linus TorvaldsMerge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbd
2023-09-17 Linus TorvaldsMerge tag 'ext4_for_linus-6.6-rc2' of git://git./linux...
2023-09-17 Song Liux86/purgatory: Remove LTO flags
2023-09-17 Kirill A. Shutemovx86/boot/compressed: Reserve more memory for page tables
2023-09-16 Linus TorvaldsMerge tag 'kbuild-fixes-v6.6' of git://git./linux/kerne...
2023-09-16 Linus Torvaldsvm: fix move_vma() memory accounting being off
2023-09-16 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2023-09-16 Linus TorvaldsMerge tag 'ata-6.6-rc2' of git://git./linux/kernel...
2023-09-16 Linus TorvaldsMerge tag 'usb-6.6-rc2' of git://git./linux/kernel...
2023-09-16 Linus TorvaldsMerge tag 'driver-core-6.6-rc2' of git://git./linux...
2023-09-16 Linus TorvaldsMerge tag 'char-misc-6.6-rc2' of git://git./linux/kerne...
2023-09-16 Linus TorvaldsMerge tag 'i2c-for-6.6-rc2' of git://git./linux/kernel...
next