summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2015-10-20f2fs: support fiemap for inline_dataJaegeuk Kim
2015-10-13f2fs crypto: fix racing of accessing encrypted page amongChao Yu
2015-10-12f2fs: export ra_nid_pages to sysfsChao Yu
2015-10-12f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu
2015-10-12f2fs: don't tag REQ_META for temporary non-meta pagesChao Yu
2015-10-12f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim
2015-10-12f2fs: fix SSA updates resulting in corruptionJaegeuk Kim
2015-10-12f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failureJaegeuk Kim
2015-10-09f2fs: introduce a periodic checkpoint flowJaegeuk Kim
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim
2015-10-09f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINTChao Yu
2015-10-09f2fs: support synchronous gc in ioctlChao Yu
2015-10-09f2fs: use atomic64_t for extent cache hit statChao Yu
2015-10-09f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim
2015-10-09f2fs: introduce __try_update_largest_extentChao Yu
2015-10-09f2fs: fix overflow of size calculationChao Yu
2015-08-26f2fs: update extent tree in batchesChao Yu
2015-08-24f2fs: fix to release inode correctlyChao Yu
2015-08-24f2fs: handle f2fs_truncate error correctlyChao Yu
2015-08-24f2fs: use __GFP_NOFAIL to avoid infinite loopJaegeuk Kim
2015-08-21f2fs: adjust showing of extent cache statChao Yu
2015-08-21f2fs: add largest/cached stat in extent cacheChao Yu
2015-08-21f2fs: fix incorrect mapping for bmapChao Yu
2015-08-20f2fs: handle failed bio allocationJaegeuk Kim
2015-08-20f2fs: increase the number of max hard linksJaegeuk Kim
2015-08-20f2fs: shrink free_nids entriesChao Yu
2015-08-14f2fs: handle error of f2fs_iget correctlyChao Yu
2015-08-11f2fs: remove inmem radix treeChao Yu
2015-08-05f2fs: use extent cache to optimize f2fs_reserve_blockFan Li
2015-08-05f2fs: invalidate temporary meta pageChao Yu
2015-08-05f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu
2015-08-05f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu
2015-08-05f2fs: stat inline xattr inode numberChao Yu
2015-08-04f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu
2015-08-04f2fs: maintain extent cache in separated fileChao Yu
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim
2015-08-04f2fs: shrink extent_cache entriesJaegeuk Kim
2015-08-04f2fs: introduce a shrinker for mounted fsJaegeuk Kim
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim
2015-08-04f2fs: fix to record dirty page count for symlinkChao Yu
2015-06-08f2fs: skip committing valid superblockChao Yu
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim
2015-06-01f2fs crypto: use slab cachesJaegeuk Kim
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim