Commit Graph

241 Commits (3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b)

Author SHA1 Message Date
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
Haicheng Li b25958b6ec f2fs: optimize do_write_data_page() 12 years ago
Haicheng Li 8d8451af68 f2fs: make locate_dirty_segment() as static 12 years ago
Haicheng Li e79efe3b69 f2fs: remove unnecessary parameter "offset" from __add_sum_entry() 12 years ago
Jaegeuk Kim b3783873cc f2fs: avoid freqeunt write_inode calls 12 years ago
Namjae Jeon d7cc950b4c f2fs: optimise the truncate_data_blocks_range() range 12 years ago
Namjae Jeon 6a3e8ef0de f2fs: use the F2FS specific flags in f2fs_ioctl() 12 years ago
Jaegeuk Kim 699489bbbe f2fs: sync dir->i_size with its block allocation 12 years ago
Jaegeuk Kim 2d4d9fb591 f2fs: fix i_blocks translation on various types of files 12 years ago
Gu Zheng 5fb08372a6 f2fs: set sb->s_fs_info before calling parse_options() 12 years ago
Jaegeuk Kim 8ae8f1627f f2fs: support xattr security labels 12 years ago
Jaegeuk Kim 5deb82671a f2fs: fix iget/iput of dir during recovery 12 years ago
Namjae Jeon b2b3460a94 f2fs: reorganise the function get_victim_by_default 12 years ago
Jason Hrycay 1e03e38b35 f2fs: handle errors from get_node_page calls 12 years ago
Jaegeuk Kim 83d5d6f66b f2fs: cover cp_file information with ilock 12 years ago
Jaegeuk Kim afc3eda2a8 f2fs: fix incorrect iputs during the dentry recovery 12 years ago
Jaegeuk Kim 6b8213d9a4 f2fs: fix dentry recovery routine 12 years ago
Jaegeuk Kim 3b10b1fd2b f2fs: iput only if whole data blocks are flushed 12 years ago
Namjae Jeon 7a267f8d74 f2fs: return proper error from start_gc_thread 12 years ago
Namjae Jeon a06a241603 f2fs: optimize several routines in node.h 12 years ago
Namjae Jeon 4777f86b7c f2fs: remove unneeded initializations in f2fs_parent_dir 12 years ago
Namjae Jeon 35b09d82c3 f2fs: push some variables to debug part 12 years ago
Jaegeuk Kim a9841c4dbb f2fs: align data types between on-disk and in-memory block addresses 12 years ago
Dan Carpenter f28c06fa6f f2fs: dereferencing an ERR_PTR 12 years ago
Jaegeuk Kim 6f6fd833e1 f2fs: use ihold 12 years ago
Jaegeuk Kim 93ff10d690 f2fs: should not make_bad_inode on f2fs_link failure 12 years ago
Jaegeuk Kim 39cf72cf09 f2fs: fix to handle do_recover_data errors 12 years ago
Jaegeuk Kim b292dcab06 f2fs: reuse the locked dnode page and its inode 12 years ago
Jaegeuk Kim b638f0c4b8 f2fs: fix wrong condition check 12 years ago
Jaegeuk Kim 77888c1e42 f2fs: add f2fs_readonly() 12 years ago
Jaegeuk Kim 6f85b35203 f2fs: avoid RECLAIM_FS-ON-W: deadlock 12 years ago
Jaegeuk Kim 2c2c149f7d f2fs: don't do checkpoint if error is occurred 12 years ago
Jaegeuk Kim 45856aff0d f2fs: fix to unlock page before exit 12 years ago
Jaegeuk Kim 9a55ed656c f2fs: remove unnecessary kmap/kunmap operations 12 years ago
Namjae Jeon 9851e6e189 f2fs: reorganize f2fs_vm_page_mkwrite 12 years ago
majianpeng 145b04e5ed f2fs: use list_for_each_entry rather than list_for_each_entry_safe 12 years ago
Haicheng Li 81fb5e8746 f2fs: remove unecessary variable and code 12 years ago
Peter Zijlstra bfe35965ec f2fs, lockdep: annotate mutex_lock_all() 12 years ago
Jaegeuk Kim f356fe0cba f2fs: add debug msgs in the recovery routine 12 years ago
Jaegeuk Kim 44a83ff6a8 f2fs: update inode page after creation 12 years ago