summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2020-06-24f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-24f2fs: split f2fs_d_compare() from f2fs_match_name()Eric Biggers
2020-06-24f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-06-24f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-06-24f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-06-22f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-04-23f2fs: fix to wait all node page writebackChao Yu
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu
2020-04-23f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala
2020-04-23f2fs: Fix mount failure due to SPO after a successful online resize FSSahitya Tummala
2020-04-23f2fs: fix to show norecovery mount optionChao Yu
2020-04-23f2fs: fix the panic in do_checkpoint()Sahitya Tummala
2020-03-05f2fs: fix to add swap extent correctlyChao Yu
2020-02-24f2fs: fix memleak of kobjectChao Yu
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim
2020-02-24f2fs: call f2fs_balance_fs outside of locked pageJaegeuk Kim
2020-02-24f2fs: preallocate DIO blocks when forcing buffered_ioJaegeuk Kim
2020-02-11f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers
2020-02-11f2fs: fix dcache lookup of !casefolded directoriesEric Biggers
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-02-11utimes: Clamp the timestamps in notify_change()Amir Goldstein
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-04f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu
2020-01-04f2fs: fix to update time in lazytime modeChao Yu
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-09-17f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala
2019-09-16f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu
2019-09-16f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu
2019-09-16f2fs: fix extent corrupotion during directIO in LFS modeChao Yu
2019-09-16f2fs: check all the data segments against all node onesSurbhi Palande
2019-09-16f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf
2019-09-16f2fs: fix inode rwsem regressionGoldwyn Rodrigues
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu
2019-09-16f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu