1. 392a325 Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver by Andres Salomon · 12 years ago
  2. 08843b7 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  3. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  4. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  5. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  6. bbeb0af2 Merge tag 'mfd-for-linus-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  7. 6df419e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  8. 1fe5e99 rbd: create rbd_refresh_helper() by Alex Elder · 12 years ago
  9. b813623 rbd: return obj version in __rbd_refresh_header() by Alex Elder · 12 years ago
  10. ccece23 rbd: fixes in rbd_header_from_disk() by Alex Elder · 12 years ago
  11. 913d2fd rbd: always pass ops array to rbd_req_sync_op() by Alex Elder · 12 years ago
  12. d67d4be rbd: pass null version pointer in add_snap() by Alex Elder · 12 years ago
  13. 57cfc10 rbd: make rbd_create_rw_ops() return a pointer by Alex Elder · 12 years ago
  14. 4e891e0 rbd: have __rbd_add_snap_dev() return a pointer by Alex Elder · 12 years ago
  15. 6139919 libceph: recheck con state after allocating incoming message by Sage Weil · 12 years ago
  16. 4740a62 libceph: change ceph_con_in_msg_alloc convention to be less weird by Sage Weil · 12 years ago
  17. 8636ea6 libceph: avoid dropping con mutex before fault by Sage Weil · 12 years ago
  18. 7b862e0 libceph: verify state after retaking con lock after dispatch by Sage Weil · 12 years ago
  19. 4f471e4 libceph: revoke mon_client messages on session restart by Sage Weil · 12 years ago
  20. 8007b8d libceph: fix handling of immediate socket connect failure by Sage Weil · 12 years ago
  21. 09d9032 ceph: update MAINTAINERS file by Sage Weil · 12 years ago
  22. 756a16a libceph: be less chatty about stray replies by Sage Weil · 12 years ago
  23. 43c7427 libceph: clear all flags on con_close by Sage Weil · 12 years ago
  24. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  25. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  26. d7353dd libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  27. ee76e07 libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  28. 2e8cb10 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  29. a59b55a libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  30. 0065093 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  31. 3b5ede0 libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  32. 070c633 rbd: drop "object_name" from rbd_req_sync_unwatch() by Alex Elder · 12 years ago
  33. 7f0a24d rbd: drop "object_name" from rbd_req_sync_notify_ack() by Alex Elder · 12 years ago
  34. 4cb1625 rbd: drop "object_name" from rbd_req_sync_notify() by Alex Elder · 12 years ago
  35. 0e6f322 rbd: drop "object_name" from rbd_req_sync_watch() by Alex Elder · 12 years ago
  36. 14e7085 rbd: drop rbd_dev parameter in snap functions by Alex Elder · 12 years ago
  37. ed63f4f rbd: drop rbd_header_from_disk() gfp_flags parameter by Alex Elder · 12 years ago
  38. 9a5d690 rbd: snapc is unused in rbd_req_sync_read() by Alex Elder · 12 years ago
  39. de71a29 rbd: rename rbd_device->id by Alex Elder · 12 years ago
  40. 8e94af8 rbd: encapsulate header validity test by Alex Elder · 12 years ago
  41. aa711ee3 ceph: define snap counts as u32 everywhere by Alex Elder · 12 years ago
  42. bd919d4 rbd: clean up a few dout() calls by Alex Elder · 12 years ago
  43. a059329 rbd: simplify __rbd_remove_all_snaps() by Alex Elder · 12 years ago
  44. a66f8c9 rbd: drop extra header_rwsem init by Alex Elder · 12 years ago
  45. 9e15dc7 rbd: kill rbd_image_header->snap_seq by Alex Elder · 12 years ago
  46. 505cbb9 rbd: set snapc->seq only when refreshing header by Alex Elder · 12 years ago
  47. 78dc447 rbd: preserve snapc->seq in rbd_header_set_snap() by Alex Elder · 12 years ago
  48. 75fe9e1 rbd: don't use snapc->seq that way by Alex Elder · 12 years ago
  49. a71b891 rbd: send header version when notifying by Josh Durgin · 13 years ago
  50. d1d2564 rbd: use reference counting for the snap context by Josh Durgin · 13 years ago
  51. 93a24e0 rbd: set image size when header is updated by Josh Durgin · 13 years ago
  52. a51aa0c rbd: expose the correct size of the device in sysfs by Josh Durgin · 13 years ago
  53. 474ef7c rbd: only reset capacity when pointing to head by Josh Durgin · 13 years ago
  54. e88a36e rbd: return errors for mapped but deleted snapshot by Josh Durgin · 13 years ago
  55. 048a9d2 libceph: trivial fix for the incorrect debug output by Jiaju Zhang · 12 years ago
  56. 21ec6ff ceph: fix potential double free by Alan Cox · 12 years ago
  57. 85effe1 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  58. 5469155 libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  59. a53aab6 ceph: close old con before reopening on mds reconnect by Sage Weil · 12 years ago
  60. a410702 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  61. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  62. 8c50c81 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  63. 3a140a0 libceph: report socket read/write error message by Sage Weil · 12 years ago
  64. 546f04e libceph: support crush tunables by Sage Weil · 12 years ago
  65. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  66. 086ff4b drivers/misc/lkdtm.c: fix missing allocation failure check by Alan Cox · 12 years ago
  67. e04f228 lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table() by Mandeep Singh Baines · 12 years ago
  68. c24aa64 fault-injection: add tool to run command with failslab or fail_page_alloc by Akinobu Mita · 12 years ago
  69. d89dffa fault-injection: add selftests for cpu and memory hotplug by Akinobu Mita · 12 years ago
  70. 08dfb4d powerpc: pSeries reconfig notifier error injection module by Akinobu Mita · 12 years ago
  71. 9579f5b memory: memory notifier error injection module by Akinobu Mita · 12 years ago
  72. 048b9c3 PM: PM notifier error injection module by Akinobu Mita · 12 years ago
  73. f5a9f52 cpu: rewrite cpu-notifier-error-inject module by Akinobu Mita · 12 years ago
  74. 8d43828 fault-injection: notifier error injection by Akinobu Mita · 12 years ago
  75. 1d151c3 c/r: fcntl: add F_GETOWNER_UIDS option by Cyrill Gorcunov · 12 years ago
  76. 65fed8f resource: make sure requested range is included in the root range by Octavian Purdila · 12 years ago
  77. f7e1bec include/linux/aio.h: cpp->C conversions by Andrew Morton · 12 years ago
  78. 98c350c fs: cachefiles: add support for large files in filesystem caching by Justin Lecher · 12 years ago
  79. 668f06b pps: return PTR_ERR on error in device_create by Emil Goode · 12 years ago
  80. 25353b3 taskstats: check nla_reserve() return by Alan Cox · 12 years ago
  81. fd4b616 sysctl: suppress kmemleak messages by Steven Rostedt · 12 years ago
  82. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  83. 05ba3f1 ipc: compat: use signed size_t types for msgsnd and msgrcv by Will Deacon · 12 years ago
  84. b610c04 ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC by Will Deacon · 12 years ago
  85. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  86. 63dca8d kdump: append newline to the last lien of vmcoreinfo note by Vivek Goyal · 12 years ago
  87. f19b9f7 fork: fix error handling in dup_task() by Akinobu Mita · 12 years ago
  88. 87bec58 revert "sched: Fix fork() error path to not crash" by Andrew Morton · 12 years ago
  89. b2412b7 fork: use vma_pages() to simplify the code by Huang Shijie · 12 years ago
  90. bc452b4 proc: do not allow negative offsets on /proc/<pid>/environ by Djalal Harouni · 12 years ago
  91. e8905ec proc: environ_read() make sure offset points to environment address range by Djalal Harouni · 12 years ago
  92. 108ceeb coredump: fix wrong comments on core limits of pipe coredump case by Jovi Zhang · 12 years ago
  93. 0f20784 kmod: avoid deadlock from recursive kmod call by Tetsuo Handa · 12 years ago
  94. 79c743d kernel/kmod.c: document call_usermodehelper_fns() a bit by Andrew Morton · 12 years ago
  95. deb8274 fat: refactor shortname parsing by Steven J. Magnani · 12 years ago
  96. a943ed7 fat: accessors for msdos_dir_entry 'start' fields by Steven J. Magnani · 12 years ago
  97. 497d48b hfsplus: use -ENOMEM when kzalloc() fails by Namjae Jeon · 12 years ago
  98. f5974c8 nilfs2: add omitted comments for different structures in driver implementation by Vyacheslav Dubeyko · 12 years ago
  99. 8c74ac0 nilfs2: add omitted comments for structures in nilfs2_fs.h by Vyacheslav Dubeyko · 12 years ago
  100. 572d8b3 nilfs2: fix deadlock issue between chcp and thaw ioctls by Ryusuke Konishi · 12 years ago