summaryrefslogtreecommitdiffstats
path: root/include/linux/f2fs_fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: align memory boundary for bitopsJaegeuk Kim2018-03-171-0/+4
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-4/+4
* f2fs: support hot file extensionChao Yu2018-03-131-1/+2
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-1/+2
* f2fs: support large nat bitmapChao Yu2018-03-131-0/+1
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-131-1/+0
* f2fs: support inode creation timeChao Yu2018-01-251-1/+3
* f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim2018-01-221-0/+1
* f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-1/+8
* f2fs: support quota sys filesJaegeuk Kim2017-11-051-1/+0
* f2fs: add quota_ino feature infraJaegeuk Kim2017-11-051-1/+5
* f2fs: support flexible inline xattr sizeChao Yu2017-11-051-2/+3
* f2fs: support inode checksumChao Yu2017-08-031-0/+1
* f2fs: support project quotaChao Yu2017-07-311-0/+3
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-311-2/+11
* f2fs: make max inline size changeableChao Yu2017-07-311-22/+1
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-031-0/+1
* f2fs: sanity check segment countJin Qian2017-05-021-0/+6
* f2fs: add parentheses for macro variables moreJaegeuk Kim2017-04-241-5/+5
* 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