index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
super.c
Age
Commit message (
Expand
)
Author
2023-12-07
mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
Shiyang Ruan
2023-06-26
dax: enable dax fault handler to report VM_FAULT_HWPOISON
Jane Chu
2023-01-25
dax: super.c: fix kernel-doc bad line warning
Randy Dunlap
2022-09-29
dax: Remove usage of the deprecated ida_simple_xxx API
Bo Liu
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
2022-05-16
dax: add .recovery_write dax_operation
Jane Chu
2022-05-16
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
2022-03-24
Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-12
dax: Fix missing kdoc for dax_device
Ira Weiny
2022-02-17
dax: make sure inodes are flushed before destroy cache
Tong Zhang
2021-12-18
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
2021-12-18
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
2021-12-18
dax: simplify dax_synchronous and set_dax_synchronous
Christoph Hellwig
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
fsdax: simplify the pgoff calculation
Christoph Hellwig
2021-12-04
dax: remove dax_capable
Christoph Hellwig
2021-12-04
dax: move the partition alignment check into fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
dax: remove the pgmap sanity checks in generic_fsdax_supported
Christoph Hellwig
2021-12-04
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-12-04
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-09-27
nvdimm/pmem: move dax_attribute_group from dax to pmem
Christoph Hellwig
2021-08-26
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
dax: stub out dax_supported for !CONFIG_FS_DAX
Christoph Hellwig
2021-08-26
dax: remove __generic_fsdax_supported
Christoph Hellwig
2021-08-26
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
2021-08-26
dax: mark dax_get_by_host static
Christoph Hellwig
2021-08-26
dax: stop using bdevname
Christoph Hellwig
2021-07-07
dax: Ensure errno is returned from dax_direct_access
Ira Weiny
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
2020-12-15
device-dax/core: Fix memory leak when rmmod dax.ko
Wang Hai
2020-10-19
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-09-20
dax: Fix stack overflow when mounting fsdax pmem device
Adrian Huang
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
2020-09-10
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
2020-09-03
dax: fix detection of dax support for non-persistent memory block devices
Coly Li
2020-08-20
dax: do not print error message for non-persistent memory block device
Adrian Huang
2020-08-11
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-07-28
drivers/dax: Expand lock scope to cover the use of addresses
Ira Weiny
2020-07-28
dax: print error message by pr_info() in __generic_fsdax_supported()
Coly Li
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-04-02
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-02
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
2020-01-16
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-05
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-05-25
vfs: Convert dax to use the new mount API
David Howells
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-21
device-dax: Drop register_filesystem()
Dan Williams
[next]