summaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
AgeCommit message (Expand)Author
2018-10-29f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-29f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala
2018-10-27f2fs: add SPDX license identifiersChao Yu
2018-10-27f2fs: plug readahead IO in readdir()Chao Yu
2018-09-18f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-07-08f2fs: clean up symbol namespaceChao Yu
2018-07-08f2fs: make set_de_type() staticChao Yu
2018-07-08f2fs: clean up with clear_radix_tree_dirty_tagChao Yu
2018-04-08f2fs: introduce a new mount option test_dummy_encryptionSheng Yong
2018-04-08f2fs: remove unneeded set_cold_node()Chao Yu
2018-04-08f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-04-08f2fs: introduce mount option for fsync modeJunling Zheng
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song
2018-02-07f2fs: recover directory operations by fsyncJaegeuk Kim
2018-02-07f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong
2017-11-15f2fs: update ctx->pos correctly when hitting hole in directoryChao Yu
2017-11-15f2fs: relocate readahead codes in readdir()Chao Yu
2017-11-15f2fs: allow readdir() to be interruptedChao Yu
2017-11-15f2fs: trace f2fs_readdirChao Yu
2017-09-21f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong
2017-07-13f2fs: do not set LOST_PINO for newly created dirSheng Yong
2017-05-08f2fs: switch to using fscrypt_match_name()Eric Biggers
2017-05-08fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-08f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-08f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong
2017-05-08f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi
2017-05-08f2fs: cleanup the disk level filename updatingKinglong Mee
2017-03-08fscrypt: catch up to v4.11-rc1Jaegeuk Kim
2017-03-08f2fs: show simple call stack in fault injection messageChao Yu
2017-03-08f2fs: use __clear_bit_leJaegeuk Kim
2017-03-08f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim
2016-12-01f2fs: report error of f2fs_fill_dentriesChao Yu
2016-12-01fs/crypto: catch up 4.9-rc6Jaegeuk Kim
2016-12-01f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-12-01f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim
2016-12-01f2fs: fix sparse warningsEric Biggers
2016-12-01f2fs: give a chance to detach from dirty listChao Yu
2016-10-17f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel....Jaegeuk Kim
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim
2015-10-09f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim
2015-08-20f2fs: avoid clear valid pageChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: add compat_ioctl to provide backward compatabilityhujianyang
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim
2015-05-28f2fs crypto: activate encryption support for fs APIsJaegeuk Kim
2015-05-28f2fs: split find_data_page according to specific purposesJaegeuk Kim
2015-04-10f2fs: assign parent's i_mode for empty dirJaegeuk Kim