1. 6ec178d f2fs: add tracepoints for write page operations by Namjae Jeon · 12 years ago
  2. c01e285 f2fs: add tracepoints to debug the block allocation by Namjae Jeon · 12 years ago
  3. 8e46b3e f2fs: add tracepoints for GC threads by Namjae Jeon · 12 years ago
  4. 848753a f2fs: add tracepoint for tracing the page i/o by Namjae Jeon · 12 years ago
  5. 51dd624 f2fs: add tracepoints for truncate operation by Namjae Jeon · 12 years ago
  6. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 12 years ago
  7. e66509f0 f2fs: make is_multimedia_file code align with its name by Namjae Jeon · 12 years ago
  8. 66348b7 f2fs: fix error return code in f2fs_fill_super() by Wei Yongjun · 12 years ago
  9. 6224da8 f2fs: fix typo mistakes by Namjae Jeon · 12 years ago
  10. d64f804 f2fs: write checkpoint before starting FG_GC by Jaegeuk Kim · 12 years ago
  11. 3315101 f2fs: fix the logic of IS_DNODE() by Zhihui Zhang · 12 years ago
  12. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  13. 1127a3d f2fs: move f2fs_balance_fs from truncate to punch_hole by Jason Hrycay · 12 years ago
  14. 49952fa f2fs: reduce redundant spin_lock operations by Jaegeuk Kim · 12 years ago
  15. 1571f84 f2fs: update f2fs.txt related with discard at mkfs by Changman Lee · 12 years ago
  16. cfb185a f2fs: add NULL pointer check by P J P · 12 years ago
  17. b2f2c39 f2fs: fix the bitmap consistency of dirty segments by Jaegeuk Kim · 12 years ago
  18. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 12 years ago
  19. 6037468 f2fs: allocate remained free segments in the LFS mode by Jaegeuk Kim · 12 years ago
  20. 4ebefc4 f2fs: check completion of foreground GC by Jaegeuk Kim · 12 years ago
  21. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 12 years ago
  22. 33afa7f f2fs: allocate new segment aligned with sections by Jaegeuk Kim · 12 years ago
  23. 56ae674 f2fs: remove redundant lock_page calls by Jaegeuk Kim · 12 years ago
  24. 53cf952 f2fs: introduce TOTAL_SECS macro by Jaegeuk Kim · 12 years ago
  25. 5c773ba f2fs: do not use duplicate names in a macro by Jaegeuk Kim · 12 years ago
  26. 79b5793 f2fs: use kmemdup by Alexandru Gheorghiu · 12 years ago
  27. 953a3e2 f2fs: fix to give correct parent inode number for roll forward by Jaegeuk Kim · 12 years ago
  28. fa37241 f2fs: remain nat cache entries for further free nid allocation by Jaegeuk Kim · 12 years ago
  29. 0ff153a f2fs: do not skip writing file meta during fsync by Jaegeuk Kim · 12 years ago
  30. 6ead114 f2fs: fix the recovery flow to handle errors correctly by Jaegeuk Kim · 12 years ago
  31. 111d249 f2fs: fix typo in comments by Masanari Iida · 12 years ago
  32. 064e082 f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode by Namjae Jeon · 12 years ago
  33. c0d39e6 f2fs: fix return values from validate superblock by Namjae Jeon · 12 years ago
  34. 7c90977 f2fs: reorganize f2fs_setxattr by Namjae Jeon · 12 years ago
  35. d3ee456 f2fs: notify when discard is not supported by Namjae Jeon · 12 years ago
  36. ae51fb3 f2fs: fix to call WRITE_FLUSH at the end of fsync by Jaegeuk Kim · 12 years ago
  37. 04431c4 f2fs: fix not to allocate max_nid by Jaegeuk Kim · 12 years ago
  38. c3850aa f2fs: fix return value of releasepage for node and data by Jaegeuk Kim · 12 years ago
  39. 48cb76c f2fs: scan next nat page to reuse free nids in there by Jaegeuk Kim · 12 years ago
  40. 08d8058 f2fs: should check the node page was truncated first by Jaegeuk Kim · 12 years ago
  41. 393ff91 f2fs: reduce unncessary locking pages during read by Jaegeuk Kim · 12 years ago
  42. 25c0a6e f2fs: avoid extra ++ while returning from get_node_path by Namjae Jeon · 12 years ago
  43. 5a20d33 f2fs: align f2fs maximum name length to linux based filesystem by Jaegeuk Kim · 12 years ago
  44. 3aa770a f2fs: optimize and change return path in lookup_free_nid_list by Namjae Jeon · 12 years ago
  45. e0f56cb f2fs: optimize get node page readahead part by Namjae Jeon · 12 years ago
  46. 52c2db3 f2fs: check the level before calling get_nid function by Changman Lee · 12 years ago
  47. 266e97a f2fs: introduce readahead mode of node pages by Jaegeuk Kim · 12 years ago
  48. 66d36a2 f2fs: read with READ_SYNC when getting dnode page by Jaegeuk Kim · 12 years ago
  49. 12faafe f2fs: fix to unlock node page when it was truncated by Jaegeuk Kim · 12 years ago
  50. 12fc760 f2fs: fix overflow when calculating utilization on 32-bit by Changman Lee · 12 years ago
  51. 47b3bc9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. af2841c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  53. c89b148 Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  54. 36c1813 drm/tegra: drop "select DRM_HDMI" by Paul Bolle · 12 years ago
  55. 13bcf01 drm: Documentation typo fixes by Christopher Harvey · 12 years ago
  56. ce49596 drm/mgag200: Bug fix: Renesas board now selects native resolution. by Julia Lemire · 12 years ago
  57. 0ba5317 drm/mgag200: Reject modes that are too big for VRAM by Christopher Harvey · 12 years ago
  58. cc59487 drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not used by Christopher Harvey · 12 years ago
  59. 9d62452 Merge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  60. 19cf3ed Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  61. cc67708 Merge tag 'efi-for-3.9-rc2' into x86/urgent by H. Peter Anvin · 12 years ago
  62. 60f583d x86: Do not try to sync identity map for non-mapped pages by Dave Hansen · 12 years ago
  63. d345243 Merge tag 'regulator-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  64. 0c8150d Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  65. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  66. cd66acb Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  67. 774c389 drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK by Marek Olšák · 12 years ago
  68. d808fc8 drm/radeon: skip MC reset as it's probably not hung by Alex Deucher · 12 years ago
  69. e8fc413 drm/radeon: add primary dac adj quirk for R200 board by Alex Deucher · 12 years ago
  70. cc9945b drm/radeon: don't set hpd, afmt interrupts when interrupts are disabled by Alex Deucher · 12 years ago
  71. 455bd4c ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations by Ivan Djelic · 12 years ago
  72. 3c4aff6 x86, doc: Be explicit about what the x86 struct boot_params requires by Peter Jones · 12 years ago
  73. 2e604c0 x86: Don't clear efi_info even if the sentinel hits by Josh Boyer · 12 years ago
  74. 98e7a98 x86, mm: Make sure to find a 2M free block for the first mapped area by Yinghai Lu · 12 years ago
  75. 015221f x86: Fix 32-bit *_cpu_data initializers by Krzysztof Mazur · 12 years ago
  76. 2cc7954 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  77. 44d6b1f ARM: 7667/1: perf: Fix section mismatch on armpmu_init() by Stephen Boyd · 12 years ago
  78. b8083f8 ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompressor by Jonathan Austin · 12 years ago
  79. 6bd5165 Merge branch 'pm-fixes' into fixes by Rafael J. Wysocki · 12 years ago
  80. d7553a8 Merge branch 'acpi-fixes' into fixes by Rafael J. Wysocki · 12 years ago
  81. d3929b8 cpufreq / intel_pstate: Do not load on VM that does not report max P state. by Dirk Brandewie · 12 years ago
  82. 907cc90 cpufreq / intel_pstate: Fix intel_pstate_init() error path by Dirk Brandewie · 12 years ago
  83. f40ebd6 drm/i915: Turn off hsync and vsync on ADPA when disabling crt by Patrik Jakobsson · 12 years ago
  84. feff5dc efivarfs: return accurate error code in efivarfs_fill_super() by Matt Fleming · 12 years ago
  85. 123abd7 efivars: efivarfs_valid_name() should handle pstore syntax by Matt Fleming · 12 years ago
  86. 68d9298 efi: be more paranoid about available space when creating variables by Matthew Garrett · 12 years ago
  87. 60222c0 drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bits by Patrik Jakobsson · 12 years ago
  88. 4ecccd9 iommu, x86: Add DMA remap fault reason by Li, Zhen-Hua · 12 years ago
  89. 9f22578 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  90. d7b815d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  91. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  92. e3b5951 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 6516ab6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 06e79d3 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  95. a5e0d731 Merge tag 'md-3.9' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  96. 576cfb4 x86, smpboot: Remove unused variable by Borislav Petkov · 12 years ago
  97. 44498ae drm/i915: also disable south interrupts when handling them by Paulo Zanoni · 12 years ago
  98. 1523909 drm/i915: enable irqs earlier when resuming by Daniel Vetter · 12 years ago
  99. 0920a48 drm/i915: Increase the RC6p threshold. by Stéphane Marchesin · 12 years ago
  100. 64e38a8 Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 by Dave Airlie · 12 years ago