summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-22block: sed-opal: Implement IOC_OPAL_REVERT_LSPGreg Joyce4-0/+56
2023-08-22block: sed-opal: Implement IOC_OPAL_DISCOVERYGreg Joyce3-3/+42
2023-08-22blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou1-0/+10
2023-08-22blk-mq: delete redundant tagset map update when fallbackChengming Zhou1-1/+0
2023-08-22blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou1-1/+5
2023-08-21ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2-2/+6
2023-08-18Merge tag 'md-next-20230817' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2-49/+51
2023-08-18md: raid0: account for split bio in iostat accountingDavid Jeffery1-2/+1
2023-08-18md/raid0: Fix performance regression for large sequential writesJan Kara1-1/+1
2023-08-18md/raid0: Factor out helper for mapping and submitting a bioJan Kara1-39/+40
2023-08-18md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen1-2/+1
2023-08-18md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu1-1/+3
2023-08-18md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu1-2/+2
2023-08-18md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu1-3/+4
2023-08-18blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo1-14/+18
2023-08-16drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian1-1/+1
2023-08-15Merge tag 'md-next-20230814-resend' of https://git.kernel.org/pub/scm/linux/k...Jens Axboe11-45/+57
2023-08-15md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai1-2/+1
2023-08-15raid6: test: only check for Altivec if building on powerpc hostsWANG Xuerui1-9/+10
2023-08-15raid6: test: make sure all intermediate and artifact files are .gitignoredWANG Xuerui1-0/+3
2023-08-15raid6: test: cosmetic cleanups for the test MakefileWANG Xuerui1-15/+16
2023-08-15raid6: guard the tables.c include of <linux/export.h> with __KERNEL__WANG Xuerui1-0/+2
2023-08-15raid6: remove the <linux/export.h> include from recov.cWANG Xuerui1-1/+0
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-15block: Bring back zero_fill_bio_iterKent Overstreet2-4/+9
2023-08-15block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet1-4/+6
2023-08-15block: 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-09block/mq-deadline: use correct way to throttling write requestsZhiguo Niu1-1/+2
2023-08-09ublk: enable zoned storage supportAndreas Hindborg2-24/+370
2023-08-09ublk: move check for empty address field on command submissionAndreas Hindborg1-5/+9
2023-08-09ublk: add helper to check if device supports user copyAndreas Hindborg1-1/+6
2023-08-09iocost_monitor: improve it by adding iocg wait_msChengming Zhou1-4/+8
2023-08-09iocost_monitor: print vrate inuse along with base_vrateChengming Zhou1-2/+5
2023-08-09iocost_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