Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4474e2f013368dbdb1d66d417271e6a0442c3585
/
fs
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
feb1b25
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
40292b9
f2fs: split IO error injection according to RW
by Chao Yu
· 6 years ago
6d1a832
f2fs: add SPDX license identifiers
by Chao Yu
· 6 years ago
790ff61
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTION
by Chengguang Xu
· 6 years ago
4c3226a
f2fs: avoid sleeping under spin_lock
by Zhikang Zhang
· 6 years ago
e359dcc
f2fs: plug readahead IO in readdir()
by Chao Yu
· 6 years ago
44bc317
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 6 years ago
9458d6d
f2fs: fix memory leak of percpu counter in fill_super()
by Chao Yu
· 6 years ago
872076f
f2fs: fix memory leak of write_io in fill_super()
by Chao Yu
· 6 years ago
6ecc308
f2fs: cache NULL when both default_acl and acl are NULL
by Chengguang Xu
· 6 years ago
118e4c9
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 6 years ago
ebcfa8f
f2fs: report error if quota off error during umount
by Yunlei He
· 6 years ago
60208e2
f2fs: submit bio after shutdown
by Jaegeuk Kim
· 6 years ago
0d51cea
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 6 years ago
2f476442
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 6 years ago
c2049e2
f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy
by Sahitya Tummala
· 6 years ago
12d8e57
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 6 years ago
6b0136a
f2fs: add additional sanity check in f2fs_acl_from_disk()
by Chengguang Xu
· 6 years ago
b2d1e92
Revert "f2fs: use timespec64 for inode timestamps"
by Jaegeuk Kim
· 6 years ago
08386a6
f2fs: readahead encrypted block during GC
by Chao Yu
· 6 years ago
f64b4d7
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
by Jaegeuk Kim
· 6 years ago
6d59845
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 6 years ago
b6368629
f2fs: fix to skip verifying block address for non-regular inode
by Chao Yu
· 6 years ago
33c54d5
f2fs: rework fault injection handling to avoid a warning
by Arnd Bergmann
· 6 years ago
0ef692e
f2fs: support fault_type mount option
by Chao Yu
· 6 years ago
5d2300d
f2fs: fix to return success when trimming meta area
by Chao Yu
· 6 years ago
b096edf
f2fs: fix use-after-free of dicard command entry
by Chao Yu
· 6 years ago
8bdb419
f2fs: support discard submission error injection
by Chao Yu
· 6 years ago
c813f5a
f2fs: split discard command in prior to block layer
by Chao Yu
· 6 years ago
bb763b5
f2fs: wake up gc thread immediately when gc_urgent is set
by Sheng Yong
· 6 years ago
c3aff6f
f2fs: fix incorrect range->len in f2fs_trim_fs()
by Chao Yu
· 6 years ago
7309a5f
f2fs: refresh recent accessed nat entry in lru list
by Chao Yu
· 6 years ago
1d8aac3
f2fs: fix avoid race between truncate and background GC
by Chao Yu
· 6 years ago
787485b
f2fs: avoid race between zero_range and background GC
by Chao Yu
· 6 years ago
10d6703
f2fs: fix to do sanity check with block address in main area v2
by Chao Yu
· 6 years ago
976de2d
f2fs: fix to do sanity check with inline flags
by Chao Yu
· 6 years ago
e7cad2b
f2fs: fix to reset i_gc_failures correctly
by Chao Yu
· 6 years ago
d38c1d7
f2fs: fix invalid memory access
by Chao Yu
· 6 years ago
3d5c54a
f2fs: fix to avoid broken of dnode block list
by Chao Yu
· 6 years ago
ad04671
f2fs: use true and false for boolean values
by Gustavo A. R. Silva
· 6 years ago
22400c8
f2fs: fix to do sanity check with cp_pack_start_sum
by Chao Yu
· 6 years ago
0818768
f2fs: avoid f2fs_bug_on() in cp_error case
by Jaegeuk Kim
· 6 years ago
1069e81
f2fs: fix to clear PG_checked flag in set_page_dirty()
by Chao Yu
· 6 years ago
33af898
f2fs: fix to active page in lru list for read path
by Chao Yu
· 6 years ago
f1eb3f9
f2fs: don't keep meta pages used for block migration
by Chao Yu
· 6 years ago
c0dcc52
f2fs: fix to restrict mount condition when without CONFIG_QUOTA
by Chao Yu
· 6 years ago
b9de293
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled
by Sheng Yong
· 6 years ago
7f57572
f2fs: quota: fix incorrect comments
by Sheng Yong
· 6 years ago
1373478
f2fs: add proc entry to show victim_secmap bitmap
by Yunlong Song
· 6 years ago
5cf8d7b
f2fs: let checkpoint flush dnode page of regular
by Chao Yu
· 6 years ago
fe0e252
f2fs: issue discard align to section in LFS mode
by Yunlong Song
· 6 years ago
77d1332
f2fs: don't allow any writes on aborted atomic writes
by Jaegeuk Kim
· 6 years ago
93aff61
f2fs: restrict setting up inode.i_advise
by Chao Yu
· 6 years ago
19a86da
f2fs: fix wrong kernel message when recover fsync data on ro fs
by Yunlei He
· 6 years ago
b02367f
f2fs: clean up ioctl interface naming
by Chao Yu
· 6 years ago
0c82975
f2fs: clean up with f2fs_is_{atomic,volatile}_file()
by Chao Yu
· 6 years ago
43a64a7
f2fs: clean up with f2fs_encrypted_inode()
by Chao Yu
· 6 years ago
7f78e22
f2fs: clean up with get_current_nat_page
by Chao Yu
· 6 years ago
282a3cb
f2fs: kill EXT_TREE_VEC_SIZE
by Chao Yu
· 6 years ago
f98582a
f2fs: avoid duplicated permission check for "trusted." xattrs
by Hyunchul Lee
· 6 years ago
3c74326
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 6 years ago
f9b4864
f2fs: fix to do sanity check with i_extra_isize
by Chao Yu
· 6 years ago
94e1c6a
f2fs: blk_finish_plug of submit_bio in lfs mode
by Yunlong Song
· 6 years ago
b27f4cd
f2fs: do not set free of current section
by Yunlong Song
· 6 years ago
6b1b1a4
f2fs: Keep alloc_valid_block_count in sync
by Daniel Rosenberg
· 6 years ago
f4a0eb5
f2fs: issue small discard by LBA order
by Chao Yu
· 6 years ago
735743f
f2fs: stop issuing discard immediately if there is queued IO
by Chao Yu
· 6 years ago
ae3825e
f2fs: clean up with IS_INODE()
by Chao Yu
· 6 years ago
adfdcf4
f2fs: detect bug_on in f2fs_wait_discard_bios
by Chao Yu
· 6 years ago
bc1ad77
f2fs: fix defined but not used build warnings
by Randy Dunlap
· 6 years ago
1c56698
f2fs: enable real-time discard by default
by Chao Yu
· 6 years ago
77f9ebd
f2fs: fix to detect looped node chain correctly
by Chao Yu
· 6 years ago
b3c869a
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
002de76
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
by Chao Yu
· 6 years ago
9028646
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 6 years ago
989ba38
f2fs: show the fsync_mode=nobarrier mount option
by Sahitya Tummala
· 6 years ago
b22d0c6
f2fs: check the right return value of memory alloc function
by Yunlei He
· 6 years ago
5c8e7ab
f2fs: Replace strncpy with memcpy
by Guenter Roeck
· 6 years ago
6b308c3
f2fs: avoid the global name 'fault_name'
by Gao Xiang
· 6 years ago
c3fef40
f2fs: fix to do sanity check with reserved blkaddr of inline inode
by Chao Yu
· 6 years ago
6db154a
f2fs: fix to do sanity check with node footer and iblocks
by Chao Yu
· 6 years ago
4679c2e
f2fs: Allocate and stat mem used by free nid bitmap more accurately
by Yunlei He
· 6 years ago
356f743
f2fs: fix to do sanity check with user_block_count
by Chao Yu
· 6 years ago
6a6c935
f2fs: fix to do sanity check with extra_attr feature
by Chao Yu
· 6 years ago
27d312b
f2fs: fix to correct return value of f2fs_trim_fs
by Chao Yu
· 6 years ago
81700b3
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
by Chao Yu
· 6 years ago
4a48b14
f2fs: fix to do sanity check with secs_per_zone
by Chao Yu
· 6 years ago
be92eee
f2fs: disable f2fs_check_rb_tree_consistence
by Chao Yu
· 6 years ago
d05e871
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 6 years ago
Next »