summaryrefslogtreecommitdiff
path: root/fs/ext2/ext2.h
Commit message (Expand)AuthorAgeFilesLines
* ext2: Check block size validity during mountJan Kara2023-03-061-0/+1
* ext2: Correct maximum ext2 filesystem block sizeJan Kara2023-03-061-1/+1
* Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-201-2/+3
|\
| * ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig2023-01-161-2/+3
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* ext2: remove nobh supportChristoph Hellwig2022-08-021-1/+0
* dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-0/+1
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-11/+0
|\
| * ext2: Convert to using invalidate_lockJan Kara2021-07-131-11/+0
* | fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello2021-07-161-1/+2
|/
* Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-5/+7
|\
| * fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny2021-03-311-5/+7
* | ext2: convert to fileattrMiklos Szeredi2021-04-121-4/+3
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
* fs/ext2: Use ext2_put_pageIra Weiny2020-11-131-0/+7
* ext2: ext2.h: fix duplicated word + typosRandy Dunlap2020-07-271-2/+2
* ext2: remove nocheck optionChengguang Xu2020-07-091-1/+0
* ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)2020-07-091-1/+2
* ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu2019-11-061-0/+12
* Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-0/+1
|\
| * ext2: support statx syscallyangerkun2019-02-181-0/+1
* | ext2: use common file type conversionPhillip Potter2019-01-211-16/+0
|/
* ext2: remove redundant building macro checkChengguang Xu2018-09-241-4/+0
* ext2: add warning when specifying nocheck optionChengguang Xu2018-06-201-2/+0
* ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-031-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext2: perform dax_device lookup at mountDan Williams2017-08-311-0/+1
* ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-221-1/+1
* ext2: Remove ext2_get_inode_flags()Jan Kara2017-04-191-1/+0
* ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-051-1/+2
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-1/+1
* ext2: use iomap to implement DAXChristoph Hellwig2016-09-191-0/+1
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in ext2Al Viro2016-07-301-2/+2
* | ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+3
|/
* mbcache2: rename to mbcacheJan Kara2016-02-221-2/+2
* ext2: convert to mbcache2Jan Kara2016-02-221-0/+3
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-0/+11
* dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-1/+0
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-6/+7
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-1/+0
* vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-161-1/+1
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-0/+4
* ext2: Convert to private i_dquot fieldJan Kara2014-11-101-0/+3
* userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-4/+4
* migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro2012-03-311-0/+631
* ext2: propagate umode_tAl Viro2012-01-031-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-4/+4