aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-log-userspace-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-10/+9
2015-10-31dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall1-2/+1
2015-04-15dm log userspace base: fix compile warningNicholas Mc Guire1-4/+3
2015-03-31dm log userspace: split flush_entry_pool to be per dirty-logMike Snitzer1-39/+45
2015-02-09dm: use time_in_range() and time_after()Manuel Schölling1-2/+3
2014-01-21dm log userspace: allow mark requests to piggyback on flush requestsDongmao Zhang1-47/+159
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-10-31dm log userspace: add log device dependencyJonathan E Brassow1-3/+32
2011-10-31dm log userspace: fix comment hyphensJonathan Brassow1-1/+1
2011-08-02dm log: userspace use list_moveKirill A. Shutemov1-2/+1
2011-01-13dm log userspace: add version number to commsJonathan Brassow1-2/+4
2011-01-13dm log userspace: group clear and mark requestsJonathan Brassow1-23/+79
2011-01-13dm log userspace: split flush queueJonathan Brassow1-9/+32
2011-01-13dm log userspace: trap all failed log construction errorsJonathan Brassow1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-16dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton1-1/+1
2009-09-10md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven1-1/+1
2009-09-04dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow1-9/+14
2009-09-04dm log: remove incorrect field from userspace table outputJonathan Brassow1-6/+10
2009-09-04dm log: fix userspace status outputJonathan Brassow1-1/+1
2009-06-22dm raid1: add userspace logJonthan Brassow1-0/+696