index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
Age
Commit message (
Expand
)
Author
2025-03-27
Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-18
f2fs: optimize f2fs DIO overwrites
Yohan Joung
2025-03-11
f2fs: Remove f2fs_write_data_page()
Matthew Wilcox (Oracle)
2025-03-11
f2fs: Remove check for ->writepage
Matthew Wilcox (Oracle)
2025-03-11
f2fs: do sanity check on inode footer in f2fs_get_inode_page()
Chao Yu
2025-03-05
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Add f2fs_find_data_folio()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Add f2fs_get_lock_data_folio()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Add f2fs_get_read_data_folio()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Convert f2fs_in_warm_node_list() to take a folio
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Convert f2fs_write_end_io() to use a folio_iter
Matthew Wilcox (Oracle)
2025-03-04
f2fs: fix potential deadloop in prepare_compress_overwrite()
Chao Yu
2025-02-12
f2fs: add ioctl to get IO priority hint
Jaegeuk Kim
2025-02-06
f2fs: remove unnecessary null checking
Kohei Enju
2025-01-27
Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-01-25
mm, swap: clean up device availability check
Kairui Song
2025-01-16
f2fs: remove blk_finish_plug
Jaegeuk Kim
2025-01-13
f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pages
zangyangyang1
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
2024-12-16
f2fs: cache more dentry pages
zangyangyang1
2024-12-16
f2fs: Remove calls to folio_file_mapping()
Matthew Wilcox (Oracle)
2024-12-16
f2fs: Convert __read_io_type() to take a folio
Matthew Wilcox (Oracle)
2024-12-16
f2fs: Use a data folio in f2fs_submit_page_bio()
Matthew Wilcox (Oracle)
2024-12-16
f2fs: Use a folio more in f2fs_submit_page_bio()
Matthew Wilcox (Oracle)
2024-12-16
f2fs: Convert f2fs_finish_read_bio() to use folios
Matthew Wilcox (Oracle)
2024-12-16
f2fs: Convert submit tracepoints to take a folio
Matthew Wilcox (Oracle)
2024-11-26
Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-11-21
f2fs: fix to requery extent which cross boundary of inquiry
Chao Yu
2024-11-21
f2fs: fix to adjust appropriate length for fiemap
Zhiguo Niu
2024-11-21
f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}
Chao Yu
2024-11-05
f2fs: fix to map blocks correctly for direct write
Chao Yu
2024-11-05
f2fs: fix fiemap failure issue when page size is 16KB
Xiuhong Wang
2024-11-01
f2fs: Fix not used variable 'index'
Zeng Heng
2024-11-01
f2fs: introduce device aliasing file
Daeho Jeong
2024-10-28
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
2024-09-24
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-11
f2fs: avoid unused block when dio write in LFS mode
Daejun Park
2024-09-06
f2fs: get rid of page->index
Chao Yu
2024-09-06
f2fs: convert f2fs_write_data_page() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_do_write_data_page() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_write_end() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_write_begin() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_submit_page_read() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_read_multi_pages() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_write_single_data_page() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_write_inline_data() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio
Chao Yu
2024-09-06
f2fs: convert f2fs_compress_ctx_add_page() to use folio
Chao Yu
2024-08-15
f2fs: fix to use per-inode maxbytes and cleanup
Zhiguo Niu
[next]