Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8f9d818eefe03b58ba6e7b9f3f1472ffbc3bc4f9
/
fs
/
f2fs
/
node.c
a6b5c26
f2fs: use generic EFSBADCRC/EFSCORRUPTED
by Chao Yu
· 5 years ago
a0d6863
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
by Joe Perches
· 5 years ago
cd66483
f2fs: fix sparse warning
by Chao Yu
· 5 years ago
a9cc2e4
f2fs: introduce DATA_GENERIC_ENHANCE
by Chao Yu
· 6 years ago
aeb829e
f2fs: allow address pointer number of dnode aligning to specified size
by Chao Yu
· 6 years ago
f5d6a45
f2fs: fix to do sanity check on free nid
by Chao Yu
· 6 years ago
bfa18a6
f2fs: fix to do checksum even if inode page is uptodate
by Chao Yu
· 6 years ago
9f05f70
f2fs: fix to avoid panic in f2fs_remove_inode_page()
by Chao Yu
· 6 years ago
c4e0760
f2fs: fix to add refcount once page is tagged PG_private
by Chao Yu
· 6 years ago
eeec9e7
f2fs: sync filesystem after roll-forward recovery
by Jaegeuk Kim
· 6 years ago
d9b3df5
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
9248dba
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
a8c3e53
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
by Chao Yu
· 6 years ago
74ec201
f2fs: read page index before freeing
by Pan Bian
· 6 years ago
5b11d2b
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
ca52deb
f2fs: remove unneeded disable_nat_bits()
by Chao Yu
· 6 years ago
343c806
f2fs: fix to recover cold bit of inode block during POR
by Chao Yu
· 6 years ago
44344f4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
39373df
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
9cc7032
f2fs: fix missing up_read
by Jaegeuk Kim
· 6 years ago
4474e2f
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
ada3b8e
f2fs: fix to recover inode's crtime during POR
by Chao Yu
· 6 years ago
8c2bb1b
f2fs: avoid infinite loop in f2fs_alloc_nid
by Jaegeuk Kim
· 6 years ago
6d1a832
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
33c54d5
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
7309a5f
f2fs: refresh recent accessed nat entry in lru list
by Chao Yu
· 6 years ago
3d5c54a
f2fs: fix to avoid broken of dnode block list
by Chao Yu
· 6 years ago
0818768
f2fs: avoid f2fs_bug_on() in cp_error case
by Jaegeuk Kim
· 6 years ago
5cf8d7b
f2fs: let checkpoint flush dnode page of regular
by Chao Yu
· 6 years ago
7f78e22
f2fs: clean up with get_current_nat_page
by Chao Yu
· 6 years ago
3c74326
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
b3c869a
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
9028646
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 6 years ago
b22d0c6
f2fs: check the right return value of memory alloc function
by Yunlei He
· 6 years ago
4679c2e
f2fs: Allocate and stat mem used by free nid bitmap more accurately
by Yunlei He
· 6 years ago
d05e871
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 6 years ago
79939f6
f2fs: fix to propagate return value of scan_nat_page()
by Chao Yu
· 6 years ago
f746767
f2fs: support in-memory inode checksum when checking consistency
by Weichao Guo
· 7 years ago
c92b7c7
f2fs: indicate shutdown f2fs to allow unmount successfully
by Jaegeuk Kim
· 6 years ago
882c7da
f2fs: flush journal nat entries for nat_bits during unmount
by Jaegeuk Kim
· 6 years ago
f950fa4
treewide: Use array_size in f2fs_kvzalloc()
by Kees Cook
· 6 years ago
61f4864
treewide: Use array_size() in f2fs_kzalloc()
by Kees Cook
· 6 years ago
deb78d4
f2fs: let sync node IO interrupt async one
by Chao Yu
· 6 years ago
7507ad2
f2fs: don't change wbc->sync_mode
by Chao Yu
· 6 years ago
6b4d6a8
f2fs: clean up symbol namespace
by Chao Yu
· 6 years ago
bcbcda4
f2fs: clean up with clear_radix_tree_dirty_tag
by Chao Yu
· 6 years ago
4d93a43
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
45ec63b
f2fs: simplify page iteration loops
by Jan Kara
· 7 years ago
158d9bb
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 6 years ago
04fa5dc
f2fs: don't drop any page on f2fs_cp_error() case
by Jaegeuk Kim
· 7 years ago
b733d01
f2fs: give message and set need_fsck given broken node id
by Jaegeuk Kim
· 7 years ago
f453147
f2fs: clear PageError on writepage - part 2
by Jaegeuk Kim
· 7 years ago
95459e9
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
by Jaegeuk Kim
· 7 years ago
83b9bb9
f2fs: don't track new nat entry in nat set
by Chao Yu
· 7 years ago
a33ce03
f2fs: clean up with F2FS_BLK_ALIGN
by Chao Yu
· 7 years ago
9f1896c
f2fs: align memory boundary for bitops
by Jaegeuk Kim
· 7 years ago
c7930ee8
f2fs: remove unneeded set_cold_node()
by Chao Yu
· 7 years ago
cfabb6e
f2fs: use GFP_F2FS_ZERO for cleanup
by Chao Yu
· 7 years ago
86f78c1
f2fs: drop page cache after fs shutdown
by Chao Yu
· 7 years ago
cbd5e5a
f2fs: implement cgroup writeback support
by Yufen Yu
· 7 years ago
4f76d6a
f2fs: update inode info to inode page for new file
by Yunlei He
· 7 years ago
c804fcf
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
ead5259
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
e585ca2
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
8b5674e
f2fs: remove repeated f2fs_bug_on
by Zhikang Zhang
· 7 years ago
8933908
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
4e68a15
f2fs: fix concurrent problem for updating free bitmap
by LiFan
· 7 years ago
923df75
f2fs: no need to read nat block if nat_block_bitmap is set
by Yunlei He
· 7 years ago
09234be
f2fs: reserve nid resource for quota sysfile
by Chao Yu
· 7 years ago
45d6e70
f2fs: separate nat entry mem alloc from nat_tree_lock
by Yunlei He
· 7 years ago
8e2f721
f2fs: validate before set/clear free nat bitmap
by LiFan
· 7 years ago
b561061
f2fs: introduce scan_curseg_cache for cleanup
by Chao Yu
· 7 years ago
5772e0c
f2fs: optimize the way of traversing free_nid_bitmap
by Fan Li
· 7 years ago
a51e85e
f2fs: keep scanning until enough free nids are acquired
by Fan Li
· 7 years ago
51cb399
f2fs: save a multiplication for last_nid calculation
by Fan Li
· 7 years ago
1033eee
f2fs: optimize __update_nat_bits
by Fan Li
· 7 years ago
247e895
f2fs: modify for accurate fggc node io stat
by Yunlei He
· 7 years ago
068868f
f2fs: add a function to move nid
by Fan Li
· 7 years ago
58ddec8
f2fs: support get_page error injection
by Chao Yu
· 7 years ago
50ffaa9
f2fs: support flexible inline xattr size
by Chao Yu
· 7 years ago
41d5923
f2fs: remove obsolete pointer for truncate_xattr_node
by Jaegeuk Kim
· 7 years ago
35e13ca
f2fs: limit # of inmemory pages
by Jaegeuk Kim
· 7 years ago
f014be8
f2fs: enhance multiple device flush
by Chao Yu
· 7 years ago
84af6ae
f2fs: obsolete ALLOC_NID_LIST list
by Chao Yu
· 7 years ago
127faa7
Revert "f2fs: reuse nids more aggressively"
by Chao Yu
· 7 years ago
c5497ec
f2fs: don't check inode's checksum if it was dirtied or writebacked
by Jaegeuk Kim
· 7 years ago
7bd0f32
f2fs: don't need to update inode checksum for recovery
by Jaegeuk Kim
· 7 years ago
d6f5d63
f2fs: return error when accessing insane flie offset
by Jaegeuk Kim
· 7 years ago
c0fe488
f2fs: add app/fs io stat
by Chao Yu
· 7 years ago
4310125
f2fs: support inode checksum
by Chao Yu
· 7 years ago
0c535c5
f2fs: provide f2fs_balance_fs to __write_node_page
by Yunlong Song
· 7 years ago
5647b30
f2fs: support project quota
by Chao Yu
· 7 years ago
fbcf931
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 7 years ago
e21d43c
f2fs: alloc new nids for xattr block in recovery
by Yunlei He
· 7 years ago
40df136
f2fs: remove unused input parameter
by Yunlei He
· 7 years ago
09c3a72
f2fs: support plain user/group quota
by Chao Yu
· 7 years ago
d9bfbbb
f2fs: don't count inode block in in-memory inode.i_blocks
by Chao Yu
· 7 years ago
00cc7ed
f2fs: skip ->writepages for {mete,node}_inode during recovery
by Chao Yu
· 7 years ago
56a0d93
f2fs: measure inode.i_blocks as generic filesystem
by Chao Yu
· 7 years ago
b8329ee
f2fs: fix to avoid panic when encountering corrupt node
by Chao Yu
· 7 years ago
Next »