index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
FROMLIST: Add flags option to get xattr method paired to __vfs_getxattr
Mark Salyzyn
2021-11-25
1
-2
/
+2
*
f2fs: should put a page beyond EOF when preparing a write
Jaegeuk Kim
2021-09-18
1
-0
/
+2
*
f2fs: deallocate compressed pages when error happens
Jaegeuk Kim
2021-09-18
1
-6
/
+6
*
f2fs: fix to unmap pages from userspace process in punch_hole()
Chao Yu
2021-09-18
1
-3
/
+1
*
f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()
Chao Yu
2021-09-18
1
-0
/
+14
*
f2fs: fix to account missing .skipped_gc_rwsem
Chao Yu
2021-09-18
1
-1
/
+3
*
f2fs: reduce the scope of setting fsck tag when de->name_len is zero
Yangtao Li
2021-09-18
1
-5
/
+9
*
f2fs: quota: fix potential deadlock
Chao Yu
2021-09-18
1
-36
/
+48
*
f2fs: fix to do sanity check for sb/cp fields correctly
Chao Yu
2021-09-18
1
-4
/
+18
*
f2fs: guarantee to write dirty data when enabling checkpoint back
Jaegeuk Kim
2021-09-15
2
-4
/
+12
*
f2fs: report correct st_size for encrypted symlinks
Eric Biggers
2021-09-08
1
-1
/
+10
*
f2fs: Show casefolding support only when supported
Daniel Rosenberg
2021-07-25
1
-0
/
+4
*
f2fs: compress: fix to disallow temp extension
Chao Yu
2021-07-20
1
-4
/
+12
*
f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs
Chao Yu
2021-07-20
1
-0
/
+1
*
f2fs: atgc: fix to set default age threshold
Chao Yu
2021-07-20
1
-0
/
+1
*
f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances
Chao Yu
2021-07-19
3
-10
/
+23
*
f2fs: Prevent swap file in LFS mode
Shin'ichiro Kawasaki
2021-07-14
1
-0
/
+6
*
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
2021-05-19
3
-12
/
+13
*
f2fs: compress: fix race condition of overwrite vs truncate
Chao Yu
2021-05-19
1
-23
/
+12
*
f2fs: compress: fix to free compress page correctly
Chao Yu
2021-05-19
1
-1
/
+2
*
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
2021-05-19
1
-6
/
+0
*
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
2021-05-19
1
-3
/
+3
*
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
2021-05-19
1
-13
/
+17
*
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
2021-05-19
1
-0
/
+4
*
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
2021-05-19
4
-24
/
+55
*
f2fs: fix to update last i_size if fallocate partially succeeds
Chao Yu
2021-05-19
1
-11
/
+11
*
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
2021-05-19
3
-19
/
+36
*
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
2021-05-19
1
-1
/
+2
*
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
2021-05-19
1
-0
/
+13
*
f2fs: fix to allow migrating fully valid segment
Chao Yu
2021-05-19
5
-16
/
+20
*
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
2021-05-19
1
-33
/
+104
*
f2fs: move ioctl interface definitions to separated file
Chao Yu
2021-05-19
2
-79
/
+1
*
f2fs: fix to avoid out-of-bounds memory access
Chao Yu
2021-05-11
1
-0
/
+3
*
f2fs: fix error handling in f2fs_end_enable_verity()
Eric Biggers
2021-05-11
1
-21
/
+54
*
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
2021-03-07
1
-0
/
+8
*
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
2021-03-07
1
-2
/
+2
*
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
2021-03-04
1
-0
/
+3
*
f2fs: enforce the immutable flag on open files
Chao Yu
2021-03-04
1
-0
/
+17
*
f2fs: fix out-of-repair __setattr_copy()
Chao Yu
2021-03-04
1
-1
/
+2
*
f2fs: fix a wrong condition in __submit_bio
Dehe Gu
2021-03-04
1
-1
/
+1
*
f2fs: fix to avoid inconsistent quota data
Yi Chen
2021-03-04
2
-0
/
+8
*
f2fs: compress: fix potential deadlock
Chao Yu
2021-03-04
3
-6
/
+11
*
f2fs: fix race of pending_pages in decompression
Daeho Jeong
2021-01-06
3
-13
/
+48
*
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
2021-01-06
6
-24
/
+36
*
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
2021-01-06
1
-5
/
+4
*
f2fs: fix double free of unicode map
Hyeongseok Kim
2020-12-30
1
-0
/
+1
*
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
2020-12-30
1
-1
/
+1
*
f2fs: prevent creating duplicate encrypted filenames
Eric Biggers
2020-12-26
1
-0
/
+2
*
f2fs: init dirty_secmap incorrectly
Jack Qiu
2020-12-26
1
-1
/
+1
*
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
2020-12-26
1
-3
/
+8
[next]