Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c02a3342bad32baa9be201da39d3809b74f92239
/
fs
/
f2fs
/
recovery.c
10f966b
f2fs: use generic EFSBADCRC/EFSCORRUPTED
by Chao Yu
· 6 years ago
dcbb4c1
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
by Joe Perches
· 6 years ago
93770ab
f2fs: introduce DATA_GENERIC_ENHANCE
by Chao Yu
· 6 years ago
22d61e2
f2fs: fix to avoid panic in do_recover_data()
by Chao Yu
· 6 years ago
9883857
f2fs: fix error path of recovery
by Chao Yu
· 6 years ago
bae0ee7
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
7beb01f
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
7813081
f2fs: fix to keep project quota consistent
by Chao Yu
· 6 years ago
af033b2
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
26b5a07
f2fs: cleanup dirty pages if recover failed
by Sheng Yong
· 6 years ago
0c093b5
f2fs: fix to recover inode->i_flags of inode block during POR
by Chao Yu
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
4a1728c
f2fs: mark inode dirty explicitly in recover_inode()
by Chao Yu
· 6 years ago
7de36cf
f2fs: fix to recover inode's i_gc_failures during POR
by Chao Yu
· 6 years ago
19c73a6
f2fs: fix to recover inode's i_flags during POR
by Chao Yu
· 6 years ago
f4474aa
f2fs: fix to recover inode's project id during POR
by Chao Yu
· 6 years ago
dc4cd12
f2fs: fix to recover inode's uid/gid during POR
by Chao Yu
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
7fa750a
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
e6b0b15
f2fs: fix wrong kernel message when recover fsync data on ro fs
by Yunlei He
· 6 years ago
7735730
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
82902c0
f2fs: fix to detect looped node chain correctly
by Chao Yu
· 7 years ago
e1da787
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
7b525dd
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
eff15c2
f2fs: do not check F2FS_INLINE_DOTS in recover
by Sheng Yong
· 7 years ago
fb0e72c
f2fs: fix to handle looped node chain during recovery
by Chao Yu
· 7 years ago
bdbc90f
f2fs: don't put dentry page in pagecache into highmem
by Yunlong Song
· 7 years ago
37a086f
f2fs: recover some i_inline flags
by Jaegeuk Kim
· 7 years ago
e17d488
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
ea67673
f2fs: support quota sys files
by Jaegeuk Kim
· 7 years ago
125c9fb
f2fs: check hot_data for roll-forward recovery
by Jaegeuk Kim
· 7 years ago
afd2b4d
f2fs: let fill_super handle roll-forward errors
by Jaegeuk Kim
· 7 years ago
4b2414d
f2fs: support journalled quota
by Chao Yu
· 7 years ago
7a2af76
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 7 years ago
d40d30c
f2fs: avoid dirty node pages in check_only recovery
by Jaegeuk Kim
· 8 years ago
d260081
f2fs: change recovery policy of xattr node block
by Chao Yu
· 8 years ago
dba79f3
f2fs: fix to avoid overflow when left shifting page offset
by Chao Yu
· 8 years ago
fed2466
f2fs: remove unused values in recover_fsync_data
by Yunlei He
· 8 years ago
2678723
f2fs: do not activate auto_recovery for fallocated i_size
by Jaegeuk Kim
· 8 years ago
3a3a5ea
f2fs: do not recover i_size if it's valid
by Jaegeuk Kim
· 8 years ago
d47b871
Revert "f2fs: do not recover from previous remained wrong dnodes"
by Chao Yu
· 8 years ago
9f0552e
f2fs: fix wrong i_atime recovery
by Chao Yu
· 8 years ago
aaec2b1
f2fs: introduce cp_lock to protect updating of ckpt_flags
by Chao Yu
· 8 years ago
9e1e6df
f2fs: put directory inodes before checkpoint in roll-forward recovery
by Jaegeuk Kim
· 8 years ago
a468f0e
f2fs: use crc and cp version to determine roll-forward recovery
by Jaegeuk Kim
· 8 years ago
e8ea9b3
f2fs: avoid ENOMEM during roll-forward recovery
by Jaegeuk Kim
· 8 years ago
f4702d6
f2fs: add common iget in add_fsync_inode
by Jaegeuk Kim
· 8 years ago
e7ba108
f2fs: add roll-forward recovery process for encrypted dentry
by Shuoran Liu
· 8 years ago
275b66b
f2fs: support async discard
by Chao Yu
· 8 years ago
6f3ec99
f2fs: handle error case with f2fs_bug_on
by Jaegeuk Kim
· 8 years ago
91246c2
f2fs: fix to report error number of f2fs_find_entry
by Chao Yu
· 8 years ago
36abef4
f2fs: introduce mode=lfs mount option
by Jaegeuk Kim
· 9 years ago
26de9b1
f2fs: avoid unnecessary updating inode during fsync
by Jaegeuk Kim
· 9 years ago
ee6d182
f2fs: remove syncing inode page in all the cases
by Jaegeuk Kim
· 9 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 9 years ago
975756c
f2fs: avoid ENOSPC fault in the recovery process
by Jaegeuk Kim
· 9 years ago
41382ec
f2fs: use percpu_counter for alloc_valid_block_count
by Jaegeuk Kim
· 9 years ago
3b9b10f
f2fs: avoid f2fs_bug_on during recovery
by Jaegeuk Kim
· 9 years ago
f61cce5
f2fs: fix inode cache leak
by Chao Yu
· 9 years ago
ae8d1db
f2fs: remove unneeded readahead in find_fsync_dnodes
by Chao Yu
· 9 years ago
3f8ab27
f2fs: factor out fsync inode entry operations
by Chao Yu
· 9 years ago
608514d
f2fs: set fsync mark only for the last dnode
by Jaegeuk Kim
· 9 years ago
6781eab
f2fs: give -EINVAL for norecovery and rw mount
by Jaegeuk Kim
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
28bc106
f2fs: support revoking atomic written pages
by Chao Yu
· 9 years ago
81ca735
f2fs: remove unneeded pointer conversion
by Chao Yu
· 9 years ago
fec1d65
f2fs: use wait_for_stable_page to avoid contention
by Jaegeuk Kim
· 9 years ago
c34f42e
f2fs: report error of do_checkpoint
by Chao Yu
· 9 years ago
b7973f2
f2fs: clean up argument of recover_data
by Chao Yu
· 9 years ago
807b1e1
f2fs: do not recover from previous remained wrong dnodes
by Jaegeuk Kim
· 9 years ago
26879fb
f2fs: support lower priority asynchronous readahead in ra_meta_pages
by Chao Yu
· 9 years ago
2b94700
f2fs: don't tag REQ_META for temporary non-meta pages
by Chao Yu
· 9 years ago
7223554
f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data()
by Chao Yu
· 9 years ago
9edcdab
f2fs: fix overflow of size calculation
by Chao Yu
· 9 years ago
315df83
f2fs: do not write any node pages related to orphan inodes
by Jaegeuk Kim
· 9 years ago
12a8343
f2fs: recover invalid/reserved block address for fsynced file
by Chao Yu
· 9 years ago
e90c2d2
f2fs: invalidate temporary meta page
by Chao Yu
· 9 years ago
528e345
f2fs: hide common code in f2fs_replace_block
by Chao Yu
· 10 years ago
e7d5545
f2fs crypto: add filename encryption for roll-forward recovery
by Jaegeuk Kim
· 10 years ago
19f106b
f2fs: introduce f2fs_replace_block() for reuse
by Chao Yu
· 10 years ago
f0c9cad
f2fs: use is_valid_blkaddr to verify blkaddr for readability
by Chao Yu
· 10 years ago
1002755
f2fs: pass checkpoint reason on roll-forward recovery
by Jaegeuk Kim
· 10 years ago
e03b07d
f2fs: do not recover wrong data index
by Jaegeuk Kim
· 10 years ago
418f6c2
f2fs: do not increase link count during recovery
by Jaegeuk Kim
· 10 years ago
510022a
f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
by Jaegeuk Kim
· 10 years ago
c9ef481
f2fs: fix mismatching lock and unlock pages for roll-forward recovery
by Jaegeuk Kim
· 10 years ago
216a620
f2fs: split set_data_blkaddr from f2fs_update_extent_cache
by Chao Yu
· 10 years ago
8fbc418
f2fs: avoid wrong error during recovery
by Jaegeuk Kim
· 10 years ago
1614091
f2fs: remove obsolete code
by Jaegeuk Kim
· 10 years ago
7e4dde7
f2fs: introduce universal lookup/update interface for extent cache
by Chao Yu
· 10 years ago
caf0047
f2fs: merge flags in struct f2fs_sb_info
by Chao Yu
· 10 years ago
bc4a1f8
f2fs: leave comment for code readability
by Jaegeuk Kim
· 10 years ago
e1509cf
f2fs: clean up to remove parameter
by Jaegeuk Kim
· 10 years ago
635aee1
f2fs: avoid to ra unneeded blocks in recover flow
by Chao Yu
· 10 years ago
9486ba4
f2fs: introduce f2fs_dentry_kunmap to clean up
by Jaegeuk Kim
· 10 years ago
622f28a
f2fs: enable inline dir handling
by Chao Yu
· 10 years ago
dbeacf0
f2fs: export dir operations for inline dir
by Chao Yu
· 10 years ago
Next »