OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2019-05-09 Park Ju Hyungf2fs: mark is_extension_exist() inline
2019-05-09 Chao Yuf2fs: fix to set FI_UPDATE_WRITE correctly
2019-05-09 Chao Yuf2fs: fix to avoid panic in f2fs_inplace_write_data()
2019-05-09 Chao Yuf2fs: fix to do sanity check on valid block count of...
2019-05-09 Chao Yuf2fs: fix to do sanity check on valid node/block count
2019-05-09 Chao Yuf2fs: fix to avoid panic in do_recover_data()
2019-05-09 Chao Yuf2fs: fix to do sanity check on free nid
2019-05-09 Chao Yuf2fs: fix to do checksum even if inode page is uptodate
2019-05-09 Chao Yuf2fs: fix to avoid panic in f2fs_remove_inode_page()
2019-05-09 Chao Yuf2fs: fix to clear dirty inode in error path of f2fs_iget()
2019-05-09 Chao Yuf2fs: remove new blank line of f2fs kernel message
2019-05-09 Chao Yuf2fs: fix wrong __is_meta_io() macro
2019-05-09 Chao Yuf2fs: fix to avoid panic in dec_valid_node_count()
2019-05-09 Chao Yuf2fs: fix to avoid panic in dec_valid_block_count()
2019-05-09 Chao Yuf2fs: fix to use inline space only if inline_xattr...
2019-05-09 Chao Yuf2fs: fix to retrieve inline xattr space
2019-05-09 Chao Yuf2fs: fix error path of recovery
2019-05-09 Chao Yuf2fs: fix to avoid deadloop in foreground GC
2019-05-09 Hariprasad... f2fs: data: fix warning Using plain integer as NULL...
2019-05-09 Chao Yuf2fs: add tracepoint for f2fs_file_write_iter()
2019-05-09 Chao Yuf2fs: add comment for conditional compilation statement
2019-05-09 Chao Yuf2fs: fix potential recursive call when enabling data_flush
2019-05-09 Damien Le Moalf2fs: improve discard handling with multi-device volumes
2019-05-09 Damien Le Moalf2fs: Reduce zoned block device memory usage
2019-05-09 Damien Le Moalf2fs: Fix use of number of devices
2019-03-14 Jaegeuk Kimf2fs: set pin_file under CAP_SYS_ADMIN
2019-03-14 Chao Yuf2fs: fix to avoid deadlock in f2fs_read_inline_dir()
2019-03-14 Chao Yuf2fs: fix to adapt small inline xattr space in __find_i...
2019-03-14 Chao Yuf2fs: fix to do sanity check with inode.i_inline_xattr_size
2019-03-14 Jaegeuk Kimf2fs: give some messages for inline_xattr_size
2019-03-14 Chao Yuf2fs: don't trigger read IO for beyond EOF page
2019-03-14 Chao Yuf2fs: fix to add refcount once page is tagged PG_private
2019-03-14 Chao Yuf2fs: remove wrong comment in f2fs_invalidate_page()
2019-03-14 Chao Yuf2fs: fix to use kvfree instead of kzfree
2019-03-14 Chao Yuf2fs: print more parameters in trace_f2fs_map_blocks
2019-03-14 Chao Yuf2fs: trace f2fs_ioc_shutdown
2019-03-14 Chao Yuf2fs: fix to avoid deadlock of atomic file operations
2019-03-14 Chao Yuf2fs: fix to dirty inode for i_mode recovery
2019-03-14 Jaegeuk Kimf2fs: give random value to i_generation
2019-03-14 Gao Xiangf2fs: no need to take page lock in readdir
2019-03-14 Chao Yuf2fs: fix to update iostat correctly in IPU path
2019-03-14 Chao Yuf2fs: fix encrypted page memory leak
2019-03-14 Chao Yuf2fs: make fault injection covering __submit_flush_wait()
2019-03-14 Chao Yuf2fs: fix to retry fill_super only if recovery failed
2019-03-14 Gao Xiangf2fs: silence VM_WARN_ON_ONCE in mempool_alloc
2019-03-14 Zeng Guangyuef2fs: correct spelling mistake
2019-03-14 Jaegeuk Kimf2fs: fix wrong #endif
2019-03-14 Jaegeuk Kimf2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
2019-03-14 Chao Yuf2fs: don't allow negative ->write_io_size_bits
2019-03-14 Chao Yuf2fs: fix to check inline_xattr_size boundary correctly
2019-02-26 Jaegeuk KimRevert "f2fs: fix to avoid deadlock of atomic file...
2019-02-26 Jaegeuk KimRevert "f2fs: fix to check inline_xattr_size boundary...
2019-02-04 Sahitya Tummalaf2fs: do not use mutex lock in atomic context
2019-02-04 Chao Yuf2fs: fix potential data inconsistence of checkpoint
2019-02-04 Chao Yuf2fs: fix to avoid deadlock of atomic file operations
2019-02-04 Chao Yuf2fs: fix to check inline_xattr_size boundary correctly
2019-02-04 Chengguang Xuf2fs: jump to label 'free_node_inode' when failing...
2019-02-04 Chao Yuf2fs: fix to document inline_xattr_size option
2019-02-04 zhengliangf2fs: fix to data block override node segment by mistake
2019-02-04 Geliang Tangf2fs: fix typos in code comments
2019-02-04 Jaegeuk Kimf2fs: sync filesystem after roll-forward recovery
2019-02-04 Jaegeuk Kimfs: export evict_inodes
2019-02-04 Jaegeuk Kimf2fs: flush quota blocks after turnning it off
2019-02-04 Jaegeuk Kimf2fs: avoid null pointer exception in dcc_info
2019-02-04 Jaegeuk Kimf2fs: don't wake up too frequently, if there is lots...
2019-02-04 Jaegeuk Kimf2fs: try to keep CP_TRIMMED_FLAG after successful...
2019-02-04 Jaegeuk Kimf2fs: add quick mode of checkpoint=disable for QA
2019-02-04 Jaegeuk Kimf2fs: run discard jobs when put_super
2019-02-04 Chao Yuf2fs: fix to set sbi dirty correctly
2019-02-04 Sheng Yongf2fs: UBSAN: set boolean value iostat_enable correctly
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
next