summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2015-01-07dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter
2015-01-07dm bufio: fix memleak when using a dm_buffer's inline bioDarrick J. Wong
2014-11-19dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen
2014-11-19dm btree: fix a recursion depth bug in btree walking codeJoe Thornber
2014-11-19dm bufio: change __GFP_IO to __GFP_FS in shrinker callbacksMikulas Patocka
2014-11-19dm thin: grab a virtual cell before looking up the mappingJoe Thornber
2014-11-13dm log userspace: fix memory leak in dm_ulog_tfr_init failure pathAlexey Khoroshilov
2014-11-13dm bufio: when done scanning return from __scan immediatelyMikulas Patocka
2014-11-13dm bufio: update last_accessed when relinking a bufferJoe Thornber
2014-10-31bcache: fix crash with incomplete cache setSlava Pestov
2014-10-31bcache: fix memory corruption in init error pathSlava Pestov
2014-10-31bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande
2014-10-13md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown
2014-10-13md/raid1: fix_read_error should act on all non-faulty devices.NeilBrown
2014-10-13dm crypt: fix access beyond the end of allocated spaceMikulas Patocka
2014-10-13dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula
2014-09-17md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown
2014-09-17md/raid10: fix memory leak when reshaping a RAID10.NeilBrown
2014-09-17md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown
2014-09-17md/raid1,raid10: always abort recover on write error.NeilBrown
2014-09-02bcache: Minor journal fixKent Overstreet
2014-08-19dm cache: fix race affecting dirty block countAnssi Hannula
2014-08-19dm bufio: fully initialize shrinkerGreg Thelen
2014-07-29dm cache metadata: do not allow the data block size to changeMike Snitzer
2014-07-29dm thin metadata: do not allow the data block size to changeMike Snitzer
2014-07-18dm io: fix a race condition in the wake up code for sync_ioJoe Thornber
2014-07-18md: flush writes before starting a recovery.NeilBrown
2014-07-17dm thin: update discard_granularity to reflect the thin-pool blocksizeLukas Czerner
2014-06-20md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown
2014-06-20md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown
2014-06-20dm cache: always split discards on cache block boundariesHeinz Mauelshagen
2014-06-09dm crypt: fix cpu hotplug crash by removing per-cpu structureMikulas Patocka
2014-06-06md: avoid possible spinning md thread at shutdown.NeilBrown
2014-05-29md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa...NeilBrown
2014-05-15dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer
2014-05-15dm: take care to copy the space map roots before locking the superblockJoe Thornber
2014-05-15dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber
2014-05-15dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer
2014-03-24dm cache: fix access beyond end of origin deviceHeinz Mauelshagen
2014-03-24dm cache: fix truncation bug when copying a block to/from >2TB fast deviceHeinz Mauelshagen
2014-03-24dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber
2014-03-05dm thin: fix the error path for the thin device constructorMike Snitzer
2014-03-05dm thin: avoid metadata commit if a pool's thin devices haven't changedMike Snitzer
2014-03-05dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke
2014-02-22md/raid5: Fix CPU hotplug callback registrationOleg Nesterov
2014-02-22md/raid1: restore ability for check and repair to fix read errors.NeilBrown
2014-02-13dm sysfs: fix a module unload raceMikulas Patocka
2014-02-13dm space map metadata: fix bug in resizing of thin metadataJoe Thornber
2014-02-13dm space map metadata: fix extending the space mapJoe Thornber
2014-02-13dm space map common: make sure new space is used during extendJoe Thornber