Commit Graph

321 Commits (e3cc19957f519dede119d6fc2fc51869bfb09e0e)

Author SHA1 Message Date
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
Jaegeuk Kim 64aa7ed98d f2fs: change get_new_data_page to pass a locked node page 12 years ago
Jaegeuk Kim 1646cfac95 f2fs: skip get_node_page if locked node page is passed 12 years ago
Jaegeuk Kim 0a364af18f f2fs: remove unnecessary por_doing check 12 years ago
Jaegeuk Kim 74d0b917ef f2fs: fix BUG_ON during f2fs_evict_inode(dir) 12 years ago
Jaegeuk Kim 8c26d7d571 f2fs: fix por_doing variable coverage 12 years ago
Jaegeuk Kim addbe45b00 f2fs: remove redundant assignment 12 years ago
Jaegeuk Kim 650495dedc f2fs: fix the inconsistent state of data pages 12 years ago
Jaegeuk Kim 65e5cd0a15 f2fs: fix inconsistency of block count during recovery 12 years ago
Lukas Czerner d47992f86b mm: change invalidatepage prototype to accept length 12 years ago
Jaegeuk Kim 59bbd474ab f2fs: cover free_nid management with spin_lock 12 years ago
Haicheng Li 23d3884427 f2fs: optimize scan_nat_page() 12 years ago
Haicheng Li 8760952d92 f2fs: code cleanup for scan_nat_page() and build_free_nids() 12 years ago
Haicheng Li 95630cbadc f2fs: bugfix for alloc_nid_failed() 12 years ago
Chris Fries 047184b42b f2fs: recover when journal contains deleted files 12 years ago
Chris Fries bde582b225 f2fs: continue to mount after failing recovery 12 years ago
Jaegeuk Kim 531ad7d58c f2fs: avoid deadlock during evict after f2fs_gc 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Jaegeuk Kim ac5d156c78 f2fs: modify the number of issued pages to merge IOs 12 years ago
Haicheng Li b743ba78ae f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. 12 years ago
Haicheng Li 6cac3759ce f2fs: fix inconsistent using of NM_WOUT_THRESHOLD 12 years ago