GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2018-01-27 Jaegeuk Kimf2fs: recover directory operations by fsync
2018-01-27 Jaegeuk Kimf2fs: return error during fill_super
2018-01-27 Yunlei Hef2fs: fix an error case of missing update inode page
2018-01-27 Chao Yuf2fs: fix potential hangtask in f2fs_trace_pid
2018-01-27 Yunlei Hef2fs: no need return value in restore summary process
2018-01-27 LiFanf2fs: use unlikely for release case
2018-01-27 Chao Yuf2fs: don't return value in truncate_data_blocks_range
2018-01-27 Chao Yuf2fs: clean up f2fs_map_blocks
2018-01-27 Chao Yuf2fs: clean up hash codes
2018-01-27 Chao Yuf2fs: fix error handling in fill_super
2018-01-27 Chao Yuf2fs: spread f2fs_k{m,z}alloc
2018-01-27 Chao Yuf2fs: inject fault to kvmalloc
2018-01-27 Chao Yuf2fs: inject fault to kzalloc
2018-01-27 LiFanf2fs: remove a redundant conditional expression
2018-01-27 Hyunchul Leef2fs: apply write hints to select the type of segment...
2018-01-27 Eric Biggersf2fs: switch to fscrypt_prepare_setattr()
2018-01-27 Eric Biggersf2fs: switch to fscrypt_prepare_lookup()
2018-01-27 Eric Biggersf2fs: switch to fscrypt_prepare_rename()
2018-01-27 Eric Biggersf2fs: switch to fscrypt_prepare_link()
2018-01-27 Eric Biggersf2fs: switch to fscrypt_file_open()
2018-01-27 Elena Reshetovaposix_acl: convert posix_acl.a_refcount from atomic_t...
2018-01-27 Zhikang Zhangf2fs: remove repeated f2fs_bug_on
2018-01-27 LiFanf2fs: remove an excess variable
2018-01-27 Chao Yuf2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
2018-01-27 Sheng Yongf2fs: remove unused parameter
2018-01-27 Sheng Yongf2fs: still write data if preallocate only partial...
2018-01-27 Sheng Yongf2fs: introduce sysfs readdir_ra to readahead inode...
2018-01-27 LiFanf2fs: fix concurrent problem for updating free bitmap
2018-01-27 Chao Yuf2fs: remove unneeded memory footprint accounting
2018-01-27 Yunlei Hef2fs: no need to read nat block if nat_block_bitmap...
2018-01-27 Chao Yuf2fs: reserve nid resource for quota sysfile
2018-01-10 Jaegeuk KimRevert "locking/atomics: COCCINELLE/treewide: Convert...
2018-01-05 Gilad Ben-Yosseffscrypt: move to generic async completion
2018-01-05 Gilad Ben-Yossefcrypto: introduce crypto wait for async op
2018-01-05 Mark Rutlandlocking/atomics: COCCINELLE/treewide: Convert trivial...
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_setattr()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_lookup()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_rename()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_link()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_file_open()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_require_key()
2018-01-05 Eric Biggersfscrypt: remove unneeded empty fscrypt_operations structs
2018-01-05 Eric Biggersfscrypt: remove ->is_encrypted()
2018-01-05 Eric Biggersfscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
2018-01-05 Eric Biggersfs, fscrypt: add an S_ENCRYPTED inode flag
2018-01-05 Dave Chinnerfscrypt: clean up include file mess
2017-12-19 Chao Yuf2fs: deny accessing encryption policy if encryption...
2017-12-19 Chao Yuf2fs: inject fault in inc_valid_node_count
2017-12-19 Jaegeuk Kimf2fs: expose quota information in debugfs
2017-12-19 Yunlei Hef2fs: separate nat entry mem alloc from nat_tree_lock
2017-12-19 LiFanf2fs: validate before set/clear free nat bitmap
2017-12-19 Chao Yuf2fs: avoid opened loop codes in __add_ino_entry
2017-12-19 Hyunchul Leef2fs: apply write hints to select the type of segments...
2017-12-19 Chao Yuf2fs: introduce scan_curseg_cache for cleanup
2017-12-19 Fan Lif2fs: optimize the way of traversing free_nid_bitmap
2017-12-19 Fan Lif2fs: keep scanning until enough free nids are acquired
2017-12-19 Chao Yuf2fs: trace checkpoint reason in fsync()
2017-12-19 Chao Yuf2fs: keep isize once block is reserved cross EOF
2017-12-19 Chao Yuf2fs: avoid race in between GC and block exchange
2017-12-19 Fan Lif2fs: save a multiplication for last_nid calculation
2017-12-19 Chao Yuf2fs: fix summary info corruption
2017-12-19 Chao Yuf2fs: remove dead code in update_meta_page
2017-12-19 Chao Yuf2fs: remove unneeded semicolon
2017-12-19 Jeff Laytonf2fs: don't bother with inode->i_version
2017-12-19 Chao Yuf2fs: check curseg space before foreground GC
2017-12-19 Chao Yuf2fs: use rw_semaphore to protect SIT cache
2017-12-19 Jaegeuk Kimf2fs: support quota sys files
2017-12-19 Jaegeuk Kimf2fs: add quota_ino feature infra
2017-12-19 Fan Lif2fs: optimize __update_nat_bits
2017-12-19 Yunlei Hef2fs: modify for accurate fggc node io stat
2017-12-19 Yunlong SongRevert "f2fs: handle dirty segments inside refresh_sit_...
2017-12-19 Fan Lif2fs: add a function to move nid
2017-12-19 Chao Yuf2fs: export SSR allocation threshold
2017-12-19 Chao Yuf2fs: give correct trimmed blocks in fstrim
2017-12-19 Chao Yuf2fs: support bio allocation error injection
2017-12-19 Chao Yuf2fs: support get_page error injection
2017-12-19 Chao Yuf2fs: add missing sysfs description
2017-12-19 Yunlong Songf2fs: support soft block reservation
2017-12-19 Jaegeuk Kimf2fs: handle error case when adding xattr entry
2017-12-19 Chao Yuf2fs: support flexible inline xattr size
2017-12-19 Jaegeuk Kimf2fs: show current cp state
2017-12-19 Jaegeuk Kimf2fs: add missing quota_initialize
2017-12-19 Jaegeuk Kimf2fs: show # of dirty segments via sysfs
2017-12-19 Jaegeuk Kimf2fs: stop all the operations by cp_error flag
2017-12-19 Colin Ian Kingf2fs: remove several redundant assignments
2017-12-19 Arnd Bergmannf2fs: avoid using timespec
2017-12-19 Chao Yuf2fs: fix to correct no_fggc_candidate
2017-12-19 Jaegeuk KimRevert "f2fs: return wrong error number on f2fs_quota_w...
2017-12-19 Jaegeuk Kimf2fs: remove obsolete pointer for truncate_xattr_node
2017-12-19 Jaegeuk Kimf2fs: retry ENOMEM for quota_read|write
2017-12-19 Jaegeuk Kimf2fs: limit # of inmemory pages
2017-12-19 Chao Yuf2fs: update ctx->pos correctly when hitting hole in...
2017-12-19 Chao Yuf2fs: relocate readahead codes in readdir()
2017-12-19 Chao Yuf2fs: allow readdir() to be interrupted
2017-12-19 Chao Yuf2fs: trace f2fs_readdir
2017-12-19 Chao Yuf2fs: trace f2fs_lookup
2017-12-19 Weichao Guof2fs: skip searching non-exist range in truncate_hole
2017-12-19 Jaegeuk Kimf2fs: avoid stale fi->gdirty_list pointer
2017-12-19 Jaegeuk Kimf2fs/crypto: drop crypto key at evict_inode only
2017-12-19 Chao Yuf2fs: fix to avoid race when accessing last_disk_size
next