index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-snap-persistent.c
Age
Commit message (
Expand
)
Author
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-06-07
dm: use bio op accessors
Mike Christie
2016-01-08
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
2015-11-04
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2015-10-31
dm: convert ffs to __ffs
Mikulas Patocka
2015-10-13
dm snapshot persistent: fix missing cleanup in persistent_ctr error path
Sudip Mukherjee
2015-10-09
dm snapshot: add new persistent store option to support overflow
Mike Snitzer
2015-08-12
dm: remove unlikely() before IS_ERR()
viresh kumar
2015-02-09
dm snapshot: remove unnecessary NULL checks before vfree() calls
Markus Elfring
2014-03-03
dm snapshot: fix metadata corruption
Mikulas Patocka
2014-01-14
dm snapshot: use dm-bufio prefetch
Mikulas Patocka
2014-01-14
dm snapshot: use dm-bufio
Mikulas Patocka
2014-01-14
dm snapshot: prepare for switch to using dm-bufio
Mikulas Patocka
2014-01-07
dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
2013-10-16
dm snapshot: fix data corruption
Mikulas Patocka
2013-09-20
dm snapshot: workaround for a false positive lockdep warning
Mikulas Patocka
2011-10-31
md: Add in export.h for files using EXPORT_SYMBOL
Paul Gortmaker
2011-08-02
dm snapshot: style cleanups
Jonathan Brassow
2011-08-02
dm: use vzalloc
Joe Perches
2011-08-02
dm: suppress endian warnings
Alasdair G Kergon
2011-08-02
dm snapshot: flush disk cache when merging
Mikulas Patocka
2011-05-29
dm io: use fixed initial mempool size
Mikulas Patocka
2011-01-13
dm snapshot: persistent make metadata_wq multithreaded
Tejun Heo
2011-01-13
dm: convert workqueues to alloc_ordered
Tejun Heo
2010-10-26
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
2010-08-12
dm snapshot: persistent use define for disk header chunk size
Tomohiro Kusumi
2010-02-16
dm snapshot: persistent annotate work_queue as on stack
Mike Snitzer
2009-12-10
dm exception store: add merge specific methods
Mikulas Patocka
2009-12-10
dm snapshot: move cow ref from exception store to snap core
Mike Snitzer
2009-12-10
dm snapshot: add allocated metadata to snapshot status
Mike Snitzer
2009-12-10
dm snapshot: rename dm_snap_exception to dm_exception
Jon Brassow
2009-12-10
dm snapshot: avoid else clause in persistent_read_metadata
Jon Brassow
2009-10-16
dm snapshot: use unsigned integer chunk size
Mikulas Patocka
2009-09-04
dm snapshot: fix on disk chunk size validation
Mikulas Patocka
2009-09-04
dm snapshot: fix header corruption race on invalidation
Mikulas Patocka
2009-09-04
dm snapshot: refactor zero_disk_area to use chunk_io
Mikulas Patocka
2009-06-22
dm snapshot: use barrier when writing exception store
Mikulas Patocka
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-04-02
dm snapshot: persistent fix dtr cleanup
Jonathan Brassow
2009-04-02
dm snapshot: move status to exception store
Jonathan Brassow
2009-04-02
dm snapshot: remove dm_snap header use
Jonathan Brassow
2009-04-02
dm exception store: move cow pointer
Jonathan Brassow
2009-04-02
dm exception store: move chunk_fields
Jonathan Brassow
2009-04-02
dm exception store: introduce registry
Jonathan Brassow
2009-04-02
dm exception store: separate type from instance
Jonathan Brassow
2009-01-06
dm snapshot: extend exception store functions
Jonathan Brassow
2009-01-06
dm snapshot: split out exception store implementations
Alasdair G Kergon