Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cc81d7f37273ccb34db99a1f7ce688953a04289d
/
fs
/
f2fs
50e1f8d
f2fs: avoid to access NULL pointer in issue_flush_thread
by Chao Yu
· 10 years ago
2743f86
f2fs: check bdi->dirty_exceeded when trying to skip data writes
by Jaegeuk Kim
· 10 years ago
b2c0829
f2fs: do checkpoint for the renamed inode
by Jaegeuk Kim
· 10 years ago
dd4d961
f2fs: release new entry page correctly in error path of f2fs_rename
by Chao Yu
· 10 years ago
90d7245
f2fs: fix error path in init_inode_metadata
by Chao Yu
· 10 years ago
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
98397ff
f2fs: fix not to allocate unnecessary blocks during fallocate
by Jaegeuk Kim
· 10 years ago
ead4327
f2fs: recover fallocated data and its i_size together
by Jaegeuk Kim
· 10 years ago
ccfb300
f2fs: fix to report newly allocate region as extent
by Jaegeuk Kim
· 10 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
8d02076
->splice_write() via ->write_iter()
by Al Viro
· 11 years ago
64b2d1f
Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
9ab7013
f2fs: support f2fs_fiemap
by Jaegeuk Kim
· 10 years ago
86928f9
f2fs: avoid not to call remove_dirty_inode
by Jaegeuk Kim
· 10 years ago
6fa1df5
f2fs: recover fallocated space
by Jaegeuk Kim
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 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
bac4eef
f2fs: avoid crash when trace f2fs_submit_page_mbio event in ra_sum_pages
by Chao Yu
· 10 years ago
bfec07d
f2fs: avoid overflow when large directory feathure is enabled
by Chao Yu
· 10 years ago
d631abd
f2fs: fix recursive lock by f2fs_setxattr
by Jaegeuk Kim
· 10 years ago
70ff5df
f2fs: use inode_init_owner() to simplify codes
by Chao Yu
· 11 years ago
adf8d90
f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency
by Chao Yu
· 11 years ago
c20e89c
f2fs: add a tracepoint for f2fs_read_data_page
by Chao Yu
· 11 years ago
e574843
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pages
by Chao Yu
· 11 years ago
ecda0de
f2fs: add a tracepoint for f2fs_write_{meta,node,data}_page
by Chao Yu
· 11 years ago
dfb2bf3
f2fs: add a tracepoint for f2fs_write_end
by Chao Yu
· 11 years ago
62aed04
f2fs: add a tracepoint for f2fs_write_begin
by Chao Yu
· 11 years ago
8b37624
f2fs: fix checkpatch warning
by Zhang Zhen
· 11 years ago
8198899
f2fs: deactivate inode page if the inode is evicted
by Jaegeuk Kim
· 11 years ago
d5f6699
f2fs: decrease the lock granularity during write_begin
by Jaegeuk Kim
· 11 years ago
bde4468
f2fs: no need to wait on page writebck to meta pages
by Jaegeuk Kim
· 11 years ago
9ac1349
f2fs: avoid grab_cache_page_write_begin for data pages
by Jaegeuk Kim
· 11 years ago
54b591d
f2fs: split grab_cache_page and wait_on_page_writeback for node pages
by Jaegeuk Kim
· 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
5c1f992
f2fs: set errno when f2fs_iget failed in recover_dentry
by Chao Yu
· 11 years ago
7f7670f
f2fs: consider fallocated space for SEEK_DATA
by Jaegeuk Kim
· 11 years ago
fe369bc
f2fs: return i_size if the hole is outside of i_size
by Jaegeuk Kim
· 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
6403eb1
f2fs: introduce help macro ADDRS_PER_PAGE()
by Chao Yu
· 11 years ago
2aea39e
f2fs: submit bio at the reclaim path
by Jaegeuk Kim
· 11 years ago
916decb
f2fs: return errors right after checking them
by Jaegeuk Kim
· 11 years ago
c02745e
f2fs: pass flags field to setxattr functions
by Jaegeuk Kim
· 11 years ago
e112326
f2fs: clean up long variable names
by Jaegeuk Kim
· 11 years ago
454ae7e
f2fs: handle inline data independently in f2fs_bmap
by Chao Yu
· 11 years ago
6fb03f3
f2fs: adjust free mem size to flush dentry blocks
by Jaegeuk Kim
· 11 years ago
e8271fa
f2fs: avoid BUG_ON when mouting corrupted image having garbage blocks
by Jaegeuk Kim
· 11 years ago
7ee0eea
f2fs: add available_nids to fix handling max_nid correctly
by Jaegeuk Kim
· 11 years ago
b49ad51
f2fs: add static to get_max_meta_blks
by Fabian Frederick
· 11 years ago
94dac22
f2fs: introduce raw_nat_from_node_info() to simplfy codes
by Chao Yu
· 11 years ago
876dc59
f2fs: add the flush_merge handle in the remount flow
by Gu Zheng
· 11 years ago
8abfb36
f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()
by Zhang Zhen
· 11 years ago
b156d54
f2fs: make recover_inline_xattr() static
by Jingoo Han
· 11 years ago
ed57c27
f2fs: remove costly dirty_dir_inode operations
by Jaegeuk Kim
· 11 years ago
15c6e3a
f2fs: fix to unlock f2fs_lock at the omitted error case
by Jaegeuk Kim
· 11 years ago
76f6026
f2fs: call redirty_page_for_writepage
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
b270ad6
f2fs: enable flush_merge only in f2fs is not read-only
by Gu Zheng
· 11 years ago
197d464
f2fs: use __GFP_ZERO to avoid appending set-NULL
by Gu Zheng
· 11 years ago
a4ed23f
f2fs: put the bio when issue_flush completed
by Gu Zheng
· 11 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
5b46f25
f2fs: switch to iov_iter_alignment()
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
26c12d9
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
3021112
Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
48b230a
f2fs: fix wrong statistics of inline data
by Chao Yu
· 11 years ago
3a8861e
f2fs: check the acl's validity before setting
by ZhangZhen
· 11 years ago
6b4afdd
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
by Jaegeuk Kim
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
ce23447
f2fs: fix to cover io->bio with io_rwsem
by Jaegeuk Kim
· 11 years ago
d54c795
f2fs: fix error path when fail to read inline data
by Chao Yu
· 11 years ago
2d7b822
f2fs: use list_for_each_entry{_safe} for simplyfying code
by Chao Yu
· 11 years ago
cf0ee0f
f2fs: avoid free slab cache under spinlock
by Chao Yu
· 11 years ago
6e452d6
f2fs: avoid unneeded lookup when xattr name length is too long
by Chao Yu
· 11 years ago
df0f8dc
f2fs: avoid unnecessary bio submit when wait page writeback
by Chao Yu
· 11 years ago
3bb5e2c
f2fs: return -EIO when node id is not matched
by Jaegeuk Kim
· 11 years ago
808a1d7
f2fs: avoid RECLAIM_FS-ON-W warning
by Jaegeuk Kim
· 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
58c4103
f2fs: change reclaim rate in percentage
by Jaegeuk Kim
· 11 years ago
a5f42010
f2fs: remove unnecessary threshold
by Jaegeuk Kim
· 11 years ago
cdfc41c
f2fs: throttle the memory footprint with a sysfs entry
by Jaegeuk Kim
· 11 years ago
40bb005
f2fs: avoid to drop nat entries due to the negative nr_shrink
by Jaegeuk Kim
· 11 years ago
3cb5ad1
f2fs: call f2fs_wait_on_page_writeback instead of native function
by Jaegeuk Kim
· 11 years ago
50c8cdb
f2fs: introduce nr_pages_to_write for segment alignment
by Jaegeuk Kim
· 11 years ago
d3baf95
f2fs: increase pages_skipped when skipping writepages
by Jaegeuk Kim
· 11 years ago
87d6f89
f2fs: avoid small data writes by skipping writepages
by Jaegeuk Kim
· 11 years ago
f8b2c1f
f2fs: introduce get_dirty_dents for readability
by Jaegeuk Kim
· 11 years ago
04c0938
f2fs: fix incorrect parsing with option string
by Chao Yu
· 11 years ago
e4fc5fb
f2fs: avoid to return incorrect errno of read_normal_summaries
by Chao Yu
· 11 years ago
4bc8e9b
f2fs: introduce f2fs_has_xattr_block for better readability
by Chao Yu
· 11 years ago
90aa6dc
f2fs: print type for each segment in segment_info's show
by Chao Yu
· 11 years ago
Next »