aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-03f2fs: fix potential panic during fstrimGravatar Chao Yu 1-1/+1
2017-09-11f2fs: speed up gc_urgent mode with SSRGravatar Jaegeuk Kim 1-0/+1
2017-09-07f2fs: avoid race in between read xattr & write xattrGravatar Yunlei He 1-0/+1
2017-09-05f2fs: use generic terms used for encrypted block managementGravatar Jaegeuk Kim 1-2/+1
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upGravatar Jaegeuk Kim 1-0/+5
2017-08-21f2fs: introduce discard_granularity sysfs entryGravatar Chao Yu 1-0/+12
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Gravatar Qiuyang Sun 1-6/+7
2017-08-21f2fs: support journalled quotaGravatar Chao Yu 1-0/+9
2017-08-09f2fs: add app/fs io statGravatar Chao Yu 1-3/+56
2017-08-03f2fs: support inode checksumGravatar Chao Yu 1-0/+32
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageGravatar Yunlong Song 1-1/+2
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRGravatar Chao Yu 1-0/+3
2017-07-31f2fs: avoid naming confusion of sysfs initGravatar Jaegeuk Kim 1-4/+4
2017-07-31f2fs: support project quotaGravatar Chao Yu 1-0/+29
2017-07-31f2fs: enhance on-disk inode structure scalabilityGravatar Chao Yu 1-17/+55
2017-07-31f2fs: make max inline size changeableGravatar Chao Yu 1-8/+40
2017-07-31f2fs: add ioctl to expose current featuresGravatar Jaegeuk Kim 1-0/+2
2017-07-28f2fs: don't give partially written atomic data from process crashGravatar Jaegeuk Kim 1-0/+1
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathGravatar Chao Yu 1-1/+4
2017-07-26f2fs: remove unused input parameterGravatar Yunlei He 1-2/+1
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-51/+150
2017-07-08f2fs: support plain user/group quotaGravatar Chao Yu 1-23/+65
2017-07-07f2fs: use spin_{,un}lock_irq{save,restore}Gravatar Chao Yu 1-6/+12
2017-07-07f2fs: don't count inode block in in-memory inode.i_blocksGravatar Chao Yu 1-10/+12
2017-07-07f2fs: stop gc/discard thread in prior during umountGravatar Chao Yu 1-0/+1
2017-07-07f2fs: introduce reserved_blocks in sysfsGravatar Chao Yu 1-4/+9
2017-07-04f2fs: add ioctl to do gc with target block addressGravatar Jaegeuk Kim 1-0/+8
2017-07-04f2fs: measure inode.i_blocks as generic filesystemGravatar Chao Yu 1-10/+13
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cGravatar Chao Yu 1-0/+8
2017-07-04f2fs: dax: fix races between page faults and truncating pagesGravatar Qiuyang Sun 1-0/+1
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.Gravatar David Miller 1-1/+4
2017-05-23f2fs: introduce io_list for serialize data/node IOsGravatar Chao Yu 1-1/+6
2017-05-23f2fs: split wio_mutexGravatar Chao Yu 1-1/+2
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesGravatar Jaegeuk Kim 1-1/+12
2017-05-23f2fs: split bio cacheGravatar Jaegeuk Kim 1-1/+9
2017-05-23f2fs: remove unnecessary read cases in merged IO flowGravatar Jaegeuk Kim 1-7/+5
2017-05-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-20/+0
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-20/+0
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-115/+205
2017-05-04f2fs: check entire encrypted bigname when finding a dentryGravatar Jaegeuk Kim 1-1/+2
2017-05-03f2fs: show available_nids in f2fs/statusGravatar Jaegeuk Kim 1-1/+2
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardGravatar Chao Yu 1-0/+1
2017-05-03f2fs: allow cpc->reason to indicate more than one reasonGravatar Chao Yu 1-9/+7
2017-05-03f2fs: release cp and dnode lock before IPUGravatar Hou Pengyang 1-1/+1
2017-05-02f2fs: shrink size of struct discard_cmdGravatar Chao Yu 1-1/+1
2017-05-02f2fs: don't hold cmd_lock during waiting discard commandGravatar Chao Yu 1-0/+1
2017-04-25f2fs: enable small discard by defaultGravatar Chao Yu 1-2/+2
2017-04-24f2fs: improve definition of statistic macrosGravatar Arnd Bergmann 1-29/+29
2017-04-24f2fs: fix _IOW usageGravatar Jaegeuk Kim 1-2/+3
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaGravatar Jaegeuk Kim 1-2/+9