summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)Author
5 daysMerge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
8 daysMerge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
8 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
8 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-31ext2: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-29ext2: Simplify error handling of IO error when adding xattrJan Kara
2026-07-27ext2: Fix data integrity writeout issuesJan Kara
2026-07-27ext2: Avoid unnecessary inode buffer writeback for sync(2)Jan Kara
2026-07-27ext2: Drop __ext2_write_inode()Jan Kara
2026-07-27ext2: Fix lost inode updates for IS_SYNC inodesJan Kara
2026-07-01ext2: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-02ext2: fix ignored return value of generic_write_sync()Danila Chernetsov
2026-06-01ext2: Remove deprecated DAX supportAshwin Gundarapu
2026-04-15Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-07ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev
2026-04-07ext2: use get_random_u32() where appropriateDavid Carlier
2026-03-26ext2: Track metadata bhs in fs-private inode partJan Kara
2026-03-26ext2: Sync and invalidate metadata buffers from ext2_evict_inode()Jan Kara
2026-03-06treewide: fix missed i_ino format specifier conversionsChristian Brauner
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06ext2: widen trace event i_ino fields to u64Jeff Layton
2026-02-27ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()Ziyi Guo
2026-02-27ext2: guard reservation window dump with EXT2FS_DEBUGMilos Nikic
2026-02-27ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocksMilos Nikic
2026-02-27ext2: remove stale TODO about kmapMilos Nikic
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-12ext2: add setlease file operationJeff Layton
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-07-28Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-13ext2: Handle fiemap on empty files to prevent EINVALWei Gao
2025-04-29ext2: Deprecate DAXJan Kara
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-26ext2: Make ext2_params_spec staticJan Kara
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen
2025-02-24ext2: convert to the new mount APIEric Sandeen
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds