index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-14
md/raid: only permit hot-add of compatible integrity profiles
Dan Williams
5
-22
/
+26
2016-01-14
Remove myself as MD Maintainer, and add to Credits.
NeilBrown
2
-1
/
+1
2016-01-14
raid5-cache: handle journal hotadd in quiesce
Shaohua Li
1
-0
/
+7
2016-01-14
MD: add journal with array suspended
Shaohua Li
1
-1
/
+6
2016-01-14
md: set MD_HAS_JOURNAL in correct places
Shaohua Li
2
-4
/
+6
2016-01-07
md: Remove 'ready' field from mddev.
NeilBrown
2
-6
/
+1
2016-01-07
md: remove unnecesary md_new_event_inintr
Guoqing Jiang
1
-10
/
+1
2016-01-06
raid5: allow r5l_io_unit allocations to fail
Christoph Hellwig
1
-10
/
+57
2016-01-06
raid5-cache: use a mempool for the metadata block
Christoph Hellwig
1
-2
/
+12
2016-01-06
raid5-cache: use a bio_set
Christoph Hellwig
1
-1
/
+15
2016-01-06
raid5-cache: add journal hot add/remove support
Shaohua Li
3
-24
/
+68
2016-01-06
drivers: md: use ktime_get_real_seconds()
Deepa Dinamani
3
-12
/
+12
2016-01-06
md: avoid warning for 32-bit sector_t
Arnd Bergmann
1
-4
/
+6
2016-01-06
raid5-cache: free meta_page earlier
Christoph Hellwig
1
-7
/
+2
2016-01-06
raid5-cache: simplify r5l_move_io_unit_list
Christoph Hellwig
1
-17
/
+15
2016-01-06
md: update comment for md_allow_write
Guoqing Jiang
1
-1
/
+1
2016-01-06
md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADY
Guoqing Jiang
1
-5
/
+18
2016-01-06
md-cluster: Protect communication with mutexes
Guoqing Jiang
1
-10
/
+63
2016-01-06
md-cluster: Defer MD reloading to mddev->thread
Guoqing Jiang
3
-1
/
+11
2016-01-06
md-cluster: update the documentation
Guoqing Jiang
1
-86
/
+228
2016-01-06
md-cluster: append some actions when change bitmap from clustered to none
Guoqing Jiang
3
-0
/
+72
2016-01-06
md-cluster: Allow spare devices to be marked as faulty
Goldwyn Rodrigues
1
-1
/
+0
2016-01-06
md-cluster: Fix the remove sequence with the new MD reload code
Goldwyn Rodrigues
2
-9
/
+2
2016-01-06
md-cluster: remove a disk asynchronously from cluster environment
Guoqing Jiang
3
-2
/
+18
2016-01-06
md-cluster: Avoid the resync ping-pong
Goldwyn Rodrigues
1
-0
/
+8
2016-01-06
md/raid5: remove redundant check in stripe_add_to_batch_list()
Roman Gushchin
1
-2
/
+0
2016-01-03
Linux 4.4-rc8
v4.4-rc8
Linus Torvalds
1
-1
/
+1
2016-01-03
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2016-01-03
Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...
Linus Torvalds
2
-5
/
+9
2015-12-31
Merge tag 'pci-v4.4-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
3
-18
/
+25
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
36
-198
/
+334
2015-12-31
sparc: Wire up mlock2 system call.
David S. Miller
3
-4
/
+5
2015-12-31
sparc: Add all necessary direct socket system calls.
David S. Miller
3
-18
/
+24
2015-12-30
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2
-4
/
+5
2015-12-30
Merge tag 'wireless-drivers-for-davem-2015-12-28' of git://git.kernel.org/pub...
David S. Miller
2
-20
/
+44
2015-12-30
net, socket, socket_wq: fix missing initialization of flags
Nicolai Stange
1
-0
/
+1
2015-12-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-8
/
+24
2015-12-30
drm/i915: increase the tries for HDMI hotplug live status checking
Gary Wang
1
-1
/
+1
2015-12-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-39
/
+102
2015-12-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-36
/
+37
2015-12-29
mm/vmstat: fix overflow in mod_zone_page_state()
Heiko Carstens
2
-8
/
+8
2015-12-29
ocfs2/dlm: clear migration_pending when migration target goes down
xuejiufei
1
-0
/
+2
2015-12-29
mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()
Andrew Banman
1
-12
/
+19
2015-12-29
ocfs2: fix flock panic issue
Junxiao Bi
1
-1
/
+4
2015-12-29
m32r: add io*_rep helpers
Sudip Mukherjee
1
-1
/
+9
2015-12-29
m32r: fix build failure
Sudip Mukherjee
1
-0
/
+1
2015-12-29
arch/x86/xen/suspend.c: include xen/xen.h
Andrew Morton
1
-0
/
+1
2015-12-29
mm: memcontrol: fix possible memcg leak due to interrupted reclaim
Vladimir Davydov
1
-14
/
+46
2015-12-29
ocfs2: fix BUG when calculate new backup super
Joseph Qi
1
-3
/
+12
[next]