summaryrefslogtreecommitdiffstats
path: root/include/linux/f2fs_fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce free nid bitmapChao Yu2017-02-271-0/+1
* f2fs: add bitmaps for empty or full NAT blocksJaegeuk Kim2017-02-271-0/+1
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-291-0/+6
* f2fs: support multiple devicesJaegeuk Kim2016-11-251-1/+9
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-301-0/+1
* f2fs: fix to convert inline directory correctlyChao Yu2016-04-151-0/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2016-02-221-3/+7
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2016-02-221-1/+1
* f2fs: fix endianness of on-disk summary_footerSheng Yong2016-02-221-1/+1
* f2fs: remove unneeded pointer conversionChao Yu2016-02-221-3/+3
* f2fs: introduce lifetime write IO statisticsShuoran Liu2016-02-221-1/+13
* f2fs: add symbol to avoid any confusion with toolsJaegeuk Kim2015-12-141-1/+2
* f2fs: add annotation for space utilization of regular/inline dentryChao Yu2015-08-211-3/+13
* f2fs crypto: declare some definitions for f2fs encryption featureJaegeuk Kim2015-05-281-1/+3
* f2fs: add feature facility in superblockJaegeuk Kim2015-05-281-1/+2
* f2fs: add missing version info in superblockJaegeuk Kim2015-05-281-0/+5
* f2fs: add F2FS_INLINE_DOTS to recover missing dot dentriesJaegeuk Kim2015-04-101-0/+1
* f2fs: simplfy a field name in struct f2fs_extent,extent_infoChao Yu2015-03-031-1/+1
* f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim2015-02-111-0/+4
* f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-111-0/+1
* f2fs: fix missing cold bit during recoveryJaegeuk Kim2015-01-091-0/+2
* f2fs: remove unnecessary macroJaegeuk Kim2014-11-041-4/+0
* f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim2014-11-041-0/+1
* f2fs: add infra struct and helper for inline dirChao Yu2014-11-031-0/+19
* f2fs: use highmem for directory pagesJaegeuk Kim2014-11-031-1/+2
* f2fs: support large sector sizeChao Yu2014-09-231-2/+3
* f2fs: retain inconsistency information to initiate fsck.f2fsJaegeuk Kim2014-09-091-0/+1
* f2fs: use macro for code readabilityChao Yu2014-08-221-3/+10
* f2fs: fix incorrect calculation with total/free inode numChao Yu2014-08-211-0/+3
* f2fs: large volume supportChangman Lee2014-06-041-0/+2
* f2fs: avoid overflow when large directory feathure is enabledChao Yu2014-06-041-0/+3
* f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu2014-05-071-0/+3
* f2fs: introduce large directory supportJaegeuk Kim2014-02-271-1/+1
* f2fs: add inline_data recovery routineJaegeuk Kim2014-01-061-2/+1
* f2fs: add flags and helpers to support inline dataHuajun Li2013-12-231-0/+8
* f2fs: support the inline xattrsJaegeuk Kim2013-08-261-1/+1
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2013-08-261-4/+12
* f2fs: add flags for inline xattrsJaegeuk Kim2013-08-261-1/+3
* f2fs: align data types between on-disk and in-memory block addressesJaegeuk Kim2013-05-281-2/+2
* f2fs: align f2fs maximum name length to linux based filesystemJaegeuk Kim2013-03-181-8/+9
* f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon2012-12-111-0/+3
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-3/+3
* f2fs: add on-disk layoutJaegeuk Kim2012-12-111-0/+410