summaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* ext2: Fix BUG_ON in evict() on inode deletionJan Kara2013-03-131-0/+2
* Ext2: free memory allocated and forget buffer head when io error happensWang Shilong2013-01-211-0/+12
* ext2: Implement freezingJan Kara2012-07-311-1/+4
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-8/+12
|/
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-5/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
* fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-10/+1
* ext2: fix a typo on comment in ext2/inode.cNamhyung Kim2010-09-231-2/+2
* merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro2010-08-091-14/+30
* Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-091-2/+4
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-10/+2
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+2
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-9/+2
* get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-091-7/+2
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-1/+1
* fix truncate inode time modification breakageNick Piggin2010-06-041-1/+1
* ext2: convert to use the new truncate convention.npiggin@suse.de2010-05-271-34/+119
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
* BKL: Remove BKL from ext2 filesystemJan Blunck2010-05-211-3/+0
* ext2: Add ext2_sb_info s_lock spinlockJan Blunck2010-05-211-0/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-1/+6
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-2/+2
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+5
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+9
|/
* ext2: Unify log messages in ext2Alexey Fisher2009-12-101-2/+4
* HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-161-0/+2
* ext2: Update comment about generic_osync_inodeJan Kara2009-09-141-1/+1
* switch ext2 to inode->i_aclAl Viro2009-06-241-4/+0
* switch ext2 to simple_fsync()Al Viro2009-06-111-9/+2
* ext2: fix data corruption for racing writesJan Kara2009-04-131-11/+33
* ext2: Use lowercase names of quota functionsJan Kara2009-03-261-1/+1
* ext2: fix ext2_splice_branch() commentsQinghuang Feng2009-01-081-2/+0
* ext2: ensure fast symlinks are NUL-terminatedDuane Griffin2008-12-311-2/+5
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+8
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-0/+1
* ext2: use ext2_fsblk_t typeAkinobu Mita2008-04-281-5/+5
* ext2: use ext2_group_first_block_no()Akinobu Mita2008-04-281-2/+1
* xip: support non-struct page backed memoryNick Piggin2008-04-281-1/+1
* ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-211-2/+2
* iget: stop EXT2 from using iget() and read_inode()David Howells2008-02-071-8/+21
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-061-5/+2