Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37b68e6ded49c0b7e7434a4ecd17c5553e576b4d
/
fs
/
f2fs
4c12ab7
Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
01a5ad8
f2fs: upset segment_info repair
by Yunlei He
· 9 years ago
54d7185
f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent
by Chao Yu
· 9 years ago
19b2c30
f2fs: update extent tree in batches
by Chao Yu
· 9 years ago
13ec729
f2fs: fix to release inode correctly
by Chao Yu
· 9 years ago
b015489
f2fs: handle f2fs_truncate error correctly
by Chao Yu
· 9 years ago
4ec17d6
f2fs: avoid unneeded initializing when converting inline dentry
by Chao Yu
· 9 years ago
6a67885
f2fs: atomically set inode->i_flags
by Zhang Zhen
· 9 years ago
f7409d0
f2fs: fix wrong pointer access during try_to_free_nids
by Jaegeuk Kim
· 9 years ago
80c5450
f2fs: use __GFP_NOFAIL to avoid infinite loop
by Jaegeuk Kim
· 9 years ago
dac2dde
f2fs: lookup neighbor extent nodes for merging later
by Chao Yu
· 9 years ago
ef05e22
f2fs: split __insert_extent_tree_ret for readability
by Chao Yu
· 9 years ago
a6f7834
f2fs: kill dead code in __insert_extent_tree
by Chao Yu
· 9 years ago
029e13c
f2fs: adjust showing of extent cache stat
by Chao Yu
· 9 years ago
91c481f
f2fs: add largest/cached stat in extent cache
by Chao Yu
· 9 years ago
e2b4e2b
f2fs: fix incorrect mapping for bmap
by Chao Yu
· 9 years ago
f8b703d
f2fs: fix to update cached_en of extent tree properly
by Fan Li
· 9 years ago
217940d
f2fs: fix typo
by Junesung Lee
· 9 years ago
2492863
f2fs: check the node block address of newly allocated nid
by Jaegeuk Kim
· 9 years ago
a21c20f
f2fs: go out for insert_inode_locked failure
by Jaegeuk Kim
· 9 years ago
5ee5293
f2fs: retry gc if one section is not successfully reclaimed
by Jaegeuk Kim
· 9 years ago
2286c02
f2fs: fix to cover lock_op for update_inode_page
by Jaegeuk Kim
· 9 years ago
2683446
f2fs: reuse nids more aggressively
by Jaegeuk Kim
· 9 years ago
26d5859
f2fs: avoid garbage collecting already moved node blocks
by Jaegeuk Kim
· 9 years ago
740432f
f2fs: handle failed bio allocation
by Jaegeuk Kim
· 9 years ago
a6db67f
f2fs: increase the number of max hard links
by Jaegeuk Kim
· 9 years ago
798c1b1
f2fs: skip checkpoint if there is no dirty and prefree segments
by Jaegeuk Kim
· 9 years ago
3169658
f2fs: shrink free_nids entries
by Chao Yu
· 9 years ago
206e61b
f2fs: avoid clear valid page
by Chao Yu
· 9 years ago
315df83
f2fs: do not write any node pages related to orphan inodes
by Jaegeuk Kim
· 9 years ago
4c27839
f2fs: avoid a build warning
by Jaegeuk Kim
· 9 years ago
8c14bfa
f2fs: handle error of f2fs_iget correctly
by Chao Yu
· 9 years ago
47e70ca
f2fs: do not assign a new segment for dio under space shortage
by Jaegeuk Kim
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 9 years ago
decd36b
f2fs: remove inmem radix tree
by Chao Yu
· 9 years ago
c15e859
f2fs: report EINVAL for unalignment direct IO
by Chao Yu
· 9 years ago
6394328
f2fs: report error of fill_zero
by Chao Yu
· 9 years ago
12a8343
f2fs: recover invalid/reserved block address for fsynced file
by Chao Yu
· 9 years ago
759af1c
f2fs: use extent cache to optimize f2fs_reserve_block
by Fan Li
· 9 years ago
e90c2d2
f2fs: invalidate temporary meta page
by Chao Yu
· 9 years ago
470f00e
f2fs: fix to release inode page correctly
by Chao Yu
· 9 years ago
7a04f64
f2fs: unify f2fs_bug_on when check blocks and segment
by Liu Xue
· 9 years ago
f3f338c
f2fs: freeze filesystem when fail to update meta page due to IO error
by Chao Yu
· 9 years ago
5768dcd
f2fs: change the timing of f2fs_wait_on_page_writeback
by Fan Li
· 9 years ago
edb27de
f2fs: handle error cases in commit_inmem_pages
by Jaegeuk Kim
· 9 years ago
a6d494b
f2fs: fix to build free nids from readaheaded nat pages
by Chao Yu
· 9 years ago
e4e7627
f2fs: fix inline data/dentry stat number leak
by Chao Yu
· 9 years ago
f4c9c74
f2fs: convert inline data before set atomic/volatile flag
by Chao Yu
· 9 years ago
a5f64b6
f2fs: fix to wait all atomic written pages writeback
by Chao Yu
· 9 years ago
6a29054
f2fs: skip writing in ->writepages when no dirty pages exist
by Chao Yu
· 9 years ago
737f189
f2fs: optimize f2fs_write_cache_pages
by Tiezhu Yang
· 9 years ago
55f57d2
f2fs: fix double lock in handle_failed_inode
by Chao Yu
· 9 years ago
ecbaa40
f2fs: reduce region of cp_rwsem covered in f2fs_do_collapse
by Chao Yu
· 9 years ago
0f825ee
f2fs: add new interfaces for extent tree
by Fan Li
· 9 years ago
86531d6
f2fs: callers take care of the page from bio error
by Jaegeuk Kim
· 9 years ago
727edac
f2fs: use atomic_t to record hit ratio info of extent cache
by Chao Yu
· 9 years ago
d5e8f6c
f2fs: stat inline xattr inode number
by Chao Yu
· 9 years ago
1b77c41
f2fs: use a page temporarily for encrypted gced page
by Jaegeuk Kim
· 9 years ago
8f46dca
f2fs: expose f2fs_write_cache_pages
by Chao Yu
· 9 years ago
037fe70
f2fs: correct return value of ->setxattr
by Chao Yu
· 9 years ago
bd936f8
f2fs: cleanup write_orphan_inodes
by Chao Yu
· 9 years ago
5b33912
f2fs: warm up cold page after mmaped write
by Chao Yu
· 9 years ago
c1c1b58
f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECT
by Chao Yu
· 9 years ago
a28ef1f
f2fs: maintain extent cache in separated file
by Chao Yu
· 9 years ago
3c7df87
f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LEN
by Fan Li
· 9 years ago
90d4388
f2fs: fix to update page flag
by Chao Yu
· 9 years ago
7023a1a
f2fs: shrink unreferenced extent_caches first
by Jaegeuk Kim
· 9 years ago
bb96a8d
f2fs: enhance multithread performance
by Chao Yu
· 9 years ago
741a7be
f2fs: restrict multimedia filename
by Chao Yu
· 9 years ago
c107989
f2fs: make the function check_dnode have a return type of bool and change it's name to is_alive
by Nicholas Krause
· 9 years ago
84bc926
f2fs: check the largest extent at look-up time
by Jaegeuk Kim
· 9 years ago
3e72f72
f2fs: use extent_cache by default
by Jaegeuk Kim
· 9 years ago
7daaea2
f2fs: add noextent_cache mount option
by Jaegeuk Kim
· 9 years ago
554df79
f2fs: shrink extent_cache entries
by Jaegeuk Kim
· 9 years ago
1b38dc8
f2fs: shrink nat_cache entries
by Jaegeuk Kim
· 9 years ago
2658e50
f2fs: introduce a shrinker for mounted fs
by Jaegeuk Kim
· 9 years ago
244f4fc
f2fs: set cached_en after checking finally
by Jaegeuk Kim
· 9 years ago
cbe9192
f2fs: update on-disk extents even under extent_cache
by Jaegeuk Kim
· 9 years ago
7a2cb67
f2fs: fix wrong block address calculation for a split extent
by Jaegeuk Kim
· 9 years ago
97a7b2c
f2fs: convert inline_data for various fallocate
by Jaegeuk Kim
· 9 years ago
c9b63bd
f2fs: avoid to use failed inode immediately
by Jaegeuk Kim
· 9 years ago
eca616f
f2fs: avoid freed stat information
by Jaegeuk Kim
· 9 years ago
5ac9f36
f2fs: fix to record dirty page count for symlink
by Chao Yu
· 9 years ago
92859a5
f2fs crypto: delete an unnecessary check before the function call "key_put"
by Markus Elfring
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
6282adb
f2fs: call set_page_dirty to attach i_wb for cgroup
by Jaegeuk Kim
· 9 years ago
548aeda
f2fs: handle error cases in move_encrypted_block
by Jaegeuk Kim
· 9 years ago
e4bc13a
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
cfcc0ad
Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
3c45414
f2fs: do not trim preallocated blocks when truncating after i_size
by Chao Yu
· 9 years ago
43f54cd
f2fs crypto: add alloc_bounce_page
by Jaegeuk Kim
· 9 years ago
7e8e754
f2fs crypto: fix to handle errors likewise ext4
by Jaegeuk Kim
· 9 years ago
de6a8ec
f2fs: drop the volatile_write flag only
by Jaegeuk Kim
· 9 years ago
c5bda1c
f2fs: skip committing valid superblock
by Chao Yu
· 9 years ago
09d54cd
f2fs: setting discard option in parse_options()
by Chao Yu
· 9 years ago
f56aa1c
f2fs: fix to return exact trimmed size
by Jaegeuk Kim
· 9 years ago
f62185d
f2fs: support FALLOC_FL_INSERT_RANGE
by Chao Yu
· 9 years ago
528e345
f2fs: hide common code in f2fs_replace_block
by Chao Yu
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 9 years ago
Next »