1. 043332c Merge branches 'cma', 'cxgb4', 'ipath' and 'qib' into for-next by Roland Dreier · 14 years ago
  2. a396d43 RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one by Sean Hefty · 14 years ago
  3. 8d8ac86 IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state by Sean Hefty · 14 years ago
  4. 2996343 IB/cm: Bump reference count on cm_id before invoking callback by Sean Hefty · 14 years ago
  5. 27d2a8b Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  6. 010b8f4 Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  7. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  8. c7146dd Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  9. 25ae21a RDMA/cma: Fix crash in request handlers by Sean Hefty · 14 years ago
  10. 0e00f7a x86: stop_machine_text_poke() should issue sync_core() by Mathieu Desnoyers · 14 years ago
  11. 7c9e592 fs/9p: Make the writeback_fid owned by root by Aneesh Kumar K.V · 14 years ago
  12. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 14 years ago
  13. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 14 years ago
  14. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 14 years ago
  15. e0459f5 fs/9p: Prevent multiple inclusion of same header by Aneesh Kumar K.V · 14 years ago
  16. 23b08e9 fs/9p: Workaround vfs rename rehash bug by Aneesh Kumar K.V · 14 years ago
  17. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 14 years ago
  18. 823fcfd fs/9p: Add . and .. dentry revalidation flag by Aneesh Kumar K.V · 14 years ago
  19. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 14 years ago
  20. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 14 years ago
  21. 0e43270 fs/9p: Initialize root inode number for dotl by Aneesh Kumar K.V · 14 years ago
  22. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 14 years ago
  23. edd73cf fs/9p: Add drop_inode 9p callback by Aneesh Kumar K.V · 14 years ago
  24. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 14 years ago
  25. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 14 years ago
  26. 6b36560 fs/9p: set default readahead pages in cached mode by Aneesh Kumar K.V · 14 years ago
  27. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 14 years ago
  28. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 14 years ago
  29. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 14 years ago
  30. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 14 years ago
  31. 62d810b fs/9p: We need not writeback dirty pages during close by Aneesh Kumar K.V · 14 years ago
  32. 00ea2df fs/9p: Implement syncfs call back for 9Pfs by Aneesh Kumar K.V · 14 years ago
  33. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 14 years ago
  34. db5841d fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode by Aneesh Kumar K.V · 14 years ago
  35. a950a65 fs/9p: Clarify cached dentry delete operation by Aneesh Kumar K.V · 14 years ago
  36. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
  37. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago
  38. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 14 years ago
  39. 2efda79 fs/9p: [fscache] wait for page write in cached mode by Aneesh Kumar K.V · 14 years ago
  40. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 14 years ago
  41. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 14 years ago
  42. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 14 years ago
  43. f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 14 years ago
  44. ca41bb3 [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case. by Venkateswararao Jujjuri (JV) · 15 years ago
  45. 2c66523 [net/9p] readdir zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  46. 1fc5248 [net/9p] Write side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  47. bb2f8a5 [net/9p] Read side zerocopy changes for 9P2000.L protocol. by Venkateswararao Jujjuri (JV) · 15 years ago
  48. 6f69c39 [net/9p] Add preferences to transport layer. by Venkateswararao Jujjuri (JV) · 15 years ago
  49. 4038866 [net/9p] Add gup/zero_copy support to VirtIO transport layer. by Venkateswararao Jujjuri (JV) · 15 years ago
  50. 9bb6c10 [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed. by Venkateswararao Jujjuri (JV) · 15 years ago
  51. 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 15 years ago
  52. 6752a1e [fs/9p] Make access=client default in 9p2000.L protocol by Venkateswararao Jujjuri (JV) · 15 years ago
  53. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 15 years ago
  54. 9332685 [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. by Venkateswararao Jujjuri (JV) · 15 years ago
  55. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 15 years ago
  56. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 15 years ago
  57. 6a8ab060 ipv6: netfilter: ip6_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  58. 78b7987 netfilter: ip_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  59. 42eab94 netfilter: arp_tables: fix infoleak to userspace by Vasiliy Kulikov · 14 years ago
  60. 4656c4d netfilter: xt_connlimit: remove connlimit_rnd_inited by Changli Gao · 14 years ago
  61. 3e0d514 netfilter: xt_connlimit: use hlist instead by Changli Gao · 14 years ago
  62. 0e23ca1 netfilter: xt_connlimit: use kmalloc() instead of kzalloc() by Changli Gao · 14 years ago
  63. 8183e3a netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario by Changli Gao · 14 years ago
  64. 0b9b020 microblaze: Do not copy reset vectors/manual reset vector setup by Michal Simek · 15 years ago
  65. 7574349 microblaze: Fix _reset function by Michal Simek · 14 years ago
  66. 626afa3 microblaze: Fix microblaze init vectors by Michal Simek · 14 years ago
  67. 7e32d02 GFS2: Don't use _raw version of RCU dereference by Steven Whitehouse · 14 years ago
  68. 25542c6 x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() by Xiao Guangrong · 14 years ago
  69. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  70. 50be5e3 ahci: add another PCI ID for marvell by Tejun Heo · 15 years ago
  71. 4dce8ba9 libata: Use 'bool' return value for ata_id_XXX by Hannes Reinecke · 14 years ago
  72. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  73. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 14 years ago
  74. bcda765 Allow O_PATH for symlinks by Al Viro · 14 years ago
  75. 1abf0c7 New kind of open files - "location only". by Al Viro · 14 years ago
  76. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 15 years ago
  77. 03cb5f0 ext3: Copy fs UUID to superblock. by Aneesh Kumar K.V · 15 years ago
  78. 93f1c20 vfs: Export file system uuid via /proc/<pid>/mountinfo by Aneesh Kumar K.V · 15 years ago
  79. a51571c unistd.h: Add new syscalls numbers to asm-generic by Aneesh Kumar K.V · 15 years ago
  80. 6aae5f2 x86: Add new syscalls for x86_64 by Aneesh Kumar K.V · 15 years ago
  81. 7dadb75 x86: Add new syscalls for x86_32 by Aneesh Kumar K.V · 15 years ago
  82. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 15 years ago
  83. aae8a97 fs: Don't allow to create hardlink for deleted file by Aneesh Kumar K.V · 15 years ago
  84. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 15 years ago
  85. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 15 years ago
  86. 7ef5ed1 igb: Add messaging for thermal sensor events on i350 devices by Carolyn Wyborny · 14 years ago
  87. 673b8b7 igb: fix hw timestamping by Anders Berggren · 15 years ago
  88. 48f26d5 xen: netfront: fix xennet_get_ethtool_stats() by Eric Dumazet · 14 years ago
  89. 521cb40 Linux 2.6.38 by Linus Torvalds · 14 years ago
  90. f2247fb IPVS: Conditionally include sysctl members of struct netns_ipvs by Simon Horman · 15 years ago
  91. 14e4054 IPVS: Add __ip_vs_control_{init,cleanup}_sysctl() by Simon Horman · 15 years ago
  92. fb1de43 IPVS: Conditionally define and use ip_vs_lblc{r}_table by Simon Horman · 15 years ago
  93. a7a86b8 IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined by Simon Horman · 15 years ago
  94. a4e2f5a IPVS: Conditional ip_vs_conntrack_enabled() by Simon Horman · 15 years ago
  95. 3a1bbf1 IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined by Simon Horman · 15 years ago
  96. b27d777 IPVS: Conditinally use sysctl_lblc{r}_expiration by Simon Horman · 15 years ago
  97. 8e1b0b1 IPVS: Add expire_quiescent_template() by Simon Horman · 15 years ago
  98. 71a8ab6 IPVS: Add sysctl_expire_nodest_conn() by Simon Horman · 15 years ago
  99. 7532e8d IPVS: Add sysctl_sync_ver() by Simon Horman · 15 years ago
  100. 59e0350 IPVS: Add {sysctl_sync_threshold,period}() by Simon Horman · 15 years ago