summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()Varun Prakash2023-08-211-1/+1
* ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-201-2/+5
* md: raid0: account for split bio in iostat accountingDavid Jeffery2023-08-171-2/+1
* md/raid0: Fix performance regression for large sequential writesJan Kara2023-08-171-1/+1
* md/raid0: Factor out helper for mapping and submitting a bioJan Kara2023-08-171-39/+40
* md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen2023-08-171-2/+1
* md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu2023-08-171-1/+3
* md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu2023-08-171-2/+2
* md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu2023-08-171-3/+4
* drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-161-1/+1
* md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()Yu Kuai2023-08-151-2/+1
* 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
* ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei2023-08-111-1/+3
* swim3: mark swim3_init() staticArnd Bergmann2023-08-101-1/+1
* ublk: Fix signedness bug returning warningLi Zetao2023-08-101-2/+2
* bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-094-6/+2
* ublk: enable zoned storage supportAndreas Hindborg2023-08-081-15/+316
* 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
* fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* 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
* md/md-linear: enable io accountingYu Kuai2023-07-271-0/+1
* md/md-multipath: enable io accountingYu Kuai2023-07-271-0/+1
* md/raid10: switch to use md_account_bio() for io accountingYu Kuai2023-07-272-12/+9
* md/raid1: switch to use md_account_bio() for io accountingYu Kuai2023-07-272-9/+6
* raid5: fix missing io accounting in raid5_align_endio()Yu Kuai2023-07-271-21/+8
* md: also clone new io if io accounting is disabledYu Kuai2023-07-273-43/+42
* md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai2023-07-274-63/+23
* md: deprecate bitmap file supportChristoph Hellwig2023-07-272-1/+3
* md: make bitmap file support optionalChristoph Hellwig2023-07-273-0/+32
* md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2023-07-272-27/+39
* md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig2023-07-271-9/+8
* md-bitmap: cleanup read_sb_pageChristoph Hellwig2023-07-271-12/+11
* md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig2023-07-271-71/+70
* md-bitmap: rename read_page to read_file_pageChristoph Hellwig2023-07-271-6/+4