libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
[pandora-kernel.git] / drivers / md /
2018-03-03 Joe Thornberdm btree: fix serious bug in btree_split_beneath()
2018-03-03 Dennis Yangdm thin metadata: THIN_MAX_CONCURRENT_LOCKS should...
2018-03-03 Joe Thornberdm thin metadata: introduce THIN_MAX_CONCURRENT_LOCKS
2018-03-03 monty_pavel@sina.comdm: fix various targets to dm_register_target after...
2018-03-03 Johannes Thumshirndm mpath: simplify failure path of dm_multipath_init()
2018-02-13 Eric Biggersdm bufio: fix integer overflow when limiting maximum...
2018-02-13 Mike Snitzerdm: discard support requires all targets in a table...
2018-02-13 Hou Taodm: fix race between dm_get_from_kobject() and __dm_des...
2017-11-11 Bart Van Asschedm: fix printk() rate limiting code
2017-10-12 Mikulas Patockamd: don't use flush_signals in userspace processes
2017-06-05 NeilBrownmd: ensure md devices are freed before module is unloaded.
2017-06-05 colyli@suse.demd linear: fix a race between linear_add() and linear_c...
2017-03-16 Ondrej Kozinadm crypt: mark key as invalid until properly loaded
2017-02-23 tang.junhuidm table: fix missing dm_put_target_type() in dm_table_...
2016-11-20 Mike Snitzerdm flakey: error READ bios during the down_interval
2016-04-30 Shaohua Liraid10: include bio_end_io_list in nr_queued to prevent...
2016-04-30 Nate Daileyraid1: include bio_end_io_list in nr_queued to prevent...
2016-04-30 DingXiangdm snapshot: disallow the COW and origin devices from...
2016-02-13 Mikulas Patockadm snapshot: fix hung bios when copy error occurs
2015-12-30 Joe Thornberdm btree: fix bufio buffer leaks in dm_btree_del()...
2015-12-30 Mike Snitzerdm btree: fix leak of bufio-backed block in btree_split...
2015-11-17 NeilBrownmd/raid10: don't clear bitmap bit when bad-block-list...
2015-11-17 NeilBrownmd/raid10: ensure device failure recorded before write...
2015-11-17 NeilBrownmd/raid1: don't clear bitmap bit when bad-block-list...
2015-11-17 NeilBrownmd/raid1: ensure device failure recorded before write...
2015-11-17 Mike Snitzerdm btree: fix leak of bufio-backed block in btree_split...
2015-11-17 Joe Thornberdm btree remove: fix a bug when rebalancing nodes after...
2015-11-17 NeilBrownmd/raid0: apply base queue limits *before* disk_stack_l...
2015-11-17 NeilBrownmd/raid0: update queue parameter in a safer location.
2015-10-13 Benjamin Randazzomd: use kzalloc() when bitmap is disabled
2015-10-13 Joe Thornberdm btree: add ref counting ops for the leaves of top...
2015-10-13 NeilBrownmd/raid1: extend spinlock to protect raid1_end_read_req...
2015-08-12 NeilBrownmd/raid1: fix test for 'was read error from last workin...
2015-08-12 Joe Thornberdm btree: silence lockdep lock inversion in dm_btree_del()
2015-08-12 Joe Thornberdm thin: allocate the cell_sort_array dynamically
2015-08-12 Dennis Yangdm btree remove: fix bug in redistribute3
2015-08-06 NeilBrownmd/raid5: don't record new size if resize_stripes fails.
2015-05-09 Darrick J. Wongdm io: deal with wandering queue limits when handling...
2015-05-09 Mikulas Patockadm: hold suspend_lock while suspending device during...
2015-05-09 Mikulas Patockadm snapshot: fix a possible invalid memory access on...
2015-05-09 Mikulas Patockadm: fix a race condition in dm_get_md
2015-05-09 Darrick J. Wongdm io: reject unsupported DISCARD requests with EOPNOTSUPP
2015-05-09 Mikulas Patockadm mirror: do not degrade the mirror on discard error
2015-02-20 Dan Carpenterdm space map metadata: fix sm_bootstrap_get_nr_blocks()
2014-12-14 Heinz Mauelshagendm raid: ensure superblock's size matches device's...
2014-12-14 Mikulas Patockadm bufio: change __GFP_IO to __GFP_FS in shrinker callbacks
2014-12-14 Alexey Khoroshilovdm log userspace: fix memory leak in dm_ulog_tfr_init...
2014-12-14 Joe Thornberdm bufio: update last_accessed when relinking a buffer
2014-11-05 Mikulas Patockadm crypt: fix access beyond the end of allocated space
2014-09-13 NeilBrownmd/raid6: avoid data corruption during recovery of...
2014-09-13 NeilBrownmd/raid1,raid10: always abort recover on write error.
2014-08-06 Joe Thornberdm io: fix a race condition in the wake up code for...
2014-08-06 NeilBrownmd: flush writes before starting a recovery.
2014-07-11 NeilBrownmd: always set MD_RECOVERY_INTR when aborting a reshape...
2014-06-09 NeilBrownmd: avoid possible spinning md thread at shutdown.
2014-04-30 Mike Snitzerdm thin: fix dangling bio in process_deferred_bios...
2014-04-01 Oleg Nesterovmd/raid5: Fix CPU hotplug callback registration
2014-04-01 NeilBrownmd/raid5: fix long-standing problem with bitmap handlin...
2014-04-01 Mikulas Patockadm sysfs: fix a module unload race
2014-04-01 Joe Thornberdm space map common: make sure new space is used during...
2014-04-01 Mikulas Patockadm: wait until embedded kobject is released before...
2014-02-15 NeilBrownmd/raid10: fix bug when raid10 recovery fails to recove...
2014-02-15 NeilBrownmd/raid10: fix two bugs in handling of known-bad-blocks.
2014-02-15 NeilBrownmd/raid5: Fix possible confusion when multiple write...
2014-01-03 Mikulas Patockadm bufio: initialize read-only module parameters
2014-01-03 Mikulas Patockadm table: fail dm_table_create on dm_round_up overflow
2014-01-03 Mikulas Patockadm snapshot: avoid snapshot space leak on crash
2014-01-03 Mikulas Patockadm delay: fix a possible deadlock due to shared workqueue
2014-01-03 Shiva Krishna Merladm mpath: fix race condition between multipath_dtr...
2014-01-03 Mikulas Patockadm: allocate buffer for messages with small number...
2013-11-28 Mikulas Patockadm snapshot: fix data corruption
2013-10-26 Mikulas Patockadm-snapshot: fix performance degradation due to small...
2013-09-10 Kent Overstreetblock: Add bio_for_each_segment_all()
2013-06-19 Alex Lyakasmd/raid1: consider WRITE as successful only if at least...
2013-05-30 Mikulas Patockadm bufio: avoid a possible __vmalloc deadlock
2013-05-30 Wei Yongjundm snapshot: fix error return code in snapshot_ctr
2013-05-13 NeilBrownmd: bad block list should default to disabled.
2013-03-27 Joe Thornberdm thin: fix discard corruption
2013-03-20 Mikulas Patockadm snapshot: add missing module aliases
2013-03-20 Mikulas Patockadm: fix truncated status strings
2013-03-20 NeilBrownmd: raid0: fix error return from create_stripe_zones.
2013-03-20 NeilBrownmd: fix two bugs when attempting to resize RAID0 array.
2013-03-20 Sebastian Riemermd: protect against crash upon fsync on ro array
2013-01-03 Alasdair G Kergondm ioctl: prevent unsafe change to dm_ioctl data_size
2013-01-03 Mikulas Patockadm persistent data: rename node to btree_node
2012-12-06 Jens Axboedm: fix deadlock with request based dm and queue reques...
2012-12-06 majianpengmd: Avoid write invalid address if read_seqretry return...
2012-12-06 majianpengmd: Reassigned the parameters if read_seqretry returned...
2012-10-30 Dan Carpentermd/raid10: use correct limit variable
2012-10-10 NeilBrownmd/raid10: fix "enough" function for detecting if array...
2012-10-10 Milan Brozdm table: clear add_random unless all devices have...
2012-10-10 Mike Snitzerdm: handle requests beyond end of device instead of...
2012-09-12 NeilBrownmd: Don't truncate size at 4TB for RAID0 and Linear
2012-08-09 NeilBrownmd/raid1: don't abort a resync on the first badblock.
2012-08-09 Joe Thornberdm thin: fix memory leak in process_prepared_mapping...
2012-08-09 Alasdair G Kergondm thin: reduce endio_hook pool size
2012-07-25 Mikulas Patockadm raid1: set discard_zeroes_data_unsupported
2012-07-25 Mikulas Patockadm raid1: fix crash with mirror recovery and discard
2012-07-25 NeilBrownmd/raid1: close some possible races on write errors...
2012-07-25 NeilBrownmd: avoid crash when stopping md array races with closi...
next