aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds71-2272/+1979
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+17
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds8-186/+592
2013-11-19blk-mq: add blktrace insert event traceJens Axboe1-0/+2
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds129-1432/+1437
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-3/+0
2013-11-19Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+1
2013-11-19kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-19Merge branch 'genetlink_mcast'David S. Miller33-513/+518
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg19-433/+377
2013-11-19genetlink: pass family to functions using groupsJohannes Berg18-87/+133
2013-11-19genetlink: add and use genl_set_err()Johannes Berg3-7/+21
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg2-22/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg2-25/+0
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg3-4/+24
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds12-188/+838
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds24-469/+562
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds21-1041/+273
2013-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds50-275/+55
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2-4/+11
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng1-24/+39
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng1-0/+3
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng1-1/+1
2013-11-19UAPI: include <asm/byteorder.h> in linux/raid/md_p.hAurelien Jarno1-0/+1
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng2-13/+129
2013-11-19raid1: Add some macros to make code clearly.majianpeng1-4/+4
2013-11-19raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array.majianpeng1-5/+6
2013-11-19raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2-8/+8
2013-11-19md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes.NeilBrown1-19/+49
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown3-31/+34
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown1-5/+13
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu1-0/+3
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li2-1/+8
2013-11-18seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-18Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds103-407/+905
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds66-241/+3108
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds52-595/+1973
2013-11-18Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6Linus Torvalds16-355/+852
2013-11-18Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds47-119/+610