Age | Commit message (Expand) | Author |
2018-12-12 | dm thin: bump target version | Mike Snitzer |
2018-12-11 | dm thin: send event about thin-pool state change _after_ making it | Mike Snitzer |
2018-12-07 | dm zoned: Fix target BIO completion handling | Damien Le Moal |
2018-12-07 | dm: call blk_queue_split() to impose device limits on bios | Mike Snitzer |
2018-12-07 | dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty() | Mike Snitzer |
2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou |
2018-10-26 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds |
2018-10-26 | Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-10-26 | Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-10-25 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal |
2018-10-25 | block: add a report_zones method | Christoph Hellwig |
2018-10-25 | block: Introduce blkdev_nr_zones() helper | Damien Le Moal |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-10-22 | MD: Memory leak when flush bio size is zero | Xiao Ni |
2018-10-22 | md: fix memleak for mempool | Jack Wang |
2018-10-22 | dm writecache: remove disabled code in memory_entry() | Mike Snitzer |
2018-10-18 | dm zoned: fix various dmz_get_mblock() issues | Damien Le Moal |
2018-10-18 | dm zoned: fix metadata block ref counting | Damien Le Moal |
2018-10-18 | dm raid: avoid bitmap with raid4/5/6 journal device | Heinz Mauelshagen |
2018-10-18 | md-cluster: remove suspend_info | Guoqing Jiang |
2018-10-18 | md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted | Guoqing Jiang |
2018-10-18 | md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage | Guoqing Jiang |
2018-10-18 | md-cluster/raid10: don't call remove_and_add_spares during reshaping stage | Guoqing Jiang |
2018-10-18 | md-cluster/raid10: call update_size in md_reap_sync_thread | Guoqing Jiang |
2018-10-18 | md-cluster: introduce resync_info_get interface for sanity check | Guoqing Jiang |
2018-10-18 | md-cluster/raid10: support add disk under grow mode | Guoqing Jiang |
2018-10-18 | md-cluster/raid10: resize all the bitmaps before start reshape | Guoqing Jiang |
2018-10-18 | dm crypt: make workqueue names device-specific | Michał Mirosław |
2018-10-18 | dm: add dm_table_device_name() | Michał Mirosław |
2018-10-18 | dm ioctl: harden copy_params()'s copy_from_user() from malicious users | Wenwen Wang |
2018-10-16 | dm: remove unnecessary unlikely() around WARN_ON_ONCE() | Igor Stoppa |
2018-10-16 | dm zoned: target: use refcount_t for dm zoned reference counters | John Pittman |
2018-10-16 | dm thin: use refcount_t for thin_c reference counting | John Pittman |
2018-10-14 | MD: fix invalid stored role for a disk - try2 | Shaohua Li |
2018-10-11 | dm table: require that request-based DM be layered on blk-mq devices | Mike Snitzer |
2018-10-11 | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman |
2018-10-11 | dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASED | Mike Snitzer |
2018-10-11 | dm: remove legacy request-based IO path | Jens Axboe |
2018-10-10 | dm linear: fix linear_end_io conditional definition | Damien Le Moal |
2018-10-10 | md/bitmap: use mddev_suspend/resume instead of ->quiesce() | Jack Wang |
2018-10-10 | md: remove redundant code that is no longer reachable | Colin Ian King |
2018-10-10 | dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled | Mike Snitzer |
2018-10-09 | dm: fix report zone remapping to account for partition offset | Damien Le Moal |
2018-10-09 | dm cache: destroy migration_cache if cache target registration failed | Shenghui Wang |
2018-10-08 | bcache: panic fix for making cache device | Dongbo Cao |
2018-10-08 | bcache: split combined if-condition code into separate ones | Dongbo Cao |
2018-10-08 | bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo... | Shenghui Wang |
2018-10-08 | bcache: replace hard coded number with BUCKET_GC_GEN_MAX | Coly Li |