OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2018-07-09 Chao Yuf2fs: clean up with is_valid_blkaddr()
2018-07-09 Chao Yuf2fs: fix to initialize min_mtime with ULLONG_MAX
2018-07-09 Chao Yuf2fs: fix to let checkpoint guarantee atomic page persi...
2018-07-09 Chao Yuf2fs: fix to initialize i_current_depth according to...
2018-07-09 Chao YuRevert "f2fs: add ovp valid_blocks check for bg gc...
2018-07-09 Jaegeuk Kimf2fs: don't drop any page on f2fs_cp_error() case
2018-07-09 Colin Ian Kingf2fs: fix spelling mistake: "extenstion" -> "extension"
2018-07-09 Jaegeuk Kimf2fs: enhance sanity_check_raw_super() to avoid potenti...
2018-07-09 Chao Yuf2fs: treat volatile file's data as hot one
2018-07-09 Chao Yuf2fs: introduce release_discard_addr() for cleanup
2018-07-09 Chao Yuf2fs: fix potential overflow
2018-07-09 Chao Yuf2fs: rename dio_rwsem to i_gc_rwsem
2018-07-09 Yunlei Hef2fs: move mnt_want_write_file after range check
2018-07-09 Yunlei Hef2fs: fix missing clear FI_NO_PREALLOC in some error...
2018-07-09 Jaegeuk Kimf2fs: enforce fsync_mode=strict for renamed directory
2018-07-09 Jaegeuk Kimf2fs: sanity check for total valid node blocks
2018-07-09 Jaegeuk Kimf2fs: sanity check on sit entry
2018-07-09 Jaegeuk Kimf2fs: avoid bug_on on corrupted inode
2018-07-09 Jaegeuk Kimf2fs: give message and set need_fsck given broken node id
2018-07-09 Chao Yuf2fs: clean up commit_inmem_pages()
2018-07-09 Sheng Yongf2fs: do not check F2FS_INLINE_DOTS in recover
2018-07-09 Sheng Yongf2fs: remove duplicated dquot_initialize and fix error...
2018-07-09 Yunlei Hef2fs: stop issue discard if something wrong with f2fs
2018-07-09 Chao Yuf2fs: fix return value in f2fs_ioc_commit_atomic_write
2018-07-09 Yunlei Hef2fs: allocate hot_data for atomic write more strictly
2018-07-09 Sheng Yongf2fs: check if inmem_pages list is empty correctly
2018-07-09 Chao Yuf2fs: fix race in between GC and atomic open
2018-07-09 Zhikang Zhangf2fs: change le32 to le16 of f2fs_inode->i_extra_size
2018-07-09 Zhikang Zhangf2fs: check cur_valid_map_mir & raw_sit block count...
2018-07-09 Chao Yuf2fs: correct return value of f2fs_trim_fs
2018-07-09 Chao Yuf2fs: fix to show missing bits in FS_IOC_GETFLAGS
2018-07-09 Chao Yuf2fs: remove unneeded F2FS_PROJINHERIT_FL
2018-07-09 Chao Yuf2fs: don't use GFP_ZERO for page caches
2018-07-09 Yunlei Hef2fs: issue all big range discards in umount process
2018-07-09 Chao Yuf2fs: remove redundant block plug
2018-07-09 Yunlong Songf2fs: remove unmatched zero_user_segment when convert...
2018-07-09 Chao Yuf2fs: introduce private inode status mapping
2018-06-28 Eric Biggersfscrypt: log the crypto algorithm implementations
2018-06-28 Herbert Xucrypto: api - Add crypto_type_has_alg helper
2018-06-28 Herbert Xucrypto: skcipher - Add low-level skcipher interface
2018-06-28 Herbert Xucrypto: skcipher - Add helper to retrieve driver name
2018-06-28 Herbert Xucrypto: skcipher - Add default key size helper
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 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
2018-05-30 Jaegeuk Kimf2fs: let fstrim issue discard commands in lower priority
2018-05-04 Jaegeuk Kimf2fs: avoid fsync() failure caused by EAGAIN in writepage()
2018-04-26 Jaegeuk Kimf2fs: clear PageError on writepage - part 2
2018-04-23 Jaegeuk Kimf2fs: check cap_resource only for data blocks
2018-04-23 Jaegeuk KimRevert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
2018-04-22 Jaegeuk Kimf2fs: clear PageError on writepage
2018-04-20 Eric Biggersf2fs: call unlock_new_inode() before d_instantiate()
2018-04-20 Eric Biggersf2fs: refactor read path to allow multiple postprocessi...
2018-04-20 Eric Biggersfscrypt: allow synchronous bio decryption
2018-04-08 Jaegeuk Kimf2fs: remain written times to update inode during fsync
2018-04-08 Yunlong Songf2fs: make assignment of t->dentry_bitmap more readable
2018-04-08 Jaegeuk Kimf2fs: truncate preallocated blocks in error case
2018-04-08 Junling Zhengf2fs: fix a wrong condition in f2fs_skip_inode_update
2018-04-08 Eric Biggersf2fs: reserve bits for fs-verity
2018-04-08 Yunlei Hef2fs: Add a segment type check in inplace write
2018-04-08 Yunlong Songf2fs: no need to initialize zero value for GFP_F2FS_ZERO
2018-04-08 Chao Yuf2fs: don't track new nat entry in nat set
2018-04-08 Chao Yuf2fs: clean up with F2FS_BLK_ALIGN
2018-04-08 Yunlei Hef2fs: check blkaddr more accuratly before issue a bio
2018-04-08 Ritesh Harjanif2fs: Set GF_NOFS in read_cache_page_gfp while doing...
2018-04-08 Sheng Yongf2fs: introduce a new mount option test_dummy_encryption
2018-04-08 Sheng Yongf2fs: introduce F2FS_FEATURE_LOST_FOUND feature
2018-04-08 Qiuyang Sunf2fs: release locks before return in f2fs_ioc_gc_range()
2018-04-08 Jaegeuk Kimf2fs: align memory boundary for bitops
2018-04-08 Chao Yuf2fs: remove unneeded set_cold_node()
2018-04-08 Hyunchul Leef2fs: add nowait aio support
2018-04-08 Chao Yuf2fs: wrap all options with f2fs_sb_info.mount_opt
2018-04-08 Yunlei Hef2fs: Don't overwrite all types of node to keep node...
2018-04-08 Junling Zhengf2fs: introduce mount option for fsync mode
2018-04-08 Chao Yuf2fs: fix to restore old mount option in ->remount_fs
2018-04-08 Chao Yuf2fs: wrap sb_rdonly with f2fs_readonly
2018-04-08 Jaegeuk Kimf2fs: avoid selinux denial on CAP_SYS_RESOURCE
2018-04-08 Chao Yuf2fs: support hot file extension
2018-04-08 Chao Yuf2fs: fix to avoid race in between atomic write and...
2018-04-08 Jaegeuk Kimf2fs: do gc in greedy mode for whole range if gc_urgent...
2018-04-08 Jaegeuk Kimf2fs: issue discard aggressively in the gc_urgent mode
2018-04-08 Jaegeuk Kimf2fs: set readdir_ra by default
next