aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/file.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Gravatar Ross Zwisler 1-18/+1
2016-01-22ext2: call dax_pfn_mkwrite() for DAX fsync/msyncGravatar Ross Zwisler 1-1/+3
2015-10-19ext2: Add locking for DAX faultsGravatar Ross Zwisler 1-4/+80
2015-09-08ext2: huge page fault supportGravatar Matthew Wilcox 1-1/+8
2015-09-08dax: move DAX-related functions to a new headerGravatar Matthew Wilcox 1-0/+1
2015-06-04dax: don't abuse get_block mapping for endio callbacksGravatar Dave Chinner 1-2/+2
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-16/+1
2015-04-15dax: unify ext2/4_{dax,}_file_operationsGravatar Boaz Harrosh 1-18/+0
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionGravatar Boaz Harrosh 1-0/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-4/+0
2015-02-16ext2: get rid of most mentions of XIP in ext2Gravatar Matthew Wilcox 1-1/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXGravatar Matthew Wilcox 1-2/+2
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerGravatar Matthew Wilcox 1-2/+32
2015-02-16dax,ext2: replace XIP read and write with DAX I/OGravatar Matthew Wilcox 1-2/+4
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+2
2010-05-27ext2: convert to use the new truncate convention.Gravatar npiggin@suse.de 1-1/+0
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-3/+3
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-0/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-2/+2
2009-12-16ext2: report metadata errors during fsyncGravatar Jan Kara 1-2/+19
2009-09-08ext[234]: move over to 'check_acl' permission modelGravatar Linus Torvalds 1-1/+1
2009-06-11switch ext2 to simple_fsync()Gravatar Al Viro 1-2/+2
2008-10-03generic block based fiemap implementationGravatar Josef Bacik 1-0/+1
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlGravatar Andi Kleen 1-2/+2
2007-10-17ext2 reservationsGravatar Martin J. Bligh 1-2/+5
2007-07-16ext2: fix a comment when ext2_release_file() is calledGravatar Jan Kara 1-3/+3
2007-07-10xip sendfile removalGravatar Carsten Otte 1-1/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-2/+0
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...Gravatar David Howells 1-0/+6
2006-03-30[PATCH] Introduce sys_splice() system callGravatar Jens Axboe 1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-2/+2
2005-06-24[PATCH] xip: reduce code duplicationGravatar Carsten Otte 1-6/+2
2005-06-24[PATCH] xip: ext2: execute in placeGravatar Carsten Otte 1-0/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+68