Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ba6adf51b209b5d7558515d764d9785562365a69
ba6adf5
f2fs: avoid null pointer exception in dcc_info
by Jaegeuk Kim
· 6 years ago
85c3c61
f2fs: don't wake up too frequently, if there is lots of IOs
by Jaegeuk Kim
· 6 years ago
4eefccf
f2fs: try to keep CP_TRIMMED_FLAG after successful umount
by Jaegeuk Kim
· 6 years ago
f2cb919
f2fs: add quick mode of checkpoint=disable for QA
by Jaegeuk Kim
· 6 years ago
b842f2d
f2fs: run discard jobs when put_super
by Jaegeuk Kim
· 6 years ago
6dda464
f2fs: fix to set sbi dirty correctly
by Chao Yu
· 6 years ago
13adc6f
f2fs: UBSAN: set boolean value iostat_enable correctly
by Sheng Yong
· 6 years ago
12b3662
f2fs: add brackets for macros
by Sheng Yong
· 6 years ago
7d72038
f2fs: check if file namelen exceeds max value
by Sheng Yong
· 6 years ago
d4a81f8
f2fs: fix to trigger fsck if dirent.name_len is zero
by Chao Yu
· 6 years ago
2da68d9
f2fs: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
3dd5f43
f2fs: export FS_NOCOW_FL flag to user
by Jaegeuk Kim
· 6 years ago
0088706
f2fs: check inject_rate validity during configuring
by Chao Yu
· 6 years ago
c476cbd
f2fs: remove set but not used variable 'err'
by YueHaibing
· 6 years ago
55cc38f
f2fs: fix compile warnings: 'struct *' declared inside parameter list
by Zhikang Zhang
· 6 years ago
6d4ae78
f2fs: change error code to -ENOMEM from -EINVAL
by Chengguang Xu
· 6 years ago
ec19f64
f2fs: don't access node/meta inode mapping after iput
by Jaegeuk Kim
· 6 years ago
ddd7bcb
f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
by Jaegeuk Kim
· 6 years ago
ad0784f
f2fs: sanity check of xattr entry size
by Jaegeuk Kim
· 6 years ago
bc6771e
f2fs: fix use-after-free issue when accessing sbi->stat_info
by Sahitya Tummala
· 6 years ago
d9b3df5
f2fs: check PageWriteback flag for ordered case
by Chao Yu
· 6 years ago
273e71c
f2fs: fix validation of the block count in sanity_check_raw_super
by Martin Blumenstingl
· 6 years ago
ae3bc06
f2fs: fix missing unlock(sbi->gc_mutex)
by Jaegeuk Kim
· 6 years ago
fbb223f
f2fs: clean up structure extent_node
by Chao Yu
· 6 years ago
489f2dc
f2fs: fix block address for __check_sit_bitmap
by Qiuyang Sun
· 6 years ago
be83ade
f2fs: fix sbi->extent_list corruption issue
by Sahitya Tummala
· 6 years ago
717ed96
f2fs: clean up checkpoint flow
by Chao Yu
· 6 years ago
1f85e0c
f2fs: flush stale issued discard candidates
by Jaegeuk Kim
· 6 years ago
2d145882
f2fs: correct wrong spelling, issing_*
by Jaegeuk Kim
· 6 years ago
9248dba
f2fs: use kvmalloc, if kmalloc is failed
by Jaegeuk Kim
· 6 years ago
7df51a1
f2fs: remove redundant comment of unused wio_mutex
by Yunlong Song
· 6 years ago
a8c3e53
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
by Chao Yu
· 6 years ago
ad32a8a
f2fs: clear PG_writeback if IPU failed
by Sheng Yong
· 6 years ago
a58cf53
f2fs: add an ioctl() to explicitly trigger fsck later
by Jaegeuk Kim
· 6 years ago
cf1cf04
f2fs: avoid frequent costly fsck triggers
by Jaegeuk Kim
· 6 years ago
e3faef1
f2fs: fix m_may_create to make OPU DIO write correctly
by Jia Zhu
· 6 years ago
35304bb
f2fs: fix to update new block address correctly for OPU
by Jia Zhu
· 6 years ago
968fb76
f2fs: adjust trace print in f2fs_get_victim() to cover all paths
by Sahitya Tummala
· 6 years ago
61a26f3
f2fs: fix to allow node segment for GC by ioctl path
by Sahitya Tummala
· 6 years ago
05c09f4
f2fs: make "f2fs_fault_name[]" const char *
by Alexey Dobriyan
· 6 years ago
74ec201
f2fs: read page index before freeing
by Pan Bian
· 6 years ago
3beb85a
f2fs: fix wrong return value of f2fs_acl_create
by Tiezhu Yang
· 6 years ago
b1a81bb
f2fs: avoid build warn of fall_through
by Jaegeuk Kim
· 6 years ago
bcabd03
f2fs: fix race between write_checkpoint and write_begin
by Sheng Yong
· 6 years ago
43a197a
f2fs: check memory boundary by insane namelen
by Jaegeuk Kim
· 6 years ago
a151f36
f2fs: only flush the single temp bio cache which owns the target page
by Yunlong Song
· 6 years ago
5b5162d
f2fs: fix out-place-update DIO write
by Chao Yu
· 6 years ago
504ab57
f2fs: fix to be aware discard/preflush/dio command in is_idle()
by Chao Yu
· 6 years ago
cc32cf3
f2fs: add to account direct IO
by Chao Yu
· 6 years ago
f726078
f2fs: move dir data flush to write checkpoint process
by Yunlei He
· 6 years ago
5bb1672
f2fs: change segment to section in f2fs_ioc_gc_range
by Yunlong Song
· 6 years ago
bc83a660b
f2fs: export migration_granularity sysfs entry
by Chao Yu
· 6 years ago
28bd09a
f2fs: support subsectional garbage collection
by Chao Yu
· 6 years ago
7fc4751
f2fs: introduce __is_large_section() for cleanup
by Chao Yu
· 6 years ago
5b11d2b
f2fs: clean up f2fs_sb_has_##feature_name
by Chao Yu
· 6 years ago
d785aff
f2fs: remove codes of unused wio_mutex
by Yunlong Song
· 6 years ago
957676b
f2fs: fix count of seg_freed to make sec_freed correct
by Yunlong Song
· 6 years ago
37146ae
f2fs: fix to account preflush command for noflush_merge mode
by Chao Yu
· 6 years ago
71d6c47
f2fs: avoid GC causing encrypted file corrupted
by Yunlong Song
· 6 years ago
d831272
f2fs: guarantee journalled quota data by checkpoint
by Chao Yu
· 6 years ago
e9fc43d
f2fs: cleanup dirty pages if recover failed
by Sheng Yong
· 6 years ago
3d57147
f2fs: fix data corruption issue with hardware encryption
by Sahitya Tummala
· 6 years ago
494e17e
f2fs: fix to recover inode->i_flags of inode block during POR
by Chao Yu
· 6 years ago
7c37970
f2fs: spread f2fs_set_inode_flags()
by Chao Yu
· 6 years ago
408bca0
f2fs: fix to spread clear_cold_data()
by Chao Yu
· 6 years ago
65e5a46
Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
by Jaegeuk Kim
· 6 years ago
8025d72
f2fs: account read IOs and use IO counts for is_idle
by Jaegeuk Kim
· 6 years ago
b8cc7a9
f2fs: fix to account IO correctly for cgroup writeback
by Chao Yu
· 6 years ago
f44ba51
f2fs: fix to account IO correctly
by Chao Yu
· 6 years ago
4ca463f
f2fs: remove request_list check in is_idle()
by Jens Axboe
· 6 years ago
513077a
f2fs: allow to mount, if quota is failed
by Jaegeuk Kim
· 6 years ago
e5ddab1
f2fs: update REQ_TIME in f2fs_cross_rename()
by Sahitya Tummala
· 6 years ago
1d12f5a
f2fs: do not update REQ_TIME in case of error conditions
by Sahitya Tummala
· 6 years ago
ca52deb
f2fs: remove unneeded disable_nat_bits()
by Chao Yu
· 6 years ago
91b2c66
f2fs: remove unused sbi->trigger_ssr_threshold
by Chao Yu
· 6 years ago
9d62f77
f2fs: shrink sbi->sb_lock coverage in set_file_temperature()
by Chao Yu
· 6 years ago
343c806
f2fs: fix to recover cold bit of inode block during POR
by Chao Yu
· 6 years ago
44344f4
f2fs: submit cached bio to avoid endless PageWriteback
by Chao Yu
· 6 years ago
f22f93a
f2fs: checkpoint disabling
by Daniel Rosenberg
· 6 years ago
4edba23
f2fs: clear PageError on the read path
by Jaegeuk Kim
· 6 years ago
b84f9a7
f2fs: allow out-place-update for direct IO in LFS mode
by Chao Yu
· 6 years ago
6923cd1
f2fs: refactor ->page_mkwrite() flow
by Chao Yu
· 6 years ago
39373df
Revert: "f2fs: check last page index in cached bio to decide submission"
by Chao Yu
· 6 years ago
0570b3f
f2fs: support superblock checksum
by Junling Zheng
· 6 years ago
0fc6da7
f2fs: add to account skip count of background GC
by Chao Yu
· 6 years ago
d826d4a
f2fs: add to account meta IO
by Chao Yu
· 6 years ago
87338b1
f2fs: keep lazytime on remount
by Jaegeuk Kim
· 6 years ago
9cc7032
f2fs: fix missing up_read
by Jaegeuk Kim
· 6 years ago
2b2a3c2
f2fs: return correct errno in f2fs_gc
by Jaegeuk Kim
· 6 years ago
4474e2f
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
c62a89b
f2fs: mark inode dirty explicitly in recover_inode()
by Chao Yu
· 6 years ago
ada3b8e
f2fs: fix to recover inode's crtime during POR
by Chao Yu
· 6 years ago
92bf9c4
f2fs: fix to recover inode's i_gc_failures during POR
by Chao Yu
· 6 years ago
7a35dd5
f2fs: fix to recover inode's i_flags during POR
by Chao Yu
· 6 years ago
f9ada84
f2fs: fix to recover inode's project id during POR
by Chao Yu
· 6 years ago
0328f88
f2fs: update i_size after DIO completion
by Jaegeuk Kim
· 6 years ago
faa6beb
f2fs: report ENOENT correctly in f2fs_rename
by Jaegeuk Kim
· 6 years ago
5a959fd
f2fs: fix remount problem of option io_bits
by Chengguang Xu
· 6 years ago
be57aae
f2fs: fix to recover inode's uid/gid during POR
by Chao Yu
· 6 years ago
8c2bb1b
f2fs: avoid infinite loop in f2fs_alloc_nid
by Jaegeuk Kim
· 6 years ago
Next »