aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+2
2022-08-29f2fs: use memcpy_{to,from}_page() where possibleEric Biggers1-11/+4
2022-05-18f2fs: fix to do sanity check for inline inodeChao Yu1-5/+24
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-2/+2
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-2/+2
2021-10-29f2fs: support fault injection for dquot_initialize()Chao Yu1-1/+1
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-2/+2
2021-03-12f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-02-01f2fs: fix to avoid inconsistent quota dataYi Chen1-0/+4
2020-12-08f2fs: inline: fix wrong inline inode statJack Qiu1-0/+2
2020-12-08f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu1-1/+1
2020-12-07f2fs: don't allow any writes on readonly mountJaegeuk Kim1-1/+2
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg1-0/+4
2020-09-14f2fs: clean up kvfreeChao Yu1-2/+2
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu1-7/+12
2020-07-07f2fs: support to trace f2fs_fiemap()Chao Yu1-0/+2
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-24/+25
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-05-11f2fs: rework filename handlingEric Biggers1-23/+22
2020-05-11f2fs: don't leak filename in f2fs_try_convert_inline_dir()Eric Biggers1-2/+4
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim1-2/+40
2019-12-12f2fs: set GFP_NOFS when moving inline dentriesJaegeuk Kim1-1/+1
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu1-0/+5
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg1-2/+2
2019-08-23f2fs: support fiemap() for directory inodeChao Yu1-1/+7
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-2/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches1-8/+4
2019-05-08f2fs: fix to retrieve inline xattr spaceChao Yu1-0/+17
2019-03-12f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu1-1/+7
2019-03-05f2fs: fix potential data inconsistence of checkpointChao Yu1-2/+2
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu1-8/+8
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim1-2/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-2/+2
2018-10-21f2fs: Convert to XArrayMatthew Wilcox1-1/+1
2018-09-12f2fs: add SPDX license identifiersChao Yu1-3/+1
2018-08-01f2fs: fix to propagate error from __get_meta_page()Chao Yu1-1/+13
2018-07-28f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2018-07-27f2fs: fix to wait on page writeback before updating pageChao Yu1-0/+1
2018-05-31f2fs: clean up symbol namespaceChao Yu1-34/+35
2018-05-31f2fs: clean up with clear_radix_tree_dirty_tagChao Yu1-6/+1
2018-05-31f2fs: remove unmatched zero_user_segment when convert inline dentryYunlong Song1-1/+0
2018-05-02f2fs: clear PageError on writepageJaegeuk Kim1-0/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-3/+3
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-2/+1
2017-10-10f2fs: enhance multiple device flushChao Yu1-0/+1
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong1-0/+7
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim1-1/+1