OSDN Git Service

sagit-ice-cold/kernel_xiaomi_msm8998.git
2018-04-08 Eric Biggersfscrypt: define fscrypt_fname_alloc_buffer() to be...
2018-04-08 Eric Biggersfscrypt: calculate NUL-padding length in one place...
2018-04-08 Eric Biggersfscrypt: move fscrypt_symlink_data to fscrypt_private.h
2018-04-08 Eric Biggersfscrypt: remove fscrypt_fname_usr_to_disk()
2018-04-08 Eric Biggersf2fs: switch to fscrypt_get_symlink()
2018-04-08 Eric Biggersf2fs: switch to fscrypt ->symlink() helper functions
2018-04-08 Eric Biggersfscrypt: new helper function - fscrypt_get_symlink()
2018-04-08 Eric Biggersfscrypt: new helper functions for ->symlink()
2018-04-08 Eric Biggersfscrypt: trim down fscrypt.h includes
2018-04-08 Eric Biggersfscrypt: move fscrypt_is_dot_dotdot() to fs/crypto...
2018-04-08 Eric Biggersfscrypt: move fscrypt_valid_enc_modes() to fscrypt_priv...
2018-04-08 Eric Biggersfscrypt: move fscrypt_operations declaration to fscrypt...
2018-04-08 Eric Biggersfscrypt: split fscrypt_dummy_context_enabled() into...
2018-04-08 Eric Biggersfscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
2018-04-08 Eric Biggersfscrypt: move fscrypt_info_cachep declaration to fscryp...
2018-04-08 Eric Biggersfscrypt: move fscrypt_control_page() to supp/notsupp...
2018-04-08 Eric Biggersfscrypt: move fscrypt_has_encryption_key() to supp...
2018-03-12 Yunlong Songf2fs: don't put dentry page in pagecache into highmem
2018-02-08 Chao Yuf2fs: support inode creation time
2018-02-08 Yunlei Hef2fs: rebuild sit page from sit info in mem
2018-02-08 Chao Yuf2fs: stop issuing discard if fs is readonly
2018-02-08 Chao Yuf2fs: clean up duplicated assignment in init_discard_policy
2018-02-08 Chao Yuf2fs: use GFP_F2FS_ZERO for cleanup
2018-02-08 Jaegeuk Kimf2fs: allow to recover node blocks given updated checkpoint
2018-02-08 Jaegeuk Kimf2fs: recover some i_inline flags
2018-02-08 Daeho Jeongf2fs: correct removexattr behavior for null valued...
2018-02-08 Chao Yuf2fs: drop page cache after fs shutdown
2018-02-08 Chao Yuf2fs: stop gc/discard thread after fs shutdown
2018-02-08 Chao Yuf2fs: hanlde error case in f2fs_ioc_shutdown
2018-02-08 Chao Yuf2fs: split need_inplace_update
2018-02-08 Chao Yuf2fs: fix to update last_disk_size correctly
2018-02-08 Chao Yuf2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup
2018-02-08 Chao Yuf2fs: clean up error path of fill_super
2018-02-08 Sheng Yongf2fs: avoid hungtask when GC encrypted block if io_bits...
2018-02-08 Jaegeuk Kimf2fs: allow quota to use reserved blocks
2018-02-08 Chao Yuf2fs: fix to drop all inmem pages correctly
2018-02-08 Chao Yuf2fs: speed up defragment on sparse file
2018-02-08 Chao Yuf2fs: support F2FS_IOC_PRECACHE_EXTENTS
2018-02-08 Jaegeuk Kimf2fs: add an ioctl to disable GC for specific file
2018-02-08 Daeho Jeongf2fs: prevent newly created inode from being dirtied...
2018-02-08 Chao Yuf2fs: support FIEMAP_FLAG_XATTR
2018-02-08 Chao Yuf2fs: fix to cover f2fs_inline_data_fiemap with inode_lock
2018-02-08 Yunlei Hef2fs: check node page again in write end io
2018-02-08 Chao Yuf2fs: fix to caclulate required free section correctly
2018-02-08 Daeho Jeongf2fs: handle newly created page when revoking inmem...
2018-02-08 Jaegeuk Kimf2fs: add resgid and resuid to reserve root blocks
2018-02-08 Yufen Yuf2fs: implement cgroup writeback support
2018-02-08 Chao Yuf2fs: remove unused pend_list_tag
2018-02-08 Chao Yuf2fs: avoid high cpu usage in discard thread
2018-02-08 Wei Yongjunf2fs: make local functions static
2018-02-08 Jaegeuk Kimf2fs: add reserved blocks for root user
2018-02-08 Yunlong Songf2fs: check segment type in __f2fs_replace_block
2018-02-08 Yunlei Hef2fs: update inode info to inode page for new file
2018-02-08 Jaegeuk Kimf2fs: show precise # of blocks that user/root can use
2018-02-08 Chao Yuf2fs: clean up unneeded declaration
2018-02-08 Chao Yuf2fs: continue to do direct IO if we only preallocate...
2018-02-08 Jaegeuk Kimf2fs: enable quota at remount from r to w
2018-02-08 Jaegeuk Kimf2fs: skip stop_checkpoint for user data writes
2018-02-08 Jaegeuk Kimf2fs: fix missing error number for xattr operation
2018-02-08 Jaegeuk Kimf2fs: recover directory operations by fsync
2018-02-08 Jaegeuk Kimf2fs: return error during fill_super
2018-02-08 Yunlei Hef2fs: fix an error case of missing update inode page
2018-02-08 Chao Yuf2fs: fix potential hangtask in f2fs_trace_pid
2018-02-08 Yunlei Hef2fs: no need return value in restore summary process
2018-02-08 LiFanf2fs: use unlikely for release case
2018-02-08 Chao Yuf2fs: don't return value in truncate_data_blocks_range
2018-02-08 Chao Yuf2fs: clean up f2fs_map_blocks
2018-02-08 Chao Yuf2fs: clean up hash codes
2018-02-08 Chao Yuf2fs: fix error handling in fill_super
2018-02-08 Chao Yuf2fs: spread f2fs_k{m,z}alloc
2018-02-08 Chao Yuf2fs: inject fault to kvmalloc
2018-02-08 Chao Yuf2fs: inject fault to kzalloc
2018-02-08 LiFanf2fs: remove a redundant conditional expression
2018-02-08 Hyunchul Leef2fs: apply write hints to select the type of segment...
2018-02-08 Eric Biggersf2fs: switch to fscrypt_prepare_setattr()
2018-02-08 Eric Biggersf2fs: switch to fscrypt_prepare_lookup()
2018-02-08 Eric Biggersf2fs: switch to fscrypt_prepare_rename()
2018-02-08 Eric Biggersf2fs: switch to fscrypt_prepare_link()
2018-02-08 Eric Biggersf2fs: switch to fscrypt_file_open()
2018-02-08 Zhikang Zhangf2fs: remove repeated f2fs_bug_on
2018-02-08 LiFanf2fs: remove an excess variable
2018-02-08 Chao Yuf2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
2018-02-08 Sheng Yongf2fs: remove unused parameter
2018-02-08 Sheng Yongf2fs: still write data if preallocate only partial...
2018-02-08 Sheng Yongf2fs: introduce sysfs readdir_ra to readahead inode...
2018-02-08 LiFanf2fs: fix concurrent problem for updating free bitmap
2018-02-08 Chao Yuf2fs: remove unneeded memory footprint accounting
2018-02-08 Yunlei Hef2fs: no need to read nat block if nat_block_bitmap...
2018-02-08 Chao Yuf2fs: reserve nid resource for quota sysfile
2018-01-10 Jaegeuk Kimfscrypt: resolve some cherry-pick bugs
2018-01-05 Gilad Ben-Yosseffscrypt: move to generic async completion
2018-01-05 Gilad Ben-Yossefcrypto: introduce crypto wait for async op
2018-01-05 Eric Biggersfscrypt: lock mutex before checking for bounce page...
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_setattr()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_lookup()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_rename()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_prepare_link()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_file_open()
2018-01-05 Eric Biggersfscrypt: new helper function - fscrypt_require_key()
2018-01-05 Eric Biggersfscrypt: remove unneeded empty fscrypt_operations structs
next