GitHub/LineageOS/android_kernel_motorola_exynos9610.git
Author Commit
2018-10-26 Chao Yuf2fs: fix to recover inode's crtime during POR
2018-10-26 Chao Yuf2fs: fix to recover inode's i_gc_failures during POR
2018-10-26 Chao Yuf2fs: fix to recover inode's i_flags during POR
2018-10-26 Chao Yuf2fs: fix to recover inode's project id during POR
2018-10-26 Jaegeuk Kimf2fs: update i_size after DIO completion
2018-10-26 Jaegeuk Kimf2fs: report ENOENT correctly in f2fs_rename
2018-10-26 Chengguang Xuf2fs: fix remount problem of option io_bits
2018-10-26 Chao Yuf2fs: fix to recover inode's uid/gid during POR
2018-10-26 Jaegeuk Kimf2fs: avoid infinite loop in f2fs_alloc_nid
2018-10-26 Sahitya Tummalaf2fs: add new idle interval timing for discard and...
2018-10-26 Chao Yuf2fs: split IO error injection according to RW
2018-10-26 Chao Yuf2fs: add SPDX license identifiers
2018-10-26 Chengguang Xuf2fs: surround fault_injection related option parsing...
2018-10-26 Wang Shilongf2fs: fix setattr project check upon fssetxattr ioctl
2018-10-26 Zhikang Zhangf2fs: avoid sleeping under spin_lock
2018-10-26 Chao Yuf2fs: plug readahead IO in readdir()
2018-10-26 Chao Yuf2fs: fix to do sanity check with current segment number
2018-10-26 Chao Yuf2fs: fix memory leak of percpu counter in fill_super()
2018-10-26 Chao Yuf2fs: fix memory leak of write_io in fill_super()
2018-10-26 Chengguang Xuf2fs: cache NULL when both default_acl and acl are...
2018-10-26 Chao Yuf2fs: fix to flush all dirty inodes recovered in readon...
2018-10-26 Yunlei Hef2fs: report error if quota off error during umount
2018-10-26 Jaegeuk Kimf2fs: submit bio after shutdown
2018-10-26 Jaegeuk Kimf2fs: avoid wrong decrypted data from disk
2018-10-26 Chao YuRevert "f2fs: use printk_ratelimited for f2fs_msg"
2018-10-26 Sahitya Tummalaf2fs: fix unnecessary periodic wakeup of discard thread...
2018-10-26 Chao Yuf2fs: fix to avoid NULL pointer dereference on se-...
2018-10-26 Chengguang Xuf2fs: add additional sanity check in f2fs_acl_from_disk()
2018-10-01 Jaegeuk KimRevert "f2fs: use timespec64 for inode timestamps"
2018-09-05 Chao Yuf2fs: readahead encrypted block during GC
2018-09-05 Jaegeuk Kimf2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
2018-09-05 Jaegeuk Kimf2fs: fix performance issue observed with multi-thread...
2018-09-05 Chao Yuf2fs: fix to skip verifying block address for non-regul...
2018-09-05 Arnd Bergmannf2fs: rework fault injection handling to avoid a warning
2018-09-05 Chao Yuf2fs: support fault_type mount option
2018-09-05 Chao Yuf2fs: fix to return success when trimming meta area
2018-09-05 Chao Yuf2fs: fix use-after-free of dicard command entry
2018-09-05 Chao Yuf2fs: support discard submission error injection
2018-09-05 Chao Yuf2fs: split discard command in prior to block layer
2018-09-05 Sheng Yongf2fs: wake up gc thread immediately when gc_urgent...
2018-09-05 Chao Yuf2fs: fix incorrect range->len in f2fs_trim_fs()
2018-09-05 Chao Yuf2fs: refresh recent accessed nat entry in lru list
2018-09-05 Chao Yuf2fs: fix avoid race between truncate and background GC
2018-09-05 Chao Yuf2fs: avoid race between zero_range and background GC
2018-09-05 Chao Yuf2fs: fix to do sanity check with block address in...
2018-09-05 Chao Yuf2fs: fix to do sanity check with inline flags
2018-09-05 Chao Yuf2fs: fix to reset i_gc_failures correctly
2018-09-05 Chao Yuf2fs: fix invalid memory access
2018-09-05 Chao Yuf2fs: fix to avoid broken of dnode block list
2018-09-05 Gustavo A.... f2fs: use true and false for boolean values
2018-09-05 Chao Yuf2fs: fix to do sanity check with cp_pack_start_sum
2018-09-05 Jaegeuk Kimf2fs: avoid f2fs_bug_on() in cp_error case
2018-09-05 Chao Yuf2fs: fix to clear PG_checked flag in set_page_dirty()
2018-09-05 Chao Yuf2fs: fix to active page in lru list for read path
2018-09-05 Chao Yuf2fs: don't keep meta pages used for block migration
2018-09-05 Chao Yuf2fs: fix to restrict mount condition when without...
2018-09-05 Sheng Yongf2fs: quota: do not mount as RDWR without QUOTA if...
2018-09-05 Sheng Yongf2fs: quota: fix incorrect comments
2018-09-05 Sheng Yongf2fs: quota: decrease the lock granularity of statfs_pr...
2018-09-05 Yunlong Songf2fs: add proc entry to show victim_secmap bitmap
2018-09-05 Chao Yuf2fs: let checkpoint flush dnode page of regular
2018-09-05 Yunlong Songf2fs: issue discard align to section in LFS mode
2018-09-05 Jaegeuk Kimf2fs: don't allow any writes on aborted atomic writes
2018-09-05 Chao Yuf2fs: restrict setting up inode.i_advise
2018-09-05 Yunlei Hef2fs: fix wrong kernel message when recover fsync data...
2018-09-05 Chao Yuf2fs: clean up ioctl interface naming
2018-09-05 Chao Yuf2fs: clean up with f2fs_is_{atomic,volatile}_file()
2018-09-05 Chao Yuf2fs: clean up with f2fs_encrypted_inode()
2018-09-05 Chao Yuf2fs: clean up with get_current_nat_page
2018-09-05 Chao Yuf2fs: kill EXT_TREE_VEC_SIZE
2018-09-05 Hyunchul Leef2fs: avoid duplicated permission check for "trusted...
2018-09-05 Chao Yuf2fs: fix to propagate error from __get_meta_page()
2018-09-05 Chao Yuf2fs: fix to do sanity check with i_extra_isize
2018-09-05 Yunlong Songf2fs: blk_finish_plug of submit_bio in lfs mode
2018-09-05 Yunlong Songf2fs: do not set free of current section
2018-09-05 Daniel Rosenbergf2fs: Keep alloc_valid_block_count in sync
2018-09-05 Chao Yuf2fs: issue small discard by LBA order
2018-09-05 Chao Yuf2fs: stop issuing discard immediately if there is...
2018-09-05 Chao Yuf2fs: clean up with IS_INODE()
2018-09-05 Chao Yuf2fs: detect bug_on in f2fs_wait_discard_bios
2018-09-05 Randy Dunlapf2fs: fix defined but not used build warnings
2018-09-05 Chao Yuf2fs: enable real-time discard by default
2018-09-05 Chao Yuf2fs: fix to detect looped node chain correctly
2018-09-05 Chao Yuf2fs: fix to do sanity check with block address in...
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
next