index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
2024-07-11
1
-3
/
+3
*
f2fs: only fragment segment in the same section
Sheng Yong
2024-07-11
1
-3
/
+11
*
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
2024-06-22
1
-0
/
+1
*
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
2024-06-18
1
-3
/
+24
*
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
2024-06-12
1
-1
/
+2
*
f2fs: alloc new section if curseg is not the first seg in its zone
Sheng Yong
2024-06-12
1
-1
/
+2
*
f2fs: allow dirty sections with zero valid block for checkpoint disabled
Daeho Jeong
2024-05-11
1
-2
/
+4
*
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
2024-05-09
1
-3
/
+2
*
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-29
1
-2
/
+9
*
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
2024-04-29
1
-3
/
+2
*
f2fs: use helper to print zone condition
Wu Bo
2024-04-25
1
-14
/
+3
*
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-19
1
-6
/
+70
*
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
1
-5
/
+5
*
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
2024-04-12
1
-0
/
+2
*
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-18
1
-166
/
+278
|
\
|
*
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
2024-03-14
1
-1
/
+3
|
*
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-13
1
-22
/
+35
|
*
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-13
1
-2
/
+0
|
*
f2fs: fix to truncate meta inode pages forcely
Chao Yu
2024-03-13
1
-3
/
+2
|
*
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
1
-6
/
+6
|
*
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
2024-03-04
1
-5
/
+8
|
*
f2fs: fix to check return value __allocate_new_segment
Zhiguo Niu
2024-03-04
1
-2
/
+5
|
*
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
2024-03-04
1
-2
/
+3
|
*
f2fs: fix to reset fields for unloaded curseg
Chao Yu
2024-03-04
1
-4
/
+15
|
*
f2fs: clean up new_curseg()
Chao Yu
2024-03-04
1
-9
/
+14
|
*
f2fs: ro: don't start discard thread for readonly image
Chao Yu
2024-03-04
1
-0
/
+6
|
*
f2fs: fix to use correct segment type in f2fs_allocate_data_block()
Chao Yu
2024-03-04
1
-2
/
+2
|
*
f2fs: allow to mount if cap is 100
Jaegeuk Kim
2024-03-04
1
-0
/
+3
|
*
f2fs: print zone status in string and some log
Jaegeuk Kim
2024-03-04
1
-6
/
+21
|
*
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
2024-02-29
1
-0
/
+5
|
*
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
1
-7
/
+39
|
*
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
2024-02-29
1
-1
/
+11
|
*
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
1
-8
/
+61
|
*
f2fs: kill heap-based allocation
Jaegeuk Kim
2024-02-27
1
-47
/
+7
|
*
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-27
1
-56
/
+54
|
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-8
/
+1
|
*
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-06
1
-1
/
+1
|
*
f2fs: check free sections before disable checkpoint
Wu Bo
2024-02-06
1
-0
/
+2
*
|
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-02-12
1
-2
/
+2
*
|
f2fs: guard blkdev_zone_mgmt with nofs scope
Johannes Thumshirn
2024-02-12
1
-3
/
+12
|
/
*
f2fs: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2023-12-26
1
-5
/
+2
*
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
1
-10
/
+4
*
f2fs: let's finish or reset zones all the time
Jaegeuk Kim
2023-12-05
1
-58
/
+17
*
f2fs: allocate new section if it's not new
Jaegeuk Kim
2023-12-05
1
-16
/
+17
*
f2fs: sysfs: support discard_io_aware
Chao Yu
2023-11-28
1
-1
/
+5
*
f2fs: skip adding a discard command if exists
Jaegeuk Kim
2023-11-20
1
-1
/
+2
*
f2fs: clean up zones when not successfully unmounted
Daeho Jeong
2023-10-16
1
-36
/
+56
*
f2fs: use finish zone command when closing a zone
Daeho Jeong
2023-08-25
1
-6
/
+13
*
Revert "f2fs: do not issue small discard commands during checkpoint"
Chao Yu
2023-08-18
1
-1
/
+1
*
f2fs: fix to account cp stats correctly
Chao Yu
2023-08-14
1
-1
/
+2
[next]