summaryrefslogtreecommitdiffstats
path: root/fs/ext2/file.c
Commit message (Expand)AuthorAgeFilesLines
* dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-3/+3
* ext2: remove support for DAX PMD faultsRoss Zwisler2016-11-081-23/+6
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
* | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-071-0/+1
* | ext2: use iomap to implement DAXChristoph Hellwig2016-09-191-7/+69
|/
* dax: remote unused fault wrappersRoss Zwisler2016-07-261-2/+2
* dax: Remove complete_unwritten argumentJan Kara2016-05-161-2/+2
* ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler2016-02-271-18/+1
* ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-221-1/+3
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-4/+80
* ext2: huge page fault supportMatthew Wilcox2015-09-081-1/+8
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-041-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-16/+1
|\
| * dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-18/+0
| * dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-151-0/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-4/+0
|/
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-1/+1
* vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-161-2/+2
* dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-161-2/+32
* dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-161-2/+4
* ->splice_write() via ->write_iter()Al Viro2014-06-121-1/+1
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+2
* ext2: convert to use the new truncate convention.npiggin@suse.de2010-05-271-1/+0
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+3
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-0/+1
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-2/+2
* ext2: report metadata errors during fsyncJan Kara2009-12-161-2/+19
* ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-081-1/+1
* switch ext2 to simple_fsync()Al Viro2009-06-111-2/+2
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+1
* BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen2008-02-061-2/+2
* ext2 reservationsMartin J. Bligh2007-10-171-2/+5
* ext2: fix a comment when ext2_release_file() is calledJan Kara2007-07-161-3/+3
* xip sendfile removalCarsten Otte2007-07-101-1/+0
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells2006-09-301-0/+6
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] xip: reduce code duplicationCarsten Otte2005-06-241-6/+2
* [PATCH] xip: ext2: execute in placeCarsten Otte2005-06-241-0/+18
OpenPOWER on IntegriCloud