summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2020-07-13f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-07-13f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-07-13f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-07-07f2fs: fix wrong available node count calculationChao Yu
2020-06-04f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-06-01f2fs: fix to wait all node page writebackChao Yu
2020-06-01f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu
2020-06-01f2fs: fix to show norecovery mount optionChao Yu
2020-06-01f2fs: fix the panic in do_checkpoint()Sahitya Tummala
2020-05-15f2fs: fix memleak of kobjectChao Yu
2020-05-15f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim
2020-05-15f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim
2020-05-15f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim
2020-05-04f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-05-04f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-05-04f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-05-04f2fs: free sysfs kobjectJaegeuk Kim
2020-04-12f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2020-03-30f2fs: fix potential overflowChao Yu
2020-03-07f2fs: fix to update dir's i_pino during cross_renameChao Yu
2020-03-07f2fs: fix to update time in lazytime modeChao Yu
2019-10-07f2fs: fix to drop meta/node pages during umountChao Yu
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-10-01f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-01Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-08-25f2fs: fix to read source block before invalidating itJaegeuk Kim
2019-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-07-31f2fs: fix to avoid long latency during umountHeng Xiao
2019-07-31f2fs: fix is_idle() check for discard typeSahitya Tummala
2019-07-31f2fs: Lower threshold for disable_cp_againDaniel Rosenberg
2019-07-31f2fs: Fix accounting for unusable blocksDaniel Rosenberg
2019-07-31f2fs: fix to avoid deadloop if data_flush is onChao Yu
2019-07-31f2fs: fix to check layout on last valid checkpoint parkChao Yu
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu
2019-05-08f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEChao Yu
2019-05-08f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu
2019-05-08f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu
2019-05-08f2fs: fix to skip recovery on readonly deviceChao Yu
2019-05-08f2fs: fix to consider multiple device for readonly checkChao Yu
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu
2019-05-08f2fs: Replace spaces with tabYoungjun Yoo
2019-05-08f2fs: insert space before the open parenthesis '('Youngjun Yoo
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu
2019-05-08f2fs: introduce f2fs_read_single_page() for cleanupChao Yu