summaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c (follow)
Commit message (Expand)AuthorAge
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-12
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-12
* f2fs: fix sparse warningChao Yu2019-06-13
* f2fs: fix to add refcount once page is tagged PG_privateChao Yu2019-03-14
* f2fs: no need to take page lock in readdirGao Xiang2019-03-14
* f2fs: check if file namelen exceeds max valueSheng Yong2019-02-04
* f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu2019-02-04
* f2fs: check PageWriteback flag for ordered caseChao Yu2019-01-02
* f2fs: check memory boundary by insane namelenJaegeuk Kim2019-01-02
* f2fs: fix to spread clear_cold_data()Chao Yu2018-10-29
* f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala2018-10-29
* f2fs: add SPDX license identifiersChao Yu2018-10-27
* f2fs: plug readahead IO in readdir()Chao Yu2018-10-27
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-09-18
* f2fs: clean up symbol namespaceChao Yu2018-07-08
* f2fs: make set_de_type() staticChao Yu2018-07-08
* f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-07-08
* f2fs: introduce a new mount option test_dummy_encryptionSheng Yong2018-04-08
* f2fs: remove unneeded set_cold_node()Chao Yu2018-04-08
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-04-08
* f2fs: introduce mount option for fsync modeJunling Zheng2018-04-08
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-13
* f2fs: recover directory operations by fsyncJaegeuk Kim2018-02-07
* f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-02-07
* f2fs: update ctx->pos correctly when hitting hole in directoryChao Yu2017-11-15
* f2fs: relocate readahead codes in readdir()Chao Yu2017-11-15
* f2fs: allow readdir() to be interruptedChao Yu2017-11-15
* f2fs: trace f2fs_readdirChao Yu2017-11-15
* f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2017-09-21
* f2fs: do not set LOST_PINO for newly created dirSheng Yong2017-07-13
* f2fs: switch to using fscrypt_match_name()Eric Biggers2017-05-08
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-08
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-08
* f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong2017-05-08
* f2fs: split make_dentry_ptr() into block and inline versionsTomohiro Kusumi2017-05-08
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-05-08
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-03-08
* f2fs: show simple call stack in fault injection messageChao Yu2017-03-08
* f2fs: use __clear_bit_leJaegeuk Kim2017-03-08
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-03-08
* f2fs: report error of f2fs_fill_dentriesChao Yu2016-12-01
* fs/crypto: catch up 4.9-rc6Jaegeuk Kim2016-12-01
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-12-01
* f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim2016-12-01
* f2fs: fix sparse warningsEric Biggers2016-12-01
* f2fs: give a chance to detach from dirty listChao Yu2016-12-01
* f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel....Jaegeuk Kim2016-10-17
* f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim2015-10-12
* f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim2015-10-09
* f2fs: avoid clear valid pageChao Yu2015-08-20