Age | Commit message (Expand) | Author |
2014-08-07 | dm cache: fix race affecting dirty block count | Anssi Hannula |
2014-08-07 | dm bufio: fully initialize shrinker | Greg Thelen |
2014-07-28 | dm cache metadata: do not allow the data block size to change | Mike Snitzer |
2014-07-28 | dm thin metadata: do not allow the data block size to change | Mike Snitzer |
2014-07-17 | dm: allocate a special workqueue for deferred device removal | Mikulas Patocka |
2014-07-17 | dm io: fix a race condition in the wake up code for sync_io | Joe Thornber |
2014-07-17 | dm mpath: fix IO hang due to logic bug in multipath_busy | Jun'ichi Nomura |
2014-07-09 | md: flush writes before starting a recovery. | NeilBrown |
2014-07-09 | dm thin: update discard_granularity to reflect the thin-pool blocksize | Lukas Czerner |
2014-07-09 | dm era: check for a non-NULL metadata object before closing it | Joe Thornber |
2014-06-02 | Merge tag 'md/3.15-fixes' of git://neil.brown.name/md | Linus Torvalds |
2014-05-30 | Merge tag 'dm-3.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-05-29 | md: always set MD_RECOVERY_INTR when interrupting a reshape thread. | NeilBrown |
2014-05-28 | md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync". | NeilBrown |
2014-05-27 | dm mpath: really fix lockdep warning | Hannes Reinecke |
2014-05-27 | dm cache: always split discards on cache block boundaries | Heinz Mauelshagen |
2014-05-21 | Merge tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-05-20 | dm thin: add 'no_space_timeout' dm-thin-pool module param | Mike Snitzer |
2014-05-14 | dm mpath: fix lock order inconsistency in multipath_ioctl | Mike Snitzer |
2014-05-14 | dm thin: add timeout to stop out-of-data-space mode holding IO forever | Joe Thornber |
2014-05-14 | dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode | Joe Thornber |
2014-05-14 | dm crypt: fix cpu hotplug crash by removing per-cpu structure | Mikulas Patocka |
2014-05-13 | Merge tag 'md/3.15-fixes' of git://neil.brown.name/md | Linus Torvalds |
2014-05-06 | md: avoid possible spinning md thread at shutdown. | NeilBrown |
2014-05-06 | md/raid10: call wait_barrier() for each request submitted. | NeilBrown |
2014-05-02 | Merge tag 'dm-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de... | Linus Torvalds |
2014-05-01 | dm cache: fix writethrough mode quiescing in cache_map | Mike Snitzer |
2014-04-29 | dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning | Mike Snitzer |
2014-04-17 | Merge tag '3.15-fixes' of git://neil.brown.name/md | Linus Torvalds |
2014-04-17 | raid5: fix a race of stripe count check | Shaohua Li |
2014-04-15 | dm verity: fix biovecs hash calculation regression | Milan Broz |
2014-04-11 | Merge tag 'md/3.15' of git://neil.brown.name/md | Linus Torvalds |
2014-04-09 | raid5: get_active_stripe avoids device_lock | Shaohua Li |
2014-04-09 | raid5: make_request does less prepare wait | Shaohua Li |
2014-04-09 | md: avoid oops on unload if some process is in poll or select. | NeilBrown |
2014-04-09 | md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fa... | NeilBrown |
2014-04-09 | md/bitmap: don't abuse i_writecount for bitmap files. | NeilBrown |
2014-04-08 | dm thin: fix rcu_read_lock being held in code that can sleep | Joe Thornber |
2014-04-08 | dm thin: irqsave must always be used with the pool->lock spinlock | Joe Thornber |
2014-04-05 | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-04-04 | dm cache: fix a lock-inversion | Joe Thornber |
2014-04-04 | dm thin: sort the per thin deferred bios using an rb_tree | Mike Snitzer |
2014-04-01 | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-04-01 | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-03-31 | dm thin: use per thin device deferred bio lists | Mike Snitzer |
2014-03-31 | dm thin: simplify pool_is_congested | Mike Snitzer |
2014-03-28 | dm thin: fix dangling bio in process_deferred_bios error path | Mike Snitzer |
2014-03-27 | dm mpath: print more useful warnings in multipath_message() | Jose Castillo |
2014-03-27 | dm-mpath: do not activate failed paths | Hannes Reinecke |
2014-03-27 | dm mpath: remove extra nesting in map function | Mike Snitzer |