summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
AgeCommit message (Expand)AuthorLines
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox-3/+3
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox-6/+1
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox-1/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox-1/+0
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox-1/+1
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox-3/+5
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-1/+7
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-3/+6
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro-5/+6
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig-1/+1
2013-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara-0/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara-0/+2
2013-01-21Ext2: free memory allocated and forget buffer head when io error happensWang Shilong-0/+12
2012-07-31ext2: Implement freezingJan Kara-1/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman-8/+12
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker-5/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi-1/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig-0/+2
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-03-10block: remove per-queue pluggingJens Axboe-2/+0
2010-10-25fs: add sync_inode_metadataChristoph Hellwig-10/+1
2010-09-23ext2: fix a typo on comment in ext2/inode.cNamhyung Kim-2/+2
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro-14/+30
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig-10/+2
2010-08-09rename generic_setattrChristoph Hellwig-1/+1
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig-3/+2
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig-9/+2
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig-7/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig-1/+1
2010-06-04fix truncate inode time modification breakageNick Piggin-1/+1
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de-34/+119
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov-1/+1
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck-3/+0
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck-0/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+6
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig-2/+9
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig-0/+5
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig-1/+1
2009-12-10ext2: Unify log messages in ext2Alexey Fisher-2/+4