| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpm | Stephen Rothwell | 2022-06-28 | 5 | -5/+8 |
|\ |
|
| * | dax: introduce holder for dax_device | Shiyang Ruan | 2022-06-27 | 1 | -1/+1 |
| * | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 2022-06-27 | 4 | -4/+7 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/devi... | Stephen Rothwell | 2022-06-28 | 1 | -16/+18 |
|\ \ |
|
| * | | dm raid: fix accesses beyond end of raid member array | Heinz Mauelshagen | 2022-06-27 | 1 | -16/+18 |
| |/ |
|
* | | dm: open code blk_max_size_offset in max_io_len | Christoph Hellwig | 2022-06-27 | 1 | -11/+6 |
|/ |
|
* | dm mirror log: clear log bits up to BITS_PER_LONG boundary | Mikulas Patocka | 2022-06-23 | 1 | -1/+1 |
* | dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bio | Ming Lei | 2022-06-23 | 2 | -4/+8 |
* | dm: do not return early from dm_io_complete if BLK_STS_AGAIN without polling | Mike Snitzer | 2022-06-21 | 1 | -1/+3 |
* | dm era: commit metadata in postsuspend after worker stops | Nikos Tsironis | 2022-06-21 | 1 | -1/+7 |
* | Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-06-17 | 4 | -13/+9 |
|\ |
|
| * | md/raid5-ppl: Fix argument order in bio_alloc_bioset() | Logan Gunthorpe | 2022-06-15 | 1 | -2/+2 |
| * | Revert "md: don't unregister sync_thread with reconfig_mutex held" | Guoqing Jiang | 2022-06-15 | 3 | -11/+7 |
* | | dm mirror log: round up region bitmap size to BITS_PER_LONG | Mikulas Patocka | 2022-06-16 | 1 | -2/+1 |
* | | dm: fix narrow race for REQ_NOWAIT bios being issued despite no support | Mikulas Patocka | 2022-06-16 | 1 | -1/+6 |
* | | dm: fix use-after-free in dm_put_live_table_bio | Mikulas Patocka | 2022-06-16 | 1 | -6/+7 |
* | | dm: fix race in dm_start_io_acct | Benjamin Marzinski | 2022-06-15 | 1 | -0/+4 |
|/ |
|
* | dm: fix zoned locking imbalance due to needless check in clone_endio | Mike Snitzer | 2022-06-10 | 1 | -15/+11 |
* | dm: fix bio_set allocation | Christoph Hellwig | 2022-06-08 | 5 | -75/+35 |
* | Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-06-03 | 20 | -330/+298 |
|\ |
|
| * | bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() | Coly Li | 2022-05-28 | 2 | -10/+28 |
| * | md: bcache: check the return value of kzalloc() in detached_dev_do_request() | Jia-Ju Bai | 2022-05-27 | 1 | -0/+6 |
| * | bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_... | Coly Li | 2022-05-27 | 2 | -0/+2 |
| * | bcache: avoid journal no-space deadlock by reserving 1 journal bucket | Coly Li | 2022-05-24 | 3 | -5/+29 |
| * | bcache: remove incremental dirty sector counting for bch_sectors_dirty_init() | Coly Li | 2022-05-24 | 1 | -28/+13 |
| * | bcache: improve multithreaded bch_sectors_dirty_init() | Coly Li | 2022-05-24 | 2 | -38/+26 |
| * | bcache: improve multithreaded bch_btree_check() | Coly Li | 2022-05-24 | 2 | -33/+27 |
| * | md: fix double free of io_acct_set bioset | Xiao Ni | 2022-05-22 | 1 | -4/+0 |
| * | md: Don't set mddev private to NULL in raid0 pers->free | Xiao Ni | 2022-05-22 | 1 | -1/+0 |
| * | md: remove most calls to bdevname | Christoph Hellwig | 2022-05-22 | 9 | -200/+147 |
| * | md: protect md_unregister_thread from reentrancy | Guoqing Jiang | 2022-05-22 | 1 | -5/+10 |
| * | md: don't unregister sync_thread with reconfig_mutex held | Guoqing Jiang | 2022-05-22 | 3 | -7/+11 |
* | | Merge tag 'for-5.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-06-01 | 2 | -4/+16 |
|\ \ |
|
| * | | dm verity: set DM_TARGET_IMMUTABLE feature flag | Sarthak Kukreti | 2022-05-31 | 1 | -0/+1 |
| * | | dm table: fix dm_table_supports_poll to return false if no data devices | Mike Snitzer | 2022-05-31 | 1 | -4/+15 |
* | | | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-05-27 | 6 | -12/+69 |
|\ \ \ |
|
| * | | | dax: add .recovery_write dax_operation | Jane Chu | 2022-05-16 | 4 | -0/+50 |
| * | | | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 2022-05-16 | 6 | -12/+19 |
* | | | | Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-26 | 15 | -287/+409 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | dm: pass NULL bdev to bio_alloc_clone | Mike Snitzer | 2022-05-11 | 1 | -16/+24 |
| * | | | dm cache metadata: remove unnecessary variable in __dump_mapping | Guo Zhengkui | 2022-05-09 | 1 | -2/+1 |
| * | | | dm mpath: provide high-resolution timer to HST for bio-based | Gabriel Krisman Bertazi | 2022-05-09 | 3 | -1/+23 |
| * | | | dm crypt: make printing of the key constant-time | Mikulas Patocka | 2022-05-09 | 1 | -3/+11 |
| * | | | dm integrity: fix error code in dm_integrity_ctr() | Dan Carpenter | 2022-05-09 | 1 | -2/+0 |
| * | | | dm stats: add cond_resched when looping over entries | Mikulas Patocka | 2022-05-09 | 1 | -0/+8 |
| * | | | dm: improve abnormal bio processing | Mike Snitzer | 2022-05-05 | 1 | -31/+36 |
| * | | | dm: simplify bio-based IO accounting further | Mike Snitzer | 2022-05-05 | 2 | -34/+6 |
| * | | | dm: put all polled dm_io instances into a single list | Ming Lei | 2022-05-05 | 2 | -26/+28 |
| * | | | dm: improve dm_io reference counting | Ming Lei | 2022-05-05 | 1 | -14/+39 |
| * | | | dm: don't grab target io reference in dm_zone_map_bio | Ming Lei | 2022-05-05 | 3 | -18/+6 |