aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-20Wrong page freed on preallocate_pmds() failure exitAl Viro
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds
2013-11-19blk-mq: add blktrace insert event traceJens Axboe
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-11-19Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-19kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov
2013-11-19Merge branch 'genetlink_mcast'David S. Miller
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: add and use genl_set_err()Johannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2013-11-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng
2013-11-19UAPI: include <asm/byteorder.h> in linux/raid/md_p.hAurelien Jarno
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng
2013-11-19raid1: Add some macros to make code clearly.majianpeng
2013-11-19raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array w...majianpeng
2013-11-19raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng
2013-11-19md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li
2013-11-18seq_file: always clear m->count when we free m->bufAl Viro