summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-204-7/+17
|\
| * blk-mq: add blktrace insert event traceJens Axboe2013-11-201-0/+2
| * virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li2013-11-201-2/+3
| * blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2013-11-192-4/+11
| * bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita2013-11-181-1/+1
* | Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-208-186/+592
|\ \
| * | md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng2013-11-191-24/+39
| * | md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng2013-11-191-0/+3
| * | md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng2013-11-191-1/+1
| * | UAPI: include <asm/byteorder.h> in linux/raid/md_p.hAurelien Jarno2013-11-191-0/+1
| * | raid1: Rewrite the implementation of iobarrier.majianpeng2013-11-192-13/+129
| * | raid1: Add some macros to make code clearly.majianpeng2013-11-191-4/+4
| * | raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array w...majianpeng2013-11-191-5/+6
| * | raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2013-11-192-8/+8
| * | md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-11-191-3/+3
| * | md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown2013-11-191-19/+49
| * | md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown2013-11-193-31/+34
| * | md: fix some places where mddev_lock return value is not checked.NeilBrown2013-11-191-5/+13
| * | raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu2013-11-191-0/+3
| * | raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-192-1/+8
| * | raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-142-73/+259
| * | wait: add wait_event_cmd()Shaohua Li2013-11-141-0/+25
| * | md/raid5.c: add proper locking to error path of raid5_start_reshape.NeilBrown2013-11-141-0/+6
| * | md: fix calculation of stacking limits on level change.NeilBrown2013-11-141-0/+1
| * | raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng2013-11-141-1/+2
* | | aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara2013-11-201-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-20129-1432/+1437
|\ \ \
| * \ \ Merge branch 'genetlink_mcast'David S. Miller2013-11-1933-513/+518
| |\ \ \
| | * | | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-1919-433/+377Star
| | * | | genetlink: pass family to functions using groupsJohannes Berg2013-11-1918-87/+133
| | * | | genetlink: add and use genl_set_err()Johannes Berg2013-11-193-7/+21
| | * | | genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-192-22/+18Star
| | * | | genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-192-25/+0Star
| | * | | hsr: don't call genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0Star
| | * | | quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-193-4/+24
| | * | | drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-192-4/+22
| | * | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-1922-53/+47Star
| |/ / /
| * | | tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-11-191-1/+0Star
| * | | atm: idt77252: fix dev refcnt leakYing Xue2013-11-191-1/+1
| * | | xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-11-191-0/+1
| * | | netlink: fix documentation typo in netlink_set_err()Johannes Berg2013-11-191-1/+1
| * | | be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde2013-11-181-0/+5
| * | | be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde2013-11-183-4/+16
| * | | net, virtio_net: replace the magic valueZhi Yong Wu2013-11-181-2/+2
| * | | ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2013-11-181-15/+19
| * | | Merge branch 'bnx2x'David S. Miller2013-11-186-12/+28
| |\ \ \
| | * | | bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov2013-11-183-11/+4Star
| | * | | bnx2x: prevent CFC attentionDmitry Kravkov2013-11-181-1/+1
| | * | | bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2013-11-182-0/+19
| | * | | bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov2013-11-181-0/+4
| |/ / /