index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext2
Age
Commit message (
Expand
)
Author
14 hours
Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Mark Brown
6 days
ext2: enable context analysis support for ext2 filesystem
Timothy Day
6 days
ext2: annotate s_rsv_window_root as requiring s_rsv_window_lock
Timothy Day
8 days
ext2: annotate block-mapping helpers as requiring truncate_mutex
Timothy Day
8 days
ext2: annotate ext2_init_block_alloc_info() as requiring truncate_mutex
Timothy Day
8 days
ext2: mark s_mount_state as guarded by s_lock
Timothy Day
8 days
ext2: mark statfs overhead cache as guarded by s_lock
Timothy Day
8 days
ext2: annotate ext2_update_dynamic_rev() as requiring s_lock
Timothy Day
8 days
ext2: mark s_next_generation as guarded by s_next_gen_lock
Timothy Day
9 days
ext2: check for an xattr block write error with buffer_write_io_error()
Chao Shi
2026-08-20
Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-07-31
ext2: convert iomap ops to ->iomap_next()
Joanne Koong
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
2026-07-29
ext2: Simplify error handling of IO error when adding xattr
Jan Kara
2026-07-27
ext2: Fix data integrity writeout issues
Jan Kara
2026-07-27
ext2: Avoid unnecessary inode buffer writeback for sync(2)
Jan Kara
2026-07-27
ext2: Drop __ext2_write_inode()
Jan Kara
2026-07-27
ext2: Fix lost inode updates for IS_SYNC inodes
Jan Kara
2026-07-01
ext2: drop redundant S_IFDIR from mkdir
Jori Koolstra
2026-06-02
ext2: fix ignored return value of generic_write_sync()
Danila Chernetsov
2026-06-01
ext2: Remove deprecated DAX support
Ashwin Gundarapu
2026-04-15
Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-04-07
ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()
Vasiliy Kovalev
2026-04-07
ext2: use get_random_u32() where appropriate
David Carlier
2026-03-26
ext2: Track metadata bhs in fs-private inode part
Jan Kara
2026-03-26
ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
Jan Kara
2026-03-06
treewide: fix missed i_ino format specifier conversions
Christian Brauner
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-03-06
ext2: widen trace event i_ino fields to u64
Jeff Layton
2026-02-27
ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()
Ziyi Guo
2026-02-27
ext2: guard reservation window dump with EXT2FS_DEBUG
Milos Nikic
2026-02-27
ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocks
Milos Nikic
2026-02-27
ext2: remove stale TODO about kmap
Milos Nikic
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
2026-01-12
ext2: add setlease file operation
Jeff Layton
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-07-28
Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
[next]