summaryrefslogtreecommitdiffstats
path: root/lib/slub_kunit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng7-14/+15
2023-08-15md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai1-1/+0
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong1-0/+4
2023-08-15md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai1-3/+6
2023-08-15ublk: Switch to memdup_user_nul() helperRuan Jinjie1-8/+3
2023-08-15block: uapi: Fix compilation errors using ioprio.h with C++Damien Le Moal1-10/+11
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet2-4/+9
2023-08-14block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet1-4/+6
2023-08-14block: Add some exports for bcachefsKent Overstreet4-1/+4
2023-08-11ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei1-1/+3
2023-08-11block: fix bad lockdep annotation in blk-iolatencyJens Axboe1-1/+1
2023-08-10swim3: mark swim3_init() staticArnd Bergmann1-1/+1
2023-08-10block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng1-24/+11
2023-08-10ublk: Fix signedness bug returning warningLi Zetao1-2/+2
2023-08-10bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi1-7/+24
2023-08-10bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi1-13/+3
2023-08-10bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi5-7/+3
2023-08-10block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2-1/+5
2023-08-08block/mq-deadline: use correct way to throttling write requestsZhiguo Niu1-1/+2
2023-08-08ublk: enable zoned storage supportAndreas Hindborg2-24/+370
2023-08-08ublk: move check for empty address field on command submissionAndreas Hindborg1-5/+9
2023-08-08ublk: add helper to check if device supports user copyAndreas Hindborg1-1/+6
2023-08-08iocost_monitor: improve it by adding iocg wait_msChengming Zhou1-4/+8
2023-08-08iocost_monitor: print vrate inuse along with base_vrateChengming Zhou1-2/+5
2023-08-08iocost_monitor: fix kernel queue kobj changesChengming Zhou1-1/+1
2023-08-04fs/Kconfig: Fix compile error for romfsLi Zetao1-0/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig37-29/+119
2023-08-02block: use iomap for writes to block devicesChristoph Hellwig2-2/+30
2023-08-02block: stop setting ->direct_IOChristoph Hellwig1-2/+1
2023-08-02block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig1-2/+43
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig8-25/+31
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig3-13/+3
2023-07-27md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai1-0/+7
2023-07-27md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai1-2/+0
2023-07-27md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan1-10/+5
2023-07-27md/raid10: factor out dereference_rdev_and_rrdev()Li Nan1-9/+20
2023-07-27md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan1-0/+2
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang1-6/+12
2023-07-27md: restore 'noio_flag' for the last mddev_resume()Yu Kuai1-2/+4
2023-07-27md: don't quiesce in mddev_suspend()Yu Kuai1-2/+0
2023-07-27md: remove redundant check in fix_read_error()Li Nan2-2/+2
2023-07-27md/raid10: optimize fix_read_errorLi Nan1-10/+10
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan1-11/+15
2023-07-27md/md-faulty: enable io accountingYu Kuai1-0/+2
2023-07-27md/md-linear: enable io accountingYu Kuai1-0/+1
2023-07-27md/md-multipath: enable io accountingYu Kuai1-0/+1
2023-07-27md/raid10: switch to use md_account_bio() for io accountingYu Kuai2-12/+9
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai2-9/+6
2023-07-27raid5: fix missing io accounting in raid5_align_endio()Yu Kuai1-21/+8
2023-07-27md: also clone new io if io accounting is disabledYu Kuai3-43/+42