Age | Commit message (Expand) | Author |
2022-06-10 | dm: fix zoned locking imbalance due to needless check in clone_endio | Mike Snitzer |
2022-06-08 | dm: fix bio_set allocation | Christoph Hellwig |
2022-06-03 | Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-06-01 | Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-05-31 | dm verity: set DM_TARGET_IMMUTABLE feature flag | Sarthak Kukreti |
2022-05-31 | dm table: fix dm_table_supports_poll to return false if no data devices | Mike Snitzer |
2022-05-28 | bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() | Coly Li |
2022-05-27 | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-05-27 | md: bcache: check the return value of kzalloc() in detached_dev_do_request() | Jia-Ju Bai |
2022-05-27 | bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_... | Coly Li |
2022-05-26 | Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-05-24 | bcache: avoid journal no-space deadlock by reserving 1 journal bucket | Coly Li |
2022-05-24 | bcache: remove incremental dirty sector counting for bch_sectors_dirty_init() | Coly Li |
2022-05-24 | bcache: improve multithreaded bch_sectors_dirty_init() | Coly Li |
2022-05-24 | bcache: improve multithreaded bch_btree_check() | Coly Li |
2022-05-23 | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-05-22 | md: fix double free of io_acct_set bioset | Xiao Ni |
2022-05-22 | md: Don't set mddev private to NULL in raid0 pers->free | Xiao Ni |
2022-05-22 | md: remove most calls to bdevname | Christoph Hellwig |
2022-05-22 | md: protect md_unregister_thread from reentrancy | Guoqing Jiang |
2022-05-22 | md: don't unregister sync_thread with reconfig_mutex held | Guoqing Jiang |
2022-05-16 | dax: add .recovery_write dax_operation | Jane Chu |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu |
2022-05-11 | dm: pass NULL bdev to bio_alloc_clone | Mike Snitzer |
2022-05-09 | dm cache metadata: remove unnecessary variable in __dump_mapping | Guo Zhengkui |
2022-05-09 | dm mpath: provide high-resolution timer to HST for bio-based | Gabriel Krisman Bertazi |
2022-05-09 | dm crypt: make printing of the key constant-time | Mikulas Patocka |
2022-05-09 | dm integrity: fix error code in dm_integrity_ctr() | Dan Carpenter |
2022-05-09 | dm stats: add cond_resched when looping over entries | Mikulas Patocka |
2022-05-05 | dm: improve abnormal bio processing | Mike Snitzer |
2022-05-05 | dm: simplify bio-based IO accounting further | Mike Snitzer |
2022-05-05 | dm: put all polled dm_io instances into a single list | Ming Lei |
2022-05-05 | dm: improve dm_io reference counting | Ming Lei |
2022-05-05 | dm: don't grab target io reference in dm_zone_map_bio | Ming Lei |
2022-05-05 | dm: improve bio splitting and associated IO accounting | Ming Lei |
2022-05-05 | dm: switch to bdev based IO accounting interfaces | Ming Lei |
2022-05-05 | dm: pass dm_io instance to dm_io_acct directly | Ming Lei |
2022-05-05 | dm: don't pass bio to __dm_start_io_acct and dm_end_io_acct | Ming Lei |
2022-05-05 | dm: use bio_sectors in dm_aceept_partial_bio | Mike Snitzer |
2022-05-05 | dm: simplify basic targets | Mike Snitzer |
2022-05-05 | dm: conditionally enable branching for less used features | Mike Snitzer |
2022-05-05 | dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bio | Mike Snitzer |
2022-05-05 | dm: move hot dm_io members to same cacheline as dm_target_io | Mike Snitzer |
2022-05-05 | dm: add local variables to clone_endio and __map_bio | Mike Snitzer |
2022-05-05 | dm: mark various branches unlikely | Mike Snitzer |
2022-05-05 | dm: simplify dm_start_io_acct | Mike Snitzer |
2022-05-05 | dm: simplify dm_io access in dm_split_and_process_bio | Mike Snitzer |
2022-05-05 | dm: factor out dm_io_set_error and __dm_io_dec_pending | Mike Snitzer |
2022-05-05 | dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset | Mike Snitzer |