summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-221-59/+132
|\
| * f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-201-0/+1
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-201-0/+2
| * f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-25/+25
| * f2fs: support fault_type mount optionChao Yu2018-08-131-2/+5
| * f2fs: support discard submission error injectionChao Yu2018-08-131-0/+1
| * f2fs: split discard command in prior to block layerChao Yu2018-08-131-10/+13
| * f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-131-0/+1
| * f2fs: fix to avoid broken of dnode block listChao Yu2018-08-101-2/+20
| * f2fs: use true and false for boolean valuesGustavo A. R. Silva2018-08-101-2/+2
| * f2fs: fix to active page in lru list for read pathChao Yu2018-08-011-1/+6
| * f2fs: restrict setting up inode.i_adviseChao Yu2018-08-011-0/+2
| * f2fs: kill EXT_TREE_VEC_SIZEChao Yu2018-08-011-3/+0
| * f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-2/+6
| * f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg2018-08-011-2/+4
| * f2fs: issue small discard by LBA orderChao Yu2018-08-011-0/+2
| * f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-0/+3
| * f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-281-2/+2
| * f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2018-07-271-0/+1
| * f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-4/+29
| * f2fs: use timespec64 for inode timestampsArnd Bergmann2018-07-271-10/+6
| * f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-07-271-1/+1
| * f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-0/+7
* | block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+7
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+7
* | f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-1/+1
* | f2fs: clean up symbol namespaceChao Yu2018-05-311-148/+157
* | f2fs: make set_de_type() staticChao Yu2018-05-311-1/+0
* | f2fs: make __f2fs_write_data_pages() staticChao Yu2018-05-311-3/+0
* | f2fs: fix to let caller retry allocating block addressChao Yu2018-05-311-1/+2
* | f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-0/+1
* | f2fs: let discard thread wait a little longer if dev is busyYunlei He2018-05-311-0/+2
* | f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-6/+15
* | f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-0/+8
* | f2fs: keep migration IO order in LFS modeChao Yu2018-05-311-0/+2
* | f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-1/+8
* | Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"Chao Yu2018-05-311-3/+0
* | f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-1/+3
* | f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-05-311-12/+1
* | f2fs: introduce private inode status mappingChao Yu2018-05-311-3/+54
* | f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-5/+0
* | f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim2018-05-301-2/+1
* | f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim2018-05-291-0/+1
* | f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim2018-05-291-1/+3
* | f2fs: check cap_resource only for data blocksJaegeuk Kim2018-05-021-4/+4
* | Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim2018-05-021-1/+0
* | f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers2018-05-021-3/+9
|/
* f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-031-0/+11
* f2fs: make assignment of t->dentry_bitmap more readableYunlong Song2018-04-021-1/+1