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: stop issuing discard immediately if there is queued IO
Chao Yu
2018-08-01
1
-6
/
+5
*
f2fs: clean up with IS_INODE()
Chao Yu
2018-08-01
1
-1
/
+1
*
f2fs: detect bug_on in f2fs_wait_discard_bios
Chao Yu
2018-08-01
1
-0
/
+2
*
f2fs: fix defined but not used build warnings
Randy Dunlap
2018-08-01
1
-3
/
+7
*
f2fs: enable real-time discard by default
Chao Yu
2018-08-01
1
-4
/
+4
*
f2fs: fix to detect looped node chain correctly
Chao Yu
2018-08-01
1
-2
/
+2
*
f2fs: fix to do sanity check with block address in main area
Chao Yu
2018-08-01
7
-11
/
+83
*
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
Chao Yu
2018-07-28
1
-1
/
+7
*
f2fs: try grabbing node page lock aggressively in sync scenario
Chao Yu
2018-07-28
1
-1
/
+3
*
f2fs: show the fsync_mode=nobarrier mount option
Sahitya Tummala
2018-07-28
1
-0
/
+2
*
f2fs: check the right return value of memory alloc function
Yunlei He
2018-07-28
1
-1
/
+1
*
f2fs: Replace strncpy with memcpy
Guenter Roeck
2018-07-28
1
-2
/
+2
*
f2fs: avoid the global name 'fault_name'
Gao Xiang
2018-07-28
2
-3
/
+3
*
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
2018-07-28
1
-0
/
+21
*
f2fs: fix to do sanity check with node footer and iblocks
Chao Yu
2018-07-28
1
-2
/
+23
*
f2fs: Allocate and stat mem used by free nid bitmap more accurately
Yunlei He
2018-07-28
3
-7
/
+3
*
f2fs: fix to do sanity check with user_block_count
Chao Yu
2018-07-28
1
-1
/
+12
*
f2fs: fix to do sanity check with extra_attr feature
Chao Yu
2018-07-27
1
-4
/
+15
*
f2fs: fix to correct return value of f2fs_trim_fs
Chao Yu
2018-07-27
1
-11
/
+16
*
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
Chao Yu
2018-07-27
1
-2
/
+19
*
f2fs: fix to do sanity check with secs_per_zone
Chao Yu
2018-07-27
1
-2
/
+2
*
f2fs: disable f2fs_check_rb_tree_consistence
Chao Yu
2018-07-27
2
-3
/
+8
*
f2fs: introduce and spread verify_blkaddr
Chao Yu
2018-07-27
9
-29
/
+60
*
f2fs: use timespec64 for inode timestamps
Arnd Bergmann
2018-07-27
3
-17
/
+13
*
f2fs: fix to wait on page writeback before updating page
Chao Yu
2018-07-27
1
-0
/
+1
*
f2fs: assign REQ_RAHEAD to bio for ->readpages
Jaegeuk Kim
2018-07-27
1
-7
/
+13
*
f2fs: fix a hungtask problem caused by congestion_wait
Yunlei He
2018-07-27
1
-4
/
+2
*
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
Dan Carpenter
2018-07-27
1
-1
/
+1
*
f2fs: don't issue discard commands in online discard is on
Jaegeuk Kim
2018-07-27
1
-10
/
+11
*
f2fs: fix to propagate return value of scan_nat_page()
Chao Yu
2018-07-27
2
-13
/
+31
*
f2fs: support in-memory inode checksum when checking consistency
Weichao Guo
2018-07-27
3
-1
/
+21
*
f2fs: fix error path of fill_super
Chao Yu
2018-07-27
1
-1
/
+1
*
f2fs: relocate readdir_ra configure initialization
Chao Yu
2018-07-27
1
-1
/
+2
*
f2fs: move s_res{u,g}id initialization to default_options()
Chao Yu
2018-07-27
1
-3
/
+2
*
f2fs: don't acquire orphan ino during recovery
Chao Yu
2018-07-27
1
-7
/
+1
*
f2fs: avoid potential deadlock in f2fs_sbi_store
Jaegeuk Kim
2018-07-27
1
-2
/
+4
*
f2fs: indicate shutdown f2fs to allow unmount successfully
Jaegeuk Kim
2018-07-27
6
-5
/
+18
*
f2fs: keep meta pages in cp_error state
Jaegeuk Kim
2018-07-27
1
-15
/
+13
*
f2fs: do checkpoint in kill_sb
Jaegeuk Kim
2018-07-15
1
-3
/
+13
*
f2fs: allow wrong configured dio to buffered write
Jaegeuk Kim
2018-07-15
1
-9
/
+15
*
f2fs: flush journal nat entries for nat_bits during unmount
Jaegeuk Kim
2018-07-11
1
-0
/
+7
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2018-07-06
8
-13
/
+27
|
\
|
*
s390: wire up rseq system call
Heiko Carstens
2018-07-04
5
-1
/
+9
|
*
s390: wire up io_pgetevents system call
Heiko Carstens
2018-07-04
1
-0
/
+1
|
*
s390/mm: fix refcount usage for 4K pgste
Eric Farman
2018-07-02
1
-0
/
+4
|
*
s390/dasd: reduce the default queue depth and nr of hardware queues
Stefan Haberland
2018-07-02
2
-10
/
+11
|
*
s390: Correct register corruption in critical section cleanup
Christian Borntraeger
2018-06-25
1
-2
/
+2
*
|
Merge tag 'drm-fixes-2018-07-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-07-05
34
-242
/
+583
|
\
\
|
*
\
Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/li...
Dave Airlie
2018-07-06
11
-102
/
+149
|
|
\
\
|
|
*
|
drm/exynos: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-07-02
1
-2
/
+2
[next]