summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li
2020-07-25bcache: struct cache_sb is only for in-memory super block nowColy Li
2020-07-25bcache: move bucket related code into read_super_common()Coly Li
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li
2020-07-25bcache: add read_super_common() to read major part of super blockColy Li
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li
2020-07-25bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li
2020-07-25bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-07-25bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2020-07-25bcache: writeback: Remove unneeded variable iXu Wang
2020-07-25bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang
2020-07-25bcache: allocate meta data pages as compound pagesColy Li
2020-07-25bcache: Fix typo in Kconfig nameJean Delvare
2020-07-24Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2020-07-22md/raid5: use do_div() for 64 bit divisions in raid5_sync_requestYufen Yu
2020-07-22Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh
2020-07-21raid: md_p.h: drop duplicated word in a commentRandy Dunlap
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming
2020-07-21md/raid5: support config stripe_size by sysfs entryYufen Yu
2020-07-21md/raid5: set default stripe_size as 4096Yufen Yu
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu
2020-07-16raid5: remove the meaningless check in raid5_make_requestGuoqing Jiang
2020-07-16raid5: put the comment of clear_batch_ready to the right placeGuoqing Jiang
2020-07-16raid5: call clear_batch_ready before set STRIPE_ACTIVEGuoqing Jiang
2020-07-15md: raid10: Fix compilation warningDamien Le Moal
2020-07-15md: raid5: Fix compilation warningDamien Le Moal
2020-07-15md: raid5-cache: Remove set but unused variableDamien Le Moal
2020-07-15md: Fix compilation warningDamien Le Moal
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel
2020-07-15Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland
2020-07-14md-cluster: fix wild pointer of unlock_all_bitmaps()Zhao Heming
2020-07-14md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripesSong Liu
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-13md: improve io stats accountingArtur Paszkiewicz
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET
2020-07-10Merge branch 'nvme-5.9' of git://git.infradead.org/nvme into for-5.9/driversJens Axboe
2020-07-08nvme: remove ns->disk checksChristoph Hellwig
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang
2020-07-08nvme-pci: fix some comments issuesBaolin Wang