Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1a3b0047597c42cc959b5eba167660000c569ab0
/
fs
1a3b004
f2fs: stop gc/discard thread after fs shutdown
by Chao Yu
· 7 years ago
62a91a5
f2fs: hanlde error case in f2fs_ioc_shutdown
by Chao Yu
· 7 years ago
66356ee
f2fs: split need_inplace_update
by Chao Yu
· 7 years ago
5912fba
f2fs: fix to update last_disk_size correctly
by Chao Yu
· 7 years ago
3aa46e2
f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup
by Chao Yu
· 7 years ago
acdaca2
f2fs: clean up error path of fill_super
by Chao Yu
· 7 years ago
cf88211
f2fs: avoid hungtask when GC encrypted block if io_bits is set
by Sheng Yong
· 7 years ago
4be98c9
f2fs: allow quota to use reserved blocks
by Jaegeuk Kim
· 7 years ago
2a6489c
f2fs: fix to drop all inmem pages correctly
by Chao Yu
· 7 years ago
fd21442
f2fs: speed up defragment on sparse file
by Chao Yu
· 7 years ago
6bce963
f2fs: support F2FS_IOC_PRECACHE_EXTENTS
by Chao Yu
· 7 years ago
9ce3d6b
f2fs: add an ioctl to disable GC for specific file
by Jaegeuk Kim
· 7 years ago
9ef5e65
f2fs: prevent newly created inode from being dirtied incorrectly
by Daeho Jeong
· 7 years ago
08ddb19
f2fs: support FIEMAP_FLAG_XATTR
by Chao Yu
· 7 years ago
aa9c1c1
f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock
by Chao Yu
· 7 years ago
92b8f9c
f2fs: check node page again in write end io
by Yunlei He
· 7 years ago
4992a3c
f2fs: fix to caclulate required free section correctly
by Chao Yu
· 7 years ago
d1a6b4f
f2fs: handle newly created page when revoking inmem pages
by Daeho Jeong
· 7 years ago
462d762
f2fs: add resgid and resuid to reserve root blocks
by Jaegeuk Kim
· 7 years ago
cbd5e5a
f2fs: implement cgroup writeback support
by Yufen Yu
· 7 years ago
5a58474
f2fs: remove unused pend_list_tag
by Chao Yu
· 7 years ago
37d4ca7
f2fs: avoid high cpu usage in discard thread
by Chao Yu
· 7 years ago
02cfdab
f2fs: make local functions static
by Wei Yongjun
· 7 years ago
5fee540
f2fs: add reserved blocks for root user
by Jaegeuk Kim
· 7 years ago
2659746
f2fs: check segment type in __f2fs_replace_block
by Yunlong Song
· 7 years ago
4f76d6a
f2fs: update inode info to inode page for new file
by Yunlei He
· 7 years ago
52b4528
f2fs: show precise # of blocks that user/root can use
by Jaegeuk Kim
· 7 years ago
ae0e1fa
f2fs: clean up unneeded declaration
by Chao Yu
· 7 years ago
8fc7446
f2fs: continue to do direct IO if we only preallocate partial blocks
by Chao Yu
· 7 years ago
162464d
f2fs: enable quota at remount from r to w
by Jaegeuk Kim
· 7 years ago
e270976
f2fs: skip stop_checkpoint for user data writes
by Jaegeuk Kim
· 7 years ago
d047369
f2fs: fix missing error number for xattr operation
by Jaegeuk Kim
· 7 years ago
211cb7b
f2fs: recover directory operations by fsync
by Jaegeuk Kim
· 7 years ago
2648e73
f2fs: return error during fill_super
by Jaegeuk Kim
· 7 years ago
e2a0518
f2fs: fix an error case of missing update inode page
by Yunlei He
· 7 years ago
bf1750b
f2fs: fix potential hangtask in f2fs_trace_pid
by Chao Yu
· 7 years ago
c804fcf
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
fdd41a8
f2fs: use unlikely for release case
by LiFan
· 7 years ago
a74690b
f2fs: don't return value in truncate_data_blocks_range
by Chao Yu
· 7 years ago
987892c
f2fs: clean up f2fs_map_blocks
by Chao Yu
· 7 years ago
d7714cb
f2fs: clean up hash codes
by Chao Yu
· 7 years ago
e3d2a1e
f2fs: fix error handling in fill_super
by Chao Yu
· 7 years ago
b02e72d
f2fs: spread f2fs_k{m,z}alloc
by Chao Yu
· 7 years ago
ead5259
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
e585ca2
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
8234ed5
f2fs: remove a redundant conditional expression
by LiFan
· 7 years ago
1a9d6a9
f2fs: apply write hints to select the type of segment for direct write
by Hyunchul Lee
· 7 years ago
955e7f5
f2fs: switch to fscrypt_prepare_setattr()
by Eric Biggers
· 7 years ago
268c7f6
f2fs: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
8dfa646
f2fs: switch to fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
d5382cc
f2fs: switch to fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
3ccc177
f2fs: switch to fscrypt_file_open()
by Eric Biggers
· 7 years ago
8b5674e
f2fs: remove repeated f2fs_bug_on
by Zhikang Zhang
· 7 years ago
ba4556c
f2fs: remove an excess variable
by LiFan
· 7 years ago
46accc9
f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
by Chao Yu
· 7 years ago
8933908
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
76b6e8e
f2fs: still write data if preallocate only partial blocks
by Sheng Yong
· 7 years ago
1ed7533
f2fs: introduce sysfs readdir_ra to readahead inode block in readdir
by Sheng Yong
· 7 years ago
4e68a15
f2fs: fix concurrent problem for updating free bitmap
by LiFan
· 7 years ago
9be6e75
f2fs: remove unneeded memory footprint accounting
by Chao Yu
· 7 years ago
923df75
f2fs: no need to read nat block if nat_block_bitmap is set
by Yunlei He
· 7 years ago
09234be
f2fs: reserve nid resource for quota sysfile
by Chao Yu
· 7 years ago
743205f
fscrypt: move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
e0af083
fscrypt: lock mutex before checking for bounce page pool
by Eric Biggers
· 7 years ago
ec822ff
fscrypt: new helper function - fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
98fe83a
fscrypt: new helper function - fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
f521870
fscrypt: new helper function - fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
d61dffb
fscrypt: new helper function - fscrypt_file_open()
by Eric Biggers
· 7 years ago
8814204
fscrypt: remove unneeded empty fscrypt_operations structs
by Eric Biggers
· 7 years ago
8745aa3
fscrypt: remove ->is_encrypted()
by Eric Biggers
· 7 years ago
d750ec7
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
by Eric Biggers
· 7 years ago
685285b
fs, fscrypt: add an S_ENCRYPTED inode flag
by Eric Biggers
· 7 years ago
1617929
fscrypt: clean up include file mess
by Dave Chinner
· 7 years ago
a0471ef
fscrypt: fix dereference of NULL user_key_payload
by Eric Biggers
· 7 years ago
e77e7df
fscrypt: make ->dummy_context() return bool
by Eric Biggers
· 7 years ago
5b2b7f7
f2fs: deny accessing encryption policy if encryption is off
by Chao Yu
· 7 years ago
05dac2e
f2fs: inject fault in inc_valid_node_count
by Chao Yu
· 7 years ago
2e08de4
f2fs: fix to clear FI_NO_PREALLOC
by Chao Yu
· 7 years ago
931ecc2
f2fs: expose quota information in debugfs
by Jaegeuk Kim
· 7 years ago
45d6e70
f2fs: separate nat entry mem alloc from nat_tree_lock
by Yunlei He
· 7 years ago
8e2f721
f2fs: validate before set/clear free nat bitmap
by LiFan
· 7 years ago
27d5028
f2fs: avoid opened loop codes in __add_ino_entry
by Chao Yu
· 7 years ago
b1823df
f2fs: apply write hints to select the type of segments for buffered write
by Hyunchul Lee
· 7 years ago
b561061
f2fs: introduce scan_curseg_cache for cleanup
by Chao Yu
· 7 years ago
5772e0c
f2fs: optimize the way of traversing free_nid_bitmap
by Fan Li
· 7 years ago
a51e85e
f2fs: keep scanning until enough free nids are acquired
by Fan Li
· 7 years ago
d75eb8d
f2fs: trace checkpoint reason in fsync()
by Chao Yu
· 7 years ago
bed6cff
f2fs: keep isize once block is reserved cross EOF
by Chao Yu
· 7 years ago
5f3fdd2
f2fs: avoid race in between GC and block exchange
by Chao Yu
· 7 years ago
51cb399
f2fs: save a multiplication for last_nid calculation
by Fan Li
· 7 years ago
7f41aab
f2fs: fix summary info corruption
by Chao Yu
· 7 years ago
148c518
f2fs: remove dead code in update_meta_page
by Chao Yu
· 7 years ago
c3bc6e5
f2fs: remove unneeded semicolon
by Chao Yu
· 7 years ago
9e71a03
f2fs: don't bother with inode->i_version
by Jeff Layton
· 7 years ago
49f7272
f2fs: check curseg space before foreground GC
by Chao Yu
· 7 years ago
25d0bec
f2fs: use rw_semaphore to protect SIT cache
by Chao Yu
· 7 years ago
0108c48
f2fs: support quota sys files
by Jaegeuk Kim
· 7 years ago
d4c292d
f2fs: add quota_ino feature infra
by Jaegeuk Kim
· 7 years ago
1033eee
f2fs: optimize __update_nat_bits
by Fan Li
· 7 years ago
247e895
f2fs: modify for accurate fggc node io stat
by Yunlei He
· 7 years ago
Next »