aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-9/+5
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds6-40/+36
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-07-31ext2: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-29ext2: Simplify error handling of IO error when adding xattrJan Kara1-9/+5
2026-07-27ext2: Fix data integrity writeout issuesJan Kara5-37/+34
2026-07-27ext2: Avoid unnecessary inode buffer writeback for sync(2)Jan Kara1-1/+5
2026-07-27ext2: Drop __ext2_write_inode()Jan Kara1-10/+8
2026-07-27ext2: Fix lost inode updates for IS_SYNC inodesJan Kara2-7/+4
2026-07-01ext2: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-02ext2: fix ignored return value of generic_write_sync()Danila Chernetsov1-3/+6
2026-06-01ext2: Remove deprecated DAX supportAshwin Gundarapu4-211/+8
2026-04-15Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-10/+20
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-9/+16
2026-04-07ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
2026-04-07ext2: use get_random_u32() where appropriateDavid Carlier1-1/+1
2026-03-26ext2: Track metadata bhs in fs-private inode partJan Kara4-9/+15
2026-03-26ext2: Sync and invalidate metadata buffers from ext2_evict_inode()Jan Kara1-1/+2
2026-03-06treewide: fix missed i_ino format specifier conversionsChristian Brauner1-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton4-17/+18
2026-03-06ext2: widen trace event i_ino fields to u64Jeff Layton1-4/+4
2026-02-27ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()Ziyi Guo1-1/+4
2026-02-27ext2: guard reservation window dump with EXT2FS_DEBUGMilos Nikic1-2/+2
2026-02-27ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocksMilos Nikic1-1/+2
2026-02-27ext2: remove stale TODO about kmapMilos Nikic1-2/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-7/+6
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+0
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-1/+0
2026-01-12ext2: add setlease file operationJeff Layton2-0/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-07-28Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+11
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+7
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-1/+1
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-5/+7
2025-06-13ext2: Handle fiemap on empty files to prevent EINVALWei Gao1-1/+11
2025-04-29ext2: Deprecate DAXJan Kara1-1/+2
2025-03-31Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-256/+328
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+5
2025-02-26ext2: Make ext2_params_spec staticJan Kara1-1/+1
2025-02-24ext2: create ext2_msg_fc for use during parsingEric Sandeen1-13/+37
2025-02-24ext2: convert to the new mount APIEric Sandeen2-256/+304
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+25