1. 9fd4d05 [readdir] convert omfs by Al Viro · 11 years ago
  2. 1616abe [readdir] convert nilfs2 by Al Viro · 11 years ago
  3. d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
  4. d81a8ef [readdir] convert gfs2 by Al Viro · 11 years ago
  5. 75811d4 [readdir] convert exofs by Al Viro · 11 years ago
  6. 81b9f66 [readdir] convert bfs by Al Viro · 11 years ago
  7. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  8. 68c6147 [readdir] convert openpromfs by Al Viro · 11 years ago
  9. 7aa123a [readdir] convert efs by Al Viro · 11 years ago
  10. 5201885 [readdir] convert configfs by Al Viro · 11 years ago
  11. 3903b38 [readdir] convert romfs by Al Viro · 11 years ago
  12. 5f6039c [readdir] convert squashfs by Al Viro · 11 years ago
  13. 01122e0 [readdir] convert ubifs by Al Viro · 11 years ago
  14. 5add2ee [readdir] convert udf by Al Viro · 11 years ago
  15. 5ded75e [readdir] convert ext3 by Al Viro · 11 years ago
  16. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 11 years ago
  17. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  18. bb6f619 [readdir] introduce ->iterate(), ctx->pos, dir_emit() by Al Viro · 11 years ago
  19. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  20. 83a8761 move linux/loop.h to drivers/block by Al Viro · 11 years ago
  21. e06aeb5 compat.c: LOOP_CLR_FD is taken care of in loop.c itself... by Al Viro · 11 years ago
  22. 5cfafbf pxa3xx: VM_IO is set by io_remap_pfn_range() by Al Viro · 11 years ago
  23. c607f45 au1100fb: VM_IO is set by io_remap_pfn_range() by Al Viro · 11 years ago
  24. 1fca06f au1200fb: io_remap_pfn_range() sets VM_IO by Al Viro · 11 years ago
  25. a47df15 vfio: remap_pfn_range() sets all those flags... by Al Viro · 11 years ago
  26. 8053796 i810: VM_IO is set by io_remap_pfn_range() by Al Viro · 11 years ago
  27. 7922e2d2 drm: io_remap_pfn_range() sets VM_IO... by Al Viro · 11 years ago
  28. ecf48b6 sparc: __pci_mmap_set_flags() is useless by Al Viro · 11 years ago
  29. e0bced5 mn10300: don't bother with VM_IO by Al Viro · 11 years ago
  30. 1769ab6 hose_mmap_page_range(): io_remap_pfn_range() will set all those flags... by Al Viro · 11 years ago
  31. 350226c samsung: don't bother with setting VM_IO by Al Viro · 11 years ago
  32. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  33. 605c912 UBIFS: fix a horrid bug by Artem Bityutskiy · 11 years ago
  34. 33f1a63 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 11 years ago
  35. 945fb13 aout32 coredump compat fix by Al Viro · 11 years ago
  36. 7995bd2 splice: don't pass the address of ->f_pos to methods by Al Viro · 11 years ago
  37. c9036e9 mconsole: we'd better initialize pos before passing it to vfs_read()... by Al Viro · 11 years ago
  38. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
  39. 7d13205 Linux 3.10-rc6 by Linus Torvalds · 11 years ago
  40. e6694d9 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  41. 596fa9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  42. 5938930 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  43. f21afc2 smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). by David Daney · 11 years ago
  44. d0ff934 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  45. d58c6ff Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  46. 9bb9285 Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  47. 3ad2e31 Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  48. 230b303 powerpc: Fix missing/delayed calls to irq_work by Benjamin Herrenschmidt · 11 years ago
  49. bf59390 powerpc: Fix emulation of illegal instructions on PowerNV platform by Paul Mackerras · 11 years ago
  50. 0e37739 powerpc: Fix stack overflow crash in resume_kernel when ftracing by Michael Ellerman · 11 years ago
  51. dd6c5cd snd_pcm_link(): fix a leak... by Al Viro · 11 years ago
  52. 0525290 use can_lookup() instead of direct checks of ->i_op->lookup by Al Viro · 11 years ago
  53. 8aac627 move exit_task_namespaces() outside of exit_notify() by Oleg Nesterov · 11 years ago
  54. e7b2c40 fput: task_work_add() can fail if the caller has passed exit_task_work() by Oleg Nesterov · 11 years ago
  55. d302cf1 xfs: don't shutdown log recovery on validation errors by Dave Chinner · 11 years ago
  56. 088c9f6 xfs: ensure btree root split sets blkno correctly by Dave Chinner · 11 years ago
  57. 5170711 xfs: fix implicit padding in directory and attr CRC formats by Dave Chinner · 11 years ago
  58. 47ad2fc xfs: don't emit v5 superblock warnings on write by Dave Chinner · 11 years ago
  59. a2648eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  60. 42f132f mei: me: clear interrupts on the resume path by Tomas Winkler · 11 years ago
  61. 2753ff5 mei: nfc: fix nfc device freeing by Tomas Winkler · 11 years ago
  62. 5e85b36 mei: init: Flush scheduled work before resetting the device by Samuel Ortiz · 11 years ago
  63. c5c7774 sctp: fully initialize sctp_outq in sctp_outq_init by Neil Horman · 11 years ago
  64. aaf9522 netiucv: Hold rtnl between name allocation and device registration. by Benjamin Poirier · 11 years ago
  65. c9bfbb3 tulip: Properly check dma mapping result by Neil Horman · 11 years ago
  66. 33c929c Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  67. 706b78f dtc: ensure #line directives don't consume data from the next line by Grant Likely · 11 years ago
  68. 2a6a08c dtc: Update generated files to output from Bison 2.5 by Grant Likely · 11 years ago
  69. d25d869 of: Fix locking vs. interrupts by Benjamin Herrenschmidt · 11 years ago
  70. b0a4d8b kbuild: make sure we clean up DTB temporary files by Ian Campbell · 11 years ago
  71. 25e33ed Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  72. cb03dc0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. cb7e970 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 11 years ago
  74. dcae7f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  75. 509768f Merge tag 'asoc-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound by Linus Torvalds · 11 years ago
  76. 82ea4be Merge tag 'md-3.10-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  77. b844db3 turbostat: Increase output buffer size to accommodate C8-C10 by Josh Triplett · 11 years ago
  78. 45df901 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  79. dd01989 net: sh_eth: fix incorrect RX length error if R8A7740 by Yoshihiro Shimoda · 11 years ago
  80. d3b6f61 ip_tunnel: remove __net_init/exit from exported functions by Eric Dumazet · 11 years ago
  81. cc60ab0 drivers: net: davinci_mdio: restore mdio clk divider in mdio resume by Mugunthan V N · 11 years ago
  82. 5033ec3 drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver by Mugunthan V N · 11 years ago
  83. baafc77 net/ipv4: ip_vti clear skb cb before tunneling. by Saurabh Mohan · 11 years ago
  84. df465ab tg3: Wait for boot code to finish after power on by Nithin Sujir · 11 years ago
  85. a6f79d0 l2tp: Fix sendmsg() return value by Guillaume Nault · 11 years ago
  86. 55b92b7 l2tp: Fix PPP header erasure and memory leak by Guillaume Nault · 11 years ago
  87. 4f5474e bonding: fix igmp_retrans type and two related races by Nikolay Aleksandrov · 11 years ago
  88. b8fad45 bonding: reset master mac on first enslave failure by Nikolay Aleksandrov · 11 years ago
  89. 2dc85bf packet: packet_getname_spkt: make sure string is always 0-terminated by Daniel Borkmann · 11 years ago
  90. 631f24a net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used by Dinh Nguyen · 11 years ago
  91. 0c5fed0 be2net: Fix 32-bit DMA Mask handling by Somnath Kotur · 11 years ago
  92. e86c986 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  93. 94f950c xen-netback: don't de-reference vif pointer after having called xenvif_put() by Jan Beulich · 11 years ago
  94. 99ffc3e macvlan: don't touch promisc without passthrough by Michael S. Tsirkin · 11 years ago
  95. 5026d7a md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place by H. Peter Anvin · 11 years ago
  96. e2d5992 md/raid1,raid10: use freeze_array in place of raise_barrier in various places. by NeilBrown · 11 years ago
  97. 3056e3a md/raid1: consider WRITE as successful only if at least one non-Faulty and non-rebuilding drive completed it. by Alex Lyakas · 11 years ago
  98. 6b6204e md: md_stop_writes() should always freeze recovery. by NeilBrown · 11 years ago
  99. 26e0446 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  100. 645a992 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago