summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
2018-08-24dev-dax: check_vma: ratelimit dev_info-sJeff Moyer
2018-07-11dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler
2018-07-11dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-07-11fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2017-12-20dev/dax: fix uninitialized variable build warningRoss Zwisler
2017-12-05device-dax: implement ->split() to catch invalid munmap attemptsDan Williams
2017-11-30dax: fix general protection fault in dax_alloc_inodeMikulas Patocka
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal
2017-07-18device-dax: fix sysfs duplicate warningsDan Williams
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams
2017-06-29dax: convert to bitmask for flagsDan Williams
2017-06-27dax: remove default copy_from_iter fallbackDan Williams
2017-06-15dm: add ->flush() dax operation supportDan Williams
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams
2017-05-13dax: fix false CONFIG_BLOCK dependencyDan Williams
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-09device-dax: kill NR_DEV_DAXDan Williams
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams
2017-05-08device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01device-dax: fix sysfs attribute deadlockDan Williams
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-20dax: introduce dax_direct_access()Dan Williams
2017-04-19pmem: add dax_operations supportDan Williams
2017-04-19dax: introduce dax_operationsDan Williams
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameDan Williams
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams
2017-04-12device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams
2017-04-12device-dax: improve fault handler debug outputOliver O'Halloran
2017-04-12device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar
2017-04-12Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams
2017-04-12device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang
2017-04-12device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman
2017-03-21device-dax: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-21device-dax: fix cdev leakDan Williams