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