Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs fixes from Jaegeuk Kim: o Support swap file and link generic_file_remap_pages o Enhance the bio streaming flow and free section control o Major bug fix on recovery routine o Minor bug/warning fixes and code cleanups * tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (22 commits) f2fs: use _safe() version of list_for_each f2fs: add comments of start_bidx_of_node f2fs: avoid issuing small bios due to several dirty node pages f2fs: support swapfile f2fs: add remap_pages as generic_file_remap_pages f2fs: add __init to functions in init_f2fs_fs f2fs: fix the debugfs entry creation path f2fs: add global mutex_lock to protect f2fs_stat_list f2fs: remove the blk_plug usage in f2fs_write_data_pages f2fs: avoid redundant time update for parent directory in f2fs_delete_entry f2fs: remove redundant call to set_blocksize in f2fs_fill_super f2fs: move f2fs_balance_fs to punch_hole f2fs: add f2fs_balance_fs in several interfaces f2fs: revisit the f2fs_gc flow f2fs: check return value during recovery f2fs: avoid null dereference in f2fs_acl_from_disk f2fs: initialize newly allocated dnode structure f2fs: update f2fs partition info about SIT/NAT layout f2fs: update f2fs document to reflect SIT/NAT layout correctly f2fs: remove unneeded INIT_LIST_HEAD at few places ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/f2fs.txt 9 additions, 9 deletionsDocumentation/filesystems/f2fs.txt
- fs/f2fs/acl.c 6 additions, 7 deletionsfs/f2fs/acl.c
- fs/f2fs/checkpoint.c 1 addition, 2 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/data.c 16 additions, 1 deletionfs/f2fs/data.c
- fs/f2fs/debug.c 21 additions, 29 deletionsfs/f2fs/debug.c
- fs/f2fs/dir.c 1 addition, 1 deletionfs/f2fs/dir.c
- fs/f2fs/f2fs.h 11 additions, 7 deletionsfs/f2fs/f2fs.h
- fs/f2fs/file.c 12 additions, 4 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 27 additions, 41 deletionsfs/f2fs/gc.c
- fs/f2fs/inode.c 3 additions, 0 deletionsfs/f2fs/inode.c
- fs/f2fs/node.c 12 additions, 7 deletionsfs/f2fs/node.c
- fs/f2fs/recovery.c 4 additions, 6 deletionsfs/f2fs/recovery.c
- fs/f2fs/segment.c 1 addition, 1 deletionfs/f2fs/segment.c
- fs/f2fs/super.c 72 additions, 25 deletionsfs/f2fs/super.c
- fs/f2fs/xattr.c 2 additions, 0 deletionsfs/f2fs/xattr.c
Loading
Please register or sign in to comment