Age | Commit message (Expand) | Author |
2020-09-02 | dm thin metadata: Fix use-after-free in dm_bm_set_read_only | Ye Bin |
2020-09-02 | dm thin metadata: Avoid returning cmd->bm wild pointer on error | Ye Bin |
2020-09-02 | dm cache metadata: Avoid returning cmd->bm wild pointer on error | Ye Bin |
2020-09-01 | dm integrity: fix error reporting in bitmap mode after creation | Mikulas Patocka |
2020-09-01 | dm crypt: Initialize crypto wait structures | Damien Le Moal |
2020-09-01 | dm mpath: fix racey management of PG initialization | Mike Snitzer |
2020-09-01 | dm writecache: handle DAX to partitions on persistent memory correctly | Mikulas Patocka |
2020-08-28 | Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-27 | md/raid5: make sure stripe_size as power of two | Yufen Yu |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-15 | Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-08-07 | Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-08-07 | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-08-06 | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son... | Jens Axboe |
2020-08-06 | Merge branch 'WIP.locking/seqlocks' into locking/urgent | Ingo Molnar |
2020-08-05 | md-cluster: Fix potential error pointer dereference in resize_bitmaps() | Dan Carpenter |
2020-08-05 | md: get sysfs entry after redundancy attr group create | Junxiao Bi |
2020-08-05 | Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-05 | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-04 | dm: don't call report zones for more than the user requested | Johannes Thumshirn |
2020-08-04 | dm ebs: Fix incorrect checking for REQ_OP_FLUSH | John Dorminy |
2020-08-04 | dm init: Set file local variable static | Damien Le Moal |
2020-08-04 | dm ioctl: Fix compilation warning | Damien Le Moal |
2020-08-04 | dm raid: Remove empty if statement | Damien Le Moal |
2020-08-04 | dm verity: Fix compilation warning | Damien Le Moal |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-08-02 | md/raid5: Allow degraded raid6 to do rmw | ChangSyun Peng |
2020-08-02 | md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 | ChangSyun Peng |
2020-08-02 | raid5: don't duplicate code for different paths in handle_stripe | Guoqing Jiang |
2020-08-02 | raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_show | Guoqing Jiang |
2020-08-02 | md: print errno in super_written | Guoqing Jiang |
2020-08-02 | md/raid5: remove the redundant setting of STRIPE_HANDLE | Guoqing Jiang |
2020-08-02 | md: register new md sysfs file 'uuid' read-only | Sebastian Parschauer |
2020-08-02 | md: fix max sectors calculation for super 1.0 | Xiao Ni |
2020-07-31 | init: add an init_stat helper | Christoph Hellwig |
2020-07-29 | raid5: Use sequence counter with associated spinlock | Ahmed S. Darwish |
2020-07-28 | bcache: use disk_{start,end}_io_acct() to count I/O for bcache device | Coly Li |
2020-07-25 | bcache: fix bio_{start,end}_io_acct with proper device | Coly Li |
2020-07-25 | bcache: avoid extra memory consumption in struct bbio for large bucket size | Coly Li |
2020-07-25 | bcache: avoid extra memory allocation from mempool c->fill_iter | Coly Li |
2020-07-25 | bcache: add sysfs file to display feature sets information of cache set | Coly Li |
2020-07-25 | bcache: add bucket_size_hi into struct cache_sb_disk for large bucket | Coly Li |
2020-07-25 | bcache: handle btree node memory allocation properly for bucket size > 8MB | Coly Li |
2020-07-25 | bcache: handle cache set verify_ondisk properly for bucket size > 8MB | Coly Li |