aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox1-3/+3
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox1-6/+1
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox1-1/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox1-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-1/+0
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-1/+1
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-3/+5
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-1/+7
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-3/+6
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+6
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-1/+1
2013-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara1-0/+2
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara1-0/+2
2013-01-21Ext2: free memory allocated and forget buffer head when io error happensWang Shilong1-0/+12
2012-07-31ext2: Implement freezingJan Kara1-1/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-8/+12
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-5/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-10/+1
2010-09-23ext2: fix a typo on comment in ext2/inode.cNamhyung Kim1-2/+2
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro1-14/+30
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-10/+2
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+2
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-9/+2
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-7/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+1
2010-06-04fix truncate inode time modification breakageNick Piggin1-1/+1
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de1-34/+119
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck1-3/+0
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck1-0/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-1/+6