index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-24
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-72
/
+92
2024-09-11
f2fs: avoid unused block when dio write in LFS mode
Daejun Park
1
-0
/
+8
2024-09-06
f2fs: get rid of page->index
Chao Yu
1
-6
/
+6
2024-09-06
f2fs: convert f2fs_write_data_page() to use folio
Chao Yu
1
-4
/
+5
2024-09-06
f2fs: convert f2fs_do_write_data_page() to use folio
Chao Yu
1
-13
/
+13
2024-09-06
f2fs: convert f2fs_write_end() to use folio
Chao Yu
1
-6
/
+7
2024-09-06
f2fs: convert f2fs_write_begin() to use folio
Chao Yu
1
-21
/
+23
2024-09-06
f2fs: convert f2fs_submit_page_read() to use folio
Chao Yu
1
-6
/
+6
2024-09-06
f2fs: convert f2fs_read_multi_pages() to use folio
Chao Yu
1
-12
/
+16
2024-09-06
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
1
-14
/
+15
2024-09-06
f2fs: convert f2fs_write_inline_data() to use folio
Chao Yu
1
-1
/
+1
2024-09-06
f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio
Chao Yu
1
-2
/
+1
2024-09-06
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
1
-2
/
+2
2024-08-15
f2fs: fix to use per-inode maxbytes and cleanup
Zhiguo Niu
1
-2
/
+2
2024-08-15
f2fs: get rid of buffer_head use
Chao Yu
1
-1
/
+0
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
f2fs: Convert f2fs_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-31
/
+35
2024-08-07
f2fs: Convert f2fs_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-6
/
+8
2024-08-05
f2fs: atomic: fix to avoid racing w/ GC
Chao Yu
1
-1
/
+9
2024-07-10
f2fs: use meta inode for GC of COW file
Sunmin Jeong
1
-1
/
+1
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
1
-2
/
+2
2024-07-10
f2fs: fix null reference error when checking end of zone
Daejun Park
1
-1
/
+3
2024-06-18
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
1
-6
/
+11
2024-05-20
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-99
/
+132
2024-05-15
f2fs: initialize last_block_in_bio variable
Wu Bo
1
-10
/
+13
2024-05-09
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
1
-9
/
+8
2024-05-05
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-04-29
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
1
-2
/
+3
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
1
-1
/
+2
2024-04-19
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
1
-5
/
+5
2024-04-19
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
1
-6
/
+5
2024-04-19
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
1
-13
/
+14
2024-04-19
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
1
-40
/
+40
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
1
-0
/
+2
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
1
-2
/
+1
2024-03-29
f2fs: support to map continuous holes or preallocated address
Chao Yu
1
-6
/
+23
2024-03-29
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
1
-1
/
+1
2024-03-26
f2fs: introduce map_is_mergeable() for cleanup
Chao Yu
1
-6
/
+17
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
1
-19
/
+3
2024-03-04
f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()
Chao Yu
1
-2
/
+2
2024-03-04
f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()
Chao Yu
1
-2
/
+3
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
1
-2
/
+5
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
1
-19
/
+39
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
1
-71
/
+2
2024-02-05
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
1
-4
/
+4
2024-02-05
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
1
-2
/
+1
2024-02-05
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
1
-2
/
+3
2024-02-05
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
1
-1
/
+2
2024-02-05
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
1
-8
/
+9
[next]