summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to drop meta/node pages during umountChao Yu2019-10-071-0/+14
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-0114-35/+44
* 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: fix to read source block before invalidating itJaegeuk Kim2019-08-251-36/+34
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* f2fs: fix to avoid long latency during umountHeng Xiao2019-07-311-0/+4
* f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-311-1/+1
* f2fs: Lower threshold for disable_cp_againDaniel Rosenberg2019-07-311-3/+5
* f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-07-311-5/+10
* f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-07-314-0/+9
* f2fs: fix to check layout on last valid checkpoint parkChao Yu2019-07-312-11/+9
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-1416-299/+623
|\
| * f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-092-9/+29
| * f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu2019-05-083-1/+14
| * f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu2019-05-081-0/+2
| * f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-0810-51/+134
| * f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu2019-05-081-1/+4
| * f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu2019-05-081-13/+9
| * f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu2019-05-081-4/+3
| * f2fs: fix to skip recovery on readonly deviceChao Yu2019-05-082-4/+17
| * f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-082-1/+15
| * f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2019-05-082-1/+16
| * f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu2019-05-081-6/+21
| * f2fs: Replace spaces with tabYoungjun Yoo2019-05-081-1/+1
| * f2fs: insert space before the open parenthesis '('Youngjun Yoo2019-05-081-1/+1
| * f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-085-11/+19
| * f2fs: introduce f2fs_read_single_page() for cleanupChao Yu2019-05-081-96/+118
| * f2fs: mark is_extension_exist() inlinePark Ju Hyung2019-05-081-1/+1
| * f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu2019-05-081-1/+2
| * f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-05-081-2/+7
| * f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-05-081-2/+1
| * f2fs: fix to do sanity check on valid node/block countChao Yu2019-05-081-1/+20
| * f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-05-081-1/+9
| * f2fs: fix to do sanity check on free nidChao Yu2019-05-081-0/+3
| * f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-082-5/+6
| * f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-05-081-2/+8
| * f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-081-0/+1
| * f2fs: remove new blank line of f2fs kernel messageChao Yu2019-05-082-6/+6
| * f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-083-6/+6
| * f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-081-3/+11
| * f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-081-2/+10
| * f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-05-081-1/+3
| * f2fs: fix to retrieve inline xattr spaceChao Yu2019-05-081-0/+17
| * f2fs: fix error path of recoveryChao Yu2019-05-081-4/+11
| * f2fs: fix to avoid deadloop in foreground GCChao Yu2019-05-081-0/+1
| * f2fs: data: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
| * f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2019-04-161-9/+19
| * f2fs: add comment for conditional compilation statementChao Yu2019-04-051-1/+1