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
2018-01-08dax: pass detailed error code from dax_iomap_fault()Jan Kara
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07dax: use common 4k zero page for dax mmap readsRoss Zwisler
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton
2017-02-25mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-25mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler
2016-11-08ext2: remove support for DAX PMD faultsRoss Zwisler
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-08ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig
2016-07-27dax: remote unused fault wrappersRoss Zwisler
2016-05-17dax: Remove complete_unwritten argumentJan Kara
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler
2016-01-23ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler
2015-09-09ext2: huge page fault supportMatthew Wilcox
2015-09-09dax: move DAX-related functions to a new headerMatthew Wilcox
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-16dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-16dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-12make new_sync_{read,write}() staticAl Viro
2015-02-17ext2: get rid of most mentions of XIP in ext2Matthew Wilcox
2015-02-17vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox
2015-02-17dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox
2015-02-17dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-01-26ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2010-05-28ext2: convert to use the new truncate convention.npiggin@suse.de
2010-05-28rename the generic fsync implementationsChristoph Hellwig
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2009-12-16ext2: report metadata errors during fsyncJan Kara
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds
2009-06-12switch ext2 to simple_fsync()Al Viro
2008-10-04generic block based fiemap implementationJosef Bacik
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen
2007-10-17ext2 reservationsMartin J. Bligh
2007-07-16ext2: fix a comment when ext2_release_file() is calledJan Kara
2007-07-10xip sendfile removalCarsten Otte