summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to dirty inode for i_mode recoveryChao Yu2019-04-201-4/+1
* f2fs: cleanup dirty pages if recover failedSheng Yong2019-04-202-12/+35
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2019-04-205-55/+46
* f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong2019-04-051-3/+9
* f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-04-052-7/+7
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-7/+13
* f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu2019-04-051-1/+7
* f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu2019-04-051-3/+10
* f2fs: fix to avoid deadlock of atomic file operationsChao Yu2019-03-271-12/+31
* f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim2019-03-191-5/+7
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-02-122-2/+11
* f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2019-02-121-12/+15
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-121-6/+8
* f2fs: fix race between write_checkpoint and write_beginSheng Yong2019-02-121-2/+10
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
* f2fs: sanity check of xattr entry sizeJaegeuk Kim2019-01-091-5/+13
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-091-3/+3
* f2fs: read page index before freeingPan Bian2019-01-091-1/+3
* f2fs: fix to account IO correctlyChao Yu2018-11-131-2/+2
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-11-132-1/+7
* f2fs: fix missing up_readJaegeuk Kim2018-11-131-1/+3
* Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-11-131-4/+0
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-11-134-5/+15
* f2fs: report error if quota off error during umountYunlei He2018-11-131-3/+16
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-11-132-22/+36
* f2fs: fix to recover inode's i_flags during PORChao Yu2018-11-131-0/+1
* f2fs: fix to recover inode's crtime during PORChao Yu2018-11-131-0/+7
* f2fs: clear PageError on the read pathJaegeuk Kim2018-11-131-1/+4
* f2fs: fix to account IO correctly for cgroup writebackChao Yu2018-11-131-0/+4
* Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-2218-527/+1645
|\
| * f2fs: readahead encrypted block during GCChao Yu2018-08-203-22/+134
| * f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-206-67/+91
| * f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-205-0/+27
| * f2fs: fix to skip verifying block address for non-regular inodeChao Yu2018-08-141-6/+8
| * f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-1410-46/+32
| * f2fs: support fault_type mount optionChao Yu2018-08-133-10/+33
| * f2fs: fix to return success when trimming meta areaChao Yu2018-08-131-2/+2
| * f2fs: fix use-after-free of dicard command entryChao Yu2018-08-131-34/+45
| * f2fs: support discard submission error injectionChao Yu2018-08-133-0/+10
| * f2fs: split discard command in prior to block layerChao Yu2018-08-132-44/+127
| * f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong2018-08-131-0/+1
| * f2fs: fix incorrect range->len in f2fs_trim_fs()Chao Yu2018-08-131-1/+2
| * f2fs: refresh recent accessed nat entry in lru listChao Yu2018-08-132-4/+43
| * f2fs: fix avoid race between truncate and background GCChao Yu2018-08-132-14/+27
| * f2fs: avoid race between zero_range and background GCChao Yu2018-08-131-2/+9
| * f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-08-132-5/+16
| * f2fs: fix to do sanity check with inline flagsChao Yu2018-08-132-1/+22
| * f2fs: fix to reset i_gc_failures correctlyChao Yu2018-08-101-1/+1
| * f2fs: fix invalid memory accessChao Yu2018-08-101-5/+6