index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
f2fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-59
/
+132
2018-08-21
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
Jaegeuk Kim
1
-0
/
+1
2018-08-21
f2fs: fix performance issue observed with multi-thread sequential read
Jaegeuk Kim
1
-0
/
+2
2018-08-14
f2fs: rework fault injection handling to avoid a warning
Arnd Bergmann
1
-25
/
+25
2018-08-13
f2fs: support fault_type mount option
Chao Yu
1
-2
/
+5
2018-08-13
f2fs: support discard submission error injection
Chao Yu
1
-0
/
+1
2018-08-13
f2fs: split discard command in prior to block layer
Chao Yu
1
-10
/
+13
2018-08-13
f2fs: refresh recent accessed nat entry in lru list
Chao Yu
1
-0
/
+1
2018-08-11
f2fs: fix to avoid broken of dnode block list
Chao Yu
1
-2
/
+20
2018-08-11
f2fs: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-08-01
f2fs: fix to active page in lru list for read path
Chao Yu
1
-1
/
+6
2018-08-01
f2fs: restrict setting up inode.i_advise
Chao Yu
1
-0
/
+2
2018-08-01
f2fs: kill EXT_TREE_VEC_SIZE
Chao Yu
1
-3
/
+0
2018-08-01
f2fs: fix to propagate error from __get_meta_page()
Chao Yu
1
-2
/
+6
2018-08-01
f2fs: Keep alloc_valid_block_count in sync
Daniel Rosenberg
1
-2
/
+4
2018-08-01
f2fs: issue small discard by LBA order
Chao Yu
1
-0
/
+2
2018-08-01
f2fs: fix to do sanity check with block address in main area
Chao Yu
1
-0
/
+3
2018-07-29
f2fs: avoid the global name 'fault_name'
Gao Xiang
1
-2
/
+2
2018-07-27
f2fs: disable f2fs_check_rb_tree_consistence
Chao Yu
1
-0
/
+1
2018-07-27
f2fs: introduce and spread verify_blkaddr
Chao Yu
1
-4
/
+29
2018-07-27
f2fs: use timespec64 for inode timestamps
Arnd Bergmann
1
-10
/
+6
2018-07-27
f2fs: fix to propagate return value of scan_nat_page()
Chao Yu
1
-1
/
+1
2018-07-27
f2fs: indicate shutdown f2fs to allow unmount successfully
Jaegeuk Kim
1
-0
/
+7
2018-07-18
block: Define and use STAT_READ and STAT_WRITE
Michael Callahan
1
-1
/
+1
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+7
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-3
/
+7
2018-06-05
f2fs: let sync node IO interrupt async one
Chao Yu
1
-1
/
+1
2018-05-31
f2fs: clean up symbol namespace
Chao Yu
1
-148
/
+157
2018-05-31
f2fs: make set_de_type() static
Chao Yu
1
-1
/
+0
2018-05-31
f2fs: make __f2fs_write_data_pages() static
Chao Yu
1
-3
/
+0
2018-05-31
f2fs: fix to let caller retry allocating block address
Chao Yu
1
-1
/
+2
2018-05-31
f2fs: clean up with clear_radix_tree_dirty_tag
Chao Yu
1
-0
/
+1
2018-05-31
f2fs: let discard thread wait a little longer if dev is busy
Yunlei He
1
-0
/
+2
2018-05-31
f2fs: avoid stucking GC due to atomic write
Chao Yu
1
-6
/
+15
2018-05-31
f2fs: introduce sbi->gc_mode to determine the policy
Jaegeuk Kim
1
-0
/
+8
2018-05-31
f2fs: keep migration IO order in LFS mode
Chao Yu
1
-0
/
+2
2018-05-31
f2fs: clean up with is_valid_blkaddr()
Chao Yu
1
-1
/
+8
2018-05-31
Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"
Chao Yu
1
-3
/
+0
2018-05-31
f2fs: rename dio_rwsem to i_gc_rwsem
Chao Yu
1
-1
/
+3
2018-05-31
f2fs: give message and set need_fsck given broken node id
Jaegeuk Kim
1
-12
/
+1
2018-05-31
f2fs: introduce private inode status mapping
Chao Yu
1
-3
/
+54
2018-05-30
f2fs: don't split checkpoint in fstrim
Chao Yu
1
-5
/
+0
2018-05-30
f2fs: issue discard commands proactively in high fs utilization
Jaegeuk Kim
1
-2
/
+1
2018-05-29
f2fs: add fsync_mode=nobarrier for non-atomic files
Jaegeuk Kim
1
-0
/
+1
2018-05-29
f2fs: let fstrim issue discard commands in lower priority
Jaegeuk Kim
1
-1
/
+3
2018-05-03
f2fs: check cap_resource only for data blocks
Jaegeuk Kim
1
-4
/
+4
2018-05-03
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
Jaegeuk Kim
1
-1
/
+0
2018-05-03
f2fs: refactor read path to allow multiple postprocessing steps
Eric Biggers
1
-3
/
+9
2018-04-04
f2fs: remain written times to update inode during fsync
Jaegeuk Kim
1
-0
/
+11
2018-04-03
f2fs: make assignment of t->dentry_bitmap more readable
Yunlong Song
1
-1
/
+1
[next]