Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs updates from Jaegeuk Kim: "New Features: - uplift filesystem encryption into fs/crypto/ - give sysfs entries to control memroy consumption Enhancements: - aio performance by preallocating blocks in ->write_iter - use writepages lock for only WB_SYNC_ALL - avoid redundant inline_data conversion - enhance forground GC - use wait_for_stable_page as possible - speed up SEEK_DATA and fiiemap Bug Fixes: - corner case in terms of -ENOSPC for inline_data - hung task caused by long latency in shrinker - corruption between atomic write and f2fs_trace_pid - avoid garbage lengths in dentries - revoke atomicly written pages if an error occurs In addition, there are various minor bug fixes and clean-ups" * tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (81 commits) f2fs: submit node page write bios when really required f2fs: add missing argument to f2fs_setxattr stub f2fs: fix to avoid unneeded unlock_new_inode f2fs: clean up opened code with f2fs_update_dentry f2fs: declare static functions f2fs: use cryptoapi crc32 functions f2fs: modify the readahead method in ra_node_page() f2fs crypto: sync ext4_lookup and ext4_file_open fs crypto: move per-file encryption from f2fs tree to fs/crypto f2fs: mutex can't be used by down_write_nest_lock() f2fs: recovery missing dot dentries in root directory f2fs: fix to avoid deadlock when merging inline data f2fs: introduce f2fs_flush_merged_bios for cleanup f2fs: introduce f2fs_update_data_blkaddr for cleanup f2fs crypto: fix incorrect positioning for GCing encrypted data page f2fs: fix incorrect upper bound when iterating inode mapping tree f2fs: avoid hungtask problem caused by losing wake_up f2fs: trace old block address for CoWed page f2fs: try to flush inode after merging inline data f2fs: show more info about superblock recovery ...
Showing
- Documentation/ABI/testing/sysfs-fs-f2fs 14 additions, 0 deletionsDocumentation/ABI/testing/sysfs-fs-f2fs
- fs/Kconfig 2 additions, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/crypto/Kconfig 18 additions, 0 deletionsfs/crypto/Kconfig
- fs/crypto/Makefile 3 additions, 0 deletionsfs/crypto/Makefile
- fs/crypto/crypto.c 555 additions, 0 deletionsfs/crypto/crypto.c
- fs/crypto/fname.c 116 additions, 130 deletionsfs/crypto/fname.c
- fs/crypto/keyinfo.c 272 additions, 0 deletionsfs/crypto/keyinfo.c
- fs/crypto/policy.c 229 additions, 0 deletionsfs/crypto/policy.c
- fs/f2fs/Kconfig 3 additions, 9 deletionsfs/f2fs/Kconfig
- fs/f2fs/Makefile 0 additions, 2 deletionsfs/f2fs/Makefile
- fs/f2fs/checkpoint.c 52 additions, 25 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/data.c 228 additions, 200 deletionsfs/f2fs/data.c
- fs/f2fs/dir.c 51 additions, 43 deletionsfs/f2fs/dir.c
- fs/f2fs/extent_cache.c 75 additions, 101 deletionsfs/f2fs/extent_cache.c
- fs/f2fs/f2fs.h 121 additions, 194 deletionsfs/f2fs/f2fs.h
- fs/f2fs/f2fs_crypto.h 0 additions, 151 deletionsfs/f2fs/f2fs_crypto.h
- fs/f2fs/file.c 61 additions, 53 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 143 additions, 102 deletionsfs/f2fs/gc.c
- fs/f2fs/inline.c 14 additions, 29 deletionsfs/f2fs/inline.c
Loading
Please register or sign in to comment