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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
f2fs: fix use-after-free issue
Li Guifu
1
-2
/
+3
2020-09-03
f2fs: fix error path in do_recover_data()
Chao Yu
4
-13
/
+26
2020-06-24
f2fs: avoid utf8_strncasecmp() with unstable name
Eric Biggers
1
-0
/
+16
2020-06-24
f2fs: split f2fs_d_compare() from f2fs_match_name()
Eric Biggers
2
-40
/
+35
2020-06-24
f2fs: don't return vmalloc() memory from f2fs_kmalloc()
Eric Biggers
4
-14
/
+8
2020-06-24
f2fs: handle readonly filesystem in f2fs_ioc_shutdown()
Chao Yu
1
-1
/
+8
2020-06-24
f2fs: report delalloc reserve as non-free in statfs for project quota
Konstantin Khlebnikov
1
-1
/
+2
2020-06-22
f2fs: fix checkpoint=disable:%u%%
Jaegeuk Kim
2
-6
/
+20
2020-04-29
f2fs: fix to avoid memory leakage in f2fs_listxattr
Randall Huang
1
-1
/
+13
2020-04-23
f2fs: fix to wait all node page writeback
Chao Yu
1
-3
/
+4
2020-04-23
f2fs: fix NULL pointer dereference in f2fs_write_begin()
Chao Yu
1
-2
/
+3
2020-04-23
f2fs: Add a new CP flag to help fsck fix resize SPO issues
Sahitya Tummala
1
-2
/
+6
2020-04-23
f2fs: Fix mount failure due to SPO after a successful online resize FS
Sahitya Tummala
1
-0
/
+6
2020-04-23
f2fs: fix to show norecovery mount option
Chao Yu
2
-2
/
+6
2020-04-23
f2fs: fix the panic in do_checkpoint()
Sahitya Tummala
3
-11
/
+9
2020-03-05
f2fs: fix to add swap extent correctly
Chao Yu
1
-7
/
+25
2020-02-24
f2fs: fix memleak of kobject
Chao Yu
1
-3
/
+8
2020-02-24
f2fs: free sysfs kobject
Jaegeuk Kim
1
-0
/
+1
2020-02-24
f2fs: set I_LINKABLE early to avoid wrong access by vfs
Jaegeuk Kim
1
-14
/
+13
2020-02-24
f2fs: call f2fs_balance_fs outside of locked page
Jaegeuk Kim
1
-3
/
+4
2020-02-24
f2fs: preallocate DIO blocks when forcing buffered_io
Jaegeuk Kim
2
-23
/
+33
2020-02-11
f2fs: fix race conditions in ->d_compare() and ->d_hash()
Eric Biggers
1
-3
/
+6
2020-02-11
f2fs: fix dcache lookup of !casefolded directories
Eric Biggers
1
-1
/
+1
2020-02-11
f2fs: code cleanup for f2fs_statfs_project()
Chengguang Xu
1
-12
/
+4
2020-02-11
f2fs: fix miscounted block limit in f2fs_statfs_project()
Chengguang Xu
1
-0
/
+2
2020-02-11
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...
Chengguang Xu
1
-6
/
+14
2020-02-11
utimes: Clamp the timestamps in notify_change()
Amir Goldstein
1
-12
/
+6
2020-01-17
f2fs: fix potential overflow
Chao Yu
2
-2
/
+2
2020-01-04
f2fs: Fix deadlock in f2fs_gc() context during atomic files handling
Sahitya Tummala
3
-6
/
+17
2020-01-04
f2fs: fix to update dir's i_pino during cross_rename
Chao Yu
1
-3
/
+12
2020-01-04
f2fs: fix to update time in lazytime mode
Chao Yu
2
-9
/
+20
2019-09-21
Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
17
-203
/
+839
2019-09-19
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
1
-9
/
+12
2019-09-18
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
9
-15
/
+392
2019-09-17
f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()
Sahitya Tummala
1
-2
/
+2
2019-09-16
f2fs: fix to add missing F2FS_IO_ALIGNED() condition
Chao Yu
2
-2
/
+8
2019-09-16
f2fs: fix to fallback to buffered IO in IO aligned mode
Chao Yu
1
-3
/
+6
2019-09-16
f2fs: fix to handle error path correctly in f2fs_map_blocks
Chao Yu
1
-4
/
+4
2019-09-16
f2fs: fix extent corrupotion during directIO in LFS mode
Chao Yu
1
-1
/
+1
2019-09-16
f2fs: check all the data segments against all node ones
Surbhi Palande
1
-2
/
+2
2019-09-16
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
Lockywolf
1
-1
/
+3
2019-09-16
f2fs: fix inode rwsem regression
Goldwyn Rodrigues
1
-2
/
+3
2019-09-16
f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
Chao Yu
2
-0
/
+10
2019-09-16
f2fs: avoid infinite GC loop due to stale atomic files
Jaegeuk Kim
2
-26
/
+18
2019-09-09
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
1
-1
/
+1
2019-09-06
f2fs: convert inline_data in prior to i_size_write
Jaegeuk Kim
1
-13
/
+13
2019-09-06
f2fs: fix error path of f2fs_convert_inline_page()
Chao Yu
1
-0
/
+1
2019-09-06
f2fs: fix flushing node pages when checkpoint is disabled
Jaegeuk Kim
1
-2
/
+4
2019-09-06
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
Chao Yu
7
-44
/
+34
2019-09-06
f2fs: clean up __bio_alloc()'s parameter
Chao Yu
1
-16
/
+11
[next]