aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/ext2.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)1-14/+9
2023-08-18ext2: improve consistency of ext2_fsblk_t datatype usageGeorg Ottinger1-3/+2
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin1-1/+7
2023-08-16ext2: remove ext2_new_block()Ye Bin1-1/+0
2023-06-13ext2: Drop fragment supportJan Kara1-12/+0
2023-05-29ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro1-2/+2
2023-05-29ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro1-4/+2
2023-05-16ext2: Move direct-io to use iomapRitesh Harjani (IBM)1-0/+1
2023-03-06ext2: Check block size validity during mountJan Kara1-0/+1
2023-03-06ext2: Correct maximum ext2 filesystem block sizeJan Kara1-1/+1
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-16ext2: propagate errors from ext2_prepare_chunkChristoph Hellwig1-2/+3
2022-08-02ext2: remove nobh supportChristoph Hellwig1-1/+0
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-0/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+0
2021-07-16fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello1-1/+2
2021-07-13ext2: Convert to using invalidate_lockJan Kara1-11/+0
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-5/+7
2021-04-12ext2: convert to fileattrMiklos Szeredi1-4/+3
2021-03-31fs/ext2: Replace kmap() with kmap_local_page()Ira Weiny1-5/+7
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2020-11-13fs/ext2: Use ext2_put_pageIra Weiny1-0/+7
2020-07-27ext2: ext2.h: fix duplicated word + typosRandy Dunlap1-2/+2
2020-07-09ext2: remove nocheck optionChengguang Xu1-1/+0
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)1-1/+2
2019-11-06ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu1-0/+12
2019-03-07Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2019-02-18ext2: support statx syscallyangerkun1-0/+1
2019-01-21ext2: use common file type conversionPhillip Potter1-16/+0
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/g...Linus 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
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-5/+5
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells1-0/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2006-03-24[PATCH] fs/ext2/: proper ext2_get_parent() prototypeAdrian Bunk1-0/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-1/+1
2005-07-12[PATCH] ext2: fix mount options partingJan Kara1-0/+9
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte1-0/+2
2005-04-16[PATCH] ext2 corruption - regression between 2.6.9 and 2.6.10Bernard Blackham1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+160