aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-7/+14
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+14
2017-09-03dax: fix FS_DAX=n BLOCK=y compilationDan Williams1-0/+2
2017-08-30dax: introduce a fs_dax_get_by_bdev() helperDan Williams1-0/+10
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+6
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+6
2017-07-18device-dax: fix sysfs duplicate warningsDan Williams3-14/+24
2017-07-17device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams1-2/+7
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-0/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+112
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+1
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+79
2017-06-29dax: convert to bitmask for flagsDan Williams1-6/+11
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-2/+0
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+11
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+13
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-05-13dax: fix false CONFIG_BLOCK dependencyDan Williams1-0/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-14/+74
2017-05-09device-dax: kill NR_DEV_DAXDan Williams2-13/+3
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+70
2017-05-08device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds8-371/+677
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams8-319/+619
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-17/+16
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01device-dax: fix sysfs attribute deadlockDan Williams1-28/+12
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-1/+1
2017-04-20dax: introduce dax_direct_access()Dan Williams1-0/+39
2017-04-19pmem: add dax_operations supportDan Williams1-7/+0
2017-04-19dax: introduce dax_operationsDan Williams3-3/+13
2017-04-19dax: add a facility to lookup a dax device by 'host' device nameDan Williams3-6/+85
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams7-214/+392
2017-04-12device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams3-109/+109
2017-04-12device-dax: improve fault handler debug outputOliver O'Halloran1-7/+10
2017-04-12device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar1-1/+1
2017-04-12Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2-9/+38
2017-04-12device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2-46/+67
2017-04-12device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams2-6/+8
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-3/+30
2017-03-21device-dax: utilize new cdev_device_add helper functionLogan Gunthorpe1-13/+5
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe0-0/+0
2017-03-21device-dax: fix cdev leakDan Williams1-4/+11
2017-03-10device-dax: fix debug output typoDave Jiang1-3/+3
2017-03-10device-dax: fix pud fault fallback handlingDave Jiang1-0/+12
2017-03-10device-dax: fix pmd/pte fault fallback handlingDave Jiang1-0/+15
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-6/+12
2017-02-24dax: support for transparent PUD pages for device DAXDave Jiang1-0/+48
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-21/+13