aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+9
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-2/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+5
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2009-12-10ext2: Unify log messages in ext2Alexey Fisher1-2/+4
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+2
2009-09-14ext2: Update comment about generic_osync_inodeJan Kara1-1/+1
2009-06-24switch ext2 to inode->i_aclAl Viro1-4/+0
2009-06-11switch ext2 to simple_fsync()Al Viro1-9/+2
2009-04-13ext2: fix data corruption for racing writesJan Kara1-11/+33
2009-03-26ext2: Use lowercase names of quota functionsJan Kara1-1/+1
2009-01-08ext2: fix ext2_splice_branch() commentsQinghuang Feng1-2/+0
2008-12-31ext2: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+8
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-0/+1
2008-04-28ext2: use ext2_fsblk_t typeAkinobu Mita1-5/+5
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita1-2/+1
2008-04-28xip: support non-struct page backed memoryNick Piggin1-1/+1
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot1-2/+2
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells1-8/+21
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-5/+2
2008-02-06BKL-removal: remove incorrect BKL comment in ext2Andi Kleen1-1/+0