1. dfae3b3 libceph: check for invalid mapping by Sage Weil · 14 years ago
  2. 63c1362 libceph: clean up con flags by Sage Weil · 14 years ago
  3. 265fb7c libceph: replace connection state bits with states by Sage Weil · 14 years ago
  4. 59d0272 libceph: prevent the race of incoming work during teardown by Guanjun He · 14 years ago
  5. 9beb73f libceph: initialize msgpool message types by Sage Weil · 14 years ago
  6. 638ba17 libceph: set peer name on con_open, not init by Sage Weil · 14 years ago
  7. a94af04 libceph: define and use an explicit CONNECTED state by Alex Elder · 14 years ago
  8. 9021a42 libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 14 years ago
  9. ce4516f libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 14 years ago
  10. ae04853 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 14 years ago
  11. e84e066 libceph: have messages point to their connection by Alex Elder · 14 years ago
  12. 6880138 libceph: fully initialize connection in con_init() by Alex Elder · 14 years ago
  13. 31a84d8 libceph: embed ceph connection structure in mon_client by Alex Elder · 14 years ago
  14. 0bcd157 libceph: start tracking connection socket state by Alex Elder · 14 years ago
  15. bc32747 libceph: start separating connection flags from state by Alex Elder · 14 years ago
  16. d910c11 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 14 years ago
  17. 809c58f libceph: kill bad_proto ceph connection op by Alex Elder · 14 years ago
  18. ac7a426 libceph: eliminate connection state "DEAD" by Alex Elder · 14 years ago
  19. 49da293 libceph: fix messenger retry by Sage Weil · 14 years ago
  20. ed35fbc ceph: use info returned by get_authorizer by Alex Elder · 14 years ago
  21. 4f33c7e ceph: have get_authorizer methods return pointers by Alex Elder · 14 years ago
  22. 018a2a1 ceph: messenger: reduce args to create_authorizer by Alex Elder · 14 years ago
  23. 0f56a54 ceph: define ceph_auth_handshake type by Alex Elder · 14 years ago
  24. 9a0117a crush: fix tree node weight lookup by Sage Weil · 14 years ago
  25. 506b467 crush: clean up types, const-ness by Sage Weil · 14 years ago
  26. 41a4962 ALSA: Add a reference counter to card instance by Takashi Iwai · 14 years ago
  27. 588c72e nfsd: add get_uint for u32's by J. Bruce Fields · 14 years ago
  28. 4435990 mac80211: verify that skb data is present by Johannes Berg · 14 years ago
  29. da205c8 xen/mmu: Use Xen specific TLB flush instead of the generic one. by Konrad Rzeszutek Wilk · 14 years ago
  30. a57a57a efi: Defer freeing boot services memory until after ACPI init by Josh Triplett · 14 years ago
  31. 368845f x86, mm: Trim memory in memblock to be page aligned by Yinghai Lu · 14 years ago
  32. 8357dde drm/radeon: add some new SI PCI ids by Alex Deucher · 14 years ago
  33. f2a713d mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Brian Norris · 14 years ago
  34. 2d2f242 vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 14 years ago
  35. 6114941 infiniband: pass rdma_cm module to netlink_dump_start by Gao feng · 14 years ago
  36. 70f7f1c netlink: add reference of module in netlink_dump_start by Gao feng · 14 years ago
  37. 9b62355 SUNRPC: Fix a UDP transport regression by Trond Myklebust · 14 years ago
  38. 0b0ea6a ipvs: fix oops on NAT reply in br_nf context by Lin Ming · 14 years ago
  39. 0fc58b2 netfilter: ipset: fix timeout value overflow bug by Jozsef Kadlecsik · 14 years ago
  40. 7fcbcdc netfilter: nf_conntrack: fix racy timer handling with reliable events by Pablo Neira Ayuso · 14 years ago
  41. 04a30bd mempolicy: fix a race in shared_policy_replace() by Mel Gorman · 14 years ago
  42. 53bf146 xfrm_user: ensure user supplied esn replay window is valid by Mathias Krause · 14 years ago
  43. 20eb208 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 14 years ago
  44. 268b7d4 serial: set correct baud_base for EXSYS EX-41092 Dual 16950 by Flavio Leitner · 14 years ago
  45. 97ed537 kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed by Tejun Heo · 14 years ago
  46. 9a227fc time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 14 years ago
  47. 8e87815 time: Improve sanity checking of timekeeping inputs by John Stultz · 14 years ago
  48. e194fab sched: Fix race in task_group() by Peter Zijlstra · 14 years ago
  49. 0fcc080 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 14 years ago
  50. 2607b94 drm: Check for invalid cursor flags by Jakob Bornecrantz · 14 years ago
  51. e60b883 mutex: Place lock in contended state after fastpath_lock failure by Will Deacon · 14 years ago
  52. f15e724 NFS: Fix the initialisation of the readdir 'cookieverf' array by Trond Myklebust · 14 years ago
  53. c648535 tracing: Don't call page_to_pfn() if page is NULL by Wen Congyang · 14 years ago
  54. 449efd1 xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 14 years ago
  55. 32e6530 mm/ia64: fix a memory block size bug by Jianguo Wu · 14 years ago
  56. cf499a0 kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()" by Bjørn Mork · 14 years ago
  57. d409354 mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption. by Ian Chen · 14 years ago
  58. d156b47 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 14 years ago
  59. f92e8b0 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 14 years ago
  60. 6cacd60 bnx2x: fix 57840_MF pci id by Yuval Mintz · 14 years ago
  61. 7c799a1 af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 14 years ago
  62. 9e296be af_packet: don't emit packet on orig fanout group by Eric Leblond · 14 years ago
  63. 4658b24 tcp: Apply device TSO segment limit earlier by Ben Hutchings · 14 years ago
  64. 2dc3b21 net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 14 years ago
  65. 952227d USB: add USB_VENDOR_AND_INTERFACE_INFO() macro by Gustavo Padovan · 14 years ago
  66. 8b9f386 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 14 years ago
  67. 844bebf drm/radeon: add some new SI pci ids by Alex Deucher · 14 years ago
  68. 95c9248 Input: eeti_ts: pass gpio value instead of IRQ by Arnd Bergmann · 14 years ago
  69. 5784dff ARM: pxa: remove irq_to_gpio from ezx-pcap driver by Arnd Bergmann · 14 years ago
  70. 26665db random: remove rand_initialize_irq() by Theodore Ts'o · 14 years ago
  71. 38e16fc random: add tracepoints for easier debugging and verification by Theodore Ts'o · 14 years ago
  72. 29aef9d random: add new get_random_bytes_arch() function by Theodore Ts'o · 14 years ago
  73. 1d0eb35 random: create add_device_randomness() interface by Linus Torvalds · 14 years ago
  74. 0110bbf random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 14 years ago
  75. 27cd8f5 posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 14 years ago
  76. d3b4254 workqueue: perform cpu down operations from low priority cpu_notifier() by Tejun Heo · 14 years ago
  77. 20855fe tun: fix a crash bug and a memory leak by Mikulas Patocka · 14 years ago
  78. 7b689c5 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 14 years ago
  79. 480692b target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGE by Roland Dreier · 14 years ago
  80. 016e7d8 NFC: Export nfc.h to userland by Samuel Ortiz · 14 years ago
  81. 765bdc4 timekeeping: Provide hrtimer update function by Thomas Gleixner · 14 years ago
  82. 5e5006e hrtimer: Provide clock_was_set_delayed() by John Stultz · 14 years ago
  83. 7490d0a sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 14 years ago
  84. 7ad71f9 memblock: free allocated memblock_reserved_regions later by Yinghai Lu · 14 years ago
  85. 0e343db memory hotplug: fix invalid memory access caused by stale kswapd pointer by Jiang Liu · 14 years ago
  86. 2c07f25 splice: fix racy pipe->buffers uses by Eric Dumazet · 14 years ago
  87. acf8fbd thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE by Andrea Arcangeli · 14 years ago
  88. ff99851 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 14 years ago
  89. 1076241 SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 14 years ago
  90. 0bbc9d1 Lockd: pass network namespace to creation and destruction routines by Stanislav Kinsbursky · 14 years ago
  91. 0659cf9d PCI: EHCI: fix crash during suspend on ASUS computers by Alan Stern · 14 years ago
  92. 76c6b95 SCSI: libsas: fix taskfile corruption in sas_ata_qc_fill_rtf by Dan Williams · 14 years ago
  93. 5a89aae SCSI: Fix NULL dereferences in scsi_cmd_to_driver by Mark Rustad · 14 years ago
  94. f632881 aio: make kiocb->private NUll in init_sync_kiocb() by Junxiao Bi · 14 years ago
  95. b18504e SCSI & usb-storage: add try_rc_10_first flag by Alan Stern · 14 years ago
  96. 0f9c37b rpmsg: make sure inflight messages don't invoke just-removed callbacks by Ohad Ben-Cohen · 14 years ago
  97. 735129c rpmsg: avoid premature deallocation of endpoints by Ohad Ben-Cohen · 14 years ago
  98. d3ae4a8 mm: fix slab->page _count corruption when using slub by Pravin B Shelar · 14 years ago
  99. 993772c net: remove skb_orphan_try() by Eric Dumazet · 14 years ago
  100. c51c618 bonding: Fix corrupted queue_mapping by Eric Dumazet · 14 years ago