summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-08block/mq-deadline: use correct way to throttling write requestsZhiguo Niu
2023-08-08ublk: enable zoned storage supportAndreas Hindborg
2023-08-08ublk: move check for empty address field on command submissionAndreas Hindborg
2023-08-08ublk: add helper to check if device supports user copyAndreas Hindborg
2023-08-08iocost_monitor: improve it by adding iocg wait_msChengming Zhou
2023-08-08iocost_monitor: print vrate inuse along with base_vrateChengming Zhou
2023-08-08iocost_monitor: fix kernel queue kobj changesChengming Zhou
2023-08-04fs/Kconfig: Fix compile error for romfsLi Zetao
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-08-02block: use iomap for writes to block devicesChristoph Hellwig
2023-08-02block: stop setting ->direct_IOChristoph Hellwig
2023-08-02block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig
2023-07-29Merge tag 'md-next-20230729' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai
2023-07-27md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan
2023-07-27md/raid10: factor out dereference_rdev_and_rrdev()Li Nan
2023-07-27md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai
2023-07-27md: remove redundant check in fix_read_error()Li Nan
2023-07-27md/raid10: optimize fix_read_errorLi Nan
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan
2023-07-27md/md-faulty: enable io accountingYu Kuai
2023-07-27md/md-linear: enable io accountingYu Kuai
2023-07-27md/md-multipath: enable io accountingYu Kuai
2023-07-27md/raid10: switch to use md_account_bio() for io accountingYu Kuai
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai
2023-07-27raid5: fix missing io accounting in raid5_align_endio()Yu Kuai
2023-07-27md: also clone new io if io accounting is disabledYu Kuai
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai
2023-07-27md: deprecate bitmap file supportChristoph Hellwig
2023-07-27md: make bitmap file support optionalChristoph Hellwig
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig
2023-07-27md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig
2023-07-27md-bitmap: cleanup read_sb_pageChristoph Hellwig
2023-07-27md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig
2023-07-27md-bitmap: rename read_page to read_file_pageChristoph Hellwig
2023-07-27md-bitmap: split file writes into a separate helperChristoph Hellwig
2023-07-27md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig
2023-07-27md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig
2023-07-27md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai