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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-01
Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-21
/
+21
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-4
/
+4
2022-01-22
mm: remove cleancache
Christoph Hellwig
1
-13
/
+0
2022-01-21
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
7
-21
/
+21
2022-01-19
Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-493
/
+731
2022-01-17
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-21
/
+20
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-21
/
+16
2022-01-15
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
1
-4
/
+4
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
7
-21
/
+16
2022-01-10
f2fs: do not allow partial truncation on pinned file
Jaegeuk Kim
1
-1
/
+5
2022-01-08
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-01-05
f2fs: remove redunant invalidate compress pages
Fengnan Chang
1
-1
/
+2
2022-01-05
f2fs: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-01-05
f2fs: don't drop compressed page cache in .{invalidate,release}page
Chao Yu
1
-10
/
+4
2022-01-05
f2fs: fix to reserve space for IO align feature
Chao Yu
4
-2
/
+60
2022-01-05
f2fs: fix to check available space of CP area correctly in update_ckpt_flags()
Chao Yu
1
-2
/
+2
2022-01-05
f2fs: support fault injection to f2fs_trylock_op()
Chao Yu
2
-0
/
+6
2022-01-05
f2fs: clean up __find_inline_xattr() with __find_xattr()
Chao Yu
1
-18
/
+11
2022-01-05
f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
Chao Yu
1
-1
/
+10
2022-01-05
f2fs: do not bother checkpoint by f2fs_get_node_info
Jaegeuk Kim
11
-25
/
+26
2022-01-05
f2fs: avoid down_write on nat_tree_lock during checkpoint
Jaegeuk Kim
1
-0
/
+4
2021-12-14
f2fs: compress: fix potential deadlock of compress file
Hyeong-Jun Kim
1
-28
/
+22
2021-12-14
f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
Jaegeuk Kim
2
-7
/
+10
2021-12-11
f2fs: add gc_urgent_high_remaining sysfs node
Daeho Jeong
4
-0
/
+27
2021-12-11
f2fs: fix to do sanity check in is_alive()
Chao Yu
1
-0
/
+3
2021-12-11
f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
Chao Yu
1
-1
/
+1
2021-12-11
f2fs: fix to do sanity check on inode type during garbage collection
Chao Yu
1
-1
/
+2
2021-12-11
f2fs: avoid duplicate call of mark_inode_dirty
Jaegeuk Kim
1
-0
/
+4
2021-12-11
f2fs: show number of pending discard commands
Jaegeuk Kim
1
-0
/
+11
2021-12-11
f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
Fengnan Chang
1
-3
/
+9
2021-12-11
f2fs: fix remove page failed in invalidate compress pages
Fengnan Chang
1
-0
/
+5
2021-12-11
f2fs: show more DIO information in tracepoint
Jaegeuk Kim
1
-2
/
+2
2021-12-11
f2fs: use iomap for direct I/O
Eric Biggers
4
-273
/
+322
2021-12-04
f2fs: implement iomap operations
Eric Biggers
3
-0
/
+58
2021-12-04
f2fs: fix the f2fs_file_write_iter tracepoint
Eric Biggers
1
-2
/
+3
2021-12-04
f2fs: do not expose unwritten blocks to user by DIO
Jaegeuk Kim
4
-10
/
+35
2021-12-04
f2fs: reduce indentation in f2fs_file_write_iter()
Eric Biggers
1
-30
/
+34
2021-11-17
f2fs: rework write preallocations
Eric Biggers
3
-101
/
+88
2021-11-17
f2fs: compress: reduce one page array alloc and free when write compressed page
Fengnan Chang
3
-22
/
+12
2021-11-14
Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux
Linus Torvalds
2
-29
/
+29
2021-11-13
Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-95
/
+302
2021-11-09
f2fs: fix UAF in f2fs_available_free_memory
Dongliang Mu
1
-0
/
+2
2021-11-09
f2fs: invalidate META_MAPPING before IPU/DIO write
Hyeong-Jun Kim
2
-0
/
+5
2021-11-09
lib: zstd: Add kernel-specific API
Nick Terrell
2
-29
/
+29
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-11-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-1
/
+0
2021-10-29
f2fs: support fault injection for dquot_initialize()
Chao Yu
10
-26
/
+44
2021-10-29
f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
Chao Yu
1
-1
/
+1
2021-10-28
f2fs: compress: disallow disabling compress on non-empty compressed file
Hyeong-Jun Kim
1
-2
/
+1
2021-10-27
f2fs: compress: fix overwrite may reduce compress ratio unproperly
Fengnan Chang
3
-18
/
+39
[next]