OSDN Git Service

android-x86/kernel.git
2019-07-30 Eric Biggersvfs: use READ_ONCE() to access ->i_link
2019-07-30 Eric Biggersfs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasin...
2019-07-13 Eric Biggersfscrypt: cache decrypted symlink target in ->i_link
2019-07-13 Eric Biggersfscrypt: fix race where ->lookup() marks plaintext...
2019-07-13 Eric Biggersext4: remove unused d_name argument from ext4_search_di...
2019-07-12 Eric Biggersfscrypt: only set dentry_operations on ciphertext dentries
2019-07-12 Eric Biggersfscrypt: fix race allowing rename() and link() of ciphe...
2019-07-12 Eric Biggersfscrypt: clean up and improve dentry revalidation
2019-07-12 Eric Biggersfscrypt: use READ_ONCE() to access ->i_crypt_info
2019-07-12 Eric Biggersfscrypt: remove WARN_ON_ONCE() when decryption fails
2019-07-12 Eric Biggersfscrypt: drop inode argument from fscrypt_get_ctx()
2019-07-12 Chao Yuf2fs: improve print log in f2fs_sanity_check_ckpt()
2019-07-12 Ocean Chenf2fs: avoid out-of-range memory access
2019-07-12 Heng Xiaof2fs: fix to avoid long latency during umount
2019-07-12 Jaegeuk Kimf2fs: allow all the users to pin a file
2019-07-12 Jaegeuk Kimf2fs: support swap file w/ DIO
2019-07-12 Jaegeuk Kimf2fs: allocate blocks for pinned file
2019-07-12 Sahitya Tummalaf2fs: fix is_idle() check for discard type
2019-07-12 Jaegeuk Kimf2fs: add a rw_sem to cover quota flag changes
2019-07-12 Chao Yuf2fs: set SBI_NEED_FSCK for xattr corruption case
2019-07-12 Chao Yuf2fs: use generic EFSBADCRC/EFSCORRUPTED
2019-07-12 Geert Uytterhoevenf2fs: Use DIV_ROUND_UP() instead of open-coding
2019-07-12 Chao Yuf2fs: print kernel message if filesystem is inconsistent
2019-07-12 Joe Perchesf2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
2019-07-12 Chao Yuf2fs: avoid get_valid_blocks() for cleanup
2019-07-12 Qiuyang Sunf2fs: ioctl for removing a range from F2FS
2019-07-12 Wang Shilongf2fs: only set project inherit bit for directory
2019-07-12 Eric Biggersf2fs: separate f2fs i_flags from fs_flags and ext4...
2019-06-14 Daniel Rosenbergf2fs: Add option to limit required GC for checkpoint...
2019-06-14 Daniel Rosenbergf2fs: Fix accounting for unusable blocks
2019-06-14 Daniel Rosenbergf2fs: Fix root reserved on remount
2019-06-14 Daniel Rosenbergf2fs: Lower threshold for disable_cp_again
2019-06-14 Chao Yuf2fs: fix sparse warning
2019-06-14 Sahitya Tummalaf2fs: fix f2fs_show_options to show nodiscard mount...
2019-06-14 Sahitya Tummalaf2fs: add error prints for debugging mount failure
2019-06-14 Chao Yuf2fs: fix to do sanity check on segment bitmap of LFS...
2019-06-14 Jaegeuk Kimf2fs: add missing sysfs entries in documentation
2019-06-14 Chao Yuf2fs: fix to avoid deadloop if data_flush is on
2019-06-14 Park Ju Hyungf2fs: always assume that the device is idle under gc_urgent
2019-06-14 Chao Yuf2fs: add bio cache for IPU
2019-06-14 Jaegeuk Kimf2fs: allow ssr block allocation during checkpoint...
2019-06-14 Chao Yuf2fs: fix to check layout on last valid checkpoint...
2019-05-24 Jaegeuk Kimf2fs: link f2fs quota ops for sysfile
2019-05-23 Jaegeuk Kimext4: fix build warning
2019-05-09 Randall Huangf2fs: fix to avoid accessing xattr across the boundary
2019-05-09 Chao Yuf2fs: fix to avoid potential race on sbi->unusable_bloc...
2019-05-09 Chao Yuf2fs: add tracepoint for f2fs_filemap_fault()
2019-05-09 Chao Yuf2fs: introduce DATA_GENERIC_ENHANCE
2019-05-09 Chao Yuf2fs: fix to handle error in f2fs_disable_checkpoint()
2019-05-09 Chengguang Xuf2fs: remove redundant check in f2fs_file_write_iter()
2019-05-09 Chao Yuf2fs: fix to be aware of readonly device in write_check...
2019-05-09 Chao Yuf2fs: fix to skip recovery on readonly device
2019-05-09 Chao Yuf2fs: fix to consider multiple device for readonly...
2019-05-09 Chao Yuf2fs: relocate chksum_offset for large_nat_bitmap feature
2019-05-09 Chao Yuf2fs: allow unfixed f2fs_checkpoint.checksum_offset
2019-05-09 Youngjun Yoof2fs: Replace spaces with tab
2019-05-09 Youngjun Yoof2fs: insert space before the open parenthesis '('
2019-05-09 Chao Yuf2fs: allow address pointer number of dnode aligning...
2019-05-09 Chao Yuf2fs: introduce f2fs_read_single_page() for cleanup
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-05-06 Eric Biggersext4: don't bother checking for encryption key in ...
2019-04-17 Chandan Rajendrafscrypt: remove filesystem specific build config option
2019-04-17 Chandan Rajendraf2fs: use IS_ENCRYPTED() to check encryption status
2019-04-17 Chandan Rajendraext4: use IS_ENCRYPTED() to check encryption status
2019-04-17 Eric Biggersfscrypt: return -EXDEV for incompatible rename or link...
2019-04-17 Eric Biggersfscrypt: remove CRYPTO_CTR dependency
2019-04-17 Eric Biggersfscrypt: add Adiantum support / removed speck
2019-04-05 Eric Biggersext4: switch to fscrypt_prepare_setattr()
2019-04-05 Eric Biggersext4: switch to fscrypt_prepare_rename()
2019-04-05 Eric Biggersext4: switch to fscrypt_prepare_link()
2019-04-05 Eric Biggersext4: switch to fscrypt_file_open()
2019-04-05 Toshi Kaniext4, dax: set ext4_dax_aops for dax files
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
next