index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
6
-123
/
+15
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+3
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+3
2026-07-31
f2fs: convert iomap ops to ->iomap_next()
Joanne Koong
1
-1
/
+3
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-20
f2fs: Update outdated comment in f2fs_write_begin()
Eric Biggers
1
-1
/
+1
2026-07-20
fscrypt: Remove fscrypt_dio_supported()
Eric Biggers
1
-5
/
+1
2026-07-20
f2fs: Remove fs-layer file contents en/decryption code
Eric Biggers
5
-117
/
+12
2026-07-20
fscrypt: Always use blk-crypto for contents on block-based filesystems
Eric Biggers
1
-0
/
+1
2026-07-20
fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
Eric Biggers
1
-11
/
+14
2026-07-20
fscrypt: Use lock guards for mutexes
Eric Biggers
0
-0
/
+0
2026-07-01
f2fs: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-29
f2fs: open via dedicated fs bdev helpers
Christian Brauner
1
-3
/
+3
2026-06-22
f2fs: fix to round down start offset of fallocate for pin file
Sunmin Jeong
1
-1
/
+8
2026-06-22
f2fs: fix listxattr handling of corrupted xattr entries
Keshav Verma
1
-3
/
+3
2026-06-22
f2fs: skip direct I/O iostat context when disabled
Wenjie Qi
1
-0
/
+3
2026-06-22
f2fs: remove unneeded f2fs_is_compressed_page()
Chao Yu
1
-2
/
+1
2026-06-22
f2fs: avoid unnecessary fscrypt_finalize_bounce_page()
Chao Yu
1
-0
/
+3
2026-06-22
f2fs: avoid unnecessary sanity check on ckpt_valid_blocks
Chao Yu
1
-6
/
+2
2026-06-22
f2fs: misc cleanup in f2fs_record_stop_reason()
Chao Yu
1
-2
/
+1
2026-06-22
f2fs: fix wrong description in printed log
Chao Yu
1
-1
/
+1
2026-06-22
f2fs: bound i_inline_xattr_size for non-inline-xattr inodes
Bryam Vargas
1
-3
/
+3
2026-06-22
f2fs: validate ACL entry sizes in f2fs_acl_from_disk()
Zhang Cen
1
-2
/
+16
2026-06-22
Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"
Zhaoyang Huang
1
-5
/
+1
2026-06-22
f2fs: Split f2fs_write_end_io()
Bart Van Assche
1
-5
/
+9
2026-06-22
f2fs: Rename f2fs_post_read_wq into f2fs_wq
Bart Van Assche
4
-22
/
+16
2026-06-22
f2fs: Prepare for supporting delayed bio completion
Bart Van Assche
1
-1
/
+6
2026-06-22
f2fs: reject setattr size changes on large folio files
Wenjie Qi
1
-0
/
+2
2026-06-22
f2fs: validate dentry name length before lookup compares it
Samuel Moelius
1
-0
/
+5
2026-06-22
f2fs: validate inline dentry name lengths before conversion
Samuel Moelius
1
-0
/
+7
2026-06-22
f2fs: read COW data with the original inode during atomic write
Mikhail Lobanov
1
-10
/
+16
2026-06-22
f2fs: skip inode folio lookup for cached overwrite
Wenjie Qi
1
-0
/
+5
2026-06-22
f2fs: keep atomic write retry from zeroing original data
Wenjie Qi
1
-5
/
+11
2026-06-22
f2fs: validate orphan inode entry count
Wenjie Qi
1
-1
/
+13
2026-06-22
f2fs: honor per-I/O write streams for direct writes
Wenjie Qi
1
-1
/
+23
2026-06-22
f2fs: fix to do sanity check on f2fs_get_node_folio_ra()
Chao Yu
2
-1
/
+6
2026-06-22
Revert: "f2fs: check in-memory sit version bitmap"
Chao Yu
2
-22
/
+0
2026-06-22
Revert: "f2fs: check in-memory block bitmap"
Chao Yu
2
-44
/
+0
2026-06-22
f2fs: avoid false shutdown fserror reports
Wenjie Qi
2
-1
/
+9
2026-06-22
f2fs: validate compress cache inode only when enabled
Wenjie Qi
1
-2
/
+7
2026-06-22
f2fs: pass correct iostat type for single node writes
Wenjie Qi
1
-1
/
+1
2026-06-22
f2fs: fix missing read bio submission on large folio error
Wenjie Qi
1
-6
/
+5
2026-06-22
f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode
Chao Yu
2
-11
/
+50
2026-06-22
f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()
Chao Yu
1
-7
/
+7
2026-06-22
f2fs: add logs in f2fs_disable_checkpoint()
Chao Yu
1
-1
/
+18
2026-06-22
f2fs: add iostat latency tracking for direct IO
liujinbao1
1
-0
/
+35
2026-06-22
f2fs: optimize representative type determination in GC
Daeho Jeong
1
-3
/
+8
2026-06-22
f2fs: Add trace_f2fs_fault_report
liujinbao1
2
-1
/
+26
[next]