summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: keep lazytime on remountJaegeuk Kim2019-11-241-0/+1
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-241-1/+1
* f2fs: mark inode dirty explicitly in recover_inode()Chao Yu2019-11-201-0/+2
* f2fs: fix to recover inode's project id during PORChao Yu2019-11-201-0/+13
* f2fs: update i_size after DIO completionJaegeuk Kim2019-11-202-8/+8
* f2fs: fix remount problem of option io_bitsChengguang Xu2019-11-201-1/+2
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-201-0/+2
* f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2019-11-201-2/+3
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2019-11-201-23/+37
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2019-11-201-1/+1
* f2fs: submit bio after shutdownJaegeuk Kim2019-11-201-0/+2
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2019-11-204-12/+17
* f2fs: fix to recover inode->i_flags of inode block during PORChao Yu2019-11-061-0/+1
* f2fs: fix to recover inode's i_gc_failures during PORChao Yu2019-11-061-0/+2
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-10-171-18/+18
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-0112-26/+36
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-011-0/+39
* Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-011-5/+0
* f2fs: check all the data segments against all node onesSurbhi Palande2019-10-011-2/+2
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-07-102-7/+17
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-06-192-9/+29
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-06-152-5/+6
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-151-2/+1
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-06-151-1/+3
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-151-0/+1
* f2fs: fix to do sanity check on free nidChao Yu2019-06-151-0/+3
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-06-151-2/+8
* f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-06-151-2/+7
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-151-1/+9
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-315-15/+32
* 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