summaryrefslogtreecommitdiff
path: root/fs/ext2/ialloc.c
AgeCommit message (Expand)Author
2023-10-18ext2: convert to new timestamp accessorsJeff Layton
2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2023-07-13ext2: convert to ctime accessor functionsJeff Layton
2023-07-03ext2: remove redundant assignment to variable desc and variable best_descColin Ian King
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka
2019-05-30ext2: add missing brelse() in ext2_new_inode()Chengguang Xu
2019-05-28ext2: code cleanup for ext2_preread_inode()Chengguang Xu
2019-01-28ext2: Remove redundant check for finding no groupLiu Xiang
2018-08-03ext2: make sure that partially set up inodes won't be returned by ext2_iget()Al Viro
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
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot
2007-10-17ext2 reservationsMartin J. Bligh
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen
2007-10-17lib: percpu_counter_addPeter Zijlstra
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-19[PATCH] EXT2: Remove superblock lock contention in ext2_statfsDave Kleikamp
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel