Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad
/
fs
/
f2fs
b65ee14
f2fs: use for_each_set_bit to simplify the code
by Chao Yu
· 10 years ago
497a093
f2fs: add f2fs_balance_fs for expand_inode_data
by Chao Yu
· 10 years ago
002a41c
f2fs: invalidate xattr node page when evict inode
by Chao Yu
· 10 years ago
70cfed8
f2fs: avoid skipping recover_inline_xattr after recover_inline_data
by Chao Yu
· 10 years ago
70407fa
f2fs: add tracepoint for f2fs_direct_IO
by Chao Yu
· 10 years ago
b3582c6
f2fs: reduce competition among node page writes
by Chao Yu
· 10 years ago
65b85cc
f2fs: fix coding style
by Jaegeuk Kim
· 10 years ago
33be828
f2fs: remove redundant lines in allocate_data_block
by Dongho Sim
· 10 years ago
24a9ee0
f2fs: add tracepoint for f2fs_issue_flush
by Jaegeuk Kim
· 10 years ago
cf2271e
f2fs: avoid retrying wrong recovery routine when error was occurred
by Jaegeuk Kim
· 10 years ago
61e0f2d
f2fs: test before set/clear bits
by Jaegeuk Kim
· 10 years ago
01229f5
f2fs: fix wrong condition for unlikely
by Jaegeuk Kim
· 10 years ago
ea1aa12
f2fs: enable in-place-update for fdatasync
by Jaegeuk Kim
· 10 years ago
6d99ba41
f2fs: skip unnecessary data writes during fsync
by Jaegeuk Kim
· 10 years ago
fff04f9
f2fs: add info of appended or updated data writes
by Jaegeuk Kim
· 10 years ago
39efac4
f2fs: use radix_tree for ino management
by Jaegeuk Kim
· 10 years ago
6451e04
f2fs: add infra for ino management
by Jaegeuk Kim
· 10 years ago
953e6cc
f2fs: punch the core function for inode management
by Jaegeuk Kim
· 10 years ago
0f7b2ab
f2fs: add nobarrier mount option
by Jaegeuk Kim
· 10 years ago
9d84795
f2fs: fix to put root inode in error path of fill_super
by Chao Yu
· 10 years ago
dbf20cb
f2fs: avoid use invalid mapping of node_inode when evict meta inode
by Chao Yu
· 10 years ago
32f9bc2
f2fs: support ->rename2()
by Chao Yu
· 10 years ago
79e35dc
f2fs: add f2fs_balance_fs for direct IO
by Huang Ying
· 10 years ago
f1121ab
f2fs: reduce searching region of segmap when free section
by Chao Yu
· 10 years ago
4b2868a
f2fs: remove the unused stat_lock
by Gu Zheng
· 10 years ago
7a6c76b
f2fs: cleanup the needless return of f2fs_create_root_stats
by Gu Zheng
· 10 years ago
81e366f
f2fs: check name_len of dir entry to prevent from deadloop
by Chao Yu
· 10 years ago
6b2920a
f2fs: use inner macro and function to clean up codes
by Chao Yu
· 10 years ago
3aab8f8
f2fs: introduce f2fs_write_failed to handle error case when write
by Chao Yu
· 10 years ago
eee6160
f2fs: arguments cleanup of finding file flow functions
by Gu Zheng
· 10 years ago
1c3bb97
f2fs: remove the needless point-cast
by Gu Zheng
· 10 years ago
34e6d45
f2fs: remove the redundant validation check of acl
by Gu Zheng
· 10 years ago
1256010
f2fs: reduce region of f2fs_lock_op covered for better concurrency
by Chao Yu
· 10 years ago
b434bab
f2fs: replace count*size kzalloc by kcalloc
by Fabian Frederick
· 10 years ago
aec7138
f2fs: refactor flush_nat_entries codes for reducing NAT writes
by Chao Yu
· 10 years ago
a014e03
f2fs: clean up an unused parameter and assignment
by Jaegeuk Kim
· 10 years ago
b97a9b5
f2fs: introduce f2fs_do_tmpfile for code consistency
by Jaegeuk Kim
· 10 years ago
50732df
f2fs: support ->tmpfile()
by Chao Yu
· 10 years ago
ca0a81b
f2fs: avoid to truncate non-updated page partially
by Chao Yu
· 10 years ago
5576cd6c
f2fs: avoid unneeded SetPageUptodate in f2fs_write_end
by Chao Yu
· 10 years ago
50e1f8d
f2fs: avoid to access NULL pointer in issue_flush_thread
by Chao Yu
· 10 years ago
2743f86
f2fs: check bdi->dirty_exceeded when trying to skip data writes
by Jaegeuk Kim
· 10 years ago
b2c0829
f2fs: do checkpoint for the renamed inode
by Jaegeuk Kim
· 10 years ago
dd4d961
f2fs: release new entry page correctly in error path of f2fs_rename
by Chao Yu
· 10 years ago
90d7245
f2fs: fix error path in init_inode_metadata
by Chao Yu
· 10 years ago
d6b7d4b
f2fs: check lower bound nid value in check_nid_range
by Chao Yu
· 10 years ago
8bc6f60
f2fs: remove unused variables in f2fs_sm_info
by Chao Yu
· 10 years ago
98397ff
f2fs: fix not to allocate unnecessary blocks during fallocate
by Jaegeuk Kim
· 10 years ago
ead4327
f2fs: recover fallocated data and its i_size together
by Jaegeuk Kim
· 10 years ago
ccfb300
f2fs: fix to report newly allocate region as extent
by Jaegeuk Kim
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
8d02076
->splice_write() via ->write_iter()
by Al Viro
· 11 years ago
64b2d1f
Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
9ab7013
f2fs: support f2fs_fiemap
by Jaegeuk Kim
· 10 years ago
86928f9
f2fs: avoid not to call remove_dirty_inode
by Jaegeuk Kim
· 10 years ago
6fa1df5
f2fs: recover fallocated space
by Jaegeuk Kim
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
b6fe587
f2fs: fix to recover data written by dio
by Jaegeuk Kim
· 10 years ago
1dbe415
f2fs: large volume support
by Changman Lee
· 11 years ago
bac4eef
f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages
by Chao Yu
· 10 years ago
bfec07d
f2fs: avoid overflow when large directory feathure is enabled
by Chao Yu
· 10 years ago
d631abd
f2fs: fix recursive lock by f2fs_setxattr
by Jaegeuk Kim
· 10 years ago
70ff5df
f2fs: use inode_init_owner() to simplify codes
by Chao Yu
· 11 years ago
adf8d90
f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency
by Chao Yu
· 11 years ago
c20e89c
f2fs: add a tracepoint for f2fs_read_data_page
by Chao Yu
· 11 years ago
e574843
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages
by Chao Yu
· 11 years ago
ecda0de
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page
by Chao Yu
· 11 years ago
dfb2bf3
f2fs: add a tracepoint for f2fs_write_end
by Chao Yu
· 11 years ago
62aed04
f2fs: add a tracepoint for f2fs_write_begin
by Chao Yu
· 11 years ago
8b37624
f2fs: fix checkpatch warning
by Zhang Zhen
· 11 years ago
8198899
f2fs: deactivate inode page if the inode is evicted
by Jaegeuk Kim
· 11 years ago
d5f6699
f2fs: decrease the lock granularity during write_begin
by Jaegeuk Kim
· 11 years ago
bde4468
f2fs: no need to wait on page writebck to meta pages
by Jaegeuk Kim
· 11 years ago
9ac1349
f2fs: avoid grab_cache_page_write_begin for data pages
by Jaegeuk Kim
· 11 years ago
54b591d
f2fs: split grab_cache_page and wait_on_page_writeback for node pages
by Jaegeuk Kim
· 11 years ago
8aa6f1c
f2fs: fix to truncate inline data in inode page when setattr
by Chao Yu
· 11 years ago
817202d9
f2fs: readahead multi pages of directory for performance
by Chao Yu
· 11 years ago
5c1f992
f2fs: set errno when f2fs_iget failed in recover_dentry
by Chao Yu
· 11 years ago
7f7670f
f2fs: consider fallocated space for SEEK_DATA
by Jaegeuk Kim
· 11 years ago
fe369bc
f2fs: return i_size if the hole is outside of i_size
by Jaegeuk Kim
· 11 years ago
267378d
f2fs: introduce f2fs_seek_block to support SEEK_{DATA, HOLE} in llseek
by Chao Yu
· 11 years ago
2163d19
f2fs: introduce help function {create,destroy}_flush_cmd_control
by Gu Zheng
· 11 years ago
a688b9d9e
f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
by Gu Zheng
· 11 years ago
6403eb1
f2fs: introduce help macro ADDRS_PER_PAGE()
by Chao Yu
· 11 years ago
2aea39e
f2fs: submit bio at the reclaim path
by Jaegeuk Kim
· 11 years ago
916decb
f2fs: return errors right after checking them
by Jaegeuk Kim
· 11 years ago
c02745e
f2fs: pass flags field to setxattr functions
by Jaegeuk Kim
· 11 years ago
e112326
f2fs: clean up long variable names
by Jaegeuk Kim
· 11 years ago
454ae7e
f2fs: handle inline data independently in f2fs_bmap
by Chao Yu
· 11 years ago
6fb03f3
f2fs: adjust free mem size to flush dentry blocks
by Jaegeuk Kim
· 11 years ago
e8271fa
f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks
by Jaegeuk Kim
· 11 years ago
7ee0eea
f2fs: add available_nids to fix handling max_nid correctly
by Jaegeuk Kim
· 11 years ago
b49ad51
f2fs: add static to get_max_meta_blks
by Fabian Frederick
· 11 years ago
94dac22
f2fs: introduce raw_nat_from_node_info() to simplfy codes
by Chao Yu
· 11 years ago
876dc59
f2fs: add the flush_merge handle in the remount flow
by Gu Zheng
· 11 years ago
8abfb36
f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()
by Zhang Zhen
· 11 years ago
b156d54
f2fs: make recover_inline_xattr() static
by Jingoo Han
· 11 years ago
ed57c27
f2fs: remove costly dirty_dir_inode operations
by Jaegeuk Kim
· 11 years ago
15c6e3a
f2fs: fix to unlock f2fs_lock at the omitted error case
by Jaegeuk Kim
· 11 years ago
76f6026
f2fs: call redirty_page_for_writepage
by Jaegeuk Kim
· 11 years ago
Next »