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: fix wrong AUTO_RECOVER condition
Jaegeuk Kim
2016-11-25
1
-1
/
+2
*
f2fs: do not recover i_size if it's valid
Jaegeuk Kim
2016-11-25
1
-1
/
+1
*
f2fs: fix fdatasync
Chao Yu
2016-11-25
2
-2
/
+11
*
f2fs: fix to account total free nid correctly
Chao Yu
2016-11-25
2
-6
/
+30
*
f2fs: fix an infinite loop when flush nodes in cp
Yunlei He
2016-11-25
1
-0
/
+1
*
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
2016-11-25
7
-18
/
+40
*
f2fs: fix wrong written_valid_blocks counting
Jaegeuk Kim
2016-11-25
1
-2
/
+4
*
f2fs: avoid BG_GC in f2fs_balance_fs
Jaegeuk Kim
2016-11-25
4
-5
/
+8
*
f2fs: fix redundant block allocation
Jaegeuk Kim
2016-11-25
1
-6
/
+12
*
f2fs: use err for f2fs_preallocate_blocks
Jaegeuk Kim
2016-11-25
3
-30
/
+33
*
f2fs: support multiple devices
Jaegeuk Kim
2016-11-25
4
-73
/
+268
*
f2fs: allow dio read for LFS mode
Jaegeuk Kim
2016-11-25
1
-1
/
+1
*
f2fs: revert segment allocation for direct IO
Jaegeuk Kim
2016-11-25
3
-33
/
+10
*
f2fs: return directly if block has been removed from the victim
Yunlei He
2016-11-23
1
-4
/
+12
*
Revert "f2fs: do not recover from previous remained wrong dnodes"
Chao Yu
2016-11-23
1
-30
/
+1
*
f2fs: remove checkpoint in f2fs_freeze
Jaegeuk Kim
2016-11-23
1
-4
/
+9
*
f2fs: assign segments correctly for direct_io
Jaegeuk Kim
2016-11-23
1
-2
/
+6
*
f2fs: fix wrong i_atime recovery
Chao Yu
2016-11-23
1
-2
/
+2
*
f2fs: record inode updating status correctly
Chao Yu
2016-11-23
1
-4
/
+9
*
f2fs: Trace reset zone events
Damien Le Moal
2016-11-23
1
-0
/
+1
*
f2fs: Reset sequential zones on zoned block devices
Damien Le Moal
2016-11-23
1
-8
/
+55
*
f2fs: Cache zoned block devices zone type
Damien Le Moal
2016-11-23
2
-0
/
+90
*
f2fs: Do not allow adaptive mode for host-managed zoned block devices
Damien Le Moal
2016-11-23
1
-0
/
+7
*
f2fs: Always enable discard for zoned blocks devices
Damien Le Moal
2016-11-23
2
-7
/
+12
*
f2fs: Suppress discard warning message for zoned block devices
Damien Le Moal
2016-11-23
1
-1
/
+1
*
f2fs: Check zoned block feature for host-managed zoned block devices
Damien Le Moal
2016-11-23
1
-0
/
+20
*
f2fs: Use generic zoned block device terminology
Damien Le Moal
2016-11-23
3
-5
/
+5
*
f2fs: Add missing break in switch-case
Damien Le Moal
2016-11-23
1
-0
/
+1
*
f2fs: avoid infinite loop in the EIO case on recover_orphan_inodes
Jaegeuk Kim
2016-11-23
1
-0
/
+7
*
f2fs: report error of f2fs_fill_dentries
Chao Yu
2016-11-23
3
-12
/
+17
*
f2fs: hide a maybe-uninitialized warning
Arnd Bergmann
2016-11-23
1
-1
/
+1
*
f2fs: remove percpu_count due to performance regression
Jaegeuk Kim
2016-11-23
3
-23
/
+17
*
f2fs: make clean inodes when flushing inode page
Jaegeuk Kim
2016-11-23
2
-2
/
+6
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2016-11-23
10
-44
/
+49
*
f2fs: use BIO_MAX_PAGES for bio allocation
Jaegeuk Kim
2016-11-23
5
-22
/
+8
*
f2fs: declare static function for __build_free_nids
Jaegeuk Kim
2016-11-23
1
-1
/
+1
*
f2fs: call f2fs_balance_fs for setattr
Jaegeuk Kim
2016-11-23
1
-1
/
+4
*
f2fs: count dirty inodes to flush node pages during checkpoint
Jaegeuk Kim
2016-11-23
1
-4
/
+5
*
f2fs: avoid casted negative value as shrink count
Chao Yu
2016-11-23
1
-4
/
+6
*
f2fs: don't interrupt free nids building during nid allocation
Chao Yu
2016-11-23
4
-15
/
+13
*
f2fs: clean up free nid list operations
Jaegeuk Kim
2016-11-23
1
-30
/
+26
*
f2fs: split free nid list
Chao Yu
2016-11-23
5
-68
/
+108
*
f2fs: clear nlink if fail to add_link
Chao Yu
2016-11-23
1
-0
/
+14
*
f2fs: fix sparse warnings
Eric Biggers
2016-11-23
5
-6
/
+7
*
f2fs: fix error handling in fsync_node_pages
Chao Yu
2016-11-23
1
-2
/
+3
*
f2fs: fix to update largest extent under lock
Chao Yu
2016-11-23
1
-4
/
+7
*
f2fs: be aware of extent beyond EOF in fiemap
Chao Yu
2016-11-23
1
-14
/
+4
*
f2fs: don't miss any f2fs_balance_fs cases
Chao Yu
2016-11-23
1
-8
/
+3
*
f2fs: add missing f2fs_balance_fs in f2fs_zero_range
Chao Yu
2016-11-23
1
-0
/
+3
*
f2fs: give a chance to detach from dirty list
Chao Yu
2016-11-23
6
-6
/
+16
[next]