summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+38
2022-12-12f2fs: allocate the extent_cache by defaultJaegeuk Kim1-1/+2
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-42/+77
2022-12-12f2fs: move internal functions into extent_cache.cJaegeuk Kim1-67/+2
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim1-5/+5
2022-12-12f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li1-0/+5
2022-12-12f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li1-5/+1
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li1-0/+1
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li1-0/+2
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong1-1/+1
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan1-1/+1
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong1-0/+1
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu1-2/+3
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong1-0/+8
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li1-2/+3
2022-11-01f2fs: introduce gc_mode sysfs nodeYangtao Li1-0/+1
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeYangtao Li1-0/+3
2022-11-01f2fs: remove batched_trim_sections nodeYangtao Li1-3/+0
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu1-0/+1
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+39
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu1-3/+8
2022-10-07f2fs: account swapfile inodesChao Yu1-1/+8
2022-10-05f2fs: allow direct read for zoned deviceJaegeuk Kim1-1/+6
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+5
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-1/+3
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-1/+3
2022-10-04f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu1-0/+4
2022-10-04f2fs: fix typoYonggil Song1-1/+1
2022-10-04f2fs: return the tmp_ptr directly in __bitmap_ptrZhang Qilong1-1/+1
2022-09-12f2fs: flush pending checkpoints when freezing superJaegeuk Kim1-0/+1
2022-09-11f2fs: move f2fs_force_buffered_io() into file.cEric Biggers1-40/+0
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers1-1/+1
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu1-1/+0
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu1-0/+5
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-29/+73
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang1-1/+3
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang1-2/+2
2022-08-05f2fs: handle decompress only post processing in softirqDaeho Jeong1-7/+10
2022-08-05f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim1-1/+6
2022-08-05f2fs: remove device type check for direct IOEunhee Rho1-6/+1
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin1-0/+6
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+0
2022-08-02f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-4/+0
2022-07-30f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu1-1/+0
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-0/+30
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu1-0/+1
2022-07-30f2fs: fix to check inline_data during compressed inode conversionChao Yu1-1/+1
2022-07-30f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco1-10/+0
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim1-1/+1
2022-07-30f2fs: introduce memory modeDaeho Jeong1-0/+13