1. b28ba9f [JFFS2] Set i_blocks when truncating files by David Woodhouse · 16 years ago
  2. 66a1050 [MTD] [OneNAND] Fix unlock all in Double Density Package (DDP) by Kyungmin Park · 16 years ago
  3. 1309d4e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  4. 101142c Linux 2.6.25-rc2 by Linus Torvalds · 16 years ago
  5. 03df25d Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  6. 5410f72 ata: fix sparse warning in pata_acpi.c by Harvey Harrison · 16 years ago
  7. 42268e2 ata: fix sparse warning in pata_marvell.c by Harvey Harrison · 16 years ago
  8. ef2f2e4 ata: fix sparse warning in pata_jmicron.c by Harvey Harrison · 16 years ago
  9. 2072fb5 ata: fix sparse warning in pata_cs5536.c by Harvey Harrison · 16 years ago
  10. d98f88c ata: sparse fixes for pata_amd.c by Harvey Harrison · 16 years ago
  11. 1ec414e pata_scc.c: add thaw ops by Akira Iguchi · 16 years ago
  12. b6966a6 pata_cs5536.c bugfix by Martin K. Petersen · 16 years ago
  13. 7a3a16f pata_legacy: don't call ata_host_detach() after initialization failure by Tejun Heo · 16 years ago
  14. 5ab063e ata: fix sparse warnings in sata_mv.c by Harvey Harrison · 16 years ago
  15. 48e1f80 ata: fix sparse warning in sata_via.c by Harvey Harrison · 16 years ago
  16. 6903c0f ata: fix sparse warning in sata_promise.c by Harvey Harrison · 16 years ago
  17. 018d982 ata: fix sparse warning in ata_piix.c by Harvey Harrison · 16 years ago
  18. eeb37ac ata: fix sparse warning in libata-core.c by Harvey Harrison · 16 years ago
  19. 08f0105 ata: make ata_scsiop_inq_89 static in libata-scsi.c by Harvey Harrison · 16 years ago
  20. 52833e8 Merge branch 'linus_origin' into hotfixes by Trond Myklebust · 16 years ago
  21. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  22. 997b37d [NET]: Make sure sockets implement splice_read by Rémi Denis-Courmont · 16 years ago
  23. 69c3683 netconsole: avoid null pointer dereference at show_local_mac() by Keiichi KII · 16 years ago
  24. b5c15fc [IPV6]: Fix reversed local_df test in ip6_fragment by Herbert Xu · 16 years ago
  25. 4ee29f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  26. 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  27. 11d64be Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  28. c24ce1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  29. f527cf4 Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 16 years ago
  30. cead99d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  31. 664a1566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  32. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  33. 4a0962a dentries: Extract common code to remove dentry from lru by Christoph Lameter · 16 years ago
  34. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  35. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  36. e83aece Use struct path in struct svc_expkey by Jan Blunck · 16 years ago
  37. 5477549 Use struct path in struct svc_export by Jan Blunck · 16 years ago
  38. 448678a d_path: Make get_dcookie() use a struct path argument by Jan Blunck · 16 years ago
  39. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  40. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 16 years ago
  41. a03a8a70 d_path: kerneldoc cleanup by Jan Blunck · 16 years ago
  42. 329c97f One less parameter to __d_path by Jan Blunck · 16 years ago
  43. ac748a0 Make set_fs_{root,pwd} take a struct path by Jan Blunck · 16 years ago
  44. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  45. 5dd784d0 Introduce path_get() by Jan Blunck · 16 years ago
  46. 09da5916 Use path_put() in a few places instead of {mnt,d}put() by Jan Blunck · 16 years ago
  47. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  48. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  49. c5e725f Move struct path into its own header by Jan Blunck · 16 years ago
  50. 429731b Remove path_release_on_umount() by Jan Blunck · 16 years ago
  51. db74ece Dont touch fs_struct in usermodehelper by Jan Blunck · 16 years ago
  52. 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 16 years ago
  53. 000cb48 vfs: add explanation of I_DIRTY_DATASYNC bit by Jan Kara · 16 years ago
  54. 0778361 Include kernel.h from configfs.h by Ben Nizette · 16 years ago
  55. 8943f26 MAINTAINERS: update decnet and DLM entries by Christine Caulfield · 16 years ago
  56. e2a366d FLAT binaries: drop BINFMT_FLAT bad header magic warning by Mike Frysinger · 16 years ago
  57. 2cd9cdc m68knommu: use tabs not spaces in cacheflush.h by Greg Ungerer · 16 years ago
  58. 6ef1e56 m68knommu: fix profile timer by Matt Waddel · 16 years ago
  59. c25f0a0 m68knommu: use asflags instead of EXTRA_AFLAGS by Greg Ungerer · 16 years ago
  60. 091b76d m68knommu: avoid unneccessary use of xchg() in set_mb() by Greg Ungerer · 16 years ago
  61. 903be1c m68knommu: fix coldfire interrupt exit path by Walter T Gruczka · 16 years ago
  62. b9cf92e MAINTAINERS: add linux-fsdevel to VFS entry by Paul Menage · 16 years ago
  63. 34ff8a5 kernel-doc: remove fastcall by Harvey Harrison · 16 years ago
  64. 77a746c cris: import memset.c from newlib: fixes compile error with newer (pre4.3) gcc by Jesper Nilsson · 16 years ago
  65. 3c828e4 inotify: make variables static in inotify_user.c by Harvey Harrison · 16 years ago
  66. 1387d0d fix module_update_markers() compile error by Adrian Bunk · 16 years ago
  67. 2ebda63 Fix compile of swim3 as module by Tony Breeds · 16 years ago
  68. ead595a RDMA/cma: Do not issue MRA if user rejects connection request by Sean Hefty · 16 years ago
  69. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 16 years ago
  70. 71c7a06 slub: Fallback to kmalloc_large for failing higher order allocs by Christoph Lameter · 16 years ago
  71. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 16 years ago
  72. dada123 make slub.c:slab_address() static by Adrian Bunk · 16 years ago
  73. eada35e slub: kmalloc page allocator pass-through cleanup by Pekka Enberg · 16 years ago
  74. e51bfd0 slab: avoid double initialization & do initialization in 1 place by Marcin Slusarz · 16 years ago
  75. 073a371 [XFRM]: Avoid bogus BUG() when throwing new policy away. by YOSHIFUJI Hideaki · 16 years ago
  76. a4d6b8a [AF_KEY]: Fix bug in spdadd by Kazunori MIYAZAWA · 16 years ago
  77. d0c1fd7 [NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state corrected. by Jozsef Kadlecsik · 16 years ago
  78. 0f4bda0 net: xfrm statistics depend on INET by Paul Mundt · 16 years ago
  79. f8d8406 x86: cpa, fix out of date comment by Ingo Molnar · 16 years ago
  80. 7d8330a KVM is not seen under X86 config with latest git (32 bit compile) by Balbir Singh · 16 years ago
  81. 69b1415 x86: cpa: ensure page alignment by Thomas Gleixner · 16 years ago
  82. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 16 years ago
  83. 184652e x86: fix gart_iommu_init() by Ingo Molnar · 16 years ago
  84. 3223f59 x86: EFI set_memory_x()/set_memory_uc() fixes by Ingo Molnar · 16 years ago
  85. cae30f82 x86: make dump_pagetable() static by Adrian Bunk · 16 years ago
  86. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 16 years ago
  87. 63070a7 hrtimer: catch expired CLOCK_REALTIME timers early by Thomas Gleixner · 16 years ago
  88. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 16 years ago
  89. 11e75a7 mlx4_core: Move table_find from fmr_alloc to fmr_enable by Jack Morgenstein · 16 years ago
  90. e6028c0 IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable() by Jack Morgenstein · 16 years ago
  91. a9d1884 IPoIB: Remove unused struct ipoib_cm_tx.ibwc member by Eli Cohen · 16 years ago
  92. 167c426 IPoIB: On P_Key change event, reset state properly by Jack Morgenstein · 16 years ago
  93. d4eac75 [POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE by Grant Likely · 16 years ago
  94. bdb226b [POWERPC] Cell RAS: Remove DEBUG, and add license and copyright by Michael Ellerman · 16 years ago
  95. 1407b3d [POWERPC] hvc_rtas_init() must be __init by Adrian Bunk · 16 years ago
  96. 16e543f [POWERPC] free_property() must not be __init by Adrian Bunk · 16 years ago
  97. cf8918f [POWERPC] vdso_do_func_patch{32,64}() must be __init by Adrian Bunk · 16 years ago
  98. e4ccde0 [POWERPC] Remove generated files on make clean by Kumar Gala · 16 years ago
  99. 7084eba [POWERPC] Fix arch/ppc compilation - add typedef for pgtable_t by Stefan Roese · 16 years ago
  100. fb8642d [POWERPC] Wire up new timerfd syscalls by Stephen Rothwell · 16 years ago