Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3cf4574705b4e1a1a0aeaae0332e8c2c8b56cc8f
/
fs
/
f2fs
3cf4574
f2fs: introduce get_next_page_offset to speed up SEEK_DATA
by Chao Yu
· 9 years ago
81ca735
f2fs: remove unneeded pointer conversion
by Chao Yu
· 9 years ago
5b8db7f
f2fs: simplify __allocate_data_blocks
by Chao Yu
· 9 years ago
4fe71e8
f2fs: simplify f2fs_map_blocks
by Chao Yu
· 9 years ago
8f1dbbb
f2fs: introduce lifetime write IO statistics
by Shuoran Liu
· 9 years ago
6fe2bc9
f2fs: give scheduling point in shrinking path
by Jaegeuk Kim
· 9 years ago
201ef5e
f2fs: improve shrink performance of extent nodes
by Hou Pengyang
· 9 years ago
4292674
f2fs: don't set cached_en if it will be freed
by Jaegeuk Kim
· 9 years ago
43a2fa1
f2fs: move extent_node list operations being coupled with rbtree operation
by Jaegeuk Kim
· 9 years ago
a03f01f
f2fs: reconstruct the code to free an extent_node
by Hou Pengyang
· 9 years ago
7c50689
f2fs: use wq_has_sleeper for cp_wait wait_queue
by Jaegeuk Kim
· 9 years ago
688159b
f2fs: avoid unnecessary search while finding victim in gc
by Fan Li
· 9 years ago
85ead81
f2fs: delete unnecessary wait for page writeback
by Yunlei He
· 9 years ago
fec1d65
f2fs: use wait_for_stable_page to avoid contention
by Jaegeuk Kim
· 9 years ago
718e53f
f2fs: enhance foreground GC
by Chao Yu
· 9 years ago
e3ef187
f2fs: don't need to call set_page_dirty for io error
by Jaegeuk Kim
· 9 years ago
ae96e7bd
f2fs: avoid needless sync_inode_page when reading inline_data
by Jaegeuk Kim
· 9 years ago
52f8033
f2fs: don't need to sync node page at every time
by Jaegeuk Kim
· 9 years ago
2049d4f
f2fs: avoid multiple node page writes due to inline_data
by Jaegeuk Kim
· 9 years ago
3c082b7
f2fs: do f2fs_balance_fs when block is allocated
by Jaegeuk Kim
· 9 years ago
6e17bfb
f2fs: fix to overcome inline_data floods
by Jaegeuk Kim
· 9 years ago
25c1355
f2fs: use writepages->lock for WB_SYNC_ALL
by Jaegeuk Kim
· 9 years ago
b483fad
f2fs: remove needless condition check
by Jaegeuk Kim
· 9 years ago
0ab1435
f2fs: correct search area in get_new_segment
by Chao Yu
· 9 years ago
2304cb0
f2fs: export dirty_nats_ratio in sysfs
by Chao Yu
· 9 years ago
7d768d2
f2fs: flush dirty nat entries when exceeding threshold
by Chao Yu
· 9 years ago
0fd785e
f2fs: relocate is_merged_page
by Chao Yu
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
f9a03ae
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
447135a
f2fs: should unset atomic flag after successful commit
by Jaegeuk Kim
· 9 years ago
1663cae
f2fs: fix wrong memory condition check
by Jaegeuk Kim
· 9 years ago
42190d2
f2fs: monitor the number of background checkpoint
by Jaegeuk Kim
· 9 years ago
d0239e1
f2fs: detect idle time depending on user behavior
by Jaegeuk Kim
· 9 years ago
6beceb5
f2fs: introduce time and interval facility
by Jaegeuk Kim
· 9 years ago
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
9b72a38
f2fs: skip releasing nodes in chindless extent tree
by Chao Yu
· 9 years ago
68e3538
f2fs: use atomic type for node count in extent tree
by Chao Yu
· 9 years ago
da5af12
f2fs: recognize encrypted data in f2fs_fiemap
by Chao Yu
· 9 years ago
2c4db1a
f2fs: clean up f2fs_balance_fs
by Jaegeuk Kim
· 9 years ago
2a4b8e9
f2fs: remove redundant calls
by Jaegeuk Kim
· 9 years ago
12719ae
f2fs: avoid unnecessary f2fs_balance_fs calls
by Jaegeuk Kim
· 9 years ago
7612118
f2fs: check the page status filled from disk
by Jaegeuk Kim
· 9 years ago
0e022ea
f2fs: introduce __get_node_page to reuse common code
by Chao Yu
· 9 years ago
e845872
f2fs: check node id earily when readaheading node page
by Chao Yu
· 9 years ago
de1475c
f2fs: read isize while holding i_mutex in fiemap
by Fan Li
· 9 years ago
957efb0
Revert "f2fs: check the node block address of newly allocated nid"
by Jaegeuk Kim
· 9 years ago
a513119
f2fs: cover more area with nat_tree_lock
by Jaegeuk Kim
· 9 years ago
a1c6f057
fs: use block_device name vsprintf helper
by Dmitry Monakhov
· 10 years ago
e0afc4d
f2fs: introduce max_file_blocks in sbi
by Chao Yu
· 9 years ago
3a9e643
f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
by Chao Yu
· 9 years ago
137d09f
f2fs: introduce zombie list for fast shrinking extent trees
by Jaegeuk Kim
· 9 years ago
c00ba55
f2fs: monitor zombie_tree count
by Jaegeuk Kim
· 9 years ago
c46a155
f2fs: use IPU for fdatasync
by Jaegeuk Kim
· 9 years ago
8d4ea29
f2fs: write pending bios when cp_error is set
by Jaegeuk Kim
· 9 years ago
1f6fa26
f2fs: remove f2fs_bug_on in terms of max_depth
by Jaegeuk Kim
· 9 years ago
732d564
f2fs: fix f2fs_ioc_abort_volatile_write
by Jaegeuk Kim
· 9 years ago
4e0d836
f2fs: fix to skip recovering dot dentries in a readonly fs
by Chao Yu
· 9 years ago
ed3d125
f2fs: load largest extent all the time
by Jaegeuk Kim
· 9 years ago
819d915
f2fs: use i_size_read to get i_size
by Jaegeuk Kim
· 9 years ago
8dc0d6a
f2fs: early check broken symlink length in the encrypted case
by Jaegeuk Kim
· 9 years ago
e96248b
f2fs: clean up f2fs_ioc_write_checkpoint
by Chao Yu
· 9 years ago
179448b
f2fs: add a max block check for get_data_block_bmap
by Yunlei He
· 9 years ago
9a950d5
f2fs: fix bugs and simplify codes of f2fs_fiemap
by Fan Li
· 9 years ago
6d5a149
f2fs: let user being aware of IO error
by Chao Yu
· 9 years ago
d538417
f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
by Chao Yu
· 9 years ago
06d6f22
f2fs: declare static function
by Jaegeuk Kim
· 9 years ago
b4d07a3
f2fs: avoid f2fs_lock_op in f2fs_write_begin
by Jaegeuk Kim
· 9 years ago
4aa69d5
f2fs: return early when trying to read null nid
by Jaegeuk Kim
· 9 years ago
2aadac0
f2fs: introduce prepare_write_begin to clean up
by Jaegeuk Kim
· 9 years ago
fba48a8
f2fs: don't convert inline inode when inline_data option is disable
by Chao Yu
· 9 years ago
c34f42e
f2fs: report error of do_checkpoint
by Chao Yu
· 9 years ago
2a34076
f2fs: call f2fs_balance_fs only when node was changed
by Jaegeuk Kim
· 9 years ago
3104af3
f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks
by Chao Yu
· 9 years ago
93bae09
f2fs: record node block allocation in dnode_of_data
by Jaegeuk Kim
· 9 years ago
00623e6
f2fs: avoid unnecessary f2fs_gc for dir operations
by Jaegeuk Kim
· 9 years ago
b9d777b
f2fs: check inline_data flag at converting time
by Jaegeuk Kim
· 9 years ago
74fd8d9
f2fs: speed up shrinking extent tree entries
by Jaegeuk Kim
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
7441cce
f2fs: use atomic variable for total_extent_tree
by Jaegeuk Kim
· 9 years ago
4cf1853
f2fs: add a tracepoint for sync_dirty_inodes
by Chao Yu
· 9 years ago
7df3a43
f2fs: optimize the flow of f2fs_map_blocks
by Fan Li
· 9 years ago
36b35a0
f2fs: support data flush in background
by Chao Yu
· 9 years ago
33fbd51
f2fs: stat dirty regular/symlink inodes
by Chao Yu
· 9 years ago
343f40f
f2fs: introduce new option for controlling data flush
by Chao Yu
· 9 years ago
c227f91
f2fs: record dirty status of regular/symlink inode
by Chao Yu
· 9 years ago
b398091
f2fs: introduce __f2fs_commit_super
by Chao Yu
· 9 years ago
55d1cdb
f2fs: relocate tracepoint of write_checkpoint
by Jaegeuk Kim
· 9 years ago
e8240f6
f2fs: don't grab super block buffer header all the time
by Chao Yu
· 9 years ago
b39f0de
f2fs: backup raw_super in sbi
by Yunlei He
· 9 years ago
a1c1e9b
f2fs: fix to reset variable correctlly
by Fan Li
· 9 years ago
6ad7609
f2fs: introduce __remove_dirty_inode
by Chao Yu
· 9 years ago
2710fd7
f2fs: introduce dirty list node in inode info
by Chao Yu
· 9 years ago
a49324f
f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry
by Chao Yu
· 9 years ago
9a59b62
f2fs: do more integrity verification for superblock
by Chao Yu
· 9 years ago
e893158
f2fs: fix to update variable correctly when skip a unmapped block
by Fan Li
· 9 years ago
d8fe4f0
f2fs: write only the pages in range during defragment
by Fan Li
· 9 years ago
e1c51b9f
f2fs: clean up node page updating flow
by Chao Yu
· 9 years ago
764a5c6
xattr handlers: Simplify list operation
by Andreas Gruenbacher
· 9 years ago
Next »