aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Gravatar Chao Yu 1-0/+5
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Gravatar Chao Yu 1-0/+1
2019-08-23f2fs: Support case-insensitive file name lookupsGravatar Daniel Rosenberg 1-2/+2
2019-08-23f2fs: support fiemap() for directory inodeGravatar Chao Yu 1-1/+7
2019-07-02f2fs: use generic EFSBADCRC/EFSCORRUPTEDGravatar Chao Yu 1-2/+2
2019-07-02f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Gravatar Joe Perches 1-8/+4
2019-05-08f2fs: fix to retrieve inline xattr spaceGravatar Chao Yu 1-0/+17
2019-03-12f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Gravatar Chao Yu 1-1/+7
2019-03-05f2fs: fix potential data inconsistence of checkpointGravatar Chao Yu 1-2/+2
2018-12-26f2fs: check PageWriteback flag for ordered caseGravatar Chao Yu 1-8/+8
2018-12-26f2fs: use kvmalloc, if kmalloc is failedGravatar Jaegeuk Kim 1-2/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointGravatar Chao Yu 1-2/+2
2018-10-21f2fs: Convert to XArrayGravatar Matthew Wilcox 1-1/+1
2018-09-12f2fs: add SPDX license identifiersGravatar Chao Yu 1-3/+1
2018-08-01f2fs: fix to propagate error from __get_meta_page()Gravatar Chao Yu 1-1/+13
2018-07-28f2fs: fix to do sanity check with reserved blkaddr of inline inodeGravatar Chao Yu 1-0/+21
2018-07-27f2fs: fix to wait on page writeback before updating pageGravatar Chao Yu 1-0/+1
2018-05-31f2fs: clean up symbol namespaceGravatar Chao Yu 1-34/+35
2018-05-31f2fs: clean up with clear_radix_tree_dirty_tagGravatar Chao Yu 1-6/+1
2018-05-31f2fs: remove unmatched zero_user_segment when convert inline dentryGravatar Yunlong Song 1-1/+0
2018-05-02f2fs: clear PageError on writepageGravatar Jaegeuk Kim 1-0/+1
2018-05-02f2fs: refactor read path to allow multiple postprocessing stepsGravatar Eric Biggers 1-1/+1
2018-04-11page cache: use xa_lockGravatar Matthew Wilcox 1-3/+3
2018-03-13f2fs: don't put dentry page in pagecache into highmemGravatar Yunlong Song 1-2/+1
2017-10-10f2fs: enhance multiple device flushGravatar Chao Yu 1-0/+1
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedGravatar Daeho Jeong 1-0/+7
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upGravatar Jaegeuk Kim 1-1/+1
2017-08-09f2fs: add app/fs io statGravatar Chao Yu 1-0/+1
2017-07-31f2fs: make max inline size changeableGravatar Chao Yu 1-47/+48
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathGravatar Chao Yu 1-21/+26
2017-07-04f2fs: use proper variable nameGravatar Tiezhu Yang 1-11/+11
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-17/+17
2017-05-04f2fs: check entire encrypted bigname when finding a dentryGravatar Jaegeuk Kim 1-2/+2
2017-04-05f2fs: split make_dentry_ptr() into block and inline versionsGravatar Tomohiro Kusumi 1-5/+5
2017-04-05f2fs: write small sized IO to hot logGravatar Jaegeuk Kim 1-0/+1
2017-03-21f2fs: cleanup the disk level filename updatingGravatar Kinglong Mee 1-2/+0
2017-03-21f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeGravatar Kinglong Mee 1-10/+11
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-5/+9
2016-11-23f2fs: report error of f2fs_fill_dentriesGravatar Chao Yu 1-2/+4
2016-11-23f2fs: keep dirty inodes selectively for checkpointGravatar Jaegeuk Kim 1-1/+1
2016-11-23f2fs: fix sparse warningsGravatar Eric Biggers 1-1/+1
2016-11-23f2fs: give a chance to detach from dirty listGravatar Chao Yu 1-1/+3
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-30f2fs: support configuring fault injection per superblockGravatar Chao Yu 1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-07f2fs: set dentry bits on random location in memoryGravatar Jaegeuk Kim 1-1/+1
2016-09-07f2fs: set encryption name flag in add inline entry pathGravatar Shuoran Liu 1-0/+2
2016-09-07f2fs: fix to do security initialization of encrypted inode with original file...Gravatar Chao Yu 1-8/+9