Gitiles
Code Review
Sign In
review.gerrithub.io
/
BDAZZG1
/
android_kernel_motorola_msm8960dt-common
/
HEAD
7a9cbc3
Merge branch 'cm-11.0' into cm-10.2
by Skrilax_CZ
· 9 years ago
cm-10.2
45e8447
f2fs: drop obsolete node page when it is truncated
by Jaegeuk Kim
· 9 years ago
b9b9711
f2fs: introduce NODE_MAPPING for code consistency
by Jaegeuk Kim
· 9 years ago
974a24a
f2fs: remove the orphan block page array
by Gu Zheng
· 9 years ago
df4c187
f2fs: add help function META_MAPPING
by Gu Zheng
· 9 years ago
a5f0ec0
f2fs: move a branch for code redability
by Jaegeuk Kim
· 9 years ago
d2fc313
f2fs: call mark_inode_dirty to flush dirty pages
by Jaegeuk Kim
· 9 years ago
587364c
f2fs: clean checkpatch warnings
by Chris Fries
· 9 years ago
5dc0af5
f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)
by Changman Lee
· 9 years ago
8b898f0
f2fs: avoid f2fs_balance_fs call during pageout
by Jaegeuk Kim
· 9 years ago
8c702da
f2fs: add delimiter to seperate name and value in debug phrase
by Changman Lee
· 9 years ago
ea3283c
f2fs: use spinlock rather than mutex for better speed
by Gu Zheng
· 9 years ago
b6b7699
f2fs: move alloc new orphan node out of lock protection region
by Gu Zheng
· 9 years ago
7b258f0
f2fs: move grabing orphan pages out of protection region
by Gu Zheng
· 9 years ago
de45956
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
by Yuan Zhong
· 9 years ago
09d0b27
f2fs: add a sysfs entry to control max_victim_search
by Jaegeuk Kim
· 9 years ago
b9364c1
f2fs: improve write performance under frequent fsync calls
by Jaegeuk Kim
· 9 years ago
891176f
f2fs: avoid to read inline data except first page
by Chao Yu
· 9 years ago
fcfdfc2
f2fs: avoid to left uninitialized data in page when read inline data
by Chao Yu
· 9 years ago
38bd2cf
f2fs: fix truncate_partial_nodes bug
by shifei10.ge
· 9 years ago
ad6be41
f2fs: handle errors correctly during f2fs_reserve_block
by Jaegeuk Kim
· 9 years ago
fee749d
f2fs: add inline_data recovery routine
by Jaegeuk Kim
· 9 years ago
b150dba
f2fs: add the number of inline_data files to status info
by Jaegeuk Kim
· 9 years ago
76de41e
f2fs: refactor f2fs_convert_inline_data
by Jaegeuk Kim
· 9 years ago
c5c1f05
f2fs: call f2fs_put_page at the error case
by Jaegeuk Kim
· 9 years ago
ed6f978
f2fs: convert inline_data for punch_hole
by Jaegeuk Kim
· 9 years ago
cfb0d6d
f2fs: don't need to get f2fs_lock_op for the inline_data test
by Jaegeuk Kim
· 9 years ago
90a4a33
f2fs: handle inline data operations
by Huajun Li
· 9 years ago
9bf5089
f2fs: key functions to handle inline data
by Huajun Li
· 9 years ago
106834e
f2fs: convert max_orphans to a field of f2fs_sb_info
by Gu Zheng
· 9 years ago
65fb8e2
f2fs: check the blocksize before calling generic_direct_IO path
by Jaegeuk Kim
· 9 years ago
0dd617d
f2fs: should put the dnode when NEW_ADDR is detected
by Jaegeuk Kim
· 9 years ago
f36c191
f2fs: introduce F2FS_INODE macro to get f2fs_inode
by Jaegeuk Kim
· 9 years ago
f084aad
f2fs: check filename length in recover_dentry
by Chao Yu
· 9 years ago
6c2a038
f2fs: avoid to set wrong pino of inode when rename dir
by Chao Yu
· 9 years ago
d03e0c8
f2fs: update several comments
by Chao Yu
· 9 years ago
a0e578e
f2fs: remove the rw_flag domain from f2fs_io_info
by Gu Zheng
· 9 years ago
c678314
f2fs: move all the bio initialization into __bio_alloc
by Gu Zheng
· 9 years ago
21f2d45
f2fs: write dirty meta pages collectively
by Jaegeuk Kim
· 9 years ago
6480270
f2fs: introduce a new direct_IO write path
by Jaegeuk Kim
· 9 years ago
28a7ab8
f2fs: introduce sysfs entry to control in-place-update policy
by Jaegeuk Kim
· 9 years ago
b27174f
f2fs: missing kmem_cache_destroy for discard_entry
by Changman Lee
· 9 years ago
03b466e
f2fs: fix the location of tracepoint
by Jaegeuk Kim
· 9 years ago
b11e923
f2fs: refactor bio->rw handling
by Jaegeuk Kim
· 9 years ago
16115a4
f2fs: merge pages with the same sync_mode flag
by Fan Li
· 9 years ago
e1ef462
f2fs: add unlikely() macro for compiler more aggressively
by Jaegeuk Kim
· 9 years ago
33614ad
f2fs: add unlikely() macro for compiler optimization
by Chao Yu
· 9 years ago
7c0e099
f2fs: avoid unneeded page release for correct _count of page
by Chao Yu
· 9 years ago
8065a97
f2fs: use inner macro GFP_F2FS_ZERO for simplification
by Chao Yu
· 9 years ago
edef10e
f2fs: replace the debugfs_root with f2fs_debugfs_root
by Younger Liu
· 9 years ago
fb72ce3
f2fs: remove debufs dir if debugfs_create_file() failed
by Younger Liu
· 9 years ago
34aa593
f2fs: readahead contiguous pages for restore_node_summary
by Chao Yu
· 9 years ago
3703b76
f2fs: refactor bio-related operations
by Jaegeuk Kim
· 9 years ago
9bc4fad
f2fs: remove the own bi_private allocation
by Jaegeuk Kim
· 9 years ago
f5a02be
f2fs: convert recover_orphan_inodes to void
by Chao Yu
· 9 years ago
6d10083
f2fs: check return value of f2fs_readpage in find_data_page
by Chao Yu
· 9 years ago
4285343
f2fs: use true and false for boolean variable
by Chao Yu
· 9 years ago
ba0a25e
f2fs: correct type of wait in struct bio_private
by Chao Yu
· 9 years ago
61dd56c
f2fs: avoid to calculate incorrect max orphan number
by Chao Yu
· 9 years ago
f5a2383
f2fs: remove unneeded code in punch_hole
by Chao Yu
· 9 years ago
8347864
f2fs: remove unnecessary condition checks
by Jaegeuk Kim
· 9 years ago
ad66d55
f2fs: bug fix on bit overflow from 32bits to 64bits
by Jaegeuk Kim
· 9 years ago
cec86b3
f2fs: fix a potential out of range issue
by Gu Zheng
· 9 years ago
705c7e8
f2fs: remove unnecessary return value
by Jaegeuk Kim
· 9 years ago
ad36c12
f2fs: add a new mount option: inline_data
by Huajun Li
· 9 years ago
a9cd7d0
f2fs: add flags and helpers to support inline data
by Huajun Li
· 9 years ago
91a97da
f2fs: send REQ_META or REQ_PRIO when reading meta area
by Changman Lee
· 9 years ago
2ecb141
f2fs: add detailed information of bio types in the tracepoints
by Jaegeuk Kim
· 9 years ago
bb1c26d
f2fs: add a new function: f2fs_reserve_block()
by Huajun Li
· 9 years ago
bde7587
f2fs: read contiguous sit entry pages by merging for mount performance
by Chao Yu
· 9 years ago
2ad3a5c
f2fs: adds a tracepoint for f2fs_submit_read_bio
by Chao Yu
· 9 years ago
f21f1c5
f2fs: adds a tracepoint for submit_read_page
by Chao Yu
· 9 years ago
8c615c8
f2fs: simplify IS_DATASEG and IS_NODESEG macro
by Changman Lee
· 9 years ago
8239960
f2fs: merge read IOs at ra_nat_pages()
by Jaegeuk Kim
· 9 years ago
6b49a3a
f2fs: add a new function to support for merging contiguous read
by Chao Yu
· 9 years ago
8323bf7
f2fs: move the list_head initialization into the lock protection region
by Gu Zheng
· 9 years ago
263133d
f2fs: simplify write_orphan_inodes for better readable
by Gu Zheng
· 9 years ago
200463c
f2fs: convert inc/dec_valid_node_count to inc/dec one count
by Gu Zheng
· 9 years ago
318e3d0
f2fs: convert dev_valid_block_count to void
by Gu Zheng
· 9 years ago
2719b55
f2fs: convert remove_inode_page to void
by Gu Zheng
· 9 years ago
2dadf07
f2fs: introduce a bio array for per-page write bios
by Jaegeuk Kim
· 9 years ago
aa17132
f2fs: disable the extent cache ops on high fragmented files
by Jaegeuk Kim
· 9 years ago
75ce4ed
f2fs: use sbi->write_mutex for write bios
by Jaegeuk Kim
· 9 years ago
499480a
f2fs: clean up the do_submit_bio flow
by Jaegeuk Kim
· 9 years ago
e8b496b
f2fs: use f2fs_put_page to release page for uniform style
by Chao Yu
· 9 years ago
833b431
f2fs: add a tracepoint for f2fs_issue_discard
by Jaegeuk Kim
· 9 years ago
b587cd6
f2fs: introduce f2fs_issue_discard() to clean up
by Jaegeuk Kim
· 9 years ago
b620baf
f2fs: add a sysfs entry to control max_discards
by Jaegeuk Kim
· 9 years ago
a64e40f
f2fs: add key functions for small discards
by Jaegeuk Kim
· 9 years ago
fec79d0
f2fs: add a slab cache entry for small discards
by Jaegeuk Kim
· 9 years ago
f1d5359
f2fs: improve searching speed of __next_free_blkoff
by Changman Lee
· 9 years ago
87515d1
f2fs: introduce __find_rev_next(_zero)_bit
by Changman Lee
· 9 years ago
dcaddd8
defconfig: Add CONFIG_NETFILTER_XT_TARGET_IDLETIMER
by dhacker29
· 9 years ago
9e757c1
POWER: fix compile warnings in log_wakeup_reason
by Ruchi Kandoi
· 9 years ago
8c8c0bc
Power: add an API to log wakeup reasons
by Ruchi Kandoi
· 9 years ago
3a0c350
fix false disconnect due to a signal sent to the reading process
by keunyoung
· 9 years ago
bb3067c
ping: prevent NULL pointer dereference on write to msg_name
by Hannes Frederic Sowa
· 9 years ago
1328389
tcp: add a sysctl to config the tcp_default_init_rwnd
by JP Abgrall
· 9 years ago
e14da20
netfilter: xt_IDLETIMER: Revert to retain the kernel API format.
by Ashish Sharma
· 9 years ago
4e36fc2
nf: xt_qtaguid: fix handling for cases where tunnels are used.
by JP Abgrall
· 9 years ago
Next »