Lines Matching full:log
16 dm_dirty_log_type in include/linux/dm-dirty-log.h). Various different
23 disk drivers/md/dm-log.c
24 core drivers/md/dm-log.c
25 userspace drivers/md/dm-log-userspace* include/linux/dm-log-userspace.h
28 The "disk" log type
30 This log implementation commits the log state to disk. This way, the
33 The "core" log type
35 This log implementation keeps the log state in memory. The log state
38 available for storing log state.
40 The "userspace" log type
42 This log type simply provides a way to export the log API to userspace,
43 so log implementations can be done there. This is done by forwarding most
48 located in include/linux/dm-log-userspace.h. Due to the frequency,
53 There are currently two userspace log implementations that leverage this
55 provide a cluster-coherent log for shared-storage. Device-mapper mirroring
56 can be used in a shared-storage environment when the cluster log implementations