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