index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
data.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-3
/
+5
*
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+1
*
f2fs: Convert f2fs_write_begin() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-31
/
+35
*
f2fs: Convert f2fs_write_end() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-6
/
+8
*
f2fs: use meta inode for GC of COW file
Sunmin Jeong
2024-07-11
1
-1
/
+1
*
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
2024-07-11
1
-2
/
+2
*
f2fs: fix null reference error when checking end of zone
Daejun Park
2024-07-11
1
-1
/
+3
*
f2fs: clean up set REQ_RAHEAD given rac
Jaegeuk Kim
2024-06-18
1
-6
/
+11
*
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-20
1
-99
/
+132
|
\
|
*
f2fs: initialize last_block_in_bio variable
Wu Bo
2024-05-15
1
-10
/
+13
|
*
f2fs: fix block migration when section is not aligned to pow2
Wu Bo
2024-05-09
1
-9
/
+8
|
*
f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
Chao Yu
2024-04-29
1
-2
/
+3
|
*
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-29
1
-1
/
+2
|
*
f2fs: convert f2fs__page tracepoint class to use folio
Chao Yu
2024-04-19
1
-5
/
+5
|
*
f2fs: convert f2fs_read_inline_data() to use folio
Chao Yu
2024-04-19
1
-6
/
+5
|
*
f2fs: convert f2fs_read_single_page() to use folio
Chao Yu
2024-04-19
1
-13
/
+14
|
*
f2fs: convert f2fs_mpage_readpages() to use folio
Chao Yu
2024-04-19
1
-40
/
+40
|
*
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-19
1
-0
/
+2
|
*
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
1
-2
/
+1
|
*
f2fs: support to map continuous holes or preallocated address
Chao Yu
2024-03-30
1
-6
/
+23
|
*
f2fs: multidev: fix to recognize valid zero block address
Chao Yu
2024-03-30
1
-1
/
+1
|
*
f2fs: introduce map_is_mergeable() for cleanup
Chao Yu
2024-03-26
1
-6
/
+17
*
|
f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folio
Matthew Wilcox (Oracle)
2024-05-06
1
-2
/
+3
|
/
*
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-13
1
-19
/
+3
*
f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()
Chao Yu
2024-03-04
1
-2
/
+2
*
f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()
Chao Yu
2024-03-04
1
-2
/
+3
*
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
1
-2
/
+5
*
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
1
-19
/
+39
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-71
/
+2
*
f2fs: fix NULL pointer dereference in f2fs_submit_page_write()
Wenjie Qi
2024-02-06
1
-4
/
+4
*
f2fs: zone: fix to wait completion of last bio in zone correctly
Chao Yu
2024-02-06
1
-2
/
+1
*
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
2024-02-06
1
-2
/
+3
*
f2fs: compress: fix to cover normal cluster write with cp_rwsem
Chao Yu
2024-02-06
1
-1
/
+2
*
f2fs: compress: fix to guarantee persisting compressed blocks by CP
Chao Yu
2024-02-06
1
-8
/
+9
*
Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-12
1
-31
/
+17
|
\
|
*
f2fs: fix to wait on block writeback for post_read case
Chao Yu
2023-12-11
1
-3
/
+4
|
*
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
1
-5
/
+3
|
*
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
2023-12-11
1
-7
/
+6
|
*
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
2023-12-11
1
-9
/
+2
|
*
f2fs: delete obsolete FI_DROP_CACHE
Chao Yu
2023-12-11
1
-3
/
+0
|
*
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-12-11
1
-2
/
+0
|
*
f2fs: use shared inode lock during f2fs_fiemap()
Chao Yu
2023-11-17
1
-2
/
+2
*
|
block: remove support for the host aware zone model
Christoph Hellwig
2023-12-20
1
-1
/
+1
|
/
*
f2fs: Support Block Size == Page Size
Daniel Rosenberg
2023-10-05
1
-1
/
+1
*
f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()
Chao Yu
2023-09-12
1
-0
/
+5
*
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
Chao Yu
2023-09-12
1
-3
/
+1
*
f2fs: compress: fix to avoid use-after-free on dic
Chao Yu
2023-09-12
1
-1
/
+3
*
f2fs: compress: fix deadloop in f2fs_write_cache_pages()
Chao Yu
2023-09-12
1
-2
/
+18
*
f2fs: fix error path of f2fs_submit_page_read()
Chao Yu
2023-08-23
1
-0
/
+3
*
f2fs: increase usage of folio_next_index() helper
Minjie Du
2023-08-14
1
-2
/
+1
[next]