Commit Graph

280 Commits (53b47106c0c2b1f42237d255ae272f0fcc3ec413)

Author SHA1 Message Date
Jin Xu a26b7c8a01 f2fs: optimize gc for better performance 12 years ago
Jaegeuk Kim 423e95ccbe f2fs: merge more bios of node block writes 12 years ago
Jaegeuk Kim 222cbdc483 f2fs: avoid an overflow during utilization calculation 12 years ago
Jaegeuk Kim c34e333fd5 f2fs: trigger GC when there are prefree segments 12 years ago
Gu Zheng 749ebfd174 f2fs: use strncasecmp() simplify the string comparison 12 years ago
Jaegeuk Kim 8cb8268809 f2fs: fix omitting to update inode page 12 years ago
Jaegeuk Kim 65985d935d f2fs: support the inline xattrs 12 years ago
Jaegeuk Kim 4f16fb0f9b f2fs: add the truncate_xattr_node function 12 years ago
Jaegeuk Kim dd9cfe236f f2fs: introduce __find_xattr for readability 12 years ago
Jaegeuk Kim de93653fe3 f2fs: reserve the xattr space dynamically 12 years ago
Jaegeuk Kim 444c580f7e f2fs: add flags for inline xattrs 12 years ago
Wei Yongjun 6e6b978c32 f2fs: fix error return code in init_f2fs_fs() 12 years ago
Jaegeuk Kim d59ff4df7b f2fs: fix wrong BUG_ON condition 12 years ago
Zhao Hongjiang 9890ff3f23 f2fs: fix memory leak when init f2fs filesystem fail 12 years ago
Gu Zheng 7b40527508 f2fs: fix a compound statement label error 12 years ago
Jin Xu 92c4342fb7 f2fs: avoid writing inode redundantly when creating a file 12 years ago
Dan Carpenter e27dae4d66 f2fs: alloc_page() doesn't return an ERR_PTR 12 years ago
Jaegeuk Kim 479bd73ac4 f2fs: should cover i_xattr_nid with its xattr node page lock 12 years ago
Jaegeuk Kim 9c02740c01 f2fs: check the free space first in new_node_page 12 years ago
Gu Zheng 41dfde135f f2fs: clean up the needless end 'return' of void function 12 years ago
Jaegeuk Kim d71b5564c0 f2fs: introduce cur_cp_version function to reduce code size 12 years ago
Jaegeuk Kim e518ff81c3 f2fs: fix inconsistency between xattr node blocks and its inode 12 years ago
Jaegeuk Kim dbe6a5ff4f f2fs: fix the use of XATTR_NODE_OFFSET 12 years ago
Jaegeuk Kim c2d715d144 f2fs: fix a build failure due to missing the kobject header 12 years ago
Jin Xu a569469e96 f2fs: fix a deadlock in fsync 12 years ago
Namjae Jeon df273efc36 f2fs: remove redundant code from f2fs_write_begin 12 years ago
Namjae Jeon d2dc095f42 f2fs: add sysfs entries to select the gc policy 12 years ago
Namjae Jeon b59d0bae6c f2fs: add sysfs support for controlling the gc_thread 12 years ago
Dan Carpenter f0c5e565bb f2fs: remove an unneeded kfree(NULL) 12 years ago
Jaegeuk Kim cbd56e7d20 f2fs: fix handling orphan inodes 12 years ago
Gu Zheng d8207f6958 f2fs: move bio_private allocation out of f2fs_bio_alloc() 12 years ago
Gu Zheng 60ed9a0f53 f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode() 12 years ago
Gu Zheng 2d219c5188 f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possible 12 years ago
Jaegeuk Kim f0947e5cce f2fs: fix i_name during f2fs_sync_file 12 years ago
Jaegeuk Kim 1cd14cafc6 f2fs: update file name in the inode block during f2fs_rename 12 years ago
Gu Zheng 4559071063 f2fs: introduce help function F2FS_NODE() 12 years ago
Gu Zheng 963d4f7d7b f2fs: add a help func F2FS_STAT() to get the f2fs_stat_info 12 years ago
Jaegeuk Kim 5e176d54a6 f2fs: add proc entry to monitor current usage of segments 12 years ago
Jaegeuk Kim e5d2385ed6 f2fs: recover date requested by fdatasync 12 years ago
Jaegeuk Kim 99b072bb38 f2fs: fix readdir incorrectness 12 years ago
Jaegeuk Kim a1dd3c13ce f2fs: fix to recover i_size from roll-forward 12 years ago
Gu Zheng 5ebefc5b40 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() 12 years ago
Jaegeuk Kim 763bfe1bc5 f2fs: remove reusing any prefree segments 12 years ago
Gu Zheng 6cc4af5606 f2fs: code cleanup and simplify in func {find/add}_gc_inode 12 years ago
Namjae Jeon 8736fbf003 f2fs: optimize the init_dirty_segmap function 12 years ago
Jaegeuk Kim 060dd67b3c f2fs: fix an endian conversion bug detected by sparse 12 years ago
Jaegeuk Kim 7e586fa024 f2fs: fix crc endian conversion 12 years ago
Al Viro 6f7f231e7b [readdir] convert f2fs 12 years ago
Namjae Jeon 696c018c77 f2fs: add remount_fs callback support 12 years ago
Jaegeuk Kim 354a3399dc f2fs: recover wrong pino after checkpoint during fsync 12 years ago