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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-23
f2fs: fix a typo in f2fs.txt
Tiezhu Yang
1
-1
/
+1
2017-02-23
f2fs: remove preflush for nobarrier case
Jaegeuk Kim
1
-2
/
+2
2017-02-23
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
5
-35
/
+40
2017-02-23
f2fs: check io submission more precisely
Jaegeuk Kim
3
-14
/
+37
2017-02-23
f2fs: call internal __write_data_page directly
Jaegeuk Kim
1
-2
/
+8
2017-02-23
f2fs: avoid out-of-order execution of atomic writes
Jaegeuk Kim
3
-4
/
+10
2017-02-23
f2fs: move write_node_page above fsync_node_pages
Jaegeuk Kim
1
-67
/
+73
2017-02-23
f2fs: move flush tracepoint
Jaegeuk Kim
1
-3
/
+3
2017-02-23
f2fs: show # of APPEND and UPDATE inodes
Jaegeuk Kim
2
-3
/
+5
2017-02-23
f2fs: fix 446 coding style warnings in f2fs.h
DongOh Shin
1
-228
/
+270
2017-02-23
f2fs: fix 3 coding style errors in f2fs.h
DongOh Shin
1
-3
/
+3
2017-02-23
f2fs: declare missing static function
Jaegeuk Kim
1
-2
/
+2
2017-02-23
f2fs: show the fault injection mount option
Kaixu Xia
1
-0
/
+5
2017-02-23
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
1
-1
/
+4
2017-02-23
f2fs: fix to avoid overflow when left shifting page offset
Chao Yu
1
-2
/
+3
2017-02-23
f2fs: enhance lookup xattr
Chao Yu
2
-18
/
+121
2017-02-23
Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txt
Masanari Iida
1
-1
/
+1
2017-02-23
f2fs: fix a dead loop in f2fs_fiemap()
Wei Fang
1
-1
/
+1
2017-02-23
f2fs: do not preallocate blocks which has wrong buffer
Jaegeuk Kim
3
-2
/
+13
2017-02-23
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
3
-3
/
+17
2017-02-23
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
2
-31
/
+109
2017-02-23
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
4
-22
/
+69
2017-02-23
f2fs: reorganize stat information
Jaegeuk Kim
1
-4
/
+4
2017-02-23
f2fs: clean up flush/discard command namings
Jaegeuk Kim
3
-61
/
+59
2017-02-23
f2fs: check in-memory sit version bitmap
Chao Yu
2
-4
/
+30
2017-02-23
f2fs: check in-memory nat version bitmap
Chao Yu
3
-0
/
+29
2017-02-23
f2fs: check in-memory block bitmap
Chao Yu
2
-2
/
+36
2017-02-23
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
5
-9
/
+26
2017-02-23
f2fs: clean up with list_{first, last}_entry
Chao Yu
3
-5
/
+5
2017-02-23
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
3
-5
/
+34
2017-02-23
f2fs: avoid needless checkpoint in f2fs_trim_fs
Jaegeuk Kim
1
-8
/
+9
2017-01-29
f2fs: relax async discard commands more
Jaegeuk Kim
4
-11
/
+27
2017-01-29
f2fs: drop exist_data for inline_data when truncated to 0
Jaegeuk Kim
1
-0
/
+2
2017-01-29
f2fs: don't allow encrypted operations without keys
Jaegeuk Kim
1
-0
/
+12
2017-01-29
f2fs: show the max number of atomic operations
Jaegeuk Kim
4
-2
/
+31
2017-01-29
f2fs: get io size bit from mount option
Jaegeuk Kim
2
-0
/
+24
2017-01-29
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
6
-6
/
+84
2017-01-29
f2fs: add submit_bio tracepoint
Jaegeuk Kim
2
-19
/
+38
2017-01-29
f2fs: fix wrong tracepoints for op and op_flags
Jaegeuk Kim
1
-16
/
+25
2017-01-29
f2fs: reassign new segment for mode=lfs
Jaegeuk Kim
1
-3
/
+0
2017-01-29
f2fs: fix a missing discard prefree segments
Yunlei He
1
-1
/
+9
2017-01-29
f2fs: use rb_entry_safe
Geliang Tang
1
-11
/
+6
2017-01-29
f2fs: add a case of no need to read a page in write begin
Yunlei He
1
-1
/
+6
2017-01-29
f2fs: fix a problem of using memory after free
Yunlei He
1
-2
/
+3
2017-01-29
f2fs: remove unneeded condition
Dan Carpenter
1
-3
/
+3
2017-01-29
f2fs: don't cache nat entry if out of memory
Chao Yu
1
-7
/
+20
2017-01-29
f2fs: remove unused values in recover_fsync_data
Yunlei He
1
-4
/
+0
2017-01-29
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+24
2017-01-28
Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
7
-3
/
+14
2017-01-28
Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
4
-45
/
+194
[next]