summaryrefslogtreecommitdiff
path: root/fs/ext2/ext2.h
AgeCommit message (Expand)Author
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)
2023-08-18ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin
2023-08-16ext2: remove ext2_new_block()Ye Bin
2023-06-13ext2: Drop fragment supportJan Kara
2023-05-29ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro
2023-05-29ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro
2023-05-16ext2: Move direct-io to use iomapRitesh Harjani (IBM)
2023-03-06ext2: Check block size validity during mountJan Kara
2023-03-06ext2: Correct maximum ext2 filesystem block sizeJan Kara
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-16ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig
2022-08-02ext2: remove nobh supportChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
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