summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-log-userspace-base.c
Commit message (Expand)AuthorAgeFilesLines
* dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-311-2/+1
* dm log userspace base: fix compile warningNicholas Mc Guire2015-04-151-4/+3
* dm log userspace: split flush_entry_pool to be per dirty-logMike Snitzer2015-03-311-39/+45
* dm: use time_in_range() and time_after()Manuel Schölling2015-02-091-2/+3
* dm log userspace: allow mark requests to piggyback on flush requestsDongmao Zhang2014-01-211-47/+159
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | dm log userspace: add log device dependencyJonathan E Brassow2011-10-311-3/+32
* | dm log userspace: fix comment hyphensJonathan Brassow2011-10-311-1/+1
|/
* dm log: userspace use list_moveKirill A. Shutemov2011-08-021-2/+1
* dm log userspace: add version number to commsJonathan Brassow2011-01-131-2/+4
* dm log userspace: group clear and mark requestsJonathan Brassow2011-01-131-23/+79
* dm log userspace: split flush queueJonathan Brassow2011-01-131-9/+32
* dm log userspace: trap all failed log construction errorsJonathan Brassow2011-01-131-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton2009-10-161-1/+1
* md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven2009-09-101-1/+1
* dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-041-9/+14
* dm log: remove incorrect field from userspace table outputJonathan Brassow2009-09-041-6/+10
* dm log: fix userspace status outputJonathan Brassow2009-09-041-1/+1
* dm raid1: add userspace logJonthan Brassow2009-06-221-0/+696