index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: introduce f2fs_set_page_dirty_nobuffer
Jaegeuk Kim
2016-07-08
4
-3
/
+35
*
f2fs: remove unnecessary goto statement
Tiezhu Yang
2016-07-08
1
-2
/
+2
*
f2fs: add nodiscard mount option
Chao Yu
2016-07-08
2
-1
/
+7
*
f2fs: fix to redirty page if fail to gc data page
Chao Yu
2016-07-08
1
-1
/
+12
*
f2fs: fix to detect truncation prior rather than EIO during read
Chao Yu
2016-07-08
3
-13
/
+13
*
f2fs: fix to avoid reading out encrypted data in page cache
Chao Yu
2016-07-08
1
-43
/
+47
*
f2fs: avoid latency-critical readahead of node pages
Jaegeuk Kim
2016-07-06
2
-2
/
+2
*
f2fs: avoid writing node/metapages during writes
Jaegeuk Kim
2016-07-06
1
-3
/
+3
*
f2fs: produce more nids and reduce readahead nats
Jaegeuk Kim
2016-07-06
6
-8
/
+18
*
f2fs: detect host-managed SMR by feature flag
Jaegeuk Kim
2016-07-06
4
-8
/
+35
*
f2fs: call update_inode_page for orphan inodes
Jaegeuk Kim
2016-07-06
6
-25
/
+9
*
f2fs: report error for f2fs_parent_dir
Jaegeuk Kim
2016-07-06
1
-6
/
+9
*
f2fs: find parent dentry correctly
Sheng Yong
2016-06-15
3
-35
/
+2
*
f2fs: fix deadlock in add_link failure
Jaegeuk Kim
2016-06-13
1
-3
/
+0
*
f2fs: introduce mode=lfs mount option
Jaegeuk Kim
2016-06-13
9
-4
/
+74
*
f2fs: skip clean segment for gc
Jaegeuk Kim
2016-06-08
1
-0
/
+4
*
f2fs: drop any block plugging
Jaegeuk Kim
2016-06-08
4
-22
/
+11
*
f2fs: avoid reverse IO order for NODE and DATA
Jaegeuk Kim
2016-06-08
3
-0
/
+9
*
f2fs: set mapping error for EIO
Jaegeuk Kim
2016-06-08
1
-1
/
+1
*
f2fs: control not to exceed # of cached nat entries
Jaegeuk Kim
2016-06-07
3
-0
/
+16
*
f2fs: fix wrong percentage
Jaegeuk Kim
2016-06-07
1
-1
/
+1
*
f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
Jaegeuk Kim
2016-06-07
1
-1
/
+2
*
f2fs: remove obsolete parameter in f2fs_truncate
Jaegeuk Kim
2016-06-07
4
-6
/
+6
*
f2fs: avoid wrong count on dirty inodes
Jaegeuk Kim
2016-06-07
1
-2
/
+2
*
f2fs: remove deprecated parameter
Jaegeuk Kim
2016-06-07
3
-6
/
+5
*
f2fs: handle writepage correctly
Jaegeuk Kim
2016-06-02
1
-30
/
+14
*
f2fs: return error of f2fs_lookup
Jaegeuk Kim
2016-06-02
2
-2
/
+5
*
f2fs: return the errno to the caller to avoid using a wrong page
Yunlong Song
2016-06-02
1
-5
/
+10
*
f2fs: remove two steps to flush dirty data pages
Jaegeuk Kim
2016-06-02
1
-10
/
+1
*
f2fs: do not skip writing data pages
Jaegeuk Kim
2016-06-02
2
-9
/
+6
*
f2fs: inject to produce some orphan inodes
Jaegeuk Kim
2016-06-02
3
-0
/
+9
*
f2fs: propagate error given by f2fs_find_entry
Jaegeuk Kim
2016-06-02
3
-8
/
+24
*
f2fs: remove writepages lock
Jaegeuk Kim
2016-06-02
3
-9
/
+0
*
f2fs: set flush_merge by default
Jaegeuk Kim
2016-06-02
1
-0
/
+6
*
f2fs: detect congestion of flush command issues
Jaegeuk Kim
2016-06-02
2
-1
/
+7
*
f2fs: add lazytime mount option
Jaegeuk Kim
2016-06-02
1
-0
/
+14
*
f2fs: avoid unnecessary updating inode during fsync
Jaegeuk Kim
2016-06-02
7
-6
/
+43
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2016-06-02
10
-121
/
+17
*
f2fs: flush inode metadata when checkpoint is doing
Jaegeuk Kim
2016-06-02
7
-7
/
+107
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2016-06-02
10
-46
/
+92
*
f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
Jaegeuk Kim
2016-06-02
4
-26
/
+24
*
f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
Jaegeuk Kim
2016-06-02
2
-5
/
+13
*
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
Jaegeuk Kim
2016-06-02
7
-18
/
+23
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2016-06-02
16
-160
/
+145
*
Revert "f2fs: no need inc dirty pages under inode lock"
Jaegeuk Kim
2016-06-02
1
-5
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-06-02
11
-59
/
+95
|
\
|
*
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Paolo Bonzini
2016-06-02
1
-0
/
+5
|
*
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
Paolo Bonzini
2016-06-02
1
-10
/
+12
|
*
KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
Paolo Bonzini
2016-06-02
1
-1
/
+1
|
*
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
Paolo Bonzini
2016-06-02
1
-0
/
+4
[next]