aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/ext2.h
AgeCommit message (Expand)Author
2023-08-11ext2: Drop fragment supportJan Kara
2023-05-24ext2: Check block size validity during mountJan Kara
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello
2021-07-13ext2: Convert to using invalidate_lockJan Kara
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2021-04-12ext2: convert to fileattrMiklos Szeredi
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap
2020-07-09ext2: remove nocheck optionChengguang Xu
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)
2019-11-06ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu
2019-03-07Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-18ext2: support statx syscallyangerkun
2019-01-21ext2: use common file type conversionPhillip Potter
2018-09-24ext2: remove redundant building macro checkChengguang Xu
2018-06-20ext2: add warning when specifying nocheck optionChengguang Xu
2018-04-03ext2, dax: introduce ext2_dax_aopsDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-31ext2: perform dax_device lookup at mountDan Williams
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in ext2Al Viro
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino
2016-02-22mbcache2: rename to mbcacheJan Kara
2016-02-22ext2: convert to mbcache2Jan Kara
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox
2014-11-10ext2: Convert to private i_dquot fieldJan Kara
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro
2012-01-03ext2: propagate umode_tAl Viro
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-10-25fs: add sync_inode_metadataChristoph Hellwig
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de