summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
AgeCommit message (Expand)AuthorLines
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
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen-0/+2
2009-09-14ext2: Update comment about generic_osync_inodeJan Kara-1/+1
2009-06-24switch ext2 to inode->i_aclAl Viro-4/+0
2009-06-11switch ext2 to simple_fsync()Al Viro-9/+2
2009-04-13ext2: fix data corruption for racing writesJan Kara-11/+33
2009-03-26ext2: Use lowercase names of quota functionsJan Kara-1/+1
2009-01-08ext2: fix ext2_splice_branch() commentsQinghuang Feng-2/+0
2008-12-31ext2: ensure fast symlinks are NUL-terminatedDuane Griffin-2/+5
2008-10-03generic block based fiemap implementationJosef Bacik-0/+8
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi-0/+1
2008-04-28ext2: use ext2_fsblk_t typeAkinobu Mita-5/+5
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita-2/+1
2008-04-28xip: support non-struct page backed memoryNick Piggin-1/+1
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot-2/+2
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells-8/+21
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita-5/+2
2008-02-06BKL-removal: remove incorrect BKL comment in ext2Andi Kleen-1/+0
2007-10-17ext2 reservationsMartin J. Bligh-216/+308
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen-1/+1