Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs updates from Jaegeuk Kim: "The major work includes fixing and enhancing the existing extent_cache feature, which has been well settling down so far and now it becomes a default mount option accordingly. Also, this version newly registers a f2fs memory shrinker to reclaim several objects consumed by a couple of data structures in order to avoid memory pressures. Another new feature is to add ioctl(F2FS_GARBAGE_COLLECT) which triggers a cleaning job explicitly by users. Most of the other patches are to fix bugs occurred in the corner cases across the whole code area" * tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (85 commits) f2fs: upset segment_info repair f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent f2fs: update extent tree in batches f2fs: fix to release inode correctly f2fs: handle f2fs_truncate error correctly f2fs: avoid unneeded initializing when converting inline dentry f2fs: atomically set inode->i_flags f2fs: fix wrong pointer access during try_to_free_nids f2fs: use __GFP_NOFAIL to avoid infinite loop f2fs: lookup neighbor extent nodes for merging later f2fs: split __insert_extent_tree_ret for readability f2fs: kill dead code in __insert_extent_tree f2fs: adjust showing of extent cache stat f2fs: add largest/cached stat in extent cache f2fs: fix incorrect mapping for bmap f2fs: add annotation for space utilization of regular/inline dentry f2fs: fix to update cached_en of extent tree properly f2fs: fix typo f2fs: check the node block address of newly allocated nid f2fs: go out for insert_inode_locked failure ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/f2fs.txt 3 additions, 1 deletionDocumentation/filesystems/f2fs.txt
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- fs/f2fs/Kconfig 1 addition, 1 deletionfs/f2fs/Kconfig
- fs/f2fs/Makefile 1 addition, 0 deletionsfs/f2fs/Makefile
- fs/f2fs/checkpoint.c 58 additions, 35 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/crypto_key.c 1 addition, 2 deletionsfs/f2fs/crypto_key.c
- fs/f2fs/data.c 237 additions, 716 deletionsfs/f2fs/data.c
- fs/f2fs/debug.c 24 additions, 6 deletionsfs/f2fs/debug.c
- fs/f2fs/dir.c 2 additions, 2 deletionsfs/f2fs/dir.c
- fs/f2fs/extent_cache.c 791 additions, 0 deletionsfs/f2fs/extent_cache.c
- fs/f2fs/f2fs.h 104 additions, 30 deletionsfs/f2fs/f2fs.h
- fs/f2fs/file.c 142 additions, 43 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 45 additions, 36 deletionsfs/f2fs/gc.c
- fs/f2fs/gc.h 6 additions, 0 deletionsfs/f2fs/gc.h
- fs/f2fs/inline.c 19 additions, 4 deletionsfs/f2fs/inline.c
- fs/f2fs/inode.c 69 additions, 28 deletionsfs/f2fs/inode.c
- fs/f2fs/namei.c 14 additions, 7 deletionsfs/f2fs/namei.c
- fs/f2fs/node.c 64 additions, 22 deletionsfs/f2fs/node.c
- fs/f2fs/recovery.c 35 additions, 8 deletionsfs/f2fs/recovery.c
- fs/f2fs/segment.c 49 additions, 29 deletionsfs/f2fs/segment.c
Loading
Please register or sign in to comment