index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+91
2026-08-27
f2fs: support resizable tail section and unify pinned allocation
Daeho Jeong
1
-0
/
+36
2026-08-21
f2fs: fix to propagate error from f2fs_sync_fs()
Chao Yu
1
-1
/
+3
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-1
/
+1
2026-08-17
f2fs: fix to avoid pinfile fragment on fragment:{block, segment} mode
Chao Yu
1
-2
/
+2
2026-08-17
f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}
Chao Yu
1
-2
/
+2
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2026-08-11
f2fs: call __add_ino_entry out of the eviction path
Jaegeuk Kim
1
-1
/
+8
2026-08-11
f2fs: support dynamic reserve/release for device aliasing
Daeho Jeong
1
-0
/
+36
2026-08-07
f2fs: print error information in f2fs_put_super()
Chao Yu
1
-1
/
+2
2026-08-04
f2fs: Run f2fs_write_end_io() asynchronously
Bart Van Assche
1
-0
/
+1
2026-07-28
f2fs: embed f2fs_gc_kthread in f2fs_sb_info
Chao Yu
1
-2
/
+2
2026-07-28
f2fs: quota: do not use GFP_NOFS in f2fs_quota_read()
Chao Yu
1
-1
/
+1
2026-07-20
f2fs: Remove fs-layer file contents en/decryption code
Eric Biggers
1
-1
/
+0
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-06-29
f2fs: open via dedicated fs bdev helpers
Christian Brauner
1
-3
/
+3
2026-06-22
f2fs: misc cleanup in f2fs_record_stop_reason()
Chao Yu
1
-2
/
+1
2026-06-22
f2fs: Rename f2fs_post_read_wq into f2fs_wq
Bart Van Assche
1
-4
/
+4
2026-06-22
f2fs: avoid false shutdown fserror reports
Wenjie Qi
1
-1
/
+8
2026-06-22
f2fs: add logs in f2fs_disable_checkpoint()
Chao Yu
1
-1
/
+18
2026-06-22
f2fs: Add trace_f2fs_fault_report
liujinbao1
1
-0
/
+9
2026-05-22
f2fs: support to report fserror
Chao Yu
1
-0
/
+26
2026-04-13
f2fs: allow empty mount string for Opt_usr|grp|projjquota
Jaegeuk Kim
1
-12
/
+15
2026-04-02
f2fs: fix to preserve previous reserve_{blocks,node} value when remount
Zhiguo Niu
1
-0
/
+2
2026-04-02
f2fs: invalidate block device page cache on umount
Yongpeng Yang
1
-0
/
+6
2026-04-02
f2fs: fix false alarm of lockdep on cp_global_sem lock
Chao Yu
1
-0
/
+11
2026-04-02
f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally
Chao Yu
1
-3
/
+8
2026-03-24
f2fs: use more generic f2fs_stop_checkpoint()
Chao Yu
1
-1
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-14
Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-77
/
+125
2026-02-10
f2fs: sysfs: introduce critical_task_priority
Chao Yu
1
-0
/
+1
2026-02-04
fsverity: use a hashtable to find the fsverity_info
Christoph Hellwig
1
-3
/
+0
2026-01-31
f2fs: fix lock priority inversion issue
Chao Yu
1
-0
/
+2
2026-01-27
f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()
Chao Yu
1
-1
/
+1
2026-01-27
f2fs: introduce FAULT_SKIP_WRITE
Chao Yu
1
-0
/
+1
2026-01-27
f2fs: check skipped write in f2fs_enable_checkpoint()
Chao Yu
1
-4
/
+33
2026-01-20
Revert "f2fs: add timeout in f2fs_enable_checkpoint()"
Jaegeuk Kim
1
-11
/
+4
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
1
-14
/
+12
2026-01-16
Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"
Chao Yu
1
-30
/
+8
2026-01-07
f2fs: sysfs: introduce inject_lock_timeout
Chao Yu
1
-0
/
+49
2026-01-07
f2fs: introduce FAULT_LOCK_TIMEOUT
Chao Yu
1
-0
/
+1
2026-01-07
f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: trace elapsed time for cp_global_sem lock
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: trace elapsed time for gc_lock lock
Chao Yu
1
-6
/
+8
2026-01-07
f2fs: trace elapsed time for node_write lock
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: trace elapsed time for node_change lock
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: trace elapsed time for cp_rwsem lock
Chao Yu
1
-3
/
+4
2026-01-07
f2fs: sysfs: introduce max_lock_elapsed_time
Chao Yu
1
-0
/
+1
[next]