index
:
linux.git
cached
cdir_v2
cfid-fixes
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
11 days
f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs mode
Chao Yu
1
-1
/
+4
11 days
f2fs: vm_unmap_ram() may be called from an invalid context
Jan Prusakowski
1
-1
/
+1
2025-06-19
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
1
-1
/
+1
2025-06-19
f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()
Chao Yu
1
-1
/
+1
2025-06-19
f2fs: clean up w/ fscrypt_is_bounce_page()
Chao Yu
1
-1
/
+1
2025-03-27
Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-99
/
+91
2025-03-18
f2fs: optimize f2fs DIO overwrites
Yohan Joung
1
-1
/
+7
2025-03-11
f2fs: Remove f2fs_write_data_page()
Matthew Wilcox (Oracle)
1
-24
/
+0
2025-03-11
f2fs: Remove check for ->writepage
Matthew Wilcox (Oracle)
1
-4
/
+0
2025-03-11
f2fs: do sanity check on inode footer in f2fs_get_inode_page()
Chao Yu
1
-3
/
+3
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-04
f2fs: Add f2fs_find_data_folio()
Matthew Wilcox (Oracle)
1
-15
/
+18
2025-03-04
f2fs: Add f2fs_get_lock_data_folio()
Matthew Wilcox (Oracle)
1
-9
/
+9
2025-03-04
f2fs: Add f2fs_get_read_data_folio()
Matthew Wilcox (Oracle)
1
-18
/
+17
2025-03-04
f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-03-04
f2fs: Convert f2fs_in_warm_node_list() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-04
f2fs: Convert f2fs_write_end_io() to use a folio_iter
Matthew Wilcox (Oracle)
1
-15
/
+21
2025-03-04
f2fs: fix potential deadloop in prepare_compress_overwrite()
Chao Yu
1
-4
/
+6
2025-02-12
f2fs: add ioctl to get IO priority hint
Jaegeuk Kim
1
-0
/
+6
2025-02-06
f2fs: remove unnecessary null checking
Kohei Enju
1
-2
/
+0
2025-01-27
Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-37
/
+25
2025-01-25
mm, swap: clean up device availability check
Kairui Song
1
-1
/
+0
2025-01-16
f2fs: remove blk_finish_plug
Jaegeuk Kim
1
-4
/
+0
2025-01-13
f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pages
zangyangyang1
1
-0
/
+1
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
1
-1
/
+1
2024-12-16
f2fs: cache more dentry pages
zangyangyang1
1
-1
/
+1
2024-12-16
f2fs: Remove calls to folio_file_mapping()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-12-16
f2fs: Convert __read_io_type() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-12-16
f2fs: Use a data folio in f2fs_submit_page_bio()
Matthew Wilcox (Oracle)
1
-9
/
+5
2024-12-16
f2fs: Use a folio more in f2fs_submit_page_bio()
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-12-16
f2fs: Convert f2fs_finish_read_bio() to use folios
Matthew Wilcox (Oracle)
1
-13
/
+8
2024-12-16
f2fs: Convert submit tracepoints to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-11-26
Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-64
/
+50
2024-11-21
f2fs: fix to requery extent which cross boundary of inquiry
Chao Yu
1
-5
/
+15
2024-11-21
f2fs: fix to adjust appropriate length for fiemap
Zhiguo Niu
1
-3
/
+3
2024-11-21
f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}
Chao Yu
1
-39
/
+29
2024-11-05
f2fs: fix to map blocks correctly for direct write
Chao Yu
1
-1
/
+2
2024-11-05
f2fs: fix fiemap failure issue when page size is 16KB
Xiuhong Wang
1
-21
/
+1
2024-11-01
f2fs: Fix not used variable 'index'
Zeng Heng
1
-2
/
+2
2024-11-01
f2fs: introduce device aliasing file
Daeho Jeong
1
-0
/
+5
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-3
/
+6
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
[next]