aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/ext2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-24ext2: remove redundant building macro checkChengguang Xu1-4/+0
2018-06-20ext2: add warning when specifying nocheck optionChengguang Xu1-2/+0
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31ext2: perform dax_device lookup at mountDan Williams1-0/+1
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan1-1/+1
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara1-1/+0
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara1-1/+2
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-1/+1
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig1-0/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-07-30qstr: constify instances in ext2Al Viro1-2/+2
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino1-0/+3
2016-02-22mbcache2: rename to mbcacheJan Kara1-2/+2
2016-02-22ext2: convert to mbcache2Jan Kara1-0/+3
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler1-0/+11
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh1-1/+0
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox1-6/+7
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox1-1/+0
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox1-0/+4
2014-11-10ext2: Convert to private i_dquot fieldJan Kara1-0/+3
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-4/+4
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro1-0/+631
2012-01-03ext2: propagate umode_tAl Viro1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-0/+6
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-1/+0
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro1-1/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig1-3/+0
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-12-16ext2: report metadata errors during fsyncJan Kara1-0/+1
2009-12-10ext2: Unify log messages in ext2Alexey Fisher1-1/+1
2009-06-24switch ext2 to inode->i_aclAl Viro1-4/+0
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara1-1/+1
2009-06-12trivial: ext2: fix a typo in comment in ext2.hAli Gholami Rudi1-1/+1
2009-06-11switch ext2 to simple_fsync()Al Viro1-3/+0
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro1-2/+2
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+2
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells1-1/+1
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen1-2/+1
2007-11-29fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta1-0/+7
2007-10-17ext2 reservationsMartin J. Bligh1-18/+18
2007-10-16ext2: convert to new aopsNick Piggin1-0/+3
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara1-0/+1