summaryrefslogtreecommitdiffstats
path: root/drivers/dax/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-13/+10Star
|\
| * vfs: Convert dax to use the new mount APIDavid Howells2019-05-261-6/+10
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
| * device-dax: Drop register_filesystem()Dan Williams2019-05-211-7/+0Star
* | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-061-1/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-31/+57
|/
* dax: make use of ->free_inode()Al Viro2019-05-021-5/+2Star
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-12/+29
|\
| * device-dax: Introduce bus + driver modelDan Williams2019-01-071-12/+28
| * device-dax: Start defining a dax bus modelDan Williams2019-01-071-0/+1
* | dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams2019-02-211-10/+28
|/
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-261-2/+1Star
|\
| * dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1Star
* | dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler2018-06-281-0/+8
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-9/+24
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-091-0/+10
| |\
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-0/+10
| * | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-091-3/+11
| |\ \
| | * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-3/+11
| | |/
| * / dax: Use dax_write_cache* helpersRoss Zwisler2018-06-061-6/+3Star
| |/
* | dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-8/+8
* | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-13/+13
|/
* dax: store pfns in the radixDan Williams2018-03-301-3/+12
* dax: ->direct_access does not sleep anymoreBoaz Harrosh2018-02-261-6/+0Star
* dax: require 'struct page' by default for filesystem daxDan Williams2018-01-201-0/+10
* dax: fix general protection fault in dax_alloc_inodeMikulas Patocka2017-11-151-0/+3
* dax: stop requiring a live device for dax_flush()Dan Williams2017-11-151-3/+0Star
* dax: quiet bdev_dax_supported()Dan Williams2017-11-151-4/+4
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-7/+14
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-7/+14
* | 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
|/
* dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+6
* 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-281-2/+0Star
| * 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-141-0/+2
* device-dax: kill NR_DEV_DAXDan Williams2017-05-091-8/+3Star
* block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
* dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+39
* dax: introduce dax_operationsDan Williams2017-04-201-1/+5
* dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-201-4/+83
* dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-131-0/+303