aboutsummaryrefslogtreecommitdiff
path: root/include/linux/f2fs_fs.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardGravatar Chao Yu 1-0/+1
2017-05-02f2fs: sanity check segment countGravatar Jin Qian 1-0/+6
2017-04-24f2fs: add parentheses for macro variables moreGravatar Jaegeuk Kim 1-5/+5
2017-02-27f2fs: introduce free nid bitmapGravatar Chao Yu 1-0/+1
2017-02-27f2fs: add bitmaps for empty or full NAT blocksGravatar Jaegeuk Kim 1-0/+1
2017-01-29f2fs: support IO alignment for DATA and NODE writesGravatar Jaegeuk Kim 1-0/+6
2016-11-25f2fs: support multiple devicesGravatar Jaegeuk Kim 1-1/+9
2016-09-30f2fs: use crc and cp version to determine roll-forward recoveryGravatar Jaegeuk Kim 1-0/+1
2016-04-15f2fs: fix to convert inline directory correctlyGravatar Chao Yu 1-0/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-02-22f2fs: introduce f2fs_journal struct to wrap journal infoGravatar Chao Yu 1-3/+7
2016-02-22f2fs: preallocate blocks for buffered aio writesGravatar Jaegeuk Kim 1-1/+1
2016-02-22f2fs: fix endianness of on-disk summary_footerGravatar Sheng Yong 1-1/+1
2016-02-22f2fs: remove unneeded pointer conversionGravatar Chao Yu 1-3/+3
2016-02-22f2fs: introduce lifetime write IO statisticsGravatar Shuoran Liu 1-1/+13
2015-12-14f2fs: add symbol to avoid any confusion with toolsGravatar Jaegeuk Kim 1-1/+2
2015-08-21f2fs: add annotation for space utilization of regular/inline dentryGravatar Chao Yu 1-3/+13
2015-05-28f2fs crypto: declare some definitions for f2fs encryption featureGravatar Jaegeuk Kim 1-1/+3
2015-05-28f2fs: add feature facility in superblockGravatar Jaegeuk Kim 1-1/+2
2015-05-28f2fs: add missing version info in superblockGravatar Jaegeuk Kim 1-0/+5
2015-04-10f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesGravatar Jaegeuk Kim 1-0/+1
2015-03-03f2fs: simplfy a field name in struct f2fs_extent,extent_infoGravatar Chao Yu 1-1/+1
2015-02-11f2fs: introduce macros to convert bytes and blocks in f2fsGravatar Jaegeuk Kim 1-0/+4
2015-02-11f2fs: split UMOUNT and FASTBOOT flagsGravatar Jaegeuk Kim 1-0/+1
2015-01-09f2fs: fix missing cold bit during recoveryGravatar Jaegeuk Kim 1-0/+2
2014-11-04f2fs: remove unnecessary macroGravatar Jaegeuk Kim 1-4/+0
2014-11-04f2fs: revisit inline_data to avoid data races and potential bugsGravatar Jaegeuk Kim 1-0/+1
2014-11-03f2fs: add infra struct and helper for inline dirGravatar Chao Yu 1-0/+19
2014-11-03f2fs: use highmem for directory pagesGravatar Jaegeuk Kim 1-1/+2
2014-09-23f2fs: support large sector sizeGravatar Chao Yu 1-2/+3
2014-09-09f2fs: retain inconsistency information to initiate fsck.f2fsGravatar Jaegeuk Kim 1-0/+1
2014-08-22f2fs: use macro for code readabilityGravatar Chao Yu 1-3/+10
2014-08-21f2fs: fix incorrect calculation with total/free inode numGravatar Chao Yu 1-0/+3
2014-06-04f2fs: large volume supportGravatar Changman Lee 1-0/+2
2014-06-04f2fs: avoid overflow when large directory feathure is enabledGravatar Chao Yu 1-0/+3
2014-05-07f2fs: introduce help macro ADDRS_PER_PAGE()Gravatar Chao Yu 1-0/+3
2014-02-27f2fs: introduce large directory supportGravatar Jaegeuk Kim 1-1/+1
2014-01-06f2fs: add inline_data recovery routineGravatar Jaegeuk Kim 1-2/+1
2013-12-23f2fs: add flags and helpers to support inline dataGravatar Huajun Li 1-0/+8
2013-08-26f2fs: support the inline xattrsGravatar Jaegeuk Kim 1-1/+1
2013-08-26f2fs: reserve the xattr space dynamicallyGravatar Jaegeuk Kim 1-4/+12
2013-08-26f2fs: add flags for inline xattrsGravatar Jaegeuk Kim 1-1/+3
2013-05-28f2fs: align data types between on-disk and in-memory block addressesGravatar Jaegeuk Kim 1-2/+2
2013-03-18f2fs: align f2fs maximum name length to linux based filesystemGravatar Jaegeuk Kim 1-8/+9
2012-12-11f2fs: introduce accessor to retrieve number of dentry slotsGravatar Namjae Jeon 1-0/+3
2012-12-11f2fs: fix endian conversion bugs reported by sparseGravatar Jaegeuk Kim 1-3/+3
2012-12-11f2fs: add on-disk layoutGravatar Jaegeuk Kim 1-0/+410