index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-13
/
+10
|
\
|
*
vfs: Convert dax to use the new mount API
David Howells
2019-05-26
1
-6
/
+10
|
*
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
1
-1
/
+1
|
*
device-dax: Drop register_filesystem()
Dan Williams
2019-05-21
1
-7
/
+0
*
|
Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...
Linus Torvalds
2019-07-18
1
-0
/
+19
|
\
\
|
*
|
device-dax: Add a 'resource' attribute
Vishal Verma
2019-06-21
1
-0
/
+19
*
|
|
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-18
2
-2
/
+19
|
\
\
\
|
*
|
|
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-07-06
2
-2
/
+19
|
|
/
/
*
|
|
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2019-07-17
2
-4
/
+39
*
|
|
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
2019-07-17
1
-1
/
+4
*
|
|
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
2019-07-02
2
-47
/
+0
*
|
|
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
1
-6
/
+6
*
|
|
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-07-02
2
-5
/
+8
*
|
|
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
2019-07-02
1
-0
/
+1
|
/
/
*
|
mm/devm_memremap_pages: fix final page put race
Dan Williams
2019-06-14
1
-10
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-06-05
2
-18
/
+2
*
|
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-25
1
-31
/
+57
|
\
\
|
*
|
dax: Arrange for dax_supported check to span multiple devices
Dan Williams
2019-05-21
1
-31
/
+57
|
|
/
*
/
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
|
/
*
Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-05-16
2
-5
/
+4
|
\
|
*
drivers/dax: Allow to include DEV_DAX_PMEM as builtin
Aneesh Kumar K.V
2019-05-07
1
-2
/
+1
|
*
dax/pmem: Fix whitespace in dax_pmem
Vishal Verma
2019-04-23
1
-3
/
+3
*
|
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2019-05-14
1
-4
/
+2
*
|
dax: make use of ->free_inode()
Al Viro
2019-05-02
1
-5
/
+2
|
/
*
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
2019-03-16
15
-499
/
+1032
|
\
|
*
device-dax: "Hotplug" persistent memory for use like normal RAM
Dave Hansen
2019-02-28
3
-0
/
+125
|
*
device-dax: Add a 'modalias' attribute to DAX 'bus' devices
Vishal Verma
2019-02-28
1
-0
/
+12
|
*
device-dax: Add a 'target_node' attribute
Dan Williams
2019-02-20
1
-0
/
+28
|
*
device-dax: Auto-bind device after successful new_id
Dan Williams
2019-01-24
1
-6
/
+18
|
*
acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
Dan Williams
2019-01-07
4
-3
/
+12
|
*
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
2019-01-07
9
-49
/
+202
|
*
device-dax: Add support for a dax override driver
Dan Williams
2019-01-07
3
-10
/
+156
|
*
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
2019-01-07
5
-79
/
+90
|
*
device-dax: Introduce bus + driver model
Dan Williams
2019-01-07
5
-87
/
+203
|
*
device-dax: Start defining a dax bus model
Dan Williams
2019-01-07
9
-224
/
+209
|
*
device-dax: Remove multi-resource infrastructure
Dan Williams
2019-01-07
4
-49
/
+10
|
*
device-dax: Kill dax_region base
Dan Williams
2019-01-07
4
-8
/
+4
|
*
device-dax: Kill dax_region ida
Dan Williams
2019-01-07
2
-24
/
+3
*
|
dax: Check the end of the block-device capacity with dax_direct_access()
Dan Williams
2019-02-21
1
-10
/
+28
|
/
*
mm, devm_memremap_pages: fix shutdown handling
Dan Williams
2018-12-28
1
-11
/
+3
*
device-dax: Add missing address_space_operations
Dave Jiang
2018-09-22
1
-0
/
+6
*
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
2018-09-05
1
-1
/
+2
*
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
2018-08-26
1
-27
/
+48
|
\
|
*
device-dax: Set page->index
Dan Williams
2018-07-20
1
-0
/
+4
|
*
device-dax: Enable page_mapping()
Dan Williams
2018-07-20
1
-17
/
+38
|
*
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
2018-07-20
1
-15
/
+11
*
|
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2018-08-26
2
-6
/
+9
|
\
\
|
*
|
device-dax: avoid hang on error before devm_memremap_pages()
Stefan Hajnoczi
2018-08-01
1
-4
/
+8
|
*
|
dax/super: Do not request a pointer kaddr when not required
Huaisheng Ye
2018-07-30
1
-2
/
+1
*
|
|
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-18
1
-1
/
+1
[next]