index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-10-11
f2fs: allow parallel DIO reads
Jaegeuk Kim
1
-1
/
+2
2024-09-25
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-70
/
+129
2024-09-11
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
1
-1
/
+12
2024-09-07
f2fs: convert f2fs_vm_page_mkwrite() to use folio
Chao Yu
1
-16
/
+16
2024-08-21
f2fs: atomic: fix to forbid dio in atomic_file
Chao Yu
1
-12
/
+24
2024-08-21
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
1
-18
/
+21
2024-08-21
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
1
-2
/
+9
2024-08-21
f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
Chao Yu
1
-0
/
+4
2024-08-21
f2fs: fix to wait page writeback before setting gcing flag
Chao Yu
1
-0
/
+4
2024-08-21
f2fs: Create COW inode from parent dentry for atomic write
Yeongjin Gil
1
-9
/
+3
2024-08-21
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
1
-0
/
+9
2024-08-21
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
1
-3
/
+3
2024-08-15
f2fs: fix to use per-inode maxbytes and cleanup
Zhiguo Niu
1
-5
/
+2
2024-08-15
Revert "f2fs: use flush command instead of FUA for zoned device"
Wenjie Cheng
1
-2
/
+1
2024-08-15
f2fs: get rid of buffer_head use
Chao Yu
1
-1
/
+0
2024-08-15
f2fs: fix to avoid racing in between read and OPU dio write
Chao Yu
1
-0
/
+4
2024-08-15
f2fs: fix to wait dio completion
Chao Yu
1
-0
/
+13
2024-08-15
f2fs: reduce expensive checkpoint trigger frequency
Chao Yu
1
-0
/
+3
2024-08-13
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-05
f2fs: fix several potential integer overflows in file offsets
Nikita Zhandarovich
1
-1
/
+1
2024-07-24
Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-39
/
+96
2024-07-11
f2fs: clean up F2FS_I()
Chao Yu
1
-30
/
+34
2024-07-11
f2fs: use meta inode for GC of COW file
Sunmin Jeong
1
-0
/
+3
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
1
-1
/
+1
2024-06-25
f2fs: Use in_group_or_capable() helper
Youling Tang
1
-3
/
+1
2024-06-18
f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtie
Zhiguo Niu
1
-8
/
+16
2024-06-12
f2fs: fix to truncate preallocated blocks in f2fs_file_open()
Chao Yu
1
-1
/
+41
2024-06-12
f2fs: fix to force buffered IO on inline_data inode
Chao Yu
1
-0
/
+2
2024-05-20
Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-94
/
+162
2024-05-10
f2fs: compress: don't allow unaligned truncation on released compress inode
Chao Yu
1
-3
/
+8
2024-05-10
f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...
Chao Yu
1
-0
/
+10
2024-05-10
f2fs: compress: fix typo in f2fs_reserve_compress_blocks()
Chao Yu
1
-1
/
+1
2024-05-10
f2fs: compress: fix to update i_compr_blocks correctly
Chao Yu
1
-7
/
+14
2024-05-09
f2fs: fix to limit gc_pin_file_threshold
Chao Yu
1
-5
/
+6
2024-05-09
f2fs: remove unused GC_FAILURE_PIN
Chao Yu
1
-7
/
+5
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
1
-2
/
+3
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
1
-1
/
+14
2024-04-14
f2fs: allow direct io of pinned files for zoned storage
Daeho Jeong
1
-1
/
+2
2024-04-14
f2fs: prevent writing without fallocate() for pinned files
Daeho Jeong
1
-9
/
+16
2024-04-12
f2fs: add REQ_TIME time update for some user behaviors
Zhiguo Niu
1
-3
/
+12
2024-04-12
f2fs: fix to check pinfile flag in f2fs_move_file_range()
Chao Yu
1
-1
/
+2
2024-04-12
f2fs: fix to relocate check condition in f2fs_fallocate()
Chao Yu
1
-9
/
+11
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
Chao Yu
1
-8
/
+4
2024-04-12
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...
Chao Yu
1
-8
/
+4
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-1
/
+2
2024-04-03
f2fs: fix to adjust appropirate defragment pg_end
Zhiguo Niu
1
-5
/
+7
2024-03-30
f2fs: fix to wait on page writeback in __clone_blkaddrs()
Chao Yu
1
-0
/
+3
2024-03-26
f2fs: support .shutdown in f2fs_sops
Chao Yu
1
-27
/
+43
2024-03-14
f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault
Chao Yu
1
-1
/
+2
2024-03-13
f2fs: prevent atomic write on pinned file
Daeho Jeong
1
-1
/
+2
[next]