Age | Commit message (Expand) | Author |
2021-06-30 | Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-30 | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-28 | dm writecache: make writeback pause configurable | Mikulas Patocka |
2021-06-25 | dm writecache: pause writeback if cache full and origin being written directly | Mikulas Patocka |
2021-06-25 | dm io tracker: factor out IO tracker | Mike Snitzer |
2021-06-25 | dm btree remove: assign new_root only when removal succeeds | Hou Tao |
2021-06-25 | dm zone: fix dm_revalidate_zones() memory allocation | Damien Le Moal |
2021-06-25 | dm ps io affinity: remove redundant continue statement | Colin Ian King |
2021-06-25 | dm writecache: add optional "metadata_only" parameter | Mikulas Patocka |
2021-06-21 | dm writecache: write at least 4k when committing | Mikulas Patocka |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra |
2021-06-16 | dm writecache: flush origin device when writing and cache is full | Mikulas Patocka |
2021-06-15 | dm writecache: have ssd writeback wait if the kcopyd workqueue is busy | Mikulas Patocka |
2021-06-14 | md/raid5: avoid device_lock in read_one_chunk() | Gal Ofri |
2021-06-14 | md: add comments in md_integrity_register | Guoqing Jiang |
2021-06-14 | md: check level before create and exit io_acct_set | Guoqing Jiang |
2021-06-14 | md: Constify attribute_group structs | Rikard Falkeborn |
2021-06-14 | md: mark some personalities as deprecated | Guoqing Jiang |
2021-06-14 | md/raid10: enable io accounting | Guoqing Jiang |
2021-06-14 | md/raid1: enable io accounting | Guoqing Jiang |
2021-06-14 | md/raid1: rename print_msg with r1bio_existed | Guoqing Jiang |
2021-06-14 | md/raid5: avoid redundant bio clone in raid5_read_one_chunk | Guoqing Jiang |
2021-06-14 | md/raid5: move checking badblock before clone bio in raid5_read_one_chunk | Guoqing Jiang |
2021-06-14 | md: add io accounting for raid0 and raid5 | Guoqing Jiang |
2021-06-14 | md: revert io stats accounting | Guoqing Jiang |
2021-06-14 | dm writecache: use list_move instead of list_del/list_add in writecache_write... | Baokun Li |
2021-06-14 | dm writecache: commit just one block, not a full page | Mikulas Patocka |
2021-06-14 | dm writecache: remove unused gfp_t argument from wc_add_block() | Mikulas Patocka |
2021-06-12 | Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-06-11 | blk-mq: improve the blk_mq_init_allocated_queue interface | Christoph Hellwig |
2021-06-08 | bcache: avoid oversized read request in cache missing code path | Coly Li |
2021-06-08 | bcache: remove bcache device self-defined readahead | Coly Li |
2021-06-04 | dm crypt: Fix zoned block device support | Damien Le Moal |
2021-06-04 | dm: introduce zone append emulation | Damien Le Moal |
2021-06-04 | dm: rearrange core declarations for extended use from dm-zone.c | Damien Le Moal |
2021-06-04 | dm: Forbid requeue of writes to zones | Damien Le Moal |
2021-06-04 | dm: Introduce dm_report_zones() | Damien Le Moal |
2021-06-04 | dm: move zone related code to dm-zone.c | Damien Le Moal |
2021-06-04 | dm: cleanup device_area_is_invalid() | Damien Le Moal |
2021-06-04 | dm: Fix dm_accept_partial_bio() relative to zone management commands | Damien Le Moal |
2021-06-04 | dm zoned: check zone capacity | Damien Le Moal |
2021-06-04 | dm table: Constify static struct blk_ksm_ll_ops | Rikard Falkeborn |
2021-06-04 | dm writecache: interrupt writeback if suspended | Mikulas Patocka |
2021-06-04 | dm writecache: don't split bios when overwriting contiguous cache content | Mikulas Patocka |
2021-06-04 | dm kcopyd: avoid spin_lock_irqsave from process context | Mikulas Patocka |
2021-06-04 | dm kcopyd: avoid useless atomic operations | Mikulas Patocka |
2021-06-04 | dm space map disk: cache a small number of index entries | Joe Thornber |
2021-06-04 | dm space maps: improve performance with inc/dec on ranges of blocks | Joe Thornber |
2021-06-04 | dm space maps: don't reset space map allocation cursor when committing | Joe Thornber |