1. 881fe6c drm/radeon/kms: properly compute group_size on 6xx/7xx by Alex Deucher · 14 years ago
  2. 354da65 drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker by Alex Deucher · 14 years ago
  3. 2281a37 drm/radeon/kms/evergreen: set the clear state to the blit state by Alex Deucher · 14 years ago
  4. cbff3eb ARM: S5PV310: Support ethernet for SMDKV310 and SMDKC210 by Daein Moon · 14 years ago
  5. c3cceed drm/radeon/kms: don't poll dac load detect. by Dave Airlie · 14 years ago
  6. 1e9aed1 mx31_3ds: Remove unused debug board definitions by Rogerio Pimentel · 14 years ago
  7. 411b5e0 net/sunrpc: Use static const char arrays by Joe Perches · 14 years ago
  8. 43c2e88 nfs4: fix channel attribute sanity-checks by J. Bruce Fields · 14 years ago
  9. b18cae4 Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra by Linus Torvalds · 14 years ago
  10. 4833c16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 14 years ago
  11. 63997e9 split invalidate_inodes() by Al Viro · 14 years ago
  12. 9843b76 fs: skip I_FREEING inodes in writeback_sb_inodes by Christoph Hellwig · 14 years ago
  13. a031878 fs: fold invalidate_list into invalidate_inodes by Christoph Hellwig · 14 years ago
  14. d895a1c fs: do not drop inode_lock in dispose_list by Christoph Hellwig · 14 years ago
  15. 7ccf19a fs: inode split IO and LRU lists by Nick Piggin · 14 years ago
  16. a5491e0 fs: switch bdev inode bdi's correctly by Dave Chinner · 14 years ago
  17. 99a3891 fs: fix buffer invalidation in invalidate_list by Christoph Hellwig · 14 years ago
  18. 4d4eb36 fsnotify: use dget_parent by Christoph Hellwig · 14 years ago
  19. be9eee2 smbfs: use dget_parent by Christoph Hellwig · 14 years ago
  20. 0461ee2 exportfs: use dget_parent by Christoph Hellwig · 14 years ago
  21. 3825bdb fs: use RCU read side protection in d_validate by Christoph Hellwig · 14 years ago
  22. a463335 fs: clean up dentry lru modification by Christoph Hellwig · 14 years ago
  23. 3049cfe fs: split __shrink_dcache_sb by Christoph Hellwig · 14 years ago
  24. 265ac90 fs: improve DCACHE_REFERENCED usage by Nick Piggin · 14 years ago
  25. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  26. 9c82ab9 fs: simplify __d_free by Christoph Hellwig · 14 years ago
  27. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  28. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  29. f991bd2 fs: introduce a per-cpu last_ino allocator by Eric Dumazet · 14 years ago
  30. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  31. 646ec46 fs: remove inode_add_to_list/__inode_add_to_list by Christoph Hellwig · 14 years ago
  32. f7899bd fs: move i_count increments into find_inode/find_inode_fast by Christoph Hellwig · 14 years ago
  33. ad5e195 fs: Stop abusing find_inode_fast in iunique by Christoph Hellwig · 14 years ago
  34. 4c51acb fs: Factor inode hash operations into functions by Dave Chinner · 14 years ago
  35. 9e38d86 fs: Implement lazy LRU updates for inodes by Nick Piggin · 14 years ago
  36. cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
  37. be1a16a vfs: fix infinite loop caused by clone_mnt race by Miklos Szeredi · 14 years ago
  38. 89b0fc3 switch hfs to hlist_add_fake() by Al Viro · 14 years ago
  39. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  40. 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
  41. a8dade3 unexport invalidate_inodes by Al Viro · 14 years ago
  42. 61ebdb4 smbfs never retains inodes with zero refcount in the first place by Al Viro · 14 years ago
  43. 70fd136 ntfs: don't call invalidate_inodes() by Al Viro · 14 years ago
  44. 9dcefee50 gfs2: invalidate_inodes() is no-op there by Al Viro · 14 years ago
  45. 8e3b9a0 ext2_remount: don't bother with invalidate_inodes() by Al Viro · 14 years ago
  46. 309f77a fs/buffer.c: call __block_write_begin() if we have page by Namhyung Kim · 14 years ago
  47. a3314a0 lockdep: fixup checking of dir inode annotation by Namhyung Kim · 14 years ago
  48. 306fb09 aio: bump i_count instead of using igrab by Chris Mason · 14 years ago
  49. e1455d1 update block_device_operations documentation by Christoph Hellwig · 14 years ago
  50. 8358e7d fs/buffer.c: remove duplicated assignment on b_private by Namhyung Kim · 14 years ago
  51. bb1e5f8 fs: move exportfs since it is not a networking filesystem by Randy Dunlap · 14 years ago
  52. 3072b90 hfs: use sync_dirty_buffer by Christoph Hellwig · 14 years ago
  53. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  54. ba10f48 hostfs: fix UML crash: remove f_spare from hostfs by Richard Weinberger · 14 years ago
  55. d9d1dc8 Documentation: Fix trivial typo in filesystems/sharedsubtree.txt by Valerie Aurora · 14 years ago
  56. 0e45b67 affs: testing the wrong variable by Dan Carpenter · 14 years ago
  57. 7e360c3 fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  58. fde214d isofs: Fix isofs_get_blocks for 8TB files by Jan Kara · 14 years ago
  59. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  60. 56b0dac fs: mark destroy_inode static by Christoph Hellwig · 14 years ago
  61. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  62. 81fca44 fs: move permission check back into __lookup_hash by Christoph Hellwig · 14 years ago
  63. e26fd11 gpu: Add Intel GMA500(Poulsbo) Stub Driver by Lee, Chun-Yi · 14 years ago
  64. b7d8cce drm/radeon/kms: MC vram map needs to be >= pci aperture size by Alex Deucher · 14 years ago
  65. f9d9c36 drm/radeon/kms: implement display watermark support for evergreen by Alex Deucher · 14 years ago
  66. 71901cc drm/radeon/kms/evergreen: add some additional safe regs v2 by Alex Deucher · 14 years ago
  67. f30df2f drm/radeon/r600: fix tiling issues in CS checker. by Dave Airlie · 14 years ago
  68. af48931 ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvs by Rafael J. Wysocki · 14 years ago
  69. 7f6c1bd perf python scripting: Support fedora 11 (audit 1.7.17) by Arnaldo Carvalho de Melo · 14 years ago
  70. f41649e spi: tegra: fix error setting on timeout by Erik Gilling · 14 years ago
  71. e0e170b Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  72. 10d8c46 pch_can: depends on PCI by Randy Dunlap · 14 years ago
  73. 09596ba ARM: S5PV310: Add support SROMC by Daein Moon · 14 years ago
  74. a6149c0 ARM: SAMSUNG: Add the missed s3c_gpio_getpull() API by Daein Moon · 14 years ago
  75. 45263cb xen: include xen/xen.h for definition of xen_initial_domain() by Ian Campbell · 14 years ago
  76. 14bd342 crypto: n2 - dubious error check by Nicolas Kaiser · 14 years ago
  77. b20f9e5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  78. 5260562 MN10300: Fix the PERCPU() alignment to allow for workqueues by David Howells · 14 years ago
  79. e3ce8a0 Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  80. 42d7ba3 svcrpc: svc_tcp_sendto XPT_DEAD check is redundant by J. Bruce Fields · 14 years ago
  81. 01dba07 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue by J. Bruce Fields · 14 years ago
  82. ac9303e svcrpc: assume svc_delete_xprt() called only once by J. Bruce Fields · 14 years ago
  83. 7e4fdd0 svcrpc: never clear XPT_BUSY on dead xprt by J. Bruce Fields · 14 years ago
  84. b11e7b3 hwmon: lis3: Release resources in case of failure by Samu Onkalo · 14 years ago
  85. 12265f6 [SCSI] lpfc 8.3.18: Add support of received ELS commands by James Smart · 14 years ago
  86. 5ac6b30 [SCSI] lpfc 8.3.18: FC/FCoE Discovery fixes by James Smart · 14 years ago
  87. 32622bd [SCSI] ipr: add definitions for a new adapter by Wayne Boyer · 14 years ago
  88. 5fbe25c [SCSI] bfa: fix comments for c files by Jing Huang · 14 years ago
  89. acdc79a [SCSI] bfa: fix comments for header files by Jing Huang · 14 years ago
  90. e0a08a3 [SCSI] bfa: fix frame size over 1024 compile warning by Jing Huang · 14 years ago
  91. ad3e01a Blackfin: fix inverted anomaly 05000481 logic by Mike Frysinger · 14 years ago
  92. 09ebded Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK by Mike Frysinger · 14 years ago
  93. 43a951e ipv4: add __rcu annotations to ip_ra_chain by Eric Dumazet · 14 years ago
  94. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  95. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  96. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  97. 5344026 [SCSI] bfa: remove os wrapper functions and macros by Jing Huang · 14 years ago
  98. ba816ea [SCSI] bfa: replace endian swap macros with the ones provided by linux by Jing Huang · 14 years ago
  99. 6a18b16 [SCSI] bfa: remove os wrapper and unused functions by Jing Huang · 14 years ago
  100. 1566067 [SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list by Chauhan, Vijay · 14 years ago