OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2019-02-04 Sheng Yongf2fs: add brackets for macros
2019-02-04 Sheng Yongf2fs: check if file namelen exceeds max value
2019-02-04 Chao Yuf2fs: fix to trigger fsck if dirent.name_len is zero
2019-02-04 Greg Kroah... f2fs: no need to check return value of debugfs_create...
2019-02-04 Jaegeuk Kimf2fs: export FS_NOCOW_FL flag to user
2019-02-04 Chao Yuf2fs: check inject_rate validity during configuring
2019-02-04 YueHaibingf2fs: remove set but not used variable 'err'
2019-02-04 Zhikang Zhangf2fs: fix compile warnings: 'struct *' declared inside...
2019-02-04 Chengguang Xuf2fs: change error code to -ENOMEM from -EINVAL
2019-01-04 Jaegeuk Kimf2fs: don't access node/meta inode mapping after iput
2019-01-04 Jaegeuk Kimf2fs: wait on atomic writes to count F2FS_CP_WB_DATA
2019-01-03 Jaegeuk Kimf2fs: sanity check of xattr entry size
2019-01-03 Sahitya Tummalaf2fs: fix use-after-free issue when accessing sbi-...
2019-01-03 Chao Yuf2fs: check PageWriteback flag for ordered case
2019-01-03 Martin Blumenstinglf2fs: fix validation of the block count in sanity_check...
2019-01-03 Jaegeuk Kimf2fs: fix missing unlock(sbi->gc_mutex)
2019-01-03 Chao Yuf2fs: clean up structure extent_node
2019-01-03 Qiuyang Sunf2fs: fix block address for __check_sit_bitmap
2019-01-03 Sahitya Tummalaf2fs: fix sbi->extent_list corruption issue
2019-01-03 Chao Yuf2fs: clean up checkpoint flow
2019-01-03 Jaegeuk Kimf2fs: flush stale issued discard candidates
2019-01-03 Jaegeuk Kimf2fs: correct wrong spelling, issing_*
2019-01-03 Jaegeuk Kimf2fs: use kvmalloc, if kmalloc is failed
2019-01-03 Yunlong Songf2fs: remove redundant comment of unused wio_mutex
2019-01-03 Chao Yuf2fs: fix to reorder set_page_dirty and wait_on_page_wr...
2019-01-03 Sheng Yongf2fs: clear PG_writeback if IPU failed
2019-01-03 Jaegeuk Kimf2fs: add an ioctl() to explicitly trigger fsck later
2019-01-03 Jaegeuk Kimf2fs: avoid frequent costly fsck triggers
2019-01-03 Jia Zhuf2fs: fix m_may_create to make OPU DIO write correctly
2019-01-03 Jia Zhuf2fs: fix to update new block address correctly for OPU
2019-01-03 Sahitya Tummalaf2fs: adjust trace print in f2fs_get_victim() to cover...
2019-01-03 Sahitya Tummalaf2fs: fix to allow node segment for GC by ioctl path
2019-01-03 Alexey Dobriyanf2fs: make "f2fs_fault_name[]" const char *
2019-01-03 Pan Bianf2fs: read page index before freeing
2019-01-03 Tiezhu Yangf2fs: fix wrong return value of f2fs_acl_create
2019-01-03 Jaegeuk Kimf2fs: avoid build warn of fall_through
2019-01-03 Sheng Yongf2fs: fix race between write_checkpoint and write_begin
2019-01-03 Jaegeuk Kimf2fs: check memory boundary by insane namelen
2019-01-03 Yunlong Songf2fs: only flush the single temp bio cache which owns...
2019-01-03 Chao Yuf2fs: fix out-place-update DIO write
2019-01-03 Chao Yuf2fs: fix to be aware discard/preflush/dio command...
2019-01-03 Chao Yuf2fs: add to account direct IO
2019-01-02 Yunlei Hef2fs: move dir data flush to write checkpoint process
2019-01-02 Yunlong Songf2fs: change segment to section in f2fs_ioc_gc_range
2019-01-02 Chao Yuf2fs: export migration_granularity sysfs entry
2019-01-02 Chao Yuf2fs: support subsectional garbage collection
2019-01-02 Chao Yuf2fs: introduce __is_large_section() for cleanup
2019-01-02 Chao Yuf2fs: clean up f2fs_sb_has_##feature_name
2019-01-02 Yunlong Songf2fs: remove codes of unused wio_mutex
2019-01-02 Yunlong Songf2fs: fix count of seg_freed to make sec_freed correct
2019-01-02 Chao Yuf2fs: fix to account preflush command for noflush_merge...
2019-01-02 Yunlong Songf2fs: avoid GC causing encrypted file corrupted
2018-10-30 Chao Yuf2fs: guarantee journalled quota data by checkpoint
2018-10-30 Sheng Yongf2fs: cleanup dirty pages if recover failed
2018-10-30 Sahitya Tummalaf2fs: fix data corruption issue with hardware encryption
2018-10-30 Chao Yuf2fs: fix to recover inode->i_flags of inode block...
2018-10-30 Chao Yuf2fs: spread f2fs_set_inode_flags()
2018-10-30 Chao Yuf2fs: fix to spread clear_cold_data()
2018-10-30 Jaegeuk KimRevert "f2fs: fix to clear PG_checked flag in set_page_...
2018-10-30 Jaegeuk Kimf2fs: account read IOs and use IO counts for is_idle
2018-10-30 Chao Yuf2fs: fix to account IO correctly for cgroup writeback
2018-10-30 Chao Yuf2fs: fix to account IO correctly
2018-10-30 Jens Axboef2fs: remove request_list check in is_idle()
2018-10-30 Jaegeuk Kimf2fs: allow to mount, if quota is failed
2018-10-30 Sahitya Tummalaf2fs: update REQ_TIME in f2fs_cross_rename()
2018-10-30 Sahitya Tummalaf2fs: do not update REQ_TIME in case of error conditions
2018-10-30 Chao Yuf2fs: remove unneeded disable_nat_bits()
2018-10-30 Chao Yuf2fs: remove unused sbi->trigger_ssr_threshold
2018-10-30 Chao Yuf2fs: shrink sbi->sb_lock coverage in set_file_temperat...
2018-10-30 Chao Yuf2fs: fix to recover cold bit of inode block during POR
2018-10-30 Chao Yuf2fs: submit cached bio to avoid endless PageWriteback
2018-10-30 Daniel Rosenbergf2fs: checkpoint disabling
2018-10-30 Jaegeuk Kimf2fs: clear PageError on the read path
2018-10-30 Chao Yuf2fs: allow out-place-update for direct IO in LFS mode
2018-10-27 Chao Yuf2fs: refactor ->page_mkwrite() flow
2018-10-27 Chao YuRevert: "f2fs: check last page index in cached bio...
2018-10-27 Junling Zhengf2fs: support superblock checksum
2018-10-27 Chao Yuf2fs: add to account skip count of background GC
2018-10-27 Chao Yuf2fs: add to account meta IO
2018-10-27 Jaegeuk Kimf2fs: keep lazytime on remount
2018-10-27 Jaegeuk Kimf2fs: fix missing up_read
2018-10-27 Jaegeuk Kimf2fs: return correct errno in f2fs_gc
2018-10-27 Jaegeuk Kimf2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail...
2018-10-27 Chao Yuf2fs: mark inode dirty explicitly in recover_inode()
2018-10-27 Chao Yuf2fs: fix to recover inode's crtime during POR
2018-10-27 Chao Yuf2fs: fix to recover inode's i_gc_failures during POR
2018-10-27 Chao Yuf2fs: fix to recover inode's i_flags during POR
2018-10-27 Chao Yuf2fs: fix to recover inode's project id during POR
2018-10-27 Jaegeuk Kimf2fs: update i_size after DIO completion
2018-10-27 Jaegeuk Kimf2fs: report ENOENT correctly in f2fs_rename
2018-10-27 Chengguang Xuf2fs: fix remount problem of option io_bits
2018-10-27 Chao Yuf2fs: fix to recover inode's uid/gid during POR
2018-10-27 Jaegeuk Kimf2fs: avoid infinite loop in f2fs_alloc_nid
2018-10-27 Sahitya Tummalaf2fs: add new idle interval timing for discard and...
2018-10-27 Chao Yuf2fs: split IO error injection according to RW
2018-10-27 Chao Yuf2fs: add SPDX license identifiers
2018-10-27 Chengguang Xuf2fs: surround fault_injection related option parsing...
2018-10-27 Zhikang Zhangf2fs: avoid sleeping under spin_lock
2018-10-27 Chao Yuf2fs: plug readahead IO in readdir()
2018-10-27 Chao Yuf2fs: fix to do sanity check with current segment number
next