Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-25Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-13dax: Fix missing kdoc for dax_deviceIra Weiny
2022-02-18dax: make sure inodes are flushed before destroy cacheTong Zhang
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-09-27nvdimm/pmem: move dax_attribute_group from dax to pmemChristoph Hellwig
2021-08-27dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-27dax: stub out dax_supported for !CONFIG_FS_DAXChristoph Hellwig
2021-08-27dax: remove __generic_fsdax_supportedChristoph Hellwig
2021-08-27dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig
2021-08-27dax: mark dax_get_by_host staticChristoph Hellwig
2021-08-27dax: stop using bdevnameChristoph Hellwig
2021-07-08dax: Ensure errno is returned from dax_direct_accessIra Weiny
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2020-12-16device-dax/core: Fix memory leak when rmmod dax.koWang Hai
2020-10-20Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-10dax: Modify bdev_dax_pgoff() to handle NULL bdevVivek Goyal
2020-09-03dax: fix detection of dax support for non-persistent memory block devicesColy Li
2020-08-20dax: do not print error message for non-persistent memory block deviceAdrian Huang
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-28drivers/dax: Expand lock scope to cover the use of addressesIra Weiny
2020-07-28dax: print error message by pr_info() in __generic_fsdax_supported()Coly Li
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2020-04-03dax, pmem: Add a dax operation zero_page_rangeVivek Goyal
2020-01-16dax: Get rid of fs_dax_get_by_host() helperVivek Goyal
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-06libnvdimm: add dax_dev sync flagPankaj Gupta
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-26vfs: Convert dax to use the new mount APIDavid Howells
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-21device-dax: Drop register_filesystem()Dan Williams
2019-05-21dax: Arrange for dax_supported check to span multiple devicesDan Williams
2019-05-02dax: make use of ->free_inode()Al Viro
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds
2019-02-21dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams
2019-01-07device-dax: Introduce bus + driver modelDan Williams
2019-01-07device-dax: Start defining a dax bus modelDan Williams
2018-08-26Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds