index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
*
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-25
20
-460
/
+738
|
\
|
*
f2fs: allow F2FS_IPU_NOCACHE for pinned file
Jaegeuk Kim
2024-09-23
1
-1
/
+2
|
*
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
2024-09-13
1
-2
/
+1
|
*
f2fs: remove unused parameters
liuderong
2024-09-12
4
-9
/
+7
|
*
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
2024-09-11
1
-3
/
+3
|
*
f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
Chao Yu
2024-09-11
1
-4
/
+6
|
*
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
6
-7
/
+22
|
*
f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent
Daeho Jeong
2024-09-11
3
-3
/
+17
|
*
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
2024-09-11
2
-7
/
+18
|
*
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
2024-09-11
2
-2
/
+11
|
*
f2fs: add reserved_segments sysfs node
Daeho Jeong
2024-09-11
1
-0
/
+2
|
*
f2fs: introduce migration_window_granularity
Daeho Jeong
2024-09-11
5
-10
/
+33
|
*
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
2024-09-11
4
-6
/
+65
|
*
f2fs: avoid unused block when dio write in LFS mode
Daejun Park
2024-09-11
1
-0
/
+8
|
*
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
2024-09-11
1
-1
/
+12
|
*
f2fs: get rid of online repaire on corrupted directory
Chao Yu
2024-09-11
2
-79
/
+0
|
*
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
2024-09-11
3
-1
/
+14
|
*
f2fs: get rid of page->index
Chao Yu
2024-09-07
6
-12
/
+15
|
*
f2fs: convert read_node_page() to use folio
Chao Yu
2024-09-07
1
-4
/
+5
|
*
f2fs: convert __write_node_page() to use folio
Chao Yu
2024-09-07
1
-9
/
+10
|
*
f2fs: convert f2fs_write_data_page() to use folio
Chao Yu
2024-09-07
1
-4
/
+5
|
*
f2fs: convert f2fs_do_write_data_page() to use folio
Chao Yu
2024-09-07
1
-13
/
+13
|
*
f2fs: convert f2fs_set_compressed_page() to use folio
Chao Yu
2024-09-07
1
-3
/
+5
|
*
f2fs: convert f2fs_write_end() to use folio
Chao Yu
2024-09-07
1
-6
/
+7
|
*
f2fs: convert f2fs_write_begin() to use folio
Chao Yu
2024-09-07
1
-21
/
+23
|
*
f2fs: convert f2fs_submit_page_read() to use folio
Chao Yu
2024-09-07
1
-6
/
+6
|
*
f2fs: convert f2fs_handle_page_eio() to use folio
Chao Yu
2024-09-07
3
-4
/
+6
|
*
f2fs: convert f2fs_read_multi_pages() to use folio
Chao Yu
2024-09-07
1
-12
/
+16
|
*
f2fs: convert __f2fs_write_meta_page() to use folio
Chao Yu
2024-09-07
1
-6
/
+7
|
*
f2fs: convert f2fs_do_write_meta_page() to use folio
Chao Yu
2024-09-07
3
-9
/
+9
|
*
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
2024-09-07
3
-16
/
+18
|
*
f2fs: convert f2fs_write_inline_data() to use folio
Chao Yu
2024-09-07
4
-8
/
+8
|
*
f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio
Chao Yu
2024-09-07
5
-6
/
+5
|
*
f2fs: convert f2fs_vm_page_mkwrite() to use folio
Chao Yu
2024-09-07
1
-16
/
+16
|
*
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
2024-09-07
3
-10
/
+10
|
*
f2fs: Use sysfs_emit_at() to simplify code
Christophe JAILLET
2024-08-21
1
-24
/
+21
|
*
f2fs: atomic: fix to forbid dio in atomic_file
Chao Yu
2024-08-21
1
-12
/
+24
|
*
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
2024-08-21
3
-26
/
+61
|
*
f2fs: check discard support for conventional zones
Shin'ichiro Kawasaki
2024-08-21
1
-0
/
+7
|
*
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
2024-08-21
3
-4
/
+11
|
*
f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
Chao Yu
2024-08-21
1
-0
/
+4
|
*
f2fs: fix to wait page writeback before setting gcing flag
Chao Yu
2024-08-21
1
-0
/
+4
|
*
f2fs: Create COW inode from parent dentry for atomic write
Yeongjin Gil
2024-08-21
1
-9
/
+3
|
*
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
2024-08-21
1
-0
/
+9
|
*
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
2024-08-21
5
-8
/
+8
|
*
f2fs: fix to use per-inode maxbytes and cleanup
Zhiguo Niu
2024-08-15
3
-9
/
+7
|
*
f2fs: use f2fs_get_node_page when write inline data
Zijie Wang
2024-08-15
1
-12
/
+11
|
*
f2fs: sysfs: support atgc_enabled
liujinbao1
2024-08-15
1
-0
/
+8
|
*
Revert "f2fs: use flush command instead of FUA for zoned device"
Wenjie Cheng
2024-08-15
2
-3
/
+2
[next]