-
- Downloads
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs updates from Jaegeuk Kim: "This patch series contains several performance tuning patches regarding to the IO submission flow, in addition to supporting new features such as a ZBC-base drive and multiple devices. It also includes some major bug fixes such as: - checkpoint version control - fdatasync-related roll-forward recovery routine - memory boundary or null-pointer access in corner cases - missing error cases It has various minor clean-up patches as well" * tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (66 commits) f2fs: fix a missing size change in f2fs_setattr f2fs: fix to access nullified flush_cmd_control pointer f2fs: free meta pages if sanity check for ckpt is failed f2fs: detect wrong layout f2fs: call sync_fs when f2fs is idle Revert "f2fs: use percpu_counter for # of dirty pages in inode" f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage f2fs: do not activate auto_recovery for fallocated i_size f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack f2fs: fix 32-bit build f2fs: set ->owner for debugfs status file's file_operations f2fs: fix incorrect free inode count in ->statfs f2fs: drop duplicate header timer.h f2fs: fix wrong AUTO_RECOVER condition f2fs: do not recover i_size if it's valid f2fs: fix fdatasync f2fs: fix to account total free nid correctly f2fs: fix an infinite loop when flush nodes in cp f2fs: don't wait writeback for datas during checkpoint f2fs: fix wrong written_valid_blocks counting ...
No related branches found
No related tags found
Showing
- fs/f2fs/acl.c 1 addition, 1 deletionfs/f2fs/acl.c
- fs/f2fs/checkpoint.c 25 additions, 9 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/data.c 127 additions, 65 deletionsfs/f2fs/data.c
- fs/f2fs/debug.c 17 additions, 12 deletionsfs/f2fs/debug.c
- fs/f2fs/dir.c 17 additions, 13 deletionsfs/f2fs/dir.c
- fs/f2fs/extent_cache.c 1 addition, 1 deletionfs/f2fs/extent_cache.c
- fs/f2fs/f2fs.h 132 additions, 65 deletionsfs/f2fs/f2fs.h
- fs/f2fs/file.c 40 additions, 27 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 20 additions, 9 deletionsfs/f2fs/gc.c
- fs/f2fs/inline.c 9 additions, 5 deletionsfs/f2fs/inline.c
- fs/f2fs/inode.c 35 additions, 12 deletionsfs/f2fs/inode.c
- fs/f2fs/namei.c 3 additions, 3 deletionsfs/f2fs/namei.c
- fs/f2fs/node.c 141 additions, 85 deletionsfs/f2fs/node.c
- fs/f2fs/node.h 7 additions, 6 deletionsfs/f2fs/node.h
- fs/f2fs/recovery.c 11 additions, 35 deletionsfs/f2fs/recovery.c
- fs/f2fs/segment.c 173 additions, 63 deletionsfs/f2fs/segment.c
- fs/f2fs/segment.h 10 additions, 18 deletionsfs/f2fs/segment.h
- fs/f2fs/shrinker.c 6 additions, 4 deletionsfs/f2fs/shrinker.c
- fs/f2fs/super.c 241 additions, 40 deletionsfs/f2fs/super.c
- fs/f2fs/xattr.c 2 additions, 2 deletionsfs/f2fs/xattr.c
Loading
Please register or sign in to comment