>
summaryrefslogtreecommitdiff
path: root/fs/ext2/ialloc.c
AgeCommit message (Expand)Author
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-08-09ext2: Check return value from ext2_get_group_desc()Jan Kara
2015-07-23ext2: Handle error from dquot_initalize()Jan Kara
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-03-04ext2/3: use prandom_u32() instead of get_random_bytes()ZhangZhen
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara
2012-07-30ext2: use memweight()Akinobu Mita
2012-04-11ext2: Remove s_dirt handlingJan Kara
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara
2012-01-03ext2: propagate umode_tAl Viro
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro
2010-05-21ext2: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21ext2: remove useless call to brelse() in ext2_free_inode()Francis Moreau
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2009-03-26ext2: Use lowercase names of quota functionsJan Kara
2009-01-08ext2: tighten restrictions on inode flagsDuane Griffin
2009-01-08ext2: don't inherit inappropriate inode flags from parentDuane Griffin
2008-12-31nfsd race fixes: ext2Al Viro
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells