Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
2568ffc2a36317fb02a6007c98cb10d1a4d56792
2568ffc
f2fs: avoid overflow when large directory feathure is enabled
by Chao Yu
· 12 years ago
26d712d
f2fs: fix recursive lock by f2fs_setxattr
by Jaegeuk Kim
· 12 years ago
12d38fc
f2fs: add a tracepoint for f2fs_read_data_page
by Chao Yu
· 12 years ago
b4d8549
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages
by Chao Yu
· 12 years ago
327cb6d
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page
by Chao Yu
· 12 years ago
3f1ac6d
f2fs: add a tracepoint for f2fs_write_end
by Chao Yu
· 12 years ago
df7a596
f2fs: add a tracepoint for f2fs_write_begin
by Chao Yu
· 12 years ago
29a0d20
f2fs: fix checkpatch warning
by Zhang Zhen
· 12 years ago
b3052cf
f2fs: decrease the lock granularity during write_begin
by Jaegeuk Kim
· 12 years ago
b668739
f2fs: no need to wait on page writebck to meta pages
by Jaegeuk Kim
· 12 years ago
767fa50
f2fs: avoid grab_cache_page_write_begin for data pages
by Jaegeuk Kim
· 12 years ago
0f9e6b5
f2fs: split grab_cache_page and wait_on_page_writeback for node pages
by Jaegeuk Kim
· 12 years ago
4312749
f2fs: fix to truncate inline data in inode page when setattr
by Chao Yu
· 12 years ago
4c5b54c
f2fs: readahead multi pages of directory for performance
by Chao Yu
· 12 years ago
9afc5d5
f2fs: set errno when f2fs_iget failed in recover_dentry
by Chao Yu
· 12 years ago
90e712d
f2fs: introduce help macro ADDRS_PER_PAGE()
by Chao Yu
· 12 years ago
8edabc7
f2fs: submit bio at the reclaim path
by Jaegeuk Kim
· 12 years ago
7580948
f2fs: return errors right after checking them
by Jaegeuk Kim
· 12 years ago
2eb8e7c
f2fs: pass flags field to setxattr functions
by Jaegeuk Kim
· 12 years ago
b5614a3
f2fs: clean up long variable names
by Jaegeuk Kim
· 12 years ago
1123735
f2fs: handle inline data independently in f2fs_bmap
by Chao Yu
· 12 years ago
250c769
f2fs: adjust free mem size to flush dentry blocks
by Jaegeuk Kim
· 12 years ago
17eac8c
f2fs: introduce raw_nat_from_node_info() to simplfy codes
by Chao Yu
· 12 years ago
eb6b049
f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks
by Jaegeuk Kim
· 12 years ago
989f914
f2fs: add available_nids to fix handling max_nid correctly
by Jaegeuk Kim
· 12 years ago
179c117
f2fs: add static to get_max_meta_blks
by Fabian Frederick
· 12 years ago
196ddcc
f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()
by Zhang Zhen
· 12 years ago
2e4e986
f2fs: make recover_inline_xattr() static
by Jingoo Han
· 12 years ago
4679a94
f2fs: remove costly dirty_dir_inode operations
by Jaegeuk Kim
· 12 years ago
1e8b37a
f2fs: fix to unlock f2fs_lock at the omitted error case
by Jaegeuk Kim
· 12 years ago
dc8c246
f2fs: call redirty_page_for_writepage
by Jaegeuk Kim
· 12 years ago
f8ff141
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
by Jaegeuk Kim
· 12 years ago
452eb77
f2fs: fix wrong statistics of inline data
by Chao Yu
· 12 years ago
b24dee4
f2fs: update f2fs Documentation
by Huajun Li
· 13 years ago
3d1d6d9
f2fs: fix error path when fail to read inline data
by Chao Yu
· 12 years ago
48c561a
f2fs: use list_for_each_entry{_safe} for simplyfying code
by Chao Yu
· 12 years ago
784b135
f2fs: avoid free slab cache under spinlock
by Chao Yu
· 12 years ago
26a9bf5
f2fs: avoid unneeded lookup when xattr name length is too long
by Chao Yu
· 12 years ago
a68f289
f2fs: return -EIO when node id is not matched
by Jaegeuk Kim
· 12 years ago
395204b
f2fs: avoid RECLAIM_FS-ON-W warning
by Jaegeuk Kim
· 12 years ago
c0563e2
f2fs: skip unnecessary node writes during fsync
by Jaegeuk Kim
· 12 years ago
ee72254
f2fs: introduce fi->i_sem to protect fi's info
by Jaegeuk Kim
· 12 years ago
f183b11
f2fs: change reclaim rate in percentage
by Jaegeuk Kim
· 12 years ago
206d2e7
f2fs: remove unnecessary threshold
by Jaegeuk Kim
· 12 years ago
327c57d
f2fs: throttle the memory footprint with a sysfs entry
by Jaegeuk Kim
· 12 years ago
264f380
f2fs: avoid to drop nat entries due to the negative nr_shrink
by Jaegeuk Kim
· 12 years ago
4b66d80
f2fs: call f2fs_wait_on_page_writeback instead of native function
by Jaegeuk Kim
· 12 years ago
1f1eaf4
f2fs: introduce nr_pages_to_write for segment alignment
by Jaegeuk Kim
· 12 years ago
823d59f
f2fs: increase pages_skipped when skipping writepages
by Jaegeuk Kim
· 12 years ago
c7f9f43
f2fs: avoid small data writes by skipping writepages
by Jaegeuk Kim
· 12 years ago
bfcac4d
f2fs: introduce get_dirty_dents for readability
by Jaegeuk Kim
· 12 years ago
23f5a1e
f2fs: fix incorrect parsing with option string
by Chao Yu
· 12 years ago
32c234e
f2fs: avoid to return incorrect errno of read_normal_summaries
by Chao Yu
· 12 years ago
eea95c4
f2fs: introduce f2fs_has_xattr_block for better readability
by Chao Yu
· 12 years ago
fee2a04
f2fs: print type for each segment in segment_info's show
by Chao Yu
· 12 years ago
4f9d66d
f2fs: check upper bound of ino value in f2fs_nfs_get_inode
by Chao Yu
· 12 years ago
70da8c6
f2fs: introduce f2fs_has_inline_xattr for better readability
by Chao Yu
· 12 years ago
b3606c9
f2fs: recover inline xattr data in roll-forward process
by Chao Yu
· 12 years ago
12e374b
f2fs: optimize restore_node_summary slightly
by Gu Zheng
· 12 years ago
13039f6
f2fs: format segment_info's show for better legibility
by Gu Zheng
· 12 years ago
e33dcea
f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
by Gu Zheng
· 12 years ago
0c97ea9
f2fs: update start nid only once each circle
by Gu Zheng
· 12 years ago
6aab48c
f2fs: fix wrong kernel coding style
by Jaegeuk Kim
· 12 years ago
64f90c8
f2fs: fix to write node pages with WRITE_SYNC
by Jaegeuk Kim
· 12 years ago
5c19ba6
f2fs: fix dirty page accounting when redirty
by Chao Yu
· 12 years ago
32257e0
f2fs: use existing macro to clean up some codes
by Chao Yu
· 12 years ago
99926a9
f2fs: readahead contiguous SSA blocks for f2fs_gc
by Chao Yu
· 12 years ago
a753aba
f2fs: add an sysfs entry to control the directory level
by Jaegeuk Kim
· 12 years ago
9a20f5d
f2fs: update documents and a MAINTAINERS entry
by Jaegeuk Kim
· 13 years ago
008f8a1
f2fs: introduce large directory support
by Jaegeuk Kim
· 12 years ago
158c19e
f2fs: remove costly bit operations for f2fs_find_entry
by Jaegeuk Kim
· 12 years ago
0cf300a
f2fs: implement a lock-free stat_show
by Jaegeuk Kim
· 13 years ago
8409a8a
f2fs: introduce a radix_tree for the free_nid list
by Jaegeuk Kim
· 13 years ago
aa9c8b0
f2fs: introduce help macro on_build_free_nids()
by Gu Zheng
· 13 years ago
c5ed3b7
f2fs: fix to mark the checkpointed nat entry correctly
by Jaegeuk Kim
· 13 years ago
0726410
f2fs: fix to do build_stat prior to the recovery procedure
by Jaegeuk Kim
· 13 years ago
78ae57e
f2fs: fix not to write data pages on the page reclaiming path
by Jaegeuk Kim
· 13 years ago
8fa144b
f2fs: fix the calculation of max_nids
by Jaegeuk Kim
· 13 years ago
8b83cd3
f2fs: show counts of checkpoint in status
by Changman Lee
· 13 years ago
624b14f
f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages
by Chao Yu
· 13 years ago
e492f02
f2fs: use inode mutex to keep atomicity of f2fs_falloc
by Chao Yu
· 13 years ago
9694e66
f2fs: clean up redundant function call
by Jaegeuk Kim
· 13 years ago
4c57cbe
f2fs: fix f2fs_write_meta_page at no checkpoint status
by Jaegeuk Kim
· 13 years ago
5409370
f2fs: fix to truncate dentry pages in the error case
by Jaegeuk Kim
· 13 years ago
a47d1cc
f2fs: fix a build warning
by Jaegeuk Kim
· 13 years ago
26d1282
f2fs: clean up with a macro
by Jaegeuk Kim
· 13 years ago
c2ceb28
f2fs: fix the potential mismatch between dir's i_size and i_blocks
by Jaegeuk Kim
· 13 years ago
080c463
f2fs: remove the ugly pointer conversion
by Jaegeuk Kim
· 13 years ago
b759f5f
f2fs: fix to recover xattr node block
by Jaegeuk Kim
· 13 years ago
655d2c1
f2fs: handle dirty segments inside refresh_sit_entry
by Jaegeuk Kim
· 13 years ago
1a808fb
F2FS: Backport to 3.4
by Evan McClain
· 12 years ago
9f6def7
tenderloin: enable f2fs support
by invisiblek
· 12 years ago
b1a94e8
f2fs: Update to version in 3.14
by Changman Lee
· 13 years ago
8005ecc
f2fs: Pull in from upstream 3.13 kernel
by Linus Torvalds
· 14 years ago
0ada967
OTG: usb_multi_charger_detect
by James Sullins
· 13 years ago
250b2a1
WIP: defconfig update + uhid fixes
by James Sullins
· 13 years ago
4fcb608
defconfig: update for touchpad
by flintman
· 12 years ago
93cb32e
asm/syscall.h: add syscall_get_arch
by Will Drewry
· 15 years ago
04680c9
tenderloin: Add a specific recovery defconfig to reduce size
by flintman
· 12 years ago
23e4d9b
Get this booting with gcc 4.8+
by Darren Smith
· 12 years ago
Next »