Commit Graph

321 Commits (e3cc19957f519dede119d6fc2fc51869bfb09e0e)

Author SHA1 Message Date
Changman Lee 29e59c14ae f2fs: issue more large discard command 11 years ago
Chao Yu 1d15bd2034 f2fs: fix memory leak after kobject init failed in fill_super 11 years ago
Changman Lee fb51b5ef9c f2fs: cleanup waiting routine for writeback pages in cp 11 years ago
Chao Yu 3b03f72445 f2fs: avoid to use a NULL point in destroy_segment_manager 11 years ago
Chao Yu 4bf08ff6f9 f2fs: remove unnecessary TestClearPageError when wait pages writeback 11 years ago
Jaegeuk Kim cfe58f9dcd f2fs: avoid to wait all the node blocks during fsync 11 years ago
Chao Yu 44c60bf2b9 f2fs: check all ones or zeros bitmap with bitops for better mount performance 11 years ago
Fan Li 9a47938b22 f2fs: change the method of calculating the number summary blocks 11 years ago
Chao Yu cc3de6a3ac f2fs: fix calculating incorrect free size when update xattr in __f2fs_setxattr 11 years ago
Jaegeuk Kim 5d56b6718a f2fs: add an option to avoid unnecessary BUG_ONs 11 years ago
Jaegeuk Kim 3b218e3a21 f2fs: introduce CONFIG_F2FS_CHECK_FS for BUG_ON control 11 years ago
Jaegeuk Kim 2ed2d5b33c f2fs: fix a deadlock during init_acl procedure 11 years ago
Jaegeuk Kim b8b60e1a65 f2fs: clean up acl flow for better readability 11 years ago
Changman Lee 4625d6aac2 f2fs: remove unnecessary segment bitmap updates 11 years ago
Jaegeuk Kim e943a10d94 f2fs: add tracepoint for vm_page_mkwrite 11 years ago
Jaegeuk Kim 26c6b88799 f2fs: add tracepoint for set_page_dirty 11 years ago
Chao Yu e8d61a7488 f2fs: remove redundant set_page_dirty from write_compacted_summaries 11 years ago
Jaegeuk Kim ea91e9b043 f2fs: add reclaiming control by sysfs 11 years ago
Jaegeuk Kim 4660f9c0fe f2fs: introduce f2fs_balance_fs_bg for some background jobs 11 years ago
Jaegeuk Kim 81eb8d6e28 f2fs: reclaim prefree segments periodically 11 years ago
Haicheng Li aabe51364f f2fs: use bool for booleans 11 years ago
Jaegeuk Kim dcdfff6527 f2fs: clean up several status-related operations 11 years ago
Gu Zheng 7bd59381c8 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation 11 years ago
Haicheng Li 435f2a1b58 f2fs: no need to check other dirty_segmap when the seg has been found 11 years ago
Haicheng Li cffbfa6648 f2fs: use true and false for boolean value 11 years ago
Jaegeuk Kim 87a9bd2656 f2fs: avoid to write during the recovery 11 years ago
Gu Zheng e234088758 f2fs: avoid wait if IO end up when do_checkpoint for better performance 11 years ago
Gu Zheng 9076a75f8e f2fs: introduce function read_raw_super_block() 11 years ago
Jaegeuk Kim b1838f8952 f2fs: fix the starvation problem on cp_rwsem 11 years ago
Jaegeuk Kim 3d1e38073b f2fs: fix to store and retrieve i_rdev correctly 11 years ago
Jaegeuk Kim ccaaca2591 f2fs: fix writing incorrect orphan blocks 11 years ago
Jaegeuk Kim 5887d291d7 f2fs: avoid unnecessary checkpoints 11 years ago
Kelly Anderson 4058c5117d f2fs: handle remount options correctly 11 years ago
Gu Zheng e479556bfd f2fs: use rw_sem instead of fs_lock(locks mutex) 11 years ago
Russ W. Knize 2e5558f4a5 f2fs: account for orphan inodes during recovery 12 years ago
Russ Knize 52ab956000 f2fs: don't GC or take an fs_lock from f2fs_initxattrs() 12 years ago
Russ W. Knize 885166c03c f2fs: don't let the orphan inode counter underflow 12 years ago
Chao Yu 691c6fd2a2 f2fs: remove unneeded write checkpoint in recover_fsync_data 12 years ago
Chao Yu cc7b1bb173 f2fs: avoid allocating failure in bio_alloc 12 years ago
Jin Xu a57e564d14 f2fs: optimize the victim searching loop slightly 12 years ago
Yu Chao e76eebee70 f2fs: optimize fs_lock for better performance 12 years ago
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