index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext2
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-10
/
+20
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-9
/
+16
2026-04-07
ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()
Vasiliy Kovalev
-3
/
+11
2026-04-07
ext2: use get_random_u32() where appropriate
David Carlier
-1
/
+1
2026-03-26
ext2: Track metadata bhs in fs-private inode part
Jan Kara
-9
/
+15
2026-03-26
ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
Jan Kara
-1
/
+2
2026-03-06
treewide: fix missed i_ino format specifier conversions
Christian Brauner
-1
/
+1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-17
/
+18
2026-03-06
ext2: widen trace event i_ino fields to u64
Jeff Layton
-4
/
+4
2026-02-27
ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()
Ziyi Guo
-1
/
+4
2026-02-27
ext2: guard reservation window dump with EXT2FS_DEBUG
Milos Nikic
-2
/
+2
2026-02-27
ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocks
Milos Nikic
-1
/
+2
2026-02-27
ext2: remove stale TODO about kmap
Milos Nikic
-2
/
+0
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+6
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+0
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
-1
/
+0
2026-01-12
ext2: add setlease file operation
Jeff Layton
-0
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-1
/
+1
2025-07-28
Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+11
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-5
/
+7
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-5
/
+6
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
-4
/
+4
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
-1
/
+1
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
-5
/
+7
2025-06-13
ext2: Handle fiemap on empty files to prevent EINVAL
Wei Gao
-1
/
+11
2025-04-29
ext2: Deprecate DAX
Jan Kara
-1
/
+2
2025-03-31
Merge tag 'fs_for_v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-262
/
+334
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-4
/
+5
2025-02-26
ext2: Make ext2_params_spec static
Jan Kara
-1
/
+1
2025-02-24
ext2: create ext2_msg_fc for use during parsing
Eric Sandeen
-13
/
+37
2025-02-24
ext2: convert to the new mount API
Eric Sandeen
-262
/
+310
2025-02-14
ext2: Remove reference to bh->b_page
Matthew Wilcox (Oracle)
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-3
/
+25
2024-09-09
ext2: store cookie in private data
Christian Brauner
-3
/
+25
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
-1
/
+1
2024-06-26
ext2: Verify bitmap and itable block numbers before using them
Jan Kara
-2
/
+9
2024-05-03
ext2: Remove LEGACY_DIRECT_IO dependency
Ritesh Harjani (IBM)
-1
/
+0
2024-04-23
ext2: Remove call to folio_set_error()
Matthew Wilcox (Oracle)
-1
/
+0
2024-04-04
ext2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Ritesh Harjani (IBM)
-3
/
+7
2024-03-13
Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+16
2024-03-12
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
-2
/
+1
2024-03-05
ext2: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
-2
/
+1
2024-02-22
ext2: mark as deprecated
Michael Opdenacker
-4
/
+11
2024-02-08
quota: Properly annotate i_dquot arrays with __rcu
Jan Kara
-2
/
+2
[next]