summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-26f2fs: fix to do sanity check with block address in main areaChao Yu1-0/+3
2019-01-26f2fs: introduce and spread verify_blkaddrChao Yu1-3/+29
2019-01-26f2fs: clean up with is_valid_blkaddr()Chao Yu1-1/+8
2019-01-26f2fs: check blkaddr more accuratly before issue a bioYunlei He1-0/+1
2019-01-26f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim1-10/+16
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim1-1/+0
2019-01-26f2fs: fix inode cache leakChao Yu1-2/+0
2019-01-26f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim1-1/+1
2019-01-26f2fs: fix to convert inline directory correctlyChao Yu1-1/+3
2019-01-26f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin1-0/+1
2017-05-25f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim1-1/+2
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers1-13/+1
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-13f2fs: export ra_nid_pages to sysfsChao Yu1-0/+1
2015-10-13f2fs: support lower priority asynchronous readahead in ra_meta_pagesChao Yu1-1/+1
2015-10-13f2fs: 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-10f2fs: introduce a periodic checkpoint flowJaegeuk Kim1-0/+2
2015-10-10f2fs: introduce background_gc=sync mount optionJaegeuk Kim1-0/+1
2015-10-10f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINTChao Yu1-0/+1
2015-10-10f2fs: support synchronous gc in ioctlChao Yu1-1/+1
2015-10-10f2fs: use atomic64_t for extent cache hit statChao Yu1-9/+10
2015-10-10f2fs: use vmalloc to handle -ENOMEM errorJaegeuk Kim1-0/+21
2015-10-10f2fs: introduce __try_update_largest_extentChao Yu1-0/+7
2015-10-10f2fs: fix overflow of size calculationChao Yu1-1/+1
2015-08-26f2fs: update extent tree in batchesChao Yu1-0/+2
2015-08-25f2fs: 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-22f2fs: adjust showing of extent cache statChao Yu1-4/+5
2015-08-22f2fs: add largest/cached stat in extent cacheChao Yu1-1/+7
2015-08-22f2fs: 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-15f2fs: handle error of f2fs_iget correctlyChao Yu1-1/+1
2015-08-11f2fs: remove inmem radix treeChao Yu1-1/+0
2015-08-06f2fs: 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-05f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu1-0/+1
2015-08-05f2fs: maintain extent cache in separated fileChao Yu1-8/+14
2015-08-05f2fs: use extent_cache by defaultJaegeuk Kim1-4/+16
2015-08-05f2fs: shrink extent_cache entriesJaegeuk Kim1-1/+1