index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2
-4
/
+4
2025-07-01
f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()
Chao Yu
1
-1
/
+1
2025-07-01
f2fs: avoid splitting bio when reading multiple pages
Jianan Huang
1
-1
/
+9
2025-07-01
f2fs: check the generic conditions first
Jaegeuk Kim
1
-12
/
+12
2025-06-30
f2fs: don't allow unaligned truncation to smaller/equal size on pinned file
wangzijie
1
-0
/
+11
2025-06-30
f2fs: fix to check upper boundary for gc_no_zoned_gc_percent
Chao Yu
1
-0
/
+7
2025-06-30
f2fs: fix to check upper boundary for gc_valid_thresh_ratio
Chao Yu
1
-0
/
+7
2025-06-30
f2fs: account and print more stats during recovery
Chao Yu
1
-7
/
+31
2025-06-30
f2fs: enable tuning of boost_zoned_gc_percent via sysfs
yohan.joung
1
-1
/
+2
2025-06-30
f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percent
yohan.joung
1
-0
/
+7
2025-06-30
f2fs: fix KMSAN uninit-value in extent_info usage
Abinash Singh
1
-1
/
+1
2025-06-24
f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()
wangzijie
1
-7
/
+7
2025-06-24
f2fs: Fix the typos in comments
Swarna Prabhu
3
-5
/
+5
2025-06-23
f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic
Zhiguo Niu
2
-20
/
+22
2025-06-23
f2fs: compress: change the first parameter of page_array_{alloc,free} to sbi
Zhiguo Niu
1
-20
/
+20
2025-06-23
f2fs: introduce reserved_pin_section sysfs entry
Chao Yu
4
-3
/
+18
2025-06-23
f2fs: fix to avoid invalid wait context issue
Chao Yu
1
-10
/
+7
2025-06-23
f2fs: fix bio memleak when committing super block
Sheng Yong
1
-0
/
+1
2025-06-23
f2fs: do sanity check on fio.new_blkaddr in do_write_page()
Chao Yu
1
-0
/
+6
2025-06-23
f2fs: handle nat.blkaddr corruption in f2fs_get_node_info()
Chao Yu
1
-8
/
+21
2025-06-23
f2fs: turn off one_time when forcibly set to foreground GC
Daeho Jeong
1
-0
/
+1
2025-06-23
f2fs: make sure zoned device GC to use FG_GC in shortage of free section
Daeho Jeong
2
-2
/
+3
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
1
-3
/
+4
2025-06-18
f2fs: fix to zero post-eof page
Chao Yu
1
-0
/
+38
2025-06-10
f2fs: Fix __write_node_folio() conversion
Matthew Wilcox (Oracle)
1
-1
/
+0
2025-05-30
Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-1729
/
+1960
2025-05-28
f2fs: fix to correct check conditions in f2fs_cross_rename
Zhiguo Niu
1
-1
/
+1
2025-05-28
f2fs: use d_inode(dentry) cleanup dentry->d_inode
Zhiguo Niu
2
-6
/
+6
2025-05-28
f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabled
Chao Yu
1
-1
/
+1
2025-05-28
f2fs: clean up to check bi_status w/ BLK_STS_OK
Chao Yu
2
-4
/
+4
2025-05-28
f2fs: introduce is_{meta,node}_folio
Chao Yu
5
-15
/
+24
2025-05-28
f2fs: add ckpt_valid_blocks to the section entry
yohan.joung
2
-18
/
+85
2025-05-28
f2fs: add a method for calculating the remaining blocks in the current segmen...
yohan.joung
1
-4
/
+19
2025-05-27
f2fs: introduce FAULT_VMALLOC
Chao Yu
3
-5
/
+11
2025-05-27
f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx
Chao Yu
2
-13
/
+15
2025-05-27
f2fs: add f2fs_bug_on() in f2fs_quota_read()
Chao Yu
1
-0
/
+6
2025-05-27
f2fs: add f2fs_bug_on() to detect potential bug
Chao Yu
2
-3
/
+8
2025-05-27
f2fs: remove unused sbi argument from checksum functions
Eric Biggers
5
-35
/
+24
2025-05-13
f2fs: don't over-report free space or inodes in statvfs
Chao Yu
1
-12
/
+18
2025-05-09
f2fs: fix freezing filesystem during resize
Christian Brauner
1
-3
/
+3
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-3
/
+3
2025-05-08
f2fs: return bool from __write_node_folio
Christoph Hellwig
1
-16
/
+13
2025-05-08
f2fs: simplify return value handling in f2fs_fsync_node_pages
Christoph Hellwig
1
-12
/
+11
2025-05-08
f2fs: always unlock the page in f2fs_write_single_data_page
Christoph Hellwig
2
-7
/
+4
2025-05-08
f2fs: remove wbc->for_reclaim handling
Christoph Hellwig
4
-40
/
+5
2025-05-08
f2fs: return bool from __f2fs_write_meta_folio
Christoph Hellwig
1
-11
/
+11
2025-05-08
f2fs: fix to return correct error number in f2fs_sync_node_pages()
Chao Yu
1
-2
/
+6
2025-05-06
f2fs: drop usage of folio_index
Kairui Song
3
-5
/
+5
2025-05-06
f2fs: support FAULT_TIMEOUT
Chao Yu
3
-0
/
+21
2025-05-06
f2fs: handle error cases of memory donation
Daeho Jeong
3
-10
/
+27
[prev]
[next]