aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to recover inode's i_flags during PORChao Yu2018-09-261-0/+1
* f2fs: fix to recover inode's project id during PORChao Yu2018-09-261-0/+13
* f2fs: update i_size after DIO completionJaegeuk Kim2018-09-262-8/+8
* f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim2018-09-261-2/+4
* f2fs: fix remount problem of option io_bitsChengguang Xu2018-09-251-1/+2
* f2fs: fix to recover inode's uid/gid during PORChao Yu2018-09-201-0/+2
* f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2018-09-201-2/+3
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-195-13/+40
* f2fs: split IO error injection according to RWChao Yu2018-09-123-4/+12
* f2fs: add SPDX license identifiersChao Yu2018-09-1227-107/+27
* f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-121-8/+11
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2018-09-111-23/+37
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-09-112-22/+36
* f2fs: plug readahead IO in readdir()Chao Yu2018-09-111-6/+16
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-111-1/+33
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-111-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-111-1/+1
* f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-111-0/+4
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-114-5/+15
* f2fs: report error if quota off error during umountYunlei He2018-09-111-3/+16
* f2fs: submit bio after shutdownJaegeuk Kim2018-09-071-0/+2
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-054-12/+17
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-053-7/+7
* f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala2018-09-051-1/+7
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-055-55/+46
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-09-051-0/+3
* 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
| * f2fs: fix to avoid broken of dnode block listChao Yu2018-08-106-31/+156
| * f2fs: use true and false for boolean valuesGustavo A. R. Silva2018-08-101-2/+2
| * f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-08-102-4/+16
| * f2fs: avoid f2fs_bug_on() in cp_error caseJaegeuk Kim2018-08-101-0/+4