GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2018-09-05 Chao Yuf2fs: fix to skip GC if type in SSA and SIT is inconsistent
2018-09-05 Chao Yuf2fs: try grabbing node page lock aggressively in sync...
2018-09-05 Sahitya Tummalaf2fs: show the fsync_mode=nobarrier mount option
2018-09-05 Yunlei Hef2fs: check the right return value of memory alloc...
2018-09-05 Guenter Roeckf2fs: Replace strncpy with memcpy
2018-09-05 Gao Xiangf2fs: avoid the global name 'fault_name'
2018-09-05 Chao Yuf2fs: fix to do sanity check with reserved blkaddr...
2018-09-05 Chao Yuf2fs: fix to do sanity check with node footer and iblocks
2018-09-05 Yunlei Hef2fs: Allocate and stat mem used by free nid bitmap...
2018-09-05 Chao Yuf2fs: fix to do sanity check with user_block_count
2018-09-05 Chao Yuf2fs: fix to do sanity check with extra_attr feature
2018-09-05 Chao Yuf2fs: fix to correct return value of f2fs_trim_fs
2018-09-05 Chao Yuf2fs: fix to do sanity check with {sit,nat}_ver_bitmap_...
2018-09-05 Chao Yuf2fs: fix to do sanity check with secs_per_zone
2018-09-05 Chao Yuf2fs: disable f2fs_check_rb_tree_consistence
2018-09-05 Chao Yuf2fs: introduce and spread verify_blkaddr
2018-09-05 Arnd Bergmannf2fs: use timespec64 for inode timestamps
2018-09-05 Chao Yuf2fs: fix to wait on page writeback before updating...
2018-09-05 Jaegeuk Kimf2fs: assign REQ_RAHEAD to bio for ->readpages
2018-09-05 Yunlei Hef2fs: fix a hungtask problem caused by congestion_wait
2018-09-05 Dan Carpenterf2fs: Fix uninitialized return in f2fs_ioc_shutdown()
2018-09-05 Jaegeuk Kimf2fs: don't issue discard commands in online discard...
2018-09-05 Chao Yuf2fs: fix to propagate return value of scan_nat_page()
2018-09-05 Weichao Guof2fs: support in-memory inode checksum when checking...
2018-09-05 Chao Yuf2fs: fix error path of fill_super
2018-09-05 Chao Yuf2fs: relocate readdir_ra configure initialization
2018-09-05 Chao Yuf2fs: move s_res{u,g}id initialization to default_options()
2018-09-05 Chao Yuf2fs: don't acquire orphan ino during recovery
2018-09-05 Jaegeuk Kimf2fs: avoid potential deadlock in f2fs_sbi_store
2018-09-05 Jaegeuk Kimf2fs: indicate shutdown f2fs to allow unmount successfully
2018-09-05 Jaegeuk Kimf2fs: keep meta pages in cp_error state
2018-09-05 Jaegeuk Kimf2fs: do checkpoint in kill_sb
2018-09-05 Jaegeuk Kimf2fs: allow wrong configured dio to buffered write
2018-09-05 Jaegeuk Kimf2fs: flush journal nat entries for nat_bits during...
2018-07-09 Kees Cooktreewide: Use array_size in f2fs_kvzalloc()
2018-07-09 Kees Cooktreewide: Use array_size() in f2fs_kzalloc()
2018-07-09 Kees Cooktreewide: Use array_size() in f2fs_kmalloc()
2018-07-09 Kees Cookoverflow.h: Add allocation size calculation helpers
2018-07-09 Chao Yuf2fs: fix to clear FI_VOLATILE_FILE correctly
2018-07-09 Chao Yuf2fs: let sync node IO interrupt async one
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...
next