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