]> git.ipfire.org Git - people/arne_f/kernel.git/history - drivers/md
fbcon: remove soft scrollback code
[people/arne_f/kernel.git] / drivers / md /
2020-09-09  Ye Bindm thin metadata: Avoid returning cmd->bm wild pointer...
2020-09-09  Ye Bindm cache metadata: Avoid returning cmd->bm wild pointer...
2020-09-03  Kees Cookoverflow.h: Add allocation size calculation helpers
2020-08-21  Mike Snitzerdm cache: remove all obsolete writethrough-specific...
2020-08-21  Mike Snitzerdm cache: submit writethrough writes in parallel to...
2020-08-21  Mike Snitzerdm cache: pass cache structure to mode functions
2020-08-21  Ming Leidm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
2020-08-21  Coly Libcache: allocate meta data pages as compound pages
2020-08-21  ChangSyun Pengmd/raid5: Fix Force reconstruct-write io stuck in degra...
2020-08-21  Coly Libcache: fix super block seq numbers comparision in...
2020-08-21  Zhao Hemingmd-cluster: fix wild pointer of unlock_all_bitmaps()
2020-07-22  Mikulas Patockadm: use noio when sending kobject event
2020-07-09  Hou Taodm zoned: assign max_io_len correctly
2020-06-25  NeilBrownmd: add feature flag MD_FEATURE_RAID0_LAYOUT
2020-06-25  Zhiqiang Liubcache: fix potential deadlock problem in btree_gc_coalesce
2020-06-25  Hannes Reineckedm zoned: return NULL if dmz_get_zone_for_reclaim(...
2020-06-25  Martin Wilckdm mpath: switch paths in dm_blk_ioctl() code path
2020-06-20  Eric Biggersdm crypt: avoid truncating the logical block size
2020-06-20  Guoqing Jiangmd: don't flush workqueue unconditionally in md_open
2020-05-05  Sunwook Eomdm verity fec: fix hash block number in verity_fec_decode
2020-04-24  Goldwyn Rodriguesdm flakey: check for null arg_name in parse_features()
2020-04-24  Bob Liudm zoned: remove duplicate nr_rnd_zones increase in...
2020-04-24  Shetty, Harshini... dm verity fec: fix memory leak in verity_fec_dtr
2020-04-02  Mike Snitzerdm bio record: save/restore bi_end_io and bi_integrity
2020-03-11  Mikulas Patockadm integrity: fix a deadlock due to offloading to an...
2020-03-11  Mikulas Patockadm cache: fix a crash due to incorrect work item cancelling
2020-02-28  Coly Libcache: explicity type cast in bset_bkey_last()
2020-02-14  Mike Snitzerdm: fix potential for q->make_request_fn NULL pointer
2020-02-14  Milan Brozdm crypt: fix benbi IV constructor crash if used in...
2020-02-14  Joe Thornberdm space map common: fix to ensure new block isn't...
2020-02-14  Dmitry Fomichevdm zoned: support zone sizes smaller than 128MiB
2020-01-29  Andy Shevchenkomd: Avoid namespace collision with bitmap API
2020-01-23  Mikulas Patockablock: fix an integer overflow in logical block size
2020-01-09  Zhiqiang Liumd: raid1: check rdev before reference in raid1_sync_re...
2020-01-04  Coly Libcache: at least try to shrink 1 node in bch_mca_scan()
2019-12-21  Hou Taodm btree: increase rebalance threshold in __rebalance2()
2019-12-17  Guoqing Jiangraid5: need to set STRIPE_HANDLE for batch head
2019-12-17  Dmitry Fomichevdm zoned: reduce overhead of backing device checks
2019-12-17  Dan Carpentermd/raid0: Fix an error message in raid0_make_request()
2019-12-05  Sweet Teadm flakey: Properly corrupt multi-page bios.
2019-12-01  John Pittmanmd/raid10: prevent access of uninitialized resync_pages...
2019-12-01  Heinz Mauelshagendm raid: avoid bitmap with raid4/5/6 journal device
2019-11-24  Shenghui Wangbcache: recal cached_dev_sectors on detach
2019-11-24  NeilBrownmd: allow metadata updates while suspending an array...
2019-11-06  Kent Overstreetdm: Use kzalloc for all structs with embedded biosets...
2019-11-06  Mikulas Patockadm snapshot: rework COW throttling to fix deadlock
2019-11-06  Mikulas Patockadm snapshot: introduce account_start_copy() and account...
2019-11-06  Mikulas Patockadm snapshot: use mutex instead of rw_semaphore
2019-10-29  Song Liumd/raid0: fix warning message for parameter default_layout
2019-10-05  NeilBrownmd/raid0: avoid RAID0 data corruption due to layout...
2019-10-05  NeilBrownmd: only call set_in_sync() when it is expected to...
2019-10-05  NeilBrownmd: don't report active array_state until after revalid...
2019-10-05  Xiao Nimd/raid6: Set R5_ReadError when there is read failure...
2019-10-05  Nigel Croxonraid5: don't increment read_errors on EILSEQ return
2019-10-05  Guoqing Jiangraid5: don't set STRIPE_HANDLE to stripe which is in...
2019-10-05  Yufen Yumd/raid1: fail run raid1 array when active disk less...
2019-10-05  Guoqing Jiangmd: don't set In_sync if array is frozen
2019-10-05  Guoqing Jiangmd: don't call spare_active in md_reap_sync_thread...
2019-10-05  Yufen Yumd/raid1: end bio when the device faulty
2019-10-05  Mikulas Patockadm zoned: fix invalid memory access
2019-08-29  Dan Carpenterdm zoned: fix potential NULL dereference in dmz_do_recl...
2019-08-29  Dmitry Fomichevdm zoned: properly handle backing device failure
2019-08-29  Dmitry Fomichevdm zoned: improve error handling in i/o map code
2019-08-29  Dmitry Fomichevdm zoned: improve error handling in reclaim
2019-08-29  Mikulas Patockadm table: fix invalid memory accesses with too high...
2019-08-29  ZhangXiaoxudm space map metadata: fix missing store of apply_bops...
2019-08-29  ZhangXiaoxudm btree: fix order of block initialization in btree_sp...
2019-08-29  Dmitry Fomichevdm kcopyd: always complete failed jobs
2019-08-29  Mikulas PatockaRevert "dm bufio: fix deadlock with loop device"
2019-07-31  Junxiao Bidm bufio: fix deadlock with loop device
2019-07-31  Damien Le Moaldm zoned: fix zone state management race
2019-07-31  Coly Libcache: check c->gc_thread by IS_ERR_OR_NULL in cache_s...
2019-07-21  Milan Brozdm verity: use message limit for data block corruption...
2019-07-21  Mariusz Tkaczykmd: fix for divide error in status_resync
2019-07-03  zhangyi (F)dm log writes: make sure super sector log updates are...
2019-06-19  Coly Libcache: fix stack corruption by PRECEDING_KEY()
2019-05-31  Arnd Bergmannbcache: avoid clang -Wunintialized warning
2019-05-31  Coly Libcache: add failure check to run_cache_set() for journa...
2019-05-31  Tang Junhuibcache: fix failure in journal relplay
2019-05-31  Coly Libcache: return error immediately in bch_journal_replay()
2019-05-25  Nigel Croxonmd/raid: raid5 preserve the writeback action after...
2019-05-25  Song LiuRevert "Don't jump to compute_result state from check_r...
2019-05-25  Mikulas Patockadm delay: fix a crash when invalid device is specified
2019-05-25  Damien Le Moaldm zoned: Fix zone report handling
2019-05-25  Nikos Tsironisdm cache metadata: Fix loading discard bitset
2019-05-25  Yufen Yumd: add mddev->pers to avoid potential NULL pointer...
2019-05-21  Coly Libcache: never set KEY_PTRS of journal key to 0 in journ...
2019-05-21  Liang Chenbcache: fix a race between cache register and cacheset...
2019-05-16  Nigel CroxonDon't jump to compute_result state from check_result...
2019-05-16  Tang Junhuibcache: correct dirty data statistics
2019-05-02  Mikulas Patockadm integrity: change memcmp to strncmp in dm_integrity_ctr
2019-04-20  Mikulas Patockadm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNE...
2019-04-17  Ilya Dryomovdm table: propagate BDI_CAP_STABLE_WRITES to fix sporad...
2019-04-05  Coly Libcache: improve sysfs_strtoul_clamp()
2019-04-05  Coly Libcache: fix input overflow to sequential_cutoff
2019-04-05  Coly Libcache: fix input overflow to cache set sysfs file...
2019-04-05  Jason Cai (Xiang... dm thin: add sanity checks to thin-pool and external...
2019-03-23  Aditya Pakkimd: Fix failed allocation of md_register_thread
2019-03-23  Daniel Axtensbcache: never writeback a discard operation
2019-03-23  Mikulas Patockadm integrity: limit the rate of error messages
next