summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* dax: fix FS_DAX=n BLOCK=y compilationDan Williams2017-09-031-0/+2
* dax: introduce a fs_dax_get_by_bdev() helperDan Williams2017-08-301-0/+10
* Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-281-0/+6
|\
| * dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+6
* | device-dax: fix sysfs duplicate warningsDan Williams2017-07-183-14/+24
* | device-dax: fix 'passing zero to ERR_PTR()' warningDan Williams2017-07-171-2/+7
|/
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-0/+1
|\
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+1
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-6/+112
|\ \
| * | libnvdimm, pmem, dax: export a cache control attributeDan Williams2017-06-291-0/+79
| * | dax: convert to bitmask for flagsDan Williams2017-06-291-6/+11
| * | dax: remove default copy_from_iter fallbackDan Williams2017-06-271-2/+0
| * | dm: add ->flush() dax operation supportDan Williams2017-06-151-0/+11
| * | dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-091-0/+13
| |/
* | device-dax: fix 'dax' device filesystem inode destruction crashDan Williams2017-06-091-2/+7
|/
* dax: fix false CONFIG_BLOCK dependencyDan Williams2017-05-131-0/+2
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-122-14/+74
|\
| * device-dax: kill NR_DEV_DAXDan Williams2017-05-092-13/+3
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
| * device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-081-1/+1
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-058-371/+677
|\ \ | |/
| * Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-048-319/+619
| |\
| | * dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+39
| | * pmem: add dax_operations supportDan Williams2017-04-191-7/+0
| | * dax: introduce dax_operationsDan Williams2017-04-193-3/+13
| | * dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-193-6/+85
| | * dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-127-214/+392
| | * device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams2017-04-123-109/+109
| | * device-dax: improve fault handler debug outputOliver O'Halloran2017-04-121-7/+10
| | * device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar2017-04-121-1/+1
| | * Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-122-9/+38
| | |\
| * | | device-dax: fix sysfs attribute deadlockDan Williams2017-05-011-28/+12
| * | | device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2017-04-122-46/+67
| | |/ | |/|
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-17/+16
|\ \ \
| * \ \ Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-271-3/+30
| |\ \ \ | | |_|/ | |/| |
| * | | device-dax: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-13/+5
| * | | device-dax: fix cdev leakDan Williams2017-03-211-4/+11
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-1/+1
| | |/ | |/|
* | | device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams2017-04-122-6/+8
|/ /
* | device-dax: fix debug output typoDave Jiang2017-03-101-3/+3
* | device-dax: fix pud fault fallback handlingDave Jiang2017-03-101-0/+12
* | device-dax: fix pmd/pte fault fallback handlingDave Jiang2017-03-101-0/+15
|/
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+1
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-6/+12
* dax: support for transparent PUD pages for device DAXDave Jiang2017-02-241-0/+48
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-241-21/+13
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-6/+6
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-221-9/+9
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-221-9/+7
OpenPOWER on IntegriCloud