Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cc81d7f37273ccb34db99a1f7ce688953a04289d
/
fs
/
f2fs
/
f2fs.h
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
9ab7013
f2fs: support f2fs_fiemap
by Jaegeuk Kim
· 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
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
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
6fb03f3
f2fs: adjust free mem size to flush dentry blocks
by Jaegeuk Kim
· 11 years ago
7ee0eea
f2fs: add available_nids to fix handling max_nid correctly
by Jaegeuk Kim
· 11 years ago
876dc59
f2fs: add the flush_merge handle in the remount flow
by Gu Zheng
· 11 years ago
ed57c27
f2fs: remove costly dirty_dir_inode operations
by Jaegeuk Kim
· 11 years ago
1e87a78
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
by Jaegeuk Kim
· 11 years ago
6b4afdd
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
by Jaegeuk Kim
· 11 years ago
df0f8dc
f2fs: avoid unnecessary bio submit when wait page writeback
by Chao Yu
· 11 years ago
479f40c
f2fs: skip unnecessary node writes during fsync
by Jaegeuk Kim
· 11 years ago
d928bfb
f2fs: introduce fi->i_sem to protect fi's info
by Jaegeuk Kim
· 11 years ago
cdfc41c
f2fs: throttle the memory footprint with a sysfs entry
by Jaegeuk Kim
· 11 years ago
f8b2c1f
f2fs: introduce get_dirty_dents for readability
by Jaegeuk Kim
· 11 years ago
4bc8e9b
f2fs: introduce f2fs_has_xattr_block for better readability
by Chao Yu
· 11 years ago
987c7c3
f2fs: introduce f2fs_has_inline_xattr for better readability
by Chao Yu
· 11 years ago
e8512d2
f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
by Gu Zheng
· 11 years ago
695fd1e
f2fs: use existing macro to clean up some codes
by Chao Yu
· 11 years ago
81c1a0f1
f2fs: readahead contiguous SSA blocks for f2fs_gc
by Chao Yu
· 11 years ago
ab9fa66
f2fs: add an sysfs entry to control the directory level
by Jaegeuk Kim
· 11 years ago
3843154
f2fs: introduce large directory support
by Jaegeuk Kim
· 11 years ago
8b8343f
f2fs: implement a lock-free stat_show
by Jaegeuk Kim
· 11 years ago
8a7ed66
f2fs: introduce a radix_tree for the free_nid list
by Jaegeuk Kim
· 11 years ago
f978f5a
f2fs: introduce help macro on_build_free_nids()
by Gu Zheng
· 11 years ago
942e0be
f2fs: show counts of checkpoint in status
by Changman Lee
· 11 years ago
662befd
f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages
by Chao Yu
· 11 years ago
1fe54f9
f2fs: clean up redundant function call
by Jaegeuk Kim
· 11 years ago
1b1f559
f2fs: remove the ugly pointer conversion
by Jaegeuk Kim
· 11 years ago
abb2366
f2fs: fix to recover xattr node block
by Jaegeuk Kim
· 11 years ago
5e44381
f2fs: handle dirty segments inside refresh_sit_entry
by Jaegeuk Kim
· 11 years ago
744602c
f2fs: update_inode_page should be done all the time
by Jaegeuk Kim
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
a6dda0e
f2fs: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
4ef51a8
f2fs: introduce NODE_MAPPING for code consistency
by Jaegeuk Kim
· 11 years ago
9df27d9
f2fs: add help function META_MAPPING
by Gu Zheng
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
17b692f
f2fs: use spinlock rather than mutex for better speed
by Gu Zheng
· 11 years ago
5514f0a
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
by Yuan Zhong
· 11 years ago
b1c57c1
f2fs: add a sysfs entry to control max_victim_search
by Jaegeuk Kim
· 11 years ago
fb5566d
f2fs: improve write performance under frequent fsync calls
by Jaegeuk Kim
· 11 years ago
1e1bb4b
f2fs: add inline_data recovery routine
by Jaegeuk Kim
· 11 years ago
0dbdc2a
f2fs: add the number of inline_data files to status info
by Jaegeuk Kim
· 11 years ago
9e09fc8
f2fs: refactor f2fs_convert_inline_data
by Jaegeuk Kim
· 11 years ago
e18c65b
f2fs: key functions to handle inline data
by Huajun Li
· 11 years ago
0d47c1a
f2fs: convert max_orphans to a field of f2fs_sb_info
by Gu Zheng
· 11 years ago
58bfaf4
f2fs: introduce F2FS_INODE macro to get f2fs_inode
by Jaegeuk Kim
· 11 years ago
4f4124d
f2fs: update several comments
by Chao Yu
· 11 years ago
7e8f230
f2fs: remove the rw_flag domain from f2fs_io_info
by Gu Zheng
· 11 years ago
bfad7c2
f2fs: introduce a new direct_IO write path
by Jaegeuk Kim
· 11 years ago
216fbd6
f2fs: introduce sysfs entry to control in-place-update policy
by Jaegeuk Kim
· 11 years ago
458e619
f2fs: refactor bio->rw handling
by Jaegeuk Kim
· 11 years ago
63a0b7cb
f2fs: merge pages with the same sync_mode flag
by Fan Li
· 11 years ago
cfb271d
f2fs: add unlikely() macro for compiler optimization
by Chao Yu
· 11 years ago
93dfe2a
f2fs: refactor bio-related operations
by Jaegeuk Kim
· 11 years ago
8f99a94
f2fs: convert recover_orphan_inodes to void
by Chao Yu
· 11 years ago
031fa8c
f2fs: remove unnecessary condition checks
by Jaegeuk Kim
· 11 years ago
0e80220
f2fs: remove unnecessary return value
by Jaegeuk Kim
· 11 years ago
1001b34
f2fs: add flags and helpers to support inline data
by Huajun Li
· 11 years ago
b600965
f2fs: add a new function: f2fs_reserve_block()
by Huajun Li
· 11 years ago
0daaad9
f2fs: avoid lock debugging overhead
by Jaegeuk Kim
· 11 years ago
924b720
f2fs: add a new function to support for merging contiguous read
by Chao Yu
· 11 years ago
ef86d70
f2fs: convert inc/dec_valid_node_count to inc/dec one count
by Gu Zheng
· 11 years ago
da19b0d
f2fs: convert dev_valid_block_count to void
by Gu Zheng
· 11 years ago
58e674d
f2fs: convert remove_inode_page to void
by Gu Zheng
· 11 years ago
1ff7bd3
f2fs: introduce a bio array for per-page write bios
by Jaegeuk Kim
· 11 years ago
c11abd1
f2fs: disable the extent cache ops on high fragmented files
by Jaegeuk Kim
· 11 years ago
971767c
f2fs: use sbi->write_mutex for write bios
by Jaegeuk Kim
· 11 years ago
7d5e510
f2fs: clean up the do_submit_bio flow
by Jaegeuk Kim
· 11 years ago
7fd9e54
f2fs: add a slab cache entry for small discards
by Jaegeuk Kim
· 11 years ago
fb51b5e
f2fs: cleanup waiting routine for writeback pages in cp
by Changman Lee
· 11 years ago
cfe58f9
f2fs: avoid to wait all the node blocks during fsync
by Jaegeuk Kim
· 11 years ago
5d56b67
f2fs: add an option to avoid unnecessary BUG_ONs
by Jaegeuk Kim
· 11 years ago
4660f9c
f2fs: introduce f2fs_balance_fs_bg for some background jobs
by Jaegeuk Kim
· 11 years ago
81eb8d6
f2fs: reclaim prefree segments periodically
by Jaegeuk Kim
· 11 years ago
aabe513
f2fs: use bool for booleans
by Haicheng Li
· 11 years ago
dcdfff6
f2fs: clean up several status-related operations
by Jaegeuk Kim
· 11 years ago
7bd5938
f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation
by Gu Zheng
· 11 years ago
e234088
f2fs: avoid wait if IO end up when do_checkpoint for better performance
by Gu Zheng
· 11 years ago
b1838f8
f2fs: fix the starvation problem on cp_rwsem
by Jaegeuk Kim
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
e76eebe
f2fs: optimize fs_lock for better performance
by Yu Chao
· 11 years ago
65985d9
f2fs: support the inline xattrs
by Jaegeuk Kim
· 11 years ago
4f16fb0
f2fs: add the truncate_xattr_node function
by Jaegeuk Kim
· 11 years ago
de93653
f2fs: reserve the xattr space dynamically
by Jaegeuk Kim
· 11 years ago
444c580
f2fs: add flags for inline xattrs
by Jaegeuk Kim
· 11 years ago
d71b556
f2fs: introduce cur_cp_version function to reduce code size
by Jaegeuk Kim
· 11 years ago
e518ff8
f2fs: fix inconsistency between xattr node blocks and its inode
by Jaegeuk Kim
· 11 years ago
dbe6a5f
f2fs: fix the use of XATTR_NODE_OFFSET
by Jaegeuk Kim
· 11 years ago
c2d715d
f2fs: fix a build failure due to missing the kobject header
by Jaegeuk Kim
· 11 years ago
a569469
f2fs: fix a deadlock in fsync
by Jin Xu
· 11 years ago
b59d0ba
f2fs: add sysfs support for controlling the gc_thread
by Namjae Jeon
· 11 years ago
cbd56e7
f2fs: fix handling orphan inodes
by Jaegeuk Kim
· 11 years ago
1cd14ca
f2fs: update file name in the inode block during f2fs_rename
by Jaegeuk Kim
· 11 years ago
Next »