summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-06-15f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2019-02-12f2fs: fix sbi->extent_list corruption issueSahitya Tummala
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-12-05f2fs: check blkaddr more accuratly before issue a bioYunlei He
2018-09-19f2fs: fix to active page in lru list for read pathChao Yu
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim
2017-10-03f2fs: fix potential panic during fstrimChao Yu
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun
2017-08-21f2fs: support journalled quotaChao Yu
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-03f2fs: support inode checksumChao Yu
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu
2017-07-26f2fs: remove unused input parameterYunlei He
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Chao Yu
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksChao Yu
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu
2017-05-23f2fs: split wio_mutexChao Yu
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim
2017-05-23f2fs: split bio cacheJaegeuk Kim
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim