Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm |  Linus Torvalds | 1 | -7/+14 |
2017-09-11 | dax: remove the pmem_dax_ops->flush abstraction |  Mikulas Patocka | 1 | -7/+14 |
2017-09-03 | dax: fix FS_DAX=n BLOCK=y compilation |  Dan Williams | 1 | -0/+2 |
2017-08-30 | dax: introduce a fs_dax_get_by_bdev() helper |  Dan Williams | 1 | -0/+10 |
2017-07-28 | Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm |  Linus Torvalds | 1 | -0/+6 |
2017-07-26 | dm, dax: Make sure dm_dax_flush() is called if device supports it |  Vivek Goyal | 1 | -0/+6 |
2017-07-18 | device-dax: fix sysfs duplicate warnings |  Dan Williams | 3 | -14/+24 |
2017-07-17 | device-dax: fix 'passing zero to ERR_PTR()' warning |  Dan Williams | 1 | -2/+7 |
2017-07-07 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux |  Linus Torvalds | 1 | -0/+1 |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -6/+112 |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting |  Jeff Layton | 1 | -0/+1 |
2017-06-29 | libnvdimm, pmem, dax: export a cache control attribute |  Dan Williams | 1 | -0/+79 |
2017-06-29 | dax: convert to bitmask for flags |  Dan Williams | 1 | -6/+11 |
2017-06-27 | dax: remove default copy_from_iter fallback |  Dan Williams | 1 | -2/+0 |
2017-06-15 | dm: add ->flush() dax operation support |  Dan Williams | 1 | -0/+11 |
2017-06-09 | dm: add ->copy_from_iter() dax operation support |  Dan Williams | 1 | -0/+13 |
2017-06-09 | device-dax: fix 'dax' device filesystem inode destruction crash |  Dan Williams | 1 | -2/+7 |
2017-05-13 | dax: fix false CONFIG_BLOCK dependency |  Dan Williams | 1 | -0/+2 |
2017-05-12 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 2 | -14/+74 |
2017-05-09 | device-dax: kill NR_DEV_DAX |  Dan Williams | 2 | -13/+3 |
2017-05-08 | block, dax: move "select DAX" from BLOCK to FS_DAX |  Dan Williams | 1 | -0/+70 |
2017-05-08 | device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX |  Mike Galbraith | 1 | -1/+1 |
2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 8 | -371/+677 |
2017-05-04 | Merge branch 'for-4.12/dax' into libnvdimm-for-next |  Dan Williams | 8 | -319/+619 |
2017-05-04 | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 1 | -17/+16 |
2017-05-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
2017-05-01 | device-dax: fix sysfs attribute deadlock |  Dan Williams | 1 | -28/+12 |
2017-05-01 | mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash |  Dan Williams | 1 | -1/+1 |
2017-04-20 | dax: introduce dax_direct_access() |  Dan Williams | 1 | -0/+39 |
2017-04-19 | pmem: add dax_operations support |  Dan Williams | 1 | -7/+0 |
2017-04-19 | dax: introduce dax_operations |  Dan Williams | 3 | -3/+13 |
2017-04-19 | dax: add a facility to lookup a dax device by 'host' device name |  Dan Williams | 3 | -6/+85 |
2017-04-12 | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances |  Dan Williams | 7 | -214/+392 |
2017-04-12 | device-dax: rename 'dax_dev' to 'dev_dax' |  Dan Williams | 3 | -109/+109 |
2017-04-12 | device-dax: improve fault handler debug output |  Oliver O'Halloran | 1 | -7/+10 |
2017-04-12 | device-dax: fix dax_dev_huge_fault() unknown fault size handling |  Pushkar Jambhlekar | 1 | -1/+1 |
2017-04-12 | Merge branch 'for-4.11/libnvdimm' into for-4.12/dax |  Dan Williams | 2 | -9/+38 |
2017-04-12 | device-dax, tools/testing/nvdimm: enable device-dax with mock resources |  Dave Jiang | 2 | -46/+67 |
2017-04-12 | device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation |  Dan Williams | 2 | -6/+8 |
2017-03-27 | Merge 4.11-rc4 into char-misc-next |  Greg Kroah-Hartman | 1 | -3/+30 |
2017-03-21 | device-dax: utilize new cdev_device_add helper function |  Logan Gunthorpe | 1 | -13/+5 |
2017-03-21 | device-dax: fix cdev leak |  Dan Williams | 1 | -4/+11 |
2017-03-10 | device-dax: fix debug output typo |  Dave Jiang | 1 | -3/+3 |
2017-03-10 | device-dax: fix pud fault fallback handling |  Dave Jiang | 1 | -0/+12 |
2017-03-10 | device-dax: fix pmd/pte fault fallback handling |  Dave Jiang | 1 | -0/+15 |
2017-03-02 | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> |  Ingo Molnar | 1 | -0/+1 |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault |  Dave Jiang | 1 | -6/+12 |
2017-02-24 | dax: support for transparent PUD pages for device DAX |  Dave Jiang | 1 | -0/+48 |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault |  Dave Jiang | 1 | -21/+13 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf |  Dave Jiang | 1 | -6/+6 |