Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
196ddccd91b20f74143c068bd8e041ed53d18f63
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
· 13 years ago
13039f6
f2fs: format segment_info's show for better legibility
by Gu Zheng
· 13 years ago
e33dcea
f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
by Gu Zheng
· 13 years ago
0c97ea9
f2fs: update start nid only once each circle
by Gu Zheng
· 13 years ago
6aab48c
f2fs: fix wrong kernel coding style
by Jaegeuk Kim
· 13 years ago
64f90c8
f2fs: fix to write node pages with WRITE_SYNC
by Jaegeuk Kim
· 13 years ago
5c19ba6
f2fs: fix dirty page accounting when redirty
by Chao Yu
· 13 years ago
32257e0
f2fs: use existing macro to clean up some codes
by Chao Yu
· 13 years ago
99926a9
f2fs: readahead contiguous SSA blocks for f2fs_gc
by Chao Yu
· 13 years ago
a753aba
f2fs: add an sysfs entry to control the directory level
by Jaegeuk Kim
· 13 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
· 13 years ago
158c19e
f2fs: remove costly bit operations for f2fs_find_entry
by Jaegeuk Kim
· 13 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
6c020d9
defconfig: setup for low mem device
by flintman
· 12 years ago
57ebae5
defconfig: Uped CPU max to 1.5
by flintman
· 12 years ago
014fd94
lcdc: Added PWM_LEVEL_MIN to prevent full blackout
by flintman
· 12 years ago
96c1b14
tenderloin usb: fix release of wakelock
by James Sullins
· 12 years ago
28e7657
tenderloin: port board_setup_S3A_1V8 from 2.6 kernel
by James Sullins
· 12 years ago
0c3fbcd
update framebuffer_console color profile
by James Sullins
· 12 years ago
ec56b42
g_hid: add dummy release func to avoid kern warnings
by James Sullins
· 12 years ago
20fc300
full 16 colors w/ framebuffer_console
by James Sullins
· 12 years ago
aed76a1
wip: g_hid for keyboard
by James Sullins
· 12 years ago
67d80a2
fbcon suspend/resume blank/unblank fixes
by James Sullins
· 12 years ago
c932393
fix L2TP/IP sysfs entry
by James Sullins
· 12 years ago
fdbf5bb
PORTED: Subsystem map api is deprecated and will be removed.
by Olav Haugan
· 13 years ago
113f56e
msm: vidc: Remove all references to CONFIG_ANDROID_PMEM
by Laura Abbott
· 13 years ago
f3a1887
msm: vidc: Fix various NULL pointer accesses, memory leaks
by Deva Ramasubramanian
· 14 years ago
faf1376
msm: vidc: Use min_dpb from resource tracker in smooth streaming mode
by Deepak Verma
· 13 years ago
8bf45fd
msm: vidc: estimate min_dpb for smooth streaming mode
by Praveen Chavan
· 13 years ago
06717aa
msm_fb: Register frame buffer device for device shutdown
by raghavendra ambadas
· 12 years ago
72c00df
msm: display: clear sec_active when the pipe is not for secure
by Ken Zhang
· 13 years ago
61627e6
msm: msm_fb: Handle out of order msm_fb ioctls
by Nirmal Abraham
· 12 years ago
e772250
msm: msm_fb: set dma pan info when continuous splash is enabled.
by Vishnuvardhan Prodduturi
· 13 years ago
b47ca99
audio: bring back icodec rx idlelock hold hack
by milaq
· 12 years ago
c18c519
max8903b_charger: fix return val for invalid currentlimit store
by James Sullins
· 12 years ago
4f526d2
tenderloin usb: fix release of wakelock
by James Sullins
· 12 years ago
c35d8d7
tp4g: Disable ondemand gov for now
by flintman
· 12 years ago
c623cfa
tp4g_defconfig: put SELINUX in permissive for now
by flintman
· 12 years ago
e8b041d
defconfig: Disable ondemand gov
by flintman
· 12 years ago
Next »