GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2018-07-09 Chao Yuf2fs: don't change wbc->sync_mode
2018-07-09 Chao Yuf2fs: fix to update mtime correctly
2018-07-09 youngjun yoofs: f2fs: insert space around that ':' and ', '
2018-07-09 youngjun yoofs: f2fs: add missing blank lines after declarations
2018-07-09 youngjun yoofs: f2fs: changed variable type of offset "unsigned...
2018-07-09 Chao Yuf2fs: clean up symbol namespace
2018-07-09 Chao Yuf2fs: make set_de_type() static
2018-07-09 Chao Yuf2fs: make __f2fs_write_data_pages() static
2018-07-09 Chao Yuf2fs: fix to avoid accessing cross the boundary
2018-07-09 Chao Yuf2fs: fix to let caller retry allocating block address
2018-07-09 Anatoly Pugachevdisable loading f2fs module on PAGE_SIZE > 4KB
2018-07-09 Chao Yuf2fs: fix error path of move_data_page
2018-07-09 Chao Yuf2fs: don't drop dentry pages after fs shutdown
2018-07-09 Chao Yuf2fs: fix to avoid race during access gc_thread pointer
2018-07-09 Chao Yuf2fs: clean up with clear_radix_tree_dirty_tag
2018-07-09 Chao Yuf2fs: fix to don't trigger writeback during recovery
2018-07-09 Sheng Yongf2fs: clear discard_wake earlier
2018-07-09 Yunlei Hef2fs: let discard thread wait a little longer if dev...
2018-07-09 Chao Yuf2fs: avoid stucking GC due to atomic write
2018-07-09 Jaegeuk Kimf2fs: introduce sbi->gc_mode to determine the policy
2018-07-09 Chao Yuf2fs: keep migration IO order in LFS mode
2018-07-09 Chao Yuf2fs: fix to wait page writeback during revoking atomic...
2018-07-09 Sahitya Tummalaf2fs: Fix deadlock in shutdown ioctl
2018-07-09 Chao Yuf2fs: detect synchronous writeback more earlier
2018-06-28 Jan Karamm: remove nr_pages argument from pagevec_lookup_{...
2018-06-28 Jan Karaceph: use pagevec_lookup_range_nr_tag()
2018-06-28 Jan Karamm: add variant of pagevec_lookup_range_tag() taking...
2018-06-28 Jan Karamm: use pagevec_lookup_range_tag() in write_cache_pages()
2018-06-28 Jan Karamm: use pagevec_lookup_range_tag() in __filemap_fdatawa...
2018-06-28 Jan Karanilfs2: use pagevec_lookup_range_tag()
2018-06-28 Jan Karagfs2: use pagevec_lookup_range_tag()
2018-06-28 Jan Karaf2fs: use find_get_pages_tag() for looking up single...
2018-06-28 Jan Karaf2fs: simplify page iteration loops
2018-06-28 Jan Karaf2fs: use pagevec_lookup_range_tag()
2018-06-28 Jan Karaext4: use pagevec_lookup_range_tag()
2018-06-28 Jan Karaceph: use pagevec_lookup_range_tag()
2018-06-28 Jan Karabtrfs: use pagevec_lookup_range_tag()
2018-06-28 Jan Karamm: implement find_get_pages_range_tag()
2018-06-28 Chao Yuf2fs: clean up with is_valid_blkaddr()
2018-06-28 Chao Yuf2fs: fix to initialize min_mtime with ULLONG_MAX
2018-06-28 Chao Yuf2fs: fix to let checkpoint guarantee atomic page persi...
2018-06-28 Chao Yuf2fs: fix to initialize i_current_depth according to...
2018-06-28 Chao YuRevert "f2fs: add ovp valid_blocks check for bg gc...
2018-06-28 Jaegeuk Kimf2fs: don't drop any page on f2fs_cp_error() case
2018-06-28 Colin Ian Kingf2fs: fix spelling mistake: "extenstion" -> "extension"
2018-06-28 Jaegeuk Kimf2fs: enhance sanity_check_raw_super() to avoid potenti...
2018-06-28 Chao Yuf2fs: treat volatile file's data as hot one
2018-06-28 Chao Yuf2fs: introduce release_discard_addr() for cleanup
2018-06-28 Chao Yuf2fs: fix potential overflow
2018-06-28 Chao Yuf2fs: rename dio_rwsem to i_gc_rwsem
2018-06-28 Yunlei Hef2fs: move mnt_want_write_file after range check
2018-06-28 Yunlei Hef2fs: fix missing clear FI_NO_PREALLOC in some error...
2018-06-28 Jaegeuk Kimf2fs: enforce fsync_mode=strict for renamed directory
2018-06-28 Jaegeuk Kimf2fs: sanity check for total valid node blocks
2018-06-28 Jaegeuk Kimf2fs: sanity check on sit entry
2018-06-28 Jaegeuk Kimf2fs: avoid bug_on on corrupted inode
2018-06-28 Jaegeuk Kimf2fs: give message and set need_fsck given broken node id
2018-06-28 Chao Yuf2fs: clean up commit_inmem_pages()
2018-06-28 Sheng Yongf2fs: do not check F2FS_INLINE_DOTS in recover
2018-06-28 Sheng Yongf2fs: remove duplicated dquot_initialize and fix error...
2018-06-28 Chao Yuf2fs: fix to detect failure of dquot_initialize
2018-06-28 Yunlei Hef2fs: stop issue discard if something wrong with f2fs
2018-06-28 Chao Yuf2fs: fix return value in f2fs_ioc_commit_atomic_write
2018-06-28 Yunlei Hef2fs: allocate hot_data for atomic write more strictly
2018-06-28 Sheng Yongf2fs: check if inmem_pages list is empty correctly
2018-06-28 Chao Yuf2fs: fix race in between GC and atomic open
2018-06-28 Zhikang Zhangf2fs: change le32 to le16 of f2fs_inode->i_extra_size
2018-06-28 Zhikang Zhangf2fs: check cur_valid_map_mir & raw_sit block count...
2018-06-28 Chao Yuf2fs: correct return value of f2fs_trim_fs
2018-06-28 Chao Yuf2fs: fix to show missing bits in FS_IOC_GETFLAGS
2018-06-28 Chao Yuf2fs: remove unneeded F2FS_PROJINHERIT_FL
2018-06-28 Chao Yuf2fs: don't use GFP_ZERO for page caches
2018-06-28 Yunlei Hef2fs: issue all big range discards in umount process
2018-06-28 Chao Yuf2fs: remove redundant block plug
2018-06-28 Yunlong Songf2fs: remove unmatched zero_user_segment when convert...
2018-06-28 Chao Yuf2fs: introduce private inode status mapping
2018-06-28 Eric Biggersfscrypt: log the crypto algorithm implementations
2018-06-28 Eric Biggersfscrypt: add Speck128/256 support
2018-06-28 Eric Biggersfscrypt: only derive the needed portion of the key
2018-06-28 Eric Biggersfscrypt: separate key lookup from key derivation
2018-06-28 Eric Biggersfscrypt: use a common logging function
2018-06-28 Eric Biggersfscrypt: remove internal key size constants
2018-06-28 Eric Biggersfscrypt: remove unnecessary check for non-logon key...
2018-06-28 Eric Biggersfscrypt: make fscrypt_operations.max_namelen an integer
2018-06-28 Eric Biggersfscrypt: drop empty name check from fname_decrypt()
2018-06-28 Eric Biggersfscrypt: drop max_namelen check from fname_decrypt()
2018-06-28 Eric Biggersfscrypt: don't special-case EOPNOTSUPP from fscrypt_get...
2018-06-28 Eric Biggersfscrypt: don't clear flags on crypto transform
2018-06-28 Eric Biggersfscrypt: remove stale comment from fscrypt_d_revalidate()
2018-06-28 Eric Biggersfscrypt: remove error messages for skcipher_request_all...
2018-06-28 Eric Biggersfscrypt: remove unnecessary NULL check when allocating...
2018-06-28 Eric Biggersfscrypt: clean up after fscrypt_prepare_lookup() conver...
2018-06-28 Eric Biggersubifs: switch to fscrypt_prepare_lookup()
2018-06-28 Eric Biggersext4: switch to fscrypt_prepare_lookup()
2018-06-28 Eric Biggersfscrypt: use unbound workqueue for decryption
2018-06-05 Jaegeuk Kimf2fs: run fstrim asynchronously if runtime discard...
2018-05-30 Chao Yuf2fs: turn down IO priority of discard from background
2018-05-30 Chao Yuf2fs: don't split checkpoint in fstrim
2018-05-30 Jaegeuk Kimf2fs: issue discard commands proactively in high fs...
2018-05-30 Jaegeuk Kimf2fs: add fsync_mode=nobarrier for non-atomic files
next