index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
2013-05-28
f2fs: align data types between on-disk and in-memory block addresses
Jaegeuk Kim
2013-05-28
f2fs: dereferencing an ERR_PTR
Dan Carpenter
2013-05-28
f2fs: use ihold
Jaegeuk Kim
2013-05-28
f2fs: should not make_bad_inode on f2fs_link failure
Jaegeuk Kim
2013-05-28
f2fs: fix to handle do_recover_data errors
Jaegeuk Kim
2013-05-28
f2fs: reuse the locked dnode page and its inode
Jaegeuk Kim
2013-05-28
f2fs: fix wrong condition check
Jaegeuk Kim
2013-05-28
f2fs: add f2fs_readonly()
Jaegeuk Kim
2013-05-28
f2fs: avoid RECLAIM_FS-ON-W: deadlock
Jaegeuk Kim
2013-05-28
f2fs: don't do checkpoint if error is occurred
Jaegeuk Kim
2013-05-28
f2fs: fix to unlock page before exit
Jaegeuk Kim
2013-05-28
f2fs: remove unnecessary kmap/kunmap operations
Jaegeuk Kim
2013-05-28
f2fs: reorganize f2fs_vm_page_mkwrite
Namjae Jeon
2013-05-28
f2fs: use list_for_each_entry rather than list_for_each_entry_safe
majianpeng
2013-05-28
f2fs: remove unecessary variable and code
Haicheng Li
2013-05-28
f2fs, lockdep: annotate mutex_lock_all()
Peter Zijlstra
2013-05-28
f2fs: add debug msgs in the recovery routine
Jaegeuk Kim
2013-05-28
f2fs: update inode page after creation
Jaegeuk Kim
2013-05-28
f2fs: change get_new_data_page to pass a locked node page
Jaegeuk Kim
2013-05-28
f2fs: skip get_node_page if locked node page is passed
Jaegeuk Kim
2013-05-28
f2fs: remove unnecessary por_doing check
Jaegeuk Kim
2013-05-28
f2fs: fix BUG_ON during f2fs_evict_inode(dir)
Jaegeuk Kim
2013-05-28
f2fs: fix por_doing variable coverage
Jaegeuk Kim
2013-05-28
f2fs: remove redundant assignment
Jaegeuk Kim
2013-05-28
f2fs: fix the inconsistent state of data pages
Jaegeuk Kim
2013-05-28
f2fs: fix inconsistency of block count during recovery
Jaegeuk Kim
2013-05-08
Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2013-05-08
f2fs: cover free_nid management with spin_lock
Jaegeuk Kim
2013-05-08
f2fs: optimize scan_nat_page()
Haicheng Li
2013-05-08
f2fs: code cleanup for scan_nat_page() and build_free_nids()
Haicheng Li
2013-05-08
f2fs: bugfix for alloc_nid_failed()
Haicheng Li
2013-05-08
f2fs: recover when journal contains deleted files
Chris Fries
2013-05-08
f2fs: continue to mount after failing recovery
Chris Fries
2013-05-08
f2fs: avoid deadlock during evict after f2fs_gc
Jaegeuk Kim
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
f2fs: modify the number of issued pages to merge IOs
Jaegeuk Kim
2013-04-30
f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...
Haicheng Li
2013-04-30
f2fs: fix inconsistent using of NM_WOUT_THRESHOLD
Haicheng Li
2013-04-29
f2fs: check truncation of mapping after lock_page
Jaegeuk Kim
2013-04-29
f2fs: enhance alloc_nid and build_free_nids flows
Jaegeuk Kim
2013-04-29
f2fs: add a tracepoint on f2fs_new_inode
Jaegeuk Kim
2013-04-26
f2fs: check nid == 0 in add_free_nid
Jaegeuk Kim
2013-04-26
f2fs: add REQ_META about metadata requests for submit
Namjae Jeon
2013-04-26
f2fs: give a chance to merge IOs by IO scheduler
Jaegeuk Kim
2013-04-26
f2fs: avoid frequent background GC
Jaegeuk Kim
2013-04-23
f2fs: add tracepoints to debug checkpoint request
Namjae Jeon
2013-04-23
f2fs: add tracepoints for write page operations
Namjae Jeon
2013-04-23
f2fs: add tracepoints to debug the block allocation
Namjae Jeon
[next]