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-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-08-31
net: fib: move metrics parsing to a helper
Florian Westphal
1
-30
/
+41
2015-08-31
IGMP: Document igmp_link_local_mcast_reports
Philip Downey
1
-0
/
+5
2015-08-31
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
16
-112
/
+100
2015-08-31
NFSD: Store parent's stat in a separate value
Kinglong Mee
1
-3
/
+10
2015-08-31
dm cache: fix leaking of deferred bio prison cells
Joe Thornber
1
-0
/
+4
2015-08-31
dm raid: document RAID 4/5/6 discard support
Heinz Mauelshagen
1
-0
/
+31
2015-08-31
perf tools: Fix build on powerpc broken by pt/bts
Adrian Hunter
2
-0
/
+4
2015-08-31
Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called
Tsutomu Itoh
3
-6
/
+3
2015-08-31
btrfs: async_thread: Fix workqueue 'max_active' value when initializing
Qu Wenruo
2
-24
/
+35
2015-08-31
btrfs: Add raid56 support for updating
Zhao Lei
3
-39
/
+30
2015-08-31
btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failures
Zhao Lei
1
-40
/
+33
2015-08-31
btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...
Zhao Lei
1
-8
/
+2
2015-08-31
btrfs: Update out-of-date "skip parity stripe" comment
Zhao Lei
1
-1
/
+1
2015-08-31
ipv4: fix 32b build
Madalin Bucur
1
-1
/
+1
2015-08-31
Merge branch 'x86/cpufeature' into x86/urgent, because it's ready
Ingo Molnar
23
-351
/
+159
2015-08-31
md/raid5: ensure device failure recorded before write request returns.
NeilBrown
2
-1
/
+26
2015-08-31
md/raid5: use bio_list for the list of bios to return.
NeilBrown
2
-27
/
+16
2015-08-31
md/raid10: ensure device failure recorded before write request returns.
NeilBrown
2
-1
/
+34
2015-08-31
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
3
-1
/
+34
2015-08-31
md-cluster: remove inappropriate try_module_get from join()
NeilBrown
1
-4
/
+0
2015-08-31
md: extend spinlock protection in register_md_cluster_operations
NeilBrown
1
-6
/
+10
2015-08-31
md-cluster: Read the disk bitmap sb and check if it needs recovery
Guoqing Jiang
1
-1
/
+15
2015-08-31
md-cluster: only call complete(&cinfo->completion) when node join cluster
Guoqing Jiang
1
-1
/
+10
2015-08-31
md-cluster: add missed lockres_free
Guoqing Jiang
1
-1
/
+3
2015-08-31
md-cluster: remove the unused sb_lock
Guoqing Jiang
1
-9
/
+0
2015-08-31
md-cluster: init suspend_list and suspend_lock early in join
Guoqing Jiang
1
-3
/
+2
2015-08-31
md-cluster: add the error check if failed to get dlm lock
Guoqing Jiang
1
-6
/
+35
2015-08-31
md-cluster: init completion within lockres_init
Guoqing Jiang
1
-2
/
+1
2015-08-31
md-cluster: fix deadlock issue on message lock
Guoqing Jiang
2
-9
/
+9
2015-08-31
md-cluster: transfer the resync ownership to another node
Guoqing Jiang
2
-3
/
+18
2015-08-31
md-cluster: split recover_slot for future code reuse
Guoqing Jiang
1
-7
/
+16
2015-08-31
md-cluster: use %pU to print UUIDs
Guoqing Jiang
1
-14
/
+2
2015-08-31
md: setup safemode_timer before it's being used
Sasha Levin
1
-5
/
+4
2015-08-31
md/raid5: handle possible race as reshape completes.
NeilBrown
1
-0
/
+5
2015-08-31
md: sync sync_completed has correct value as recovery finishes.
NeilBrown
1
-0
/
+9
2015-08-31
md: be careful when testing resync_max against curr_resync_completed.
NeilBrown
2
-2
/
+4
2015-08-31
md: set MD_RECOVERY_RECOVER when starting a degraded array.
NeilBrown
1
-0
/
+6
2015-08-31
md/raid5: remove incorrect "min_t()" when calculating writepos.
NeilBrown
1
-1
/
+6
2015-08-31
md/raid5: strengthen check on reshape_position at run.
NeilBrown
1
-15
/
+14
2015-08-31
md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...
NeilBrown
1
-14
/
+14
2015-08-31
md/raid5: always set conf->prev_chunk_sectors and ->prev_algo
NeilBrown
1
-0
/
+3
2015-08-31
md/raid10: fix a few typos in comments
NeilBrown
1
-2
/
+2
2015-08-31
md/raid5: consider updating reshape_position at start of reshape.
NeilBrown
1
-2
/
+6
2015-08-31
md: close some races between setting and checking sync_action.
NeilBrown
2
-0
/
+3
2015-08-31
md: Keep /proc/mdstat reporting recovery until fully DONE.
NeilBrown
1
-14
/
+24
2015-08-31
md/raid6: delta syndrome for ARM NEON
Ard Biesheuvel
2
-1
/
+58
2015-08-31
Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
589
-20684
/
+23657
2015-08-31
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-41
/
+118
2015-08-31
drm/i915/skl: Adding DDI_E power well domain
Xiong Zhang
4
-1
/
+7
2015-08-31
ASoC: Document snd-soc-dummy-dai purpose
Anatol Pomozov
1
-0
/
+9
[prev]
[next]