summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raid6: test: only check for Altivec if building on powerpc hostsWANG Xuerui2023-08-151-9/+10
* raid6: test: make sure all intermediate and artifact files are .gitignoredWANG Xuerui2023-08-151-0/+3
* raid6: test: cosmetic cleanups for the test MakefileWANG Xuerui2023-08-151-15/+16
* raid6: guard the tables.c include of <linux/export.h> with __KERNEL__WANG Xuerui2023-08-151-0/+2
* raid6: remove the <linux/export.h> include from recov.cWANG Xuerui2023-08-151-1/+0
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-157-14/+15
* md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai2023-08-151-1/+0
* md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong2023-08-151-0/+4
* md/raid5-cache: fix a deadlock in r5l_exit_log()Yu Kuai2023-08-151-3/+6
* ublk: Switch to memdup_user_nul() helperRuan Jinjie2023-08-151-8/+3
* block: uapi: Fix compilation errors using ioprio.h with C++Damien Le Moal2023-08-151-10/+11
* block: Bring back zero_fill_bio_iterKent Overstreet2023-08-142-4/+9
* block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet2023-08-141-4/+6
* block: Add some exports for bcachefsKent Overstreet2023-08-144-1/+4
* ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei2023-08-111-1/+3
* block: fix bad lockdep annotation in blk-iolatencyJens Axboe2023-08-111-1/+1
* swim3: mark swim3_init() staticArnd Bergmann2023-08-101-1/+1
* block: remove init_mutex and open-code blk_iolatency_try_initLi Lingfeng2023-08-101-24/+11
* ublk: Fix signedness bug returning warningLi Zetao2023-08-101-2/+2
* bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi2023-08-101-7/+24
* bio-integrity: cleanup adding integrity pages to bip's bvec.Jinyoung Choi2023-08-101-13/+3
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-105-7/+3
* block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-102-1/+5
* block/mq-deadline: use correct way to throttling write requestsZhiguo Niu2023-08-081-1/+2
* ublk: enable zoned storage supportAndreas Hindborg2023-08-082-24/+370
* ublk: move check for empty address field on command submissionAndreas Hindborg2023-08-081-5/+9
* ublk: add helper to check if device supports user copyAndreas Hindborg2023-08-081-1/+6
* iocost_monitor: improve it by adding iocg wait_msChengming Zhou2023-08-081-4/+8
* iocost_monitor: print vrate inuse along with base_vrateChengming Zhou2023-08-081-2/+5
* iocost_monitor: fix kernel queue kobj changesChengming Zhou2023-08-081-1/+1
* fs/Kconfig: Fix compile error for romfsLi Zetao2023-08-041-0/+1
* fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-0237-29/+119
* block: use iomap for writes to block devicesChristoph Hellwig2023-08-022-2/+30
* block: stop setting ->direct_IOChristoph Hellwig2023-08-021-2/+1
* block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig2023-08-021-2/+43
* fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-028-25/+31
* fs: remove emergency_thaw_bdevChristoph Hellwig2023-08-023-13/+3
* Merge tag 'md-next-20230729' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2023-07-2915-394/+431
|\
| * md/md-bitmap: hold 'reconfig_mutex' in backlog_store()Yu Kuai2023-07-271-0/+7
| * md/md-bitmap: remove unnecessary local variable in backlog_store()Yu Kuai2023-07-271-2/+0
| * md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan2023-07-271-10/+5
| * md/raid10: factor out dereference_rdev_and_rrdev()Li Nan2023-07-271-9/+20
| * md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan2023-07-271-0/+2
| * md/raid1: Avoid lock contention from wake_up()Jack Wang2023-07-271-6/+12
| * md: restore 'noio_flag' for the last mddev_resume()Yu Kuai2023-07-271-2/+4
| * md: don't quiesce in mddev_suspend()Yu Kuai2023-07-271-2/+0
| * md: remove redundant check in fix_read_error()Li Nan2023-07-272-2/+2
| * md/raid10: optimize fix_read_errorLi Nan2023-07-271-10/+10
| * md/raid1: prioritize adding disk to 'removed' mirrorLi Nan2023-07-271-11/+15
| * md/md-faulty: enable io accountingYu Kuai2023-07-271-0/+2