index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-30
2
-26
/
+6
|
\
|
*
ext4 fast_commit: make use of name_snapshot primitives
Al Viro
2025-01-27
2
-26
/
+6
*
|
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-23
2
-0
/
+6
|
\
\
|
*
|
fs: enable pre-content events on supported file systems
Josef Bacik
2024-12-11
1
-0
/
+3
|
*
|
ext4: add pre-content fsnotify hook for DAX faults
Jan Kara
2024-12-11
1
-0
/
+3
|
|
/
*
|
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-01-22
3
-39
/
+4
|
\
\
|
*
|
ext4: switch to using the crc32c library
Eric Biggers
2024-12-01
3
-39
/
+4
|
|
/
*
/
ext4: use inode_set_cached_link()
Mateusz Guzik
2024-12-22
2
-2
/
+5
|
/
*
Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-18
20
-102
/
+227
|
\
|
*
ext4: prevent an infinite loop in the lazyinit thread
Mathieu Othacehe
2024-11-13
1
-7
/
+13
|
*
ext4: use struct_size() to improve ext4_htree_store_dirent()
Thorsten Blum
2024-11-13
1
-3
/
+2
|
*
ext4: annotate struct fname with __counted_by()
Thorsten Blum
2024-11-13
1
-1
/
+1
|
*
ext4: use str_yes_no() helper function
Thorsten Blum
2024-11-13
1
-1
/
+1
|
*
ext4: prevent delalloc to nodelalloc on remount
Nicolas Bretz
2024-11-12
1
-0
/
+7
|
*
ext4: cleanup variable name in ext4_fc_del()
Dan Carpenter
2024-11-12
1
-2
/
+2
|
*
ext4: use string choices helpers
R Sundar
2024-11-12
1
-1
/
+1
|
*
ext4: use ERR_CAST to return an error-valued pointer
Yu Jiaoliang
2024-11-12
1
-2
/
+2
|
*
ext4: partial zero eof block on unaligned inode size extension
Brian Foster
2024-11-12
2
-16
/
+42
|
*
ext4: disambiguate the return value of ext4_dio_write_end_io()
Jinliang Zheng
2024-11-12
1
-2
/
+3
|
*
ext4: pass write-hint for buffered IO
j.xia
2024-11-12
1
-1
/
+3
|
*
ext4: fix race in buffer_head read fault injection
Long Li
2024-11-12
10
-29
/
+29
|
*
ext4: don't pass full mapping flags to ext4_es_insert_extent()
Zhang Yi
2024-11-12
4
-10
/
+11
|
*
ext4: mark ctx_*_flags() with __maybe_unused
Andy Shevchenko
2024-11-12
1
-4
/
+4
|
*
ext4: return error on syncfs after shutdown
Amir Goldstein
2024-11-12
1
-1
/
+1
|
*
fs: ext4: Don't use CMA for buffer_head
Zhaoyang Huang
2024-11-12
1
-1
/
+8
|
*
ext4: simplify if condition
Jiapeng Chong
2024-11-12
1
-3
/
+1
|
*
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
2024-11-12
3
-5
/
+68
|
*
ext4: WARN if a full dir leaf block has only one dentry
Baokun Li
2024-11-12
1
-2
/
+12
|
*
ext4: show the default enabled prefetch_block_bitmaps option
Baokun Li
2024-11-12
1
-0
/
+3
|
*
ext4: avoid remount errors with 'abort' mount option
Jan Kara
2024-10-30
1
-3
/
+8
|
*
ext4: supress data-race warnings in ext4_free_inodes_{count,set}()
Jeongjun Park
2024-10-30
1
-4
/
+4
|
*
ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()
Markus Elfring
2024-10-30
1
-5
/
+2
*
|
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
1
-14
/
+7
|
\
\
|
*
|
fdget(), more trivial conversions
Al Viro
2024-11-03
1
-14
/
+7
|
|
/
*
|
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-18
4
-5
/
+99
|
\
\
|
*
|
ext4: Do not fallback to buffered-io for DIO atomic write
Ritesh Harjani (IBM)
2024-11-05
2
-5
/
+29
|
*
|
ext4: Support setting FMODE_CAN_ATOMIC_WRITE
Ritesh Harjani (IBM)
2024-11-05
1
-0
/
+3
|
*
|
ext4: Check for atomic writes support in write iter
Ritesh Harjani (IBM)
2024-11-05
1
-0
/
+14
|
*
|
ext4: Add statx support for atomic writes
Ritesh Harjani (IBM)
2024-11-05
3
-0
/
+53
*
|
|
Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-11-18
1
-4
/
+1
|
\
\
\
|
*
|
|
ext4: Use generic_ci_validate_strict_name helper
André Almeida
2024-10-28
1
-4
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-18
1
-1
/
+1
|
\
\
\
|
*
|
|
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
2024-10-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge patch series "timekeeping/fs: multigrain timestamp redux"
Christian Brauner
2024-10-10
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ext4: switch to multigrain timestamps
Jeff Layton
2024-10-10
1
-1
/
+1
*
|
|
ext4: fix off by one issue in alloc_flex_gd()
Baokun Li
2024-10-04
1
-8
/
+10
*
|
|
ext4: mark fc as ineligible using an handle in ext4_xattr_set()
Luis Henriques (SUSE)
2024-10-04
1
-1
/
+2
*
|
|
ext4: use handle to mark fc as ineligible in __track_dentry_update()
Luis Henriques (SUSE)
2024-10-04
1
-8
/
+11
|
|
/
|
/
|
*
|
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-3
/
+3
|
\
\
|
*
|
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-12
1
-3
/
+3
|
|
/
[next]