Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs updates from Jaegeuk Kim: "In this round, we've introduced fairly small number of patches as below. Enhancements: - improve the in-place-update IO flow - allocate segment to guarantee no GC for pinned files Bug fixes: - fix updatetime in lazytime mode - potential memory leak in f2fs_listxattr - record parent inode number in rename2 correctly - fix deadlock in f2fs_gc along with atomic writes - avoid needless data migration in GC" * tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: f2fs: stop GC when the victim becomes fully valid f2fs: expose main_blkaddr in sysfs f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project() f2fs: Fix deadlock in f2fs_gc() context during atomic files handling f2fs: show f2fs instance in printk_ratelimited f2fs: fix potential overflow f2fs: fix to update dir's i_pino during cross_rename f2fs: support aligned pinned file f2fs: avoid kernel panic on corruption test f2fs: fix wrong description in document f2fs: cache global IPU bio f2fs: fix to avoid memory leakage in f2fs_listxattr f2fs: check total_segments from devices in raw_super f2fs: update multi-dev metadata in resize_fs f2fs: mark recovery flag correctly in read_raw_super_block() f2fs: fix to update time in lazytime mode
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-fs-f2fs 6 additions, 0 deletionsDocumentation/ABI/testing/sysfs-fs-f2fs
- Documentation/filesystems/f2fs.txt 4 additions, 1 deletionDocumentation/filesystems/f2fs.txt
- fs/f2fs/checkpoint.c 1 addition, 1 deletionfs/f2fs/checkpoint.c
- fs/f2fs/data.c 153 additions, 37 deletionsfs/f2fs/data.c
- fs/f2fs/dir.c 4 additions, 3 deletionsfs/f2fs/dir.c
- fs/f2fs/f2fs.h 43 additions, 20 deletionsfs/f2fs/f2fs.h
- fs/f2fs/file.c 40 additions, 7 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 41 additions, 5 deletionsfs/f2fs/gc.c
- fs/f2fs/inode.c 6 additions, 2 deletionsfs/f2fs/inode.c
- fs/f2fs/namei.c 12 additions, 3 deletionsfs/f2fs/namei.c
- fs/f2fs/node.c 1 addition, 2 deletionsfs/f2fs/node.c
- fs/f2fs/recovery.c 1 addition, 1 deletionfs/f2fs/recovery.c
- fs/f2fs/segment.c 50 additions, 14 deletionsfs/f2fs/segment.c
- fs/f2fs/segment.h 2 additions, 0 deletionsfs/f2fs/segment.h
- fs/f2fs/super.c 40 additions, 10 deletionsfs/f2fs/super.c
- fs/f2fs/sysfs.c 4 additions, 0 deletionsfs/f2fs/sysfs.c
- fs/f2fs/xattr.c 13 additions, 1 deletionfs/f2fs/xattr.c
Loading
Please register or sign in to comment