index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: return proper error from start_gc_thread
Namjae Jeon
2013-05-28
1
-5
/
+10
*
f2fs: optimize several routines in node.h
Namjae Jeon
2013-05-28
1
-48
/
+19
*
f2fs: remove unneeded initializations in f2fs_parent_dir
Namjae Jeon
2013-05-28
1
-3
/
+3
*
f2fs: push some variables to debug part
Namjae Jeon
2013-05-28
5
-2
/
+21
*
f2fs: align data types between on-disk and in-memory block addresses
Jaegeuk Kim
2013-05-28
1
-1
/
+4
*
f2fs: dereferencing an ERR_PTR
Dan Carpenter
2013-05-28
1
-1
/
+2
*
f2fs: use ihold
Jaegeuk Kim
2013-05-28
1
-1
/
+1
*
f2fs: should not make_bad_inode on f2fs_link failure
Jaegeuk Kim
2013-05-28
1
-1
/
+0
*
f2fs: fix to handle do_recover_data errors
Jaegeuk Kim
2013-05-28
1
-9
/
+15
*
f2fs: reuse the locked dnode page and its inode
Jaegeuk Kim
2013-05-28
3
-6
/
+23
*
f2fs: fix wrong condition check
Jaegeuk Kim
2013-05-28
1
-6
/
+0
*
f2fs: add f2fs_readonly()
Jaegeuk Kim
2013-05-28
3
-2
/
+7
*
f2fs: avoid RECLAIM_FS-ON-W: deadlock
Jaegeuk Kim
2013-05-28
2
-4
/
+3
*
f2fs: don't do checkpoint if error is occurred
Jaegeuk Kim
2013-05-28
1
-1
/
+2
*
f2fs: fix to unlock page before exit
Jaegeuk Kim
2013-05-28
1
-3
/
+2
*
f2fs: remove unnecessary kmap/kunmap operations
Jaegeuk Kim
2013-05-28
1
-5
/
+3
*
f2fs: reorganize f2fs_vm_page_mkwrite
Namjae Jeon
2013-05-28
1
-6
/
+6
*
f2fs: use list_for_each_entry rather than list_for_each_entry_safe
majianpeng
2013-05-28
1
-2
/
+2
*
f2fs: remove unecessary variable and code
Haicheng Li
2013-05-28
1
-10
/
+8
*
f2fs, lockdep: annotate mutex_lock_all()
Peter Zijlstra
2013-05-28
1
-3
/
+11
*
f2fs: add debug msgs in the recovery routine
Jaegeuk Kim
2013-05-28
2
-20
/
+25
*
f2fs: update inode page after creation
Jaegeuk Kim
2013-05-28
4
-50
/
+51
*
f2fs: change get_new_data_page to pass a locked node page
Jaegeuk Kim
2013-05-28
4
-9
/
+11
*
f2fs: skip get_node_page if locked node page is passed
Jaegeuk Kim
2013-05-28
1
-3
/
+6
*
f2fs: remove unnecessary por_doing check
Jaegeuk Kim
2013-05-28
1
-2
/
+1
*
f2fs: fix BUG_ON during f2fs_evict_inode(dir)
Jaegeuk Kim
2013-05-28
3
-5
/
+34
*
f2fs: fix por_doing variable coverage
Jaegeuk Kim
2013-05-28
1
-2
/
+2
*
f2fs: remove redundant assignment
Jaegeuk Kim
2013-05-28
1
-3
/
+2
*
f2fs: fix the inconsistent state of data pages
Jaegeuk Kim
2013-05-28
1
-6
/
+11
*
f2fs: fix inconsistency of block count during recovery
Jaegeuk Kim
2013-05-28
1
-0
/
+2
*
Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2013-05-08
17
-682
/
+982
|
\
|
*
f2fs: cover free_nid management with spin_lock
Jaegeuk Kim
2013-05-08
1
-16
/
+18
|
*
f2fs: optimize scan_nat_page()
Haicheng Li
2013-05-08
1
-5
/
+9
|
*
f2fs: code cleanup for scan_nat_page() and build_free_nids()
Haicheng Li
2013-05-08
1
-6
/
+4
|
*
f2fs: bugfix for alloc_nid_failed()
Haicheng Li
2013-05-08
1
-2
/
+6
|
*
f2fs: recover when journal contains deleted files
Chris Fries
2013-05-08
1
-2
/
+6
|
*
f2fs: continue to mount after failing recovery
Chris Fries
2013-05-08
1
-4
/
+3
|
*
f2fs: avoid deadlock during evict after f2fs_gc
Jaegeuk Kim
2013-05-08
3
-2
/
+26
|
*
f2fs: modify the number of issued pages to merge IOs
Jaegeuk Kim
2013-04-30
3
-5
/
+14
|
*
f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...
Haicheng Li
2013-04-30
3
-3
/
+0
|
*
f2fs: fix inconsistent using of NM_WOUT_THRESHOLD
Haicheng Li
2013-04-30
1
-1
/
+1
|
*
f2fs: check truncation of mapping after lock_page
Jaegeuk Kim
2013-04-29
4
-7
/
+39
|
*
f2fs: enhance alloc_nid and build_free_nids flows
Jaegeuk Kim
2013-04-29
2
-47
/
+37
|
*
f2fs: add a tracepoint on f2fs_new_inode
Jaegeuk Kim
2013-04-29
1
-1
/
+2
|
*
f2fs: check nid == 0 in add_free_nid
Jaegeuk Kim
2013-04-26
1
-4
/
+4
|
*
f2fs: add REQ_META about metadata requests for submit
Namjae Jeon
2013-04-26
1
-0
/
+3
|
*
f2fs: give a chance to merge IOs by IO scheduler
Jaegeuk Kim
2013-04-26
7
-10
/
+36
|
*
f2fs: avoid frequent background GC
Jaegeuk Kim
2013-04-26
2
-6
/
+9
|
*
f2fs: add tracepoints to debug checkpoint request
Namjae Jeon
2013-04-23
1
-0
/
+7
|
*
f2fs: add tracepoints for write page operations
Namjae Jeon
2013-04-23
1
-0
/
+5
[next]