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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.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
2015-02-12
mm: add fields for compound destructor and order into struct page
Kirill A. Shutemov
2
-5
/
+12
2015-02-12
f2fs: use spinlock for segmap_lock instead of rwlock
Chao Yu
2
-12
/
+12
2015-02-12
f2fs: fix accessing wrong indexed data blocks
Jaegeuk Kim
1
-1
/
+9
2015-02-12
f2fs: avoid variable length array
Jaegeuk Kim
3
-2
/
+10
2015-02-12
f2fs: fix sparse warnings
Jaegeuk Kim
5
-12
/
+12
2015-02-12
f2fs: allocate data blocks in advance for f2fs_direct_IO
Jaegeuk Kim
1
-3
/
+54
2015-02-12
f2fs: introduce macros to convert bytes and blocks in f2fs
Jaegeuk Kim
4
-10
/
+12
2015-02-12
f2fs: call set_buffer_new for get_block
Jaegeuk Kim
1
-1
/
+3
2015-02-12
f2fs: check node page contents all the time
Jaegeuk Kim
1
-4
/
+3
2015-02-12
f2fs: avoid data offset overflow when lseeking huge file
Chao Yu
1
-1
/
+1
2015-02-12
f2fs: fix to use highmem for pages of newly created directory
Chao Yu
1
-1
/
+1
2015-02-12
f2fs: introduce a batched trim
Jaegeuk Kim
5
-5
/
+31
2015-02-12
f2fs: merge {invalidate,release}page for meta/node/data pages
Chao Yu
4
-51
/
+22
2015-02-12
f2fs: show the number of writeback pages in stat
Jaegeuk Kim
2
-3
/
+4
2015-02-12
f2fs: keep PagePrivate during releasepage
Jaegeuk Kim
3
-0
/
+12
2015-02-12
f2fs: should fail mount when trying to recover data on read-only dev
Jaegeuk Kim
1
-0
/
+9
2015-02-12
f2fs: split UMOUNT and FASTBOOT flags
Jaegeuk Kim
7
-17
/
+46
2015-02-12
f2fs: avoid write_checkpoint if f2fs is mounted readonly
Jaegeuk Kim
1
-0
/
+2
2015-02-12
f2fs: support norecovery mount option
Jaegeuk Kim
2
-0
/
+10
2015-02-12
f2fs: fix not to drop mount options when retrying fill_super
Jaegeuk Kim
1
-3
/
+13
2015-02-12
f2fs: merge flags in struct f2fs_sb_info
Chao Yu
8
-35
/
+46
2015-02-12
f2fs: clean up {in,de}create_sleep_time
Chao Yu
2
-18
/
+18
2015-02-12
f2fs: make truncate_inline_date static
Chao Yu
2
-17
/
+9
2015-02-12
f2fs: fix a bug of inheriting default ACL from parent
Kinglong Mee
1
-1
/
+1
2015-02-12
f2fs: use f2fs_radix_tree_insert to clean codes
Chao Yu
1
-5
/
+2
2015-02-12
f2fs: add F2FS_IOC_GETVERSION support
Chao Yu
2
-0
/
+10
2015-02-12
f2fs: leave comment for code readability
Jaegeuk Kim
1
-0
/
+4
2015-02-12
f2fs: fix to release count of meta page in ->invalidatepage
Chao Yu
1
-0
/
+19
2015-02-12
f2fs: do checkpoint when umount flag is not set
Jaegeuk Kim
2
-3
/
+9
2015-02-12
f2fs: trigger correct checkpoint during umount
Jaegeuk Kim
2
-2
/
+11
2015-02-12
f2fs: update memory footprint information
Jaegeuk Kim
2
-8
/
+18
2015-02-12
f2fs: fix wrong memory footprint statistics in debugfs
Chao Yu
1
-4
/
+11
2015-02-12
f2fs: avoid infinite loop on cp_error
Jaegeuk Kim
1
-0
/
+4
2015-02-12
cpufreq: speedstep-smi: enable interrupts when waiting
Mikulas Patocka
2
-0
/
+15
2015-02-12
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
3
-10
/
+3
2015-02-12
NFSv4.1: Convert open-coded array allocation calls to kmalloc_array()
Trond Myklebust
1
-2
/
+2
2015-02-12
NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args
Trond Myklebust
1
-1
/
+3
2015-02-12
Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
4
-26
/
+48
2015-02-12
rcu: Clear need_qs flag to prevent splat
Paul E. McKenney
1
-0
/
+1
2015-02-12
Merge tag 'drm-intel-next-fixes-2015-02-11' of git://anongit.freedesktop.org/...
Dave Airlie
9
-55
/
+94
2015-02-12
Merge branch 'rco_correctness'
David S. Miller
11
-45
/
+160
2015-02-12
gue: Use checksum partial with remote checksum offload
Tom Herbert
2
-6
/
+23
2015-02-12
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
3
-7
/
+23
2015-02-12
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
5
-6
/
+37
2015-02-12
net: Use more bit fields in napi_gro_cb
Tom Herbert
1
-8
/
+10
2015-02-12
udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path
Tom Herbert
2
-2
/
+17
2015-02-12
net: Clarify meaning of CHECKSUM_PARTIAL for receive path
Tom Herbert
2
-6
/
+15
2015-02-12
net: Fix remcsum in GRO path to not change packet
Tom Herbert
4
-22
/
+47
2015-02-12
openvswitch: Add missing initialization in validate_and_copy_set_tun()
Geert Uytterhoeven
1
-1
/
+1
2015-02-12
openvswitch: Reset key metadata for packet execution.
Pravin B Shelar
1
-0
/
+2
[prev]
[next]