index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-12
f2fs: compress: don't allow unaligned truncation on released compress inode
Chao Yu
1
-3
/
+8
2024-06-12
f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...
Chao Yu
1
-0
/
+10
2024-06-12
f2fs: compress: fix to update i_compr_blocks correctly
Chao Yu
1
-7
/
+14
2024-06-12
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
1
-1
/
+2
2024-06-12
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
1
-9
/
+11
2024-06-12
f2fs: fix typos in comments
Jinyoung CHOI
1
-3
/
+3
2024-06-12
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
1
-8
/
+4
2024-06-12
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
1
-8
/
+4
2024-06-12
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
1
-0
/
+3
2024-03-26
f2fs: compress: fix reserve_cblocks counting error when out of space
Xiuhong Wang
1
-8
/
+7
2024-03-26
f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks
Xiuhong Wang
1
-4
/
+3
2024-03-26
f2fs: convert to use sbi directly
Yangtao Li
1
-6
/
+6
2024-03-26
f2fs: compress: fix to check compress flag w/ .i_sem lock
Chao Yu
1
-4
/
+8
2024-03-26
f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode
Chao Yu
1
-12
/
+14
2024-03-26
f2fs: update blkaddr in __set_data_blkaddr() for cleanup
Chao Yu
1
-8
/
+4
2024-03-26
f2fs: introduce get_dnode_addr() to clean up codes
Chao Yu
1
-7
/
+1
2024-03-26
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
1
-3
/
+0
2024-03-26
f2fs: compress: fix to check unreleased compressed cluster
Sheng Yong
1
-1
/
+12
2024-02-05
f2fs: fix to tag gcing flag on page during block migration
Chao Yu
1
-0
/
+2
2024-01-25
f2fs: fix to update iostat correctly in f2fs_filemap_fault()
Chao Yu
1
-1
/
+1
2024-01-25
f2fs: fix to check compress file in f2fs_move_file_range()
Chao Yu
1
-0
/
+5
2024-01-10
f2fs: set the default compress_level on ioctl
Jaegeuk Kim
1
-0
/
+9
2024-01-10
f2fs: convert to use bitmap API
Yangtao Li
1
-1
/
+1
2023-11-20
f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()
Chao Yu
1
-0
/
+1
2023-09-13
f2fs: fix to avoid mmap vs set_compress_option case
Chao Yu
1
-5
/
+18
2023-08-27
Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"
Greg Kroah-Hartman
1
-0
/
+5
2023-08-11
f2fs: fix to do sanity check on direct node in truncate_dnode()
Chao Yu
1
-5
/
+0
2023-07-19
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
1
-1
/
+1
2023-07-19
f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
Yangtao Li
1
-0
/
+6
2023-05-17
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
1
-4
/
+4
2023-05-11
f2fs: fix to check return value of f2fs_do_truncate_blocks()
Chao Yu
1
-1
/
+5
2023-05-11
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
1
-7
/
+8
2023-03-11
f2fs: synchronize atomic write aborts
Daeho Jeong
1
-15
/
+29
2023-03-11
f2fs: fix to abort atomic write only during do_exist()
Chao Yu
1
-1
/
+2
2023-03-11
f2fs: allow set compression option of files without blocks
Yangtao Li
1
-1
/
+1
2023-03-11
f2fs: correct i_size change for atomic writes
Daeho Jeong
1
-7
/
+11
2023-03-11
f2fs: fix to avoid potential deadlock
Chao Yu
1
-3
/
+6
2022-12-31
f2fs: allow to set compression for inlined file
Jaegeuk Kim
1
-0
/
+4
2022-10-10
Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-21
/
+36
2022-10-07
f2fs: change to use atomic_t type form sbi.atomic_files
Chao Yu
1
-3
/
+1
2022-10-04
f2fs: support recording errors into superblock
Chao Yu
1
-2
/
+10
2022-10-04
f2fs: support recording stop_checkpoint reason into super_block
Chao Yu
1
-5
/
+6
2022-10-04
f2fs: code clean and fix a type error
Zhang Qilong
1
-1
/
+1
2022-10-04
f2fs: port to vfs{g,u}id_t and associated helpers
Christian Brauner
1
-2
/
+3
2022-09-11
f2fs: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+18
2022-09-11
f2fs: simplify f2fs_force_buffered_io()
Eric Biggers
1
-22
/
+5
2022-09-11
f2fs: move f2fs_force_buffered_io() into file.c
Eric Biggers
1
-0
/
+40
2022-08-29
f2fs: iostat: support accounting compressed IO
Chao Yu
1
-7
/
+9
2022-08-08
Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-26
/
+53
2022-08-05
f2fs: clean up f2fs_abort_atomic_write()
Chao Yu
1
-6
/
+3
[next]