index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
21
-448
/
+1445
6 days
f2fs: support resizable tail section and unify pinned allocation
Daeho Jeong
5
-16
/
+58
7 days
f2fs: don't leave the hashed inode while it's unlinked
Jaegeuk Kim
3
-58
/
+69
7 days
f2fs: accurately adjust free_sections during free_segment_range
Daeho Jeong
1
-1
/
+14
8 days
f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()
Chao Yu
1
-0
/
+5
8 days
f2fs: use adjusted write range after f2fs_write_checks()
Seongjae Jeong
1
-8
/
+9
11 days
f2fs: fix to propagate error from f2fs_sync_fs()
Chao Yu
2
-16
/
+39
11 days
f2fs: return symlink writeback errors
Wenjie Qi
1
-5
/
+6
11 days
f2fs: fix error handling on device alias check in rename and unlink
Daeho Jeong
1
-4
/
+8
11 days
f2fs: fix to reset all pinned status during fggc
Chao Yu
1
-0
/
+3
11 days
f2fs: use f2fs_{down, up}_(read, write}_trace() for nat_tree_lock
Chao Yu
3
-30
/
+43
12 days
f2fs: reduce memory footprint of ino management
Chao Yu
2
-10
/
+95
12 days
f2fs: fix i_size when pinned fallocate partially fails
Zhan Xusheng
1
-2
/
+3
12 days
f2fs: fix to migrate all curseg types during free_segment_range
Daeho Jeong
1
-1
/
+1
12 days
f2fs: avoid setting SBI_NEED_FSCK on transient resize failure
Daeho Jeong
1
-3
/
+6
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
f2fs: fix to avoid pinfile fragment on fragment:{block, segment} mode
Chao Yu
4
-11
/
+18
2026-08-17
f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}
Chao Yu
4
-9
/
+18
2026-08-17
f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()
Chao Yu
4
-14
/
+28
2026-08-17
f2fs: fix to reclaim space in f2fs_allocate_pinning_section()
Chao Yu
1
-3
/
+6
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-08-12
f2fs: unify add/remove ino entry API for all ino types
Chao Yu
1
-5
/
+11
2026-08-12
f2fs: fix to zero post-EOF data when extending file size
Chao Yu
1
-16
/
+84
2026-08-12
f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page()
Chao Yu
1
-1
/
+1
2026-08-11
f2fs: call __add_ino_entry out of the eviction path
Jaegeuk Kim
5
-7
/
+122
2026-08-11
f2fs: refactor f2fs_evict_inode having three major parts
Jaegeuk Kim
1
-53
/
+79
2026-08-11
f2fs: support dynamic reserve/release for device aliasing
Daeho Jeong
9
-68
/
+515
2026-08-07
f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer()
Chao Yu
1
-1
/
+1
2026-08-07
f2fs: issue multi-device flushes in parallel
Yonggil Song
1
-3
/
+41
2026-08-07
f2fs: print error information in f2fs_put_super()
Chao Yu
1
-1
/
+2
2026-08-05
f2fs: fix to clear dirty flag on folio in error path
Chao Yu
1
-1
/
+1
2026-08-05
f2fs: avoid unnecessary shrink in f2fs_shrink_scan()
Chao Yu
1
-1
/
+2
2026-08-05
f2fs: fix to return -EFSCORRUPTED in f2fs_get_node_info() correctly
Chao Yu
1
-0
/
+1
2026-08-05
f2fs: fix valid block count leak on data block allocation failure
Chen Changcheng
1
-1
/
+4
2026-08-05
f2fs: protect critical_task_priority updates with s_umount
Wenjie Qi
1
-1
/
+2
2026-08-05
f2fs: avoid NULL checkpoint thread access in sysfs
Wenjie Qi
1
-3
/
+4
2026-08-04
f2fs: Run f2fs_write_end_io() asynchronously
Bart Van Assche
4
-1
/
+25
2026-08-04
f2fs: reject invalid recovered filename lengths
Wenjie Qi
1
-3
/
+11
2026-08-04
f2fs: Remove unused curseg_segno() and curseg_alloc_type()
Zhan Xusheng
1
-14
/
+0
2026-08-04
f2fs: dirty directory inodes on mtime/ctime update
Joanne Chang
3
-7
/
+7
2026-08-04
f2fs: don't drop the top folio order in the f2fs_iostat tracepoint
Zhan Xusheng
1
-0
/
+6
2026-08-04
f2fs: fix to avoid move_range and defragment on device_alias file
Chao Yu
1
-1
/
+5
2026-08-04
f2fs: reject overlapping move range after len expansion
Hao-Qun Huang
1
-2
/
+2
2026-08-03
f2fs: return writeback error from collapse range
Wenjie Qi
1
-1
/
+4
2026-08-03
f2fs: only redirty pinned folios in redirty_blocks
Wenjie Qi
1
-2
/
+2
2026-08-03
f2fs: limit recovery filename logging to stored length
Wenjie Qi
1
-14
/
+27
2026-08-03
f2fs: validate MOVE_RANGE destination size
Wenjie Qi
1
-4
/
+12
[next]