aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2015-11-16ext2, ext4: warn when mounting with dax enabledGravatar Dan Williams 1-0/+2
2015-10-19ext2: Add locking for DAX faultsGravatar Ross Zwisler 1-0/+3
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBGravatar Tejun Heo 1-1/+2
2015-06-02ext2: enable cgroup writeback supportGravatar Tejun Heo 1-1/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Gravatar Matthew Wilcox 1-9/+16
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXGravatar Matthew Wilcox 1-2/+2
2015-02-16ext2: remove xip.c and xip.hGravatar Matthew Wilcox 1-1/+0
2015-02-16ext2: remove ext2_xip_verify_sb()Gravatar Matthew Wilcox 1-21/+12
2014-11-10ext2: Convert to private i_dquot fieldGravatar Jan Kara 1-0/+10
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 1-3/+3
2014-07-15fs/ext2/super.c: Drop memory allocation castGravatar Himangi Saraogi 1-1/+1
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-03-03ext2: Add __init macro to init_inodecacheGravatar Fabian Frederick 1-1/+1
2013-12-04ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Gravatar Jan Kara 1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelGravatar Wang Shilong 1-1/+1
2012-10-09ext2: fix return values on parse_options() failureGravatar Zhao Hongjiang 1-2/+2
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+33
2012-07-31ext2: Implement freezingGravatar Jan Kara 1-0/+33
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+3
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 1-0/+6
2012-07-09ext2: cleanup the confused goto labelGravatar Wanlong Gao 1-3/+3
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-17/+1
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Gravatar Eric W. Biederman 1-8/+23
2012-05-15ext2: remove the redundant comment for ext2_export_opsGravatar Wang Sheng-Hui 1-5/+0
2012-05-15ext2: Remove i_mutex use from ext2_quota_write()Gravatar Jan Kara 1-5/+1
2012-04-11ext2: do not register write_super within VFSGravatar Artem Bityutskiy 1-1/+0
2012-04-11ext2: Remove s_dirt handlingGravatar Jan Kara 1-3/+0
2012-04-11ext2: write superblock only once on unmountGravatar Artem Bityutskiy 1-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-0/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+3
2012-01-09ext2/3/4: delete unneeded includes of module.hGravatar Paul Gortmaker 1-0/+3
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-08-30ext2: fix the outdated comment in ext2_nfs_get_inode()Gravatar Li Haifeng 1-4/+4
2011-05-17ext2: fix error msg when mounting fs with too-large blocksizeGravatar Robin Dong 1-1/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+17
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-06fs/ext2/super.c: Use printf extension %pVGravatar Joe Perches 1-8/+17
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-4/+4
2010-10-25ext2_remount: don't bother with invalidate_inodes()Gravatar Al Viro 1-3/+1
2010-10-04BKL: Remove BKL from ext2 filesystemGravatar Jan Blunck 1-4/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-2/+8
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Gravatar Al Viro 1-13/+1
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-1/+1