aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2-7/+9
2020-09-02dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-02dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-01dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka1-0/+12
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal1-2/+2
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer1-7/+15
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka1-2/+10
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2020-08-27md/raid5: make sure stripe_size as power of twoYufen Yu1-2/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-16/+16
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+11
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2020-08-07Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds13-111/+326
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-19/+19
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-19/+19
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-27/+317
2020-08-06Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9Jens Axboe2-7/+11
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2-2/+2
2020-08-05md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter1-0/+1
2020-08-05md: get sysfs entry after redundancy attr group createJunxiao Bi1-7/+10
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds25-355/+913
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-5/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-6/+6
2020-08-04dm: don't call report zones for more than the user requestedJohannes Thumshirn1-1/+2
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy1-1/+1
2020-08-04dm init: Set file local variable staticDamien Le Moal1-1/+1
2020-08-04dm ioctl: Fix compilation warningDamien Le Moal1-1/+1
2020-08-04dm raid: Remove empty if statementDamien Le Moal1-2/+0
2020-08-04dm verity: Fix compilation warningDamien Le Moal1-7/+7
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds33-486/+122
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng1-6/+16
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang1-6/+3
2020-08-02raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_showGuoqing Jiang1-6/+3
2020-08-02md: print errno in super_writtenGuoqing Jiang1-1/+2
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang1-6/+2
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer1-0/+9
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni1-4/+31
2020-07-31init: add an init_stat helperChristoph Hellwig1-1/+2
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li1-4/+27
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2-2/+2
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li1-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li4-1/+73
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li5-10/+50
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li1-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li1-2/+10