Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[platform/kernel/linux-rpi.git] / net / ceph /
2012-03-28 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-03-28 Linus TorvaldsMerge branch 'slab/for-linus' of git://git./linux/kerne...
2012-03-28 Linus TorvaldsMerge branch 'for-linus-3.4' of git://git.linaro.org...
2012-03-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2012-03-28 Linus TorvaldsMerge branch 'kvm-updates/3.4' of git://git./virt/kvm/kvm
2012-03-28 Linus TorvaldsMerge git://github.com/rustyrussell/linux
2012-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge branch 'linux_next' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2012-03-28 Linus TorvaldsMerge branch 'i2c-for-linus' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-03-28 Linus TorvaldsMerge tag 'mfd_3.4-1' of git://git./linux/kernel/git...
2012-03-28 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2012-03-28 Linus TorvaldsMerge tag 'dm-3.4-changes' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2012-03-28 Linus TorvaldsMerge tag 'common-clk-api' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge tag 'dt2' of git://git./linux/kernel/git/arm...
2012-03-28 Linus TorvaldsMerge tag 'soc2' of git://git./linux/kernel/git/arm...
2012-03-28 Linus TorvaldsMerge tag 'drivers2' of git://git./linux/kernel/git...
2012-03-28 Linus TorvaldsMerge tag 'writeback-fixes' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2012-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-25 Russell KingMerge branches 'acorn', 'ebsa110' and 'sa11x0' into...
2012-03-25 Russell KingMerge branch 'sa11x0-mcp' into sa11x0
2012-03-24 Linus TorvaldsMerge tag 'stable/for-linus-3.4-tag-two' of git://git...
2012-03-24 Linus TorvaldsMerge tag 'device-for-3.4' of git://git./linux/kernel...
2012-03-24 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl
2012-03-24 Linus TorvaldsMerge branch 'pcmcia' of git://git.linaro.org/people...
2012-03-24 Linus TorvaldsMerge branch 'amba' of git://git.linaro.org/people...
2012-03-24 Linus TorvaldsMerge tag 'ia64-for-linus' of git://git./linux/kernel...
2012-03-23 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2012-03-23 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2012-03-23 Mauro Carvalho ChehabMerge branch 'staging/for_v3.4' into v4l_for_linus
2012-03-23 Linus TorvaldsMerge tag 'firewire-updates' of git://git./linux/kernel...
2012-03-23 Linus TorvaldsMerge tag 'pinctrl-for-3.4' of git://git./linux/kernel...
2012-03-23 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-03-23 Linus TorvaldsMerge tag 'stable/for-linus-3.4-tag' of git://git....
2012-03-22 Joerg RoedelMerge branches 'iommu/fixes', 'arm/tegra' and 'x86...
2012-03-22 Linus TorvaldsMerge branches 'x86-cpu-for-linus', 'x86-boot-for-linus...
2012-03-22 Linus TorvaldsMerge branch 'x86-atomic-for-linus' of git://git./linux...
2012-03-22 Alex Elderlibceph: isolate kmap() call in write_partial_msg_pages()
2012-03-22 Alex Elderlibceph: rename "page_shift" variable to something...
2012-03-22 Alex Elderlibceph: get rid of zero_page_address
2012-03-22 Alex Elderlibceph: only call kernel_sendpage() via helper
2012-03-22 Alex Elderlibceph: use kernel_sendpage() for sending zeroes
2012-03-22 Alex Elderlibceph: fix inverted crc option logic
2012-03-22 Alex Elderlibceph: some simple changes
2012-03-22 Alex Elderlibceph: small refactor in write_partial_kvec()
2012-03-22 Alex Elderlibceph: do crc calculations outside loop
2012-03-22 Alex Elderlibceph: separate CRC calculation from byte swapping
2012-03-22 Alex Elderlibceph: use "do" in CRC-related Boolean variables
2012-03-22 Alex Elderceph: ensure Boolean options support both senses
2012-03-22 Alex Elderlibceph: a few small changes
2012-03-22 Alex Elderlibceph: make ceph_tcp_connect() return int
2012-03-22 Alex Elderlibceph: encapsulate some messenger cleanup code
2012-03-22 Alex Elderlibceph: make ceph_msgr_wq private
2012-03-22 Alex Elderlibceph: encapsulate connection kvec operations
2012-03-22 Alex Elderlibceph: move prepare_write_banner()
2012-03-22 Alex Elderrbd: make ceph_parse_options() return a pointer
2012-03-22 Alex Elderceph: eliminate some abusive casts
2012-03-22 Alex Elderceph: eliminate some needless casts
2012-03-22 Alex Elderceph: kill addr_str_lock spinlock; use atomic instead
2012-03-22 Alex Elderceph: make use of "else" where appropriate
2012-03-22 Alex Elderceph: use a shared zero page rather than one per messenger
2012-03-22 Xi Wanglibceph: fix overflow check in crush_decode()
2012-03-22 Jim Schuttnet/ceph: Only clear SOCK_NOSPACE when there is suffici...
2012-03-21 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2012-03-21 Linus TorvaldsMerge tag 'spi-for-linus' of git://git.secretlab.ca...
2012-03-21 Linus TorvaldsMerge tag 'dt-for-linus' of git://git.secretlab.ca...
2012-03-21 Linus TorvaldsMerge branch 'for-3.4' of git://git./linux/kernel/git...
2012-03-20 Linus TorvaldsMerge tag 'char-misc-3.3' of git://git./linux/kernel...
2012-03-20 Jiri KosinaMerge branch 'upstream' into for-linus
2012-03-20 Jiri KosinaMerge branches 'battery-scope', 'logitech' and 'multito...
2012-03-20 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2012-03-20 Dmitry TorokhovMerge branch 'next' into for-linus
2012-03-19 Arnd BergmannMerge branch 'for-3.4/boards' of git://git./linux/kerne...
2012-03-19 Arnd BergmannMerge branch 'for-3.4/cleanup-and-fixes' of git://git...
2012-03-19 Arnd BergmannMerge branch 'for-3.4/dt' of git://git./linux/kernel...
2012-03-19 Mark BrownMerge tag 'topic/twl' into regulator-next
2012-03-19 Mauro Carvalho ChehabMerge tag 'v3.3' into staging/for_v3.4
2012-03-19 Konrad Rzeszutek... Merge branch 'stable/cleancache.v13' into linux-next
2012-03-19 Rafael J. WysockiMerge branch 'pm-domains'
2012-03-18 Mark BrownMerge remote-tracking branch 'regulator/topic/supply...
2012-03-18 Mark BrownMerge remote-tracking branches 'regulator/topic/devm...
2012-03-18 Mark BrownMerge remote-tracking branch 'regulator/topic/stub...
2012-03-18 Takashi IwaiMerge branch 'topic/jack' into for-linus
2012-03-18 Takashi IwaiMerge branch 'topic/asoc' into for-linus
2012-03-17 Rafael J. WysockiMerge branch 'pm-devfreq'
2012-03-16 Rafael J. WysockiMerge branch 'pm-domains'
2012-03-16 Rafael J. WysockiMerge branch 'pm-sleep'
2012-03-16 Rafael J. WysockiMerge branch 'pm-qos'
2012-03-16 Arnd BergmannMerge branch 'depends/driver-core' into ux500/dt
2012-03-16 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-03-16 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2012-03-16 Linus TorvaldsMerge branch '3.3-urgent' of git://git./linux/kernel...
2012-03-15 Arnd BergmannMerge branch 'samsung/soc' into next/soc2
2012-03-15 Arnd BergmannMerge branch 'v3.4/features' of git://gitorious.org...
2012-03-14 Mark BrownMerge remote-tracking branches 'regmap/topic/patch...
2012-03-14 Mark BrownMerge remote-tracking branch 'regmap/topic/drivers...
2012-03-14 Ingo MolnarMerge tag 'v3.3-rc7' into x86/platform
next