Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
896285ad02ea1e8a7cedbceb5e5656335b7ae563
/
fs
/
f2fs
/
node.c
d02a6e6
f2fs: allow address pointer number of dnode aligning to specified size
by Chao Yu
· 6 years ago
626bcf2
f2fs: fix to do sanity check on free nid
by Chao Yu
· 6 years ago
b42b179
f2fs: fix to do checksum even if inode page is uptodate
by Chao Yu
· 6 years ago
8b6810f
f2fs: fix to avoid panic in f2fs_remove_inode_page()
by Chao Yu
· 6 years ago
240a591
f2fs: fix to add refcount once page is tagged PG_private
by Chao Yu
· 6 years ago
812a959
f2fs: sync filesystem after roll-forward recovery
by Jaegeuk Kim
· 6 years ago
bae0ee7
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
5222595
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
8d64d36
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
by Chao Yu
· 6 years ago
0ea295d
f2fs: read page index before freeing
by Pan Bian
· 6 years ago
7beb01f
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
5ec2d99
f2fs: Convert to XArray
by Matthew Wilcox
· 7 years ago
3b30eb1
f2fs: remove unneeded disable_nat_bits()
by Chao Yu
· 6 years ago
ef2a007
f2fs: fix to recover cold bit of inode block during POR
by Chao Yu
· 6 years ago
48018b4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
bab475c
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
89d13c3
f2fs: fix missing up_read
by Jaegeuk Kim
· 6 years ago
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
5cd1f38
f2fs: fix to recover inode's crtime during POR
by Chao Yu
· 6 years ago
f84262b
f2fs: avoid infinite loop in f2fs_alloc_nid
by Jaegeuk Kim
· 6 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
7fa750a
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
2296915
f2fs: refresh recent accessed nat entry in lru list
by Chao Yu
· 6 years ago
50fa53e
f2fs: fix to avoid broken of dnode block list
by Chao Yu
· 6 years ago
8d714f8
f2fs: avoid f2fs_bug_on() in cp_error case
by Jaegeuk Kim
· 6 years ago
fd8c8ca
f2fs: let checkpoint flush dnode page of regular
by Chao Yu
· 6 years ago
80551d1
f2fs: clean up with get_current_nat_page
by Chao Yu
· 6 years ago
7735730
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
c9b6078
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
4b270a8
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 7 years ago
68c43a2
f2fs: check the right return value of memory alloc function
by Yunlei He
· 7 years ago
e15d54d
f2fs: Allocate and stat mem used by free nid bitmap more accurately
by Yunlei He
· 7 years ago
e1da787
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
e237401
f2fs: fix to propagate return value of scan_nat_page()
by Chao Yu
· 7 years ago
54c55c4
f2fs: support in-memory inode checksum when checking consistency
by Weichao Guo
· 7 years ago
83a3bfd
f2fs: indicate shutdown f2fs to allow unmount successfully
by Jaegeuk Kim
· 7 years ago
7f2ecdd
f2fs: flush journal nat entries for nat_bits during unmount
by Jaegeuk Kim
· 7 years ago
9d2a789
treewide: Use array_size in f2fs_kvzalloc()
by Kees Cook
· 7 years ago
026f050
treewide: Use array_size() in f2fs_kzalloc()
by Kees Cook
· 7 years ago
c29fd0c
f2fs: let sync node IO interrupt async one
by Chao Yu
· 7 years ago
aae764e
f2fs: don't change wbc->sync_mode
by Chao Yu
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
aec2f72
f2fs: clean up with clear_radix_tree_dirty_tag
by Chao Yu
· 7 years ago
7b525dd
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
868de61
f2fs: don't drop any page on f2fs_cp_error() case
by Jaegeuk Kim
· 7 years ago
a4f843b
f2fs: give message and set need_fsck given broken node id
by Jaegeuk Kim
· 7 years ago
17c5003
f2fs: clear PageError on writepage
by Jaegeuk Kim
· 7 years ago
b87078a
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
by Jaegeuk Kim
· 7 years ago
b93b016
page cache: use xa_lock
by Matthew Wilcox
· 7 years ago
780de47
f2fs: don't track new nat entry in nat set
by Chao Yu
· 7 years ago
df033ca
f2fs: clean up with F2FS_BLK_ALIGN
by Chao Yu
· 7 years ago
bb1105e
f2fs: align memory boundary for bitops
by Jaegeuk Kim
· 7 years ago
c566757
f2fs: remove unneeded set_cold_node()
by Chao Yu
· 7 years ago
2882d34
f2fs: use GFP_F2FS_ZERO for cleanup
by Chao Yu
· 7 years ago
db198ae
f2fs: drop page cache after fs shutdown
by Chao Yu
· 7 years ago
578c647
f2fs: implement cgroup writeback support
by Yufen Yu
· 7 years ago
1eca05a
f2fs: update inode info to inode page for new file
by Yunlei He
· 7 years ago
c376fc0
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
628b3d1
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
acbf054
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
de8b10a
f2fs: remove repeated f2fs_bug_on
by Zhikang Zhang
· 7 years ago
e17d488
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
5921aaa
f2fs: fix concurrent problem for updating free bitmap
by LiFan
· 7 years ago
66e8336
f2fs: no need to read nat block if nat_block_bitmap is set
by Yunlei He
· 7 years ago
292c196a
f2fs: reserve nid resource for quota sysfile
by Chao Yu
· 7 years ago
a02cd42
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
8667982
mm, pagevec: remove cold parameter for pagevecs
by Mel Gorman
· 7 years ago
67fd707
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
028a63a
f2fs: simplify page iteration loops
by Jan Kara
· 7 years ago
12f9ef3
f2fs: separate nat entry mem alloc from nat_tree_lock
by Yunlei He
· 7 years ago
0dd99ca
f2fs: validate before set/clear free nat bitmap
by LiFan
· 7 years ago
2fbaa25
f2fs: introduce scan_curseg_cache for cleanup
by Chao Yu
· 7 years ago
9745657
f2fs: optimize the way of traversing free_nid_bitmap
by Fan Li
· 7 years ago
7498621
f2fs: keep scanning until enough free nids are acquired
by Fan Li
· 7 years ago
f6986ed
f2fs: save a multiplication for last_nid calculation
by Fan Li
· 7 years ago
37a0ab2
f2fs: optimize __update_nat_bits
by Fan Li
· 7 years ago
f15194f
f2fs: modify for accurate fggc node io stat
by Yunlei He
· 7 years ago
a0761f6
f2fs: add a function to move nid
by Fan Li
· 7 years ago
01eccef
f2fs: support get_page error injection
by Chao Yu
· 7 years ago
6afc662
f2fs: support flexible inline xattr size
by Chao Yu
· 7 years ago
9c77f75
f2fs: remove obsolete pointer for truncate_xattr_node
by Jaegeuk Kim
· 7 years ago
57864ae
f2fs: limit # of inmemory pages
by Jaegeuk Kim
· 7 years ago
39d787b
f2fs: enhance multiple device flush
by Chao Yu
· 7 years ago
9a4ffdf
f2fs: obsolete ALLOC_NID_LIST list
by Chao Yu
· 7 years ago
c1fe3e9
Revert "f2fs: reuse nids more aggressively"
by Chao Yu
· 7 years ago
ee60523
f2fs: don't check inode's checksum if it was dirtied or writebacked
by Jaegeuk Kim
· 7 years ago
a298d57
f2fs: don't need to update inode checksum for recovery
by Jaegeuk Kim
· 7 years ago
adb6dc19
f2fs: return error when accessing insane flie offset
by Jaegeuk Kim
· 7 years ago
b0af6d4
f2fs: add app/fs io stat
by Chao Yu
· 7 years ago
704956e
f2fs: support inode checksum
by Chao Yu
· 7 years ago
401db79
f2fs: provide f2fs_balance_fs to __write_node_page
by Yunlong Song
· 7 years ago
5c57132
f2fs: support project quota
by Chao Yu
· 7 years ago
7a2af76
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 7 years ago
8790568
f2fs: alloc new nids for xattr block in recovery
by Yunlei He
· 7 years ago
5f4ce6a
f2fs: remove unused input parameter
by Yunlei He
· 7 years ago
5cdd4c0
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
0abd675
f2fs: support plain user/group quota
by Chao Yu
· 7 years ago
000519f
f2fs: don't count inode block in in-memory inode.i_blocks
by Chao Yu
· 7 years ago
0771fcc
f2fs: skip ->writepages for {mete,node}_inode during recovery
by Chao Yu
· 8 years ago
Next »