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
2023-07-06
Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-29
/
+48
2023-07-01
f2fs: fix to do sanity check on direct node in truncate_dnode()
Chao Yu
1
-5
/
+0
2023-07-01
f2fs: only set release for file that has compressed data
Sheng Yong
1
-3
/
+5
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+0
2023-06-26
f2fs: remove unneeded page uptodate check/set
Yunlei He
1
-2
/
+0
2023-06-26
f2fs: update mtime and ctime in move file range method
Yunlei He
1
-0
/
+11
2023-06-26
f2fs: convert to use sbi directly
Yangtao Li
1
-6
/
+6
2023-06-26
f2fs: add f2fs_ioc_get_compress_blocks
Sheng Yong
1
-6
/
+17
2023-06-26
f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
1
-0
/
+1
2023-06-12
f2fs: flag as supporting buffered async reads
Yangtao Li
1
-1
/
+1
2023-06-12
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
1
-1
/
+1
2023-06-10
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-1
/
+0
2023-06-10
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-2
/
+0
2023-05-24
f2fs: Provide a splice-read wrapper
David Howells
1
-8
/
+35
2023-05-08
f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
Yangtao Li
1
-0
/
+6
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
1
-5
/
+0
2023-04-20
f2fs: allocate trace path buffer from names_cache
Wu Bo
1
-2
/
+2
2023-04-14
f2fs: support iopoll method
Wu Bo
1
-0
/
+1
2023-04-14
f2fs: fix to check return value of f2fs_do_truncate_blocks()
Chao Yu
1
-1
/
+5
2023-03-30
f2fs: preserve direct write semantics when buffering is forced
Hans Holmberg
1
-8
/
+26
2023-03-30
f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...
Yangtao Li
1
-4
/
+10
2023-03-30
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
1
-7
/
+8
2023-03-30
f2fs: convert to use bitmap API
Yangtao Li
1
-1
/
+1
2023-02-28
Merge tag 'f2fs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-83
/
+90
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+25
2023-02-15
f2fs: drop unnecessary arg for f2fs_ioc_*()
Yangtao Li
1
-8
/
+8
2023-02-14
f2fs: synchronize atomic write aborts
Daeho Jeong
1
-15
/
+29
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-3
/
+3
2023-02-03
f2fs: fix to update age extent in f2fs_do_zero_range()
Chao Yu
1
-0
/
+1
2023-02-03
f2fs: fix to update age extent correctly during truncation
Chao Yu
1
-1
/
+1
2023-02-03
f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()
Chao Yu
1
-0
/
+1
2023-02-03
f2fs: factor the read/write tracing logic into a helper
Christoph Hellwig
1
-35
/
+26
2023-01-31
f2fs: fix to abort atomic write only during do_exist()
Chao Yu
1
-1
/
+2
2023-01-31
f2fs: allow set compression option of files without blocks
Yangtao Li
1
-1
/
+1
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port i_{g,u}id_{needs_}update() to mnt_idmap
Christian Brauner
1
-7
/
+6
2023-01-19
quota: port to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-6
/
+5
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-2
/
+3
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-4
/
+6
2023-01-11
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
1
-3
/
+1
2023-01-11
f2fs: add a f2fs_ prefix to punch_hole() and expand_inode_data()
Yangtao Li
1
-4
/
+4
2023-01-07
f2fs: fix to avoid potential deadlock
Chao Yu
1
-3
/
+6
2023-01-07
f2fs: remove the create argument to f2fs_map_blocks
Christoph Hellwig
1
-6
/
+6
2023-01-07
f2fs: add a f2fs_get_block_locked helper
Christoph Hellwig
1
-3
/
+1
2023-01-04
f2fs: file: drop useless initializer in expand_inode_data()
Sergey Shtylyov
1
-1
/
+1
[next]