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-log-userspace-base.c
Age
Commit message (
Expand
)
Author
2018-05-30
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2015-10-31
dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()
Julia Lawall
2015-04-15
dm log userspace base: fix compile warning
Nicholas Mc Guire
2015-03-31
dm log userspace: split flush_entry_pool to be per dirty-log
Mike Snitzer
2015-02-09
dm: use time_in_range() and time_after()
Manuel Schölling
2014-01-21
dm log userspace: allow mark requests to piggyback on flush requests
Dongmao Zhang
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-10-31
md: Add module.h to all files using it implicitly
Paul Gortmaker
2011-10-31
dm log userspace: add log device dependency
Jonathan E Brassow
2011-10-31
dm log userspace: fix comment hyphens
Jonathan Brassow
2011-08-02
dm log: userspace use list_move
Kirill A. Shutemov
2011-01-13
dm log userspace: add version number to comms
Jonathan Brassow
2011-01-13
dm log userspace: group clear and mark requests
Jonathan Brassow
2011-01-13
dm log userspace: split flush queue
Jonathan Brassow
2011-01-13
dm log userspace: trap all failed log construction errors
Jonathan Brassow
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-10-16
dm log: userspace fix incorrect luid cast in userspace_ctr
Andrew Morton
2009-09-10
md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
Geert Uytterhoeven
2009-09-04
dm log: userspace add luid to distinguish between concurrent log instances
Jonathan Brassow
2009-09-04
dm log: remove incorrect field from userspace table output
Jonathan Brassow
2009-09-04
dm log: fix userspace status output
Jonathan Brassow
2009-06-22
dm raid1: add userspace log
Jonthan Brassow