index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dax: enable dax fault handler to report VM_FAULT_HWPOISON
Jane Chu
2023-06-26
1
-1
/
+4
*
dax: super.c: fix kernel-doc bad line warning
Randy Dunlap
2023-01-25
1
-1
/
+1
*
dax: Remove usage of the deprecated ida_simple_xxx API
Bo Liu
2022-09-29
1
-3
/
+3
*
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-17
1
-1
/
+66
*
dax: add .recovery_write dax_operation
Jane Chu
2022-05-16
1
-0
/
+9
*
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
2022-05-16
1
-2
/
+3
*
Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...
Linus Torvalds
2022-03-24
1
-0
/
+2
|
\
|
*
dax: Fix missing kdoc for dax_device
Ira Weiny
2022-03-12
1
-0
/
+1
|
*
dax: make sure inodes are flushed before destroy cache
Tong Zhang
2022-02-17
1
-0
/
+1
*
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
/
*
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
2021-12-18
1
-4
/
+32
*
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
2021-12-18
1
-5
/
+1
*
dax: simplify dax_synchronous and set_dax_synchronous
Christoph Hellwig
2021-12-18
1
-4
/
+4
*
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
1
-3
/
+6
*
fsdax: simplify the pgoff calculation
Christoph Hellwig
2021-12-04
1
-14
/
+0
*
dax: remove dax_capable
Christoph Hellwig
2021-12-04
1
-36
/
+0
*
dax: move the partition alignment check into fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
1
-17
/
+6
*
dax: remove the pgmap sanity checks in generic_fsdax_supported
Christoph Hellwig
2021-12-04
1
-48
/
+1
*
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-12-04
1
-82
/
+27
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
1
-4
/
+2
*
nvdimm/pmem: move dax_attribute_group from dax to pmem
Christoph Hellwig
2021-09-27
1
-82
/
+18
*
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
1
-41
/
+1
*
dax: stub out dax_supported for !CONFIG_FS_DAX
Christoph Hellwig
2021-08-26
1
-18
/
+18
*
dax: remove __generic_fsdax_supported
Christoph Hellwig
2021-08-26
1
-4
/
+4
*
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
2021-08-26
1
-7
/
+9
*
dax: mark dax_get_by_host static
Christoph Hellwig
2021-08-26
1
-55
/
+54
*
dax: stop using bdevname
Christoph Hellwig
2021-08-26
1
-13
/
+7
*
dax: Ensure errno is returned from dax_direct_access
Ira Weiny
2021-07-07
1
-1
/
+1
*
whack-a-mole: don't open-code iminor/imajor
Al Viro
2021-02-23
1
-1
/
+1
*
device-dax/core: Fix memory leak when rmmod dax.ko
Wang Hai
2020-12-15
1
-0
/
+1
*
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-19
1
-1
/
+2
|
\
|
*
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
2020-09-10
1
-1
/
+2
*
|
dax: Fix stack overflow when mounting fsdax pmem device
Adrian Huang
2020-09-20
1
-6
/
+6
*
|
dm: Call proper helper to determine dax support
Jan Kara
2020-09-20
1
-0
/
+4
*
|
dax: fix detection of dax support for non-persistent memory block devices
Coly Li
2020-09-03
1
-1
/
+1
|
/
*
dax: do not print error message for non-persistent memory block device
Adrian Huang
2020-08-20
1
-0
/
+6
*
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-11
1
-6
/
+7
|
\
|
*
drivers/dax: Expand lock scope to cover the use of addresses
Ira Weiny
2020-07-28
1
-1
/
+2
|
*
dax: print error message by pr_info() in __generic_fsdax_supported()
Coly Li
2020-07-28
1
-5
/
+5
*
|
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-07-01
1
-1
/
+1
|
/
*
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-02
1
-5
/
+9
*
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
2020-04-02
1
-0
/
+20
*
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
2020-01-16
1
-1
/
+1
*
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-25
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
*
|
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-07-05
1
-1
/
+18
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
|
dax: Arrange for dax_supported check to span multiple devices
Dan Williams
2019-05-20
1
-31
/
+57
|
/
[next]