-
- Downloads
Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Pull f2fs updates from Jaegeuk Kim: "In this round, a couple of sysfs entries were introduced to tune the f2fs at runtime. In addition, f2fs starts to support inline_data and improves the read/write performance in some workloads by refactoring bio-related flows. This patch-set includes the following major enhancement patches. - support inline_data - refactor bio operations such as merge operations and rw type assignment - enhance the direct IO path - enhance bio operations - truncate a node page when it becomes obsolete - add sysfs entries: small_discards, max_victim_search, and in-place-update - add a sysfs entry to control max_victim_search The other bug fixes are as follows. - fix a bug in truncate_partial_nodes - avoid warnings during sparse and build process - fix error handling flows - fix potential bit overflows And, there are a bunch of cleanups" * tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (95 commits) f2fs: drop obsolete node page when it is truncated f2fs: introduce NODE_MAPPING for code consistency f2fs: remove the orphan block page array f2fs: add help function META_MAPPING f2fs: move a branch for code redability f2fs: call mark_inode_dirty to flush dirty pages f2fs: clean checkpatch warnings f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) f2fs: avoid f2fs_balance_fs call during pageout f2fs: add delimiter to seperate name and value in debug phrase f2fs: use spinlock rather than mutex for better speed f2fs: move alloc new orphan node out of lock protection region f2fs: move grabing orphan pages out of protection region f2fs: remove the needless parameter of f2fs_wait_on_page_writeback f2fs: update documents and a MAINTAINERS entry f2fs: add a sysfs entry to control max_victim_search f2fs: improve write performance under frequent fsync calls f2fs: avoid to read inline data except first page f2fs: avoid to left uninitialized data in page when read inline data f2fs: fix truncate_partial_nodes bug ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-fs-f2fs 31 additions, 0 deletionsDocumentation/ABI/testing/sysfs-fs-f2fs
- Documentation/filesystems/f2fs.txt 24 additions, 0 deletionsDocumentation/filesystems/f2fs.txt
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- fs/f2fs/Makefile 1 addition, 1 deletionfs/f2fs/Makefile
- fs/f2fs/checkpoint.c 107 additions, 88 deletionsfs/f2fs/checkpoint.c
- fs/f2fs/data.c 462 additions, 159 deletionsfs/f2fs/data.c
- fs/f2fs/debug.c 37 additions, 16 deletionsfs/f2fs/debug.c
- fs/f2fs/dir.c 20 additions, 27 deletionsfs/f2fs/dir.c
- fs/f2fs/f2fs.h 147 additions, 48 deletionsfs/f2fs/f2fs.h
- fs/f2fs/file.c 33 additions, 51 deletionsfs/f2fs/file.c
- fs/f2fs/gc.c 12 additions, 10 deletionsfs/f2fs/gc.c
- fs/f2fs/gc.h 1 addition, 1 deletionfs/f2fs/gc.h
- fs/f2fs/inline.c 222 additions, 0 deletionsfs/f2fs/inline.c
- fs/f2fs/inode.c 12 additions, 11 deletionsfs/f2fs/inode.c
- fs/f2fs/namei.c 5 additions, 0 deletionsfs/f2fs/namei.c
- fs/f2fs/node.c 157 additions, 115 deletionsfs/f2fs/node.c
- fs/f2fs/node.h 7 additions, 1 deletionfs/f2fs/node.h
- fs/f2fs/recovery.c 29 additions, 20 deletionsfs/f2fs/recovery.c
- fs/f2fs/segment.c 380 additions, 204 deletionsfs/f2fs/segment.c
- fs/f2fs/segment.h 52 additions, 29 deletionsfs/f2fs/segment.h
Loading
Please register or sign in to comment