aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* UPSTREAM: f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2025-02-141-0/+2
* BACKPORT: f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala2025-02-143-1/+11
* Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-11-091-2/+1
|\
| * Merge 4.9.331 into android-4.9-qGreg Kroah-Hartman2022-10-261-2/+1
| |\
| | * f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong2022-10-261-2/+1
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-05-092-2/+2
|\| |
| * | UPSTREAM: f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2022-02-212-2/+2
| * | Merge 4.9.269 into android-4.9-qGreg Kroah-Hartman2021-05-221-1/+2
| |\|
| | * f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+2
| * | Merge 4.9.259 into android-4.9-qGreg Kroah-Hartman2021-03-031-1/+2
| |\|
| | * f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-031-1/+2
| * | Merge 4.9.242 into android-4.9-qGreg Kroah-Hartman2020-11-101-1/+7
| |\|
| | * f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-101-0/+2
| | * f2fs: add trace exit in exception pathZhang Qilong2020-11-101-1/+5
| | * fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-102-19/+4
| | * fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-3/+3
| | * f2fs: check if file namelen exceeds max valueSheng Yong2020-08-211-1/+2
| | * f2fs: check memory boundary by insane namelenJaegeuk Kim2020-08-211-1/+10
| * | Merge 4.9.211 into android-4.9-qGreg Kroah-Hartman2020-01-232-2/+2
| |\|
| | * f2fs: fix potential overflowChao Yu2020-01-232-2/+2
| | * f2fs: fix to spread clear_cold_data()Chao Yu2019-11-283-2/+11
| | * f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-251-1/+1
| | * f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-251-0/+2
| | * f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-251-1/+5
| * | Merge 4.9.195 into android-4.9-qGreg Kroah-Hartman2019-10-062-7/+41
| |\|
| | * f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-051-0/+39
| | * Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-051-5/+0
| | * f2fs: check all the data segments against all node onesSurbhi Palande2019-10-051-2/+2
| * | Merge 4.9.187 into android-4.9-qGreg Kroah-Hartman2019-08-041-0/+5
| |\|
| | * f2fs: avoid out-of-range memory accessOcean Chen2019-08-041-0/+5
| * | Merge 4.9.183 into android-4.9-qGreg Kroah-Hartman2019-06-223-3/+11
| |\|
| | * f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-221-2/+1
| | * f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-221-0/+1
| | * f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-221-1/+9
| | * f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
| | * f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-1/+7
| | * f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-02-122-2/+11
| | * f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-121-6/+8
| | * f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
| | * f2fs: read page index before freeingPan Bian2019-01-311-1/+3
| | * Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu2019-01-231-30/+1
* | | UPSTREAM: f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2022-01-063-4/+15
* | | FROMGIT: f2fs: flush data when enabling checkpoint backJaegeuk Kim2021-03-291-0/+3
* | | mm: mm_event: use jiffiesMinchan Kim2020-10-061-3/+3
* | | f2fs: flush dirty meta pages when flushing themJaegeuk Kim2020-05-193-5/+8
* | | f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2020-05-192-6/+20
* | | f2fs, fscrypt: clean up ICE supportEric Biggers2020-05-132-55/+52
* | | UPSTREAM: f2fs: change to use rwsem for gc_mutexChao Yu2020-04-225-25/+28
* | | f2fs: support read iostatChao Yu2020-04-167-31/+105
* | | f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-163-1/+55