]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2023-08-14  Kent Overstreetblock: Add some exports for bcachefs
2023-08-11  Ming Leiublk: fix 'warn: variable dereferenced before check...
2023-08-10  Jens Axboeblock: fix bad lockdep annotation in blk-iolatency
2023-08-10  Arnd Bergmannswim3: mark swim3_init() static
2023-08-10  Li Lingfengblock: remove init_mutex and open-code blk_iolatency_tr...
2023-08-10  Li Zetaoublk: Fix signedness bug returning warning
2023-08-09  Jinyoung Choibio-integrity: create multi-page bvecs in bio_integrity...
2023-08-09  Jinyoung Choibio-integrity: cleanup adding integrity pages to bip...
2023-08-09  Jinyoung Choibio-integrity: update the payload size in bio_integrity...
2023-08-09  Jinyoung Choiblock: make bvec_try_merge_hw_page() non-static
2023-08-08  Zhiguo Niublock/mq-deadline: use correct way to throttling write...
2023-08-08  Andreas Hindborgublk: enable zoned storage support
2023-08-08  Andreas Hindborgublk: move check for empty address field on command...
2023-08-08  Andreas Hindborgublk: add helper to check if device supports user copy
2023-08-08  Chengming Zhouiocost_monitor: improve it by adding iocg wait_ms
2023-08-08  Chengming Zhouiocost_monitor: print vrate inuse along with base_vrate
2023-08-08  Chengming Zhouiocost_monitor: fix kernel queue kobj changes
2023-08-04  Li Zetaofs/Kconfig: Fix compile error for romfs
2023-08-02  Christoph Hellwigfs: add CONFIG_BUFFER_HEAD
2023-08-02  Christoph Hellwigblock: use iomap for writes to block devices
2023-08-02  Christoph Hellwigblock: stop setting ->direct_IO
2023-08-02  Christoph Hellwigblock: open code __generic_file_write_iter for blkdev...
2023-08-02  Christoph Hellwigfs: rename and move block_page_mkwrite_return
2023-08-02  Christoph Hellwigfs: remove emergency_thaw_bdev
2023-07-29  Jens AxboeMerge tag 'md-next-20230729' of https://git.kernel...
2023-07-27  Yu Kuaimd/md-bitmap: hold 'reconfig_mutex' in backlog_store()
2023-07-27  Yu Kuaimd/md-bitmap: remove unnecessary local variable in...
2023-07-27  Li Nanmd/raid10: use dereference_rdev_and_rrdev() to get...
2023-07-27  Li Nanmd/raid10: factor out dereference_rdev_and_rrdev()
2023-07-27  Li Nanmd/raid10: check replacement and rdev to prevent submit...
2023-07-27  Jack Wangmd/raid1: Avoid lock contention from wake_up()
2023-07-27  Yu Kuaimd: restore 'noio_flag' for the last mddev_resume()
2023-07-27  Yu Kuaimd: don't quiesce in mddev_suspend()
2023-07-27  Li Nanmd: remove redundant check in fix_read_error()
2023-07-27  Li Nanmd/raid10: optimize fix_read_error
2023-07-27  Li Nanmd/raid1: prioritize adding disk to 'removed' mirror
2023-07-27  Yu Kuaimd/md-faulty: enable io accounting
2023-07-27  Yu Kuaimd/md-linear: enable io accounting
2023-07-27  Yu Kuaimd/md-multipath: enable io accounting
2023-07-27  Yu Kuaimd/raid10: switch to use md_account_bio() for io accounting
2023-07-27  Yu Kuaimd/raid1: switch to use md_account_bio() for io accounting
2023-07-27  Yu Kuairaid5: fix missing io accounting in raid5_align_endio()
2023-07-27  Yu Kuaimd: also clone new io if io accounting is disabled
2023-07-27  Yu Kuaimd: move initialization and destruction of 'io_acct_set...
2023-07-27  Christoph Hellwigmd: deprecate bitmap file support
2023-07-27  Christoph Hellwigmd: make bitmap file support optional
2023-07-27  Christoph Hellwigmd-bitmap: don't use ->index for pages backing the...
2023-07-27  Christoph Hellwigmd-bitmap: account for mddev->bitmap_info.offset in...
2023-07-27  Christoph Hellwigmd-bitmap: cleanup read_sb_page
2023-07-27  Christoph Hellwigmd-bitmap: refactor md_bitmap_init_from_disk
2023-07-27  Christoph Hellwigmd-bitmap: rename read_page to read_file_page
2023-07-27  Christoph Hellwigmd-bitmap: split file writes into a separate helper
2023-07-27  Christoph Hellwigmd-bitmap: use %pD to print the file name in md_bitmap_...
2023-07-27  Christoph Hellwigmd-bitmap: initialize variables at declaration time...
2023-07-27  Christoph Hellwigmd-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
2023-07-27  Yu Kuaimd: enhance checking in md_check_recovery()
2023-07-27  Yu Kuaimd: wake up 'resync_wait' at last in md_reap_sync_thread()
2023-07-27  Yu Kuaimd: refactor idle/frozen_sync_thread() to fix deadlock
2023-07-27  Yu Kuaimd: add a mutex to synchronize idle and frozen in actio...
2023-07-27  Yu Kuaimd: refactor action_store() for 'idle' and 'frozen'
2023-07-27  Yu KuaiRevert "md: unlock mddev before reap sync_thread in...
2023-07-26  Jinyoung Choiblock: cleanup bio_integrity_prep
2023-07-25  Bart Van Asscheblock: Improve performance for BLK_MQ_F_BLOCKING drivers
2023-07-25  Bart Van Asschescsi: Remove a blk_mq_run_hw_queues() call
2023-07-25  Bart Van Asschescsi: Inline scsi_kick_queue()
2023-07-25  Christoph Hellwigblock: don't pass a bio to bio_try_merge_hw_seg
2023-07-25  Christoph Hellwigblock: move the bi_size update out of __bio_try_merge_page
2023-07-25  Christoph Hellwigblock: downgrade a bio_full call in bio_add_page
2023-07-25  Christoph Hellwigblock: move the bi_size overflow check in __bio_try_mer...
2023-07-25  Christoph Hellwigblock: move the bi_vcnt check out of __bio_try_merge_page
2023-07-25  Christoph Hellwigblock: move the BIO_CLONED checks out of __bio_try_merg...
2023-07-25  Christoph Hellwigblock: use SECTOR_SHIFT bio_add_hw_page
2023-07-25  Christoph Hellwigblock: tidy up the bio full checks in bio_add_hw_page
2023-07-20  Nitesh Shettyblock: refactor to use helper
2023-07-17  Chengming Zhoublk-flush: reuse rq queuelist in flush state machine
2023-07-17  Chengming Zhoublk-flush: count inflight flush_data requests
2023-07-17  Chengming Zhoublk-flush: fix rq->flush.seq for post-flush requests
2023-07-17  Chengming Zhoublk-mq: use percpu csd to remote complete instead of...
2023-07-17  Christoph Hellwigblock: don't allow enabling a cache on devices that...
2023-07-17  Christoph Hellwigblock: cleanup queue_wc_store
2023-07-17  Thomas Weißschuhnbd: automatically load module on genl access
2023-07-17  Azeem Shaikhblk-wbt: Replace strlcpy with strscpy
2023-07-17  Azeem Shaikhkyber: Replace strlcpy with strscpy
2023-07-16  Linus TorvaldsLinux 6.5-rc2 v6.5-rc2
2023-07-16  Linus TorvaldsMerge tag 'xtensa-20230716' of https://github.com/jcmvb...
2023-07-16  Linus TorvaldsMerge tag 'perf_urgent_for_v6.5_rc2' of git://git.kerne...
2023-07-16  Linus TorvaldsMerge tag 'objtool_urgent_for_v6.5_rc2' of git://git...
2023-07-16  Linus TorvaldsMerge tag 'sched_urgent_for_v6.5_rc2' of git://git...
2023-07-16  Linus TorvaldsMerge tag 'pinctrl-v6.5-2' of git://git.kernel.org...
2023-07-16  Linus TorvaldsMerge tag '6.5-rc1-smb3-fixes' of git://git.samba.org...
2023-07-16  Linus TorvaldsMerge tag 'powerpc-6.5-3' of git://git.kernel.org/pub...
2023-07-16  Linus TorvaldsMerge tag 'hardening-v6.5-rc2' of git://git.kernel...
2023-07-16  Linus TorvaldsMerge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel...
2023-07-15  Linus TorvaldsMerge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org...
2023-07-15  Linus TorvaldsMerge tag 'regmap-fix-v6.5-rc1' of git://git.kernel...
2023-07-15  Linus TorvaldsMerge tag 'iommu-fixes-v6.5-rc1' of git://git.kernel...
2023-07-15  Linus TorvaldsMerge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel...
2023-07-15  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2023-07-15  Linus TorvaldsMerge tag 'block-6.5-2023-07-14' of git://git.kernel...
2023-07-15  Linus TorvaldsMerge tag 'io_uring-6.5-2023-07-14' of git://git.kernel...
next