index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-28
f2fs: report unwritten area in f2fs_fiemap
Jaegeuk Kim
1
-1
/
+3
2015-05-28
f2fs: introduce f2fs_replace_block() for reuse
Chao Yu
1
-2
/
+2
2015-05-28
f2fs: remove unneeded f2fs_make_empty declaration
Chao Yu
1
-1
/
+0
2015-05-28
f2fs: issue discard with finally produced len and minlen
Jaegeuk Kim
1
-1
/
+1
2015-05-28
f2fs: introduce discard_map for f2fs_trim_fs
Jaegeuk Kim
1
-0
/
+21
2015-05-28
f2fs: split find_data_page according to specific purposes
Jaegeuk Kim
1
-1
/
+2
2015-05-28
f2fs: add need_dentry_mark
Jaegeuk Kim
1
-0
/
+1
2015-05-28
f2fs: introduce dot and dotdot name check
Jaegeuk Kim
1
-0
/
+11
2015-05-28
f2fs: add sbi and page pointer in f2fs_io_info
Jaegeuk Kim
1
-10
/
+8
2015-05-28
f2fs: add f2fs_may_inline_{data, dentry}
Jaegeuk Kim
1
-1
/
+2
2015-05-28
f2fs: introduce f2fs_commit_super
Jaegeuk Kim
1
-0
/
+1
2015-05-28
f2fs: add f2fs_map_blocks
Jaegeuk Kim
1
-0
/
+16
2015-05-28
f2fs: add feature facility in superblock
Jaegeuk Kim
1
-0
/
+7
2015-05-28
f2fs: move existing definitions into f2fs.h
Jaegeuk Kim
1
-0
/
+22
2015-05-07
f2fs: make has_fsynced_inode static
Chao Yu
1
-1
/
+0
2015-05-07
f2fs: use is_valid_blkaddr to verify blkaddr for readability
Chao Yu
1
-0
/
+1
2015-05-04
Revert "f2fs: enhance multi-threads performance"
Jaegeuk Kim
1
-0
/
+1
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-04-16
f2fs: pass checkpoint reason on roll-forward recovery
Jaegeuk Kim
1
-0
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-1
/
+1
2015-04-10
f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries
Jaegeuk Kim
1
-5
/
+17
2015-04-10
f2fs: preserve extent info for extent cache
Chao Yu
1
-0
/
+8
2015-04-10
f2fs: initialize extent tree with on-disk extent info of inode
Chao Yu
1
-0
/
+1
2015-04-10
f2fs: split set_data_blkaddr from f2fs_update_extent_cache
Chao Yu
1
-0
/
+1
2015-04-10
f2fs: add some tracepoints to debug volatile and atomic writes
Jaegeuk Kim
1
-0
/
+4
2015-04-10
f2fs: avoid punch_hole overhead when releasing volatile data
Jaegeuk Kim
1
-0
/
+6
2015-04-10
f2fs: enhance multi-threads performance
Jaegeuk Kim
1
-1
/
+0
2015-04-10
f2fs: fix to truncate inline data past EOF
Chao Yu
1
-0
/
+1
2015-04-10
f2fs: add stat info for moved blocks by background gc
Changman Lee
1
-8
/
+15
2015-04-10
f2fs: introduce macro __cp_payload
Wanpeng Li
1
-1
/
+6
2015-04-10
f2fs: support fs shutdown
Jaegeuk Kim
1
-0
/
+9
2015-03-03
f2fs: support fast lookup in extent cache
Chao Yu
1
-0
/
+1
2015-03-03
f2fs: show extent tree, node stat info in debugfs
Chao Yu
1
-1
/
+1
2015-03-03
f2fs: add a mount option for rb-tree extent cache
Chao Yu
1
-0
/
+1
2015-03-03
f2fs: add core functions for rb-tree extent cache
Chao Yu
1
-0
/
+32
2015-03-03
f2fs: introduce infra macro and data structure of rb-tree extent cache
Chao Yu
1
-4
/
+32
2015-03-03
f2fs: introduce universal lookup/update interface for extent cache
Chao Yu
1
-1
/
+1
2015-03-03
f2fs: simplfy a field name in struct f2fs_extent,extent_info
Chao Yu
1
-3
/
+3
2015-03-03
f2fs: move ext_lock out of struct extent_info
Chao Yu
1
-5
/
+1
2015-03-03
f2fs: introduce f2fs_update_dentry to clean up duplicated codes
Chao Yu
1
-0
/
+2
2015-03-03
f2fs: remove unused inline_dentry_addr
Chao Yu
1
-6
/
+0
2015-02-11
f2fs: fix sparse warnings
Jaegeuk Kim
1
-0
/
+1
2015-02-11
f2fs: introduce a batched trim
Jaegeuk Kim
1
-0
/
+7
2015-02-11
f2fs: merge {invalidate,release}page for meta/node/data pages
Chao Yu
1
-0
/
+2
2015-02-11
f2fs: show the number of writeback pages in stat
Jaegeuk Kim
1
-1
/
+1
2015-02-11
f2fs: split UMOUNT and FASTBOOT flags
Jaegeuk Kim
1
-0
/
+23
2015-02-11
f2fs: merge flags in struct f2fs_sb_info
Chao Yu
1
-10
/
+20
2015-02-11
f2fs: make truncate_inline_date static
Chao Yu
1
-1
/
+0
2015-02-11
f2fs: add F2FS_IOC_GETVERSION support
Chao Yu
1
-0
/
+1
2015-02-11
f2fs: trigger correct checkpoint during umount
Jaegeuk Kim
1
-0
/
+1
[next]