OSDN Git Service

PCI: rpadlpar: Fix leaked device_node references in add/remove paths
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / md /
2019-06-11 Arnd Bergmannbcache: avoid clang -Wunintialized warning
2019-06-11 Coly Libcache: add failure check to run_cache_set() for journa...
2019-06-11 Tang Junhuibcache: fix failure in journal relplay
2019-06-11 Coly Libcache: return error immediately in bch_journal_replay()
2019-06-11 Nigel Croxonmd/raid: raid5 preserve the writeback action after...
2019-06-11 Song LiuRevert "Don't jump to compute_result state from check_r...
2019-06-11 Mikulas Patockadm delay: fix a crash when invalid device is specified
2019-06-11 Yufen Yumd: add mddev->pers to avoid potential NULL pointer...
2019-06-11 Coly Libcache: never set KEY_PTRS of journal key to 0 in journ...
2019-06-11 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-04-27 Coly Libcache: improve sysfs_strtoul_clamp()
2019-04-27 Coly Libcache: fix input overflow to sequential_cutoff
2019-04-27 Coly Libcache: fix input overflow to cache set sysfs file...
2019-04-27 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 Xiao NiIt's wrong to add len to sector_nr in raid10 reshape...
2019-02-20 Nikos Tsironisdm thin: fix bug where bio that overwrites thin block...
2019-01-26 Nikos Tsironisdm snapshot: Fix excessive memory usage and workqueue...
2019-01-26 Nikos Tsironisdm kcopyd: Fix bug causing workqueue stalls
2018-11-21 Shaohua LiMD: fix invalid stored role for a disk - try2
2018-11-21 Wenwen Wangdm ioctl: harden copy_params()'s copy_from_user() from...
2018-11-21 Shaohua LiMD: fix invalid stored role for a disk
2018-11-21 Tang Junhuibcache: fix miss key refill->end in writeback
2018-10-13 Mike Snitzerdm cache: fix resize crash if user doesn't reload cache...
2018-10-10 Mike Snitzerdm thin metadata: fix __udivdi3 undefined on 32-bit
2018-10-10 Joe Thornberdm thin metadata: try to avoid ever aborting transactions
2018-10-10 Xiao NiRAID10 BUG_ON in raise_barrier when force is true and...
2018-10-10 Guoqing Jiangmd-cluster: clear another node's suspend_area after...
2018-09-19 BingJing Changmd/raid5: fix data corruption of replacements after...
2018-09-15 John Pittmandm kcopyd: avoid softlockup in run_complete_job
2018-09-09 Shan Haibcache: release dc->writeback_lock properly in bch_writ...
2018-09-09 Mike Snitzerdm cache metadata: save in-core policy_hint_size to...
2018-08-24 BingJing Changmd/raid10: fix that replacement cannot complete recover...
2018-08-06 Yufen Yumd: fix NULL dereference of mddev->pers in remove_and_a...
2018-07-11 Mikulas Patockadm bufio: don't take the lock in dm_bufio_shrink_count
2018-07-11 Mikulas Patockadm bufio: drop the lock when doing GFP_NOIO allocation
2018-07-11 Douglas Andersondm bufio: avoid sleeping while holding the dm_bufio...
2018-07-03 Mike Snitzerdm thin: handle running out of data space vs concurrent...
2018-07-03 NeilBrownmd: fix two problems with setting the "re-add" device...
2018-05-30 Coly Libcache: quit dc->writeback_thread when BCACHE_DEV_DETAC...
2018-05-30 Tang Junhuibcache: fix kcrashes with fio in RAID5 backend dev
2018-05-30 Yufen Yumd/raid1: fix NULL pointer dereference
2018-05-30 Arnd Bergmannmd: raid5: avoid string overflow warning
2018-05-30 Yufen Yumd raid10: fix NULL deference in handle_write_completed()
2018-05-30 Tang Junhuibcache: return attach error when no cache set exist
2018-05-30 Tang Junhuibcache: fix for data collapse after re-attaching an...
2018-05-30 Tang Junhuibcache: fix for allocator and register thread race
2018-05-30 Coly Libcache: properly set task state in bch_writeback_thread()
2018-04-13 Tang Junhuibcache: segregate flash only volume write streams
2018-04-13 Tang Junhuibcache: stop writeback thread after detaching
2018-04-13 Guoqing Jiangmd-cluster: fix potential lock issue in add_new_disk
2018-04-13 Julia Cartwrightmd/raid5: make use of spin_lock_irq over local_irq_disa...
2018-04-08 Guoqing Jiangmd/raid10: reset the 'first' at the end of loop
2018-04-08 Matthias Kaehlckedm ioctl: remove double parentheses
2018-03-24 Shaohua Limd/raid10: skip spare disk as 'first' disk
2018-03-24 Guoqing Jiangmd/raid10: wait up frozen array in handle_write_completed
2018-03-22 NeilBrownmd/raid6: Fix anomily when recovering a single device...
2018-03-18 Michael Lylebcache: don't attach backing with duplicate UUID
2018-03-11 Mike Snitzerdm io: fix duplicate bio completion due to missing...
2018-02-25 Arnd Bergmannmd: avoid warning for 32-bit sector_t
2018-02-22 NeilBrowndm: correctly handle chained bios in dec_pending()
2018-02-03 Michael Lylebcache: check return value of register_shrinker
2018-01-23 Dennis Yangdm thin metadata: THIN_MAX_CONCURRENT_LOCKS should...
2018-01-23 Joe Thornberdm btree: fix serious bug in btree_split_beneath()
2018-01-17 Suren Baghdasaryandm bufio: fix shrinker scans when (nr_to_scan < retain_...
2017-12-20 NeilBrownraid5: Set R5_Expanded on parity devices as well as...
2017-12-20 tang.junhuibcache: fix wrong cache_misses statistics
2017-12-20 Liang Chenbcache: explicitly destroy mutex while exiting
2017-12-20 Guoqing Jiangmd-cluster: free md_cluster_info if node leave cluster
2017-12-09 Rui Huabcache: recover data from backing when data is clean
2017-12-09 Coly Libcache: only permit to recovery read error when cache...
2017-12-05 Huacai Chenbcache: Fix building error on MIPS
2017-11-30 Coly Libcache: check ca->alloc_thread initialized before wake...
2017-11-30 Hou Taodm: fix race between dm_get_from_kobject() and __dm_des...
2017-11-30 Eric Biggersdm bufio: fix integer overflow when limiting maximum...
2017-10-21 Shaohua Limd/linear: shutup lockdep warnning
2017-10-08 Shaohua Limd/raid10: submit bio directly to replacement disk
2017-10-05 Dennis Yangmd/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_strip...
2017-10-05 Shaohua Limd/raid5: fix a race condition in stripe batch
2017-09-27 Michael Lylebcache: fix bch_hprint crash and improve output
2017-09-27 Tang Junhuibcache: fix for gc and write-back race
2017-09-27 Tony Aslesonbcache: Correct return value for sysfs attach errors
2017-09-27 Tang Junhuibcache: correct cache_dirty_target in __update_writebac...
2017-09-27 Tang Junhuibcache: do not subtract sectors_to_gc for bypassed IO
2017-09-27 Jan Karabcache: Fix leak of bdev reference
2017-09-27 Tang Junhuibcache: initialize dirty stripes in flash_dev_run()
2017-09-27 NeilBrownmd/bitmap: disable bitmap_resize for file-backed bitmaps.
2017-09-27 Song Liumd/raid5: release/flush io in raid5_do_work()
2017-08-07 Ofer Heifetzmd/raid5: add thread_group worker async_tx_issue_pendin...
2017-07-27 Xiao NiRaid5 should update rdev->sectors after reshape
2017-07-27 Mikulas Patockamd: don't use flush_signals in userspace processes
2017-07-15 Jason Yanmd: fix super_offset endianness in super_1_rdev_size_change
2017-07-15 Jason Yanmd: fix incorrect use of lexx_to_cpu in does_sb_need_ch...
2017-05-25 Dennis Yangmd: update slab_cache before releasing new stripes...
2017-05-25 Joe Thornberdm space map disk: fix some book keeping in the disk...
2017-05-25 Joe Thornberdm thin metadata: call precommit before saving the...
2017-05-25 Mikulas Patockadm bufio: make the parameter "retain_bytes" unsigned...
2017-05-25 Mike Snitzerdm cache metadata: fail operations if fail_io mode...
2017-05-25 Mikulas Patockadm bufio: check new buffer allocation watermark every...
next