1. 1231b3a ext4: fix xattr block allocation/release with bigalloc by Lukas Czerner · 11 years ago
  2. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 11 years ago
  3. bdedbb7 ext4: adjust some functions for reclaiming extents from extent status tree by Zheng Liu · 11 years ago
  4. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  5. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  6. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  7. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 11 years ago
  8. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  9. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 11 years ago
  10. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  11. 0f70b40 ext4: use ERR_PTR() abstraction for ext4_append() by Theodore Ts'o · 11 years ago
  12. dc6982f ext4: refactor code to read directory blocks into ext4_read_dirblock() by Theodore Ts'o · 11 years ago
  13. 01a523e ext4: add debugging context for warning in ext4_da_update_reserve_space() by Theodore Ts'o · 11 years ago
  14. 8de5c32 ext4: use KERN_WARNING for warning messages by Theodore Ts'o · 11 years ago
  15. b6e96d0 jbd2: use module parameters instead of debugfs for jbd_debug by Theodore Ts'o · 11 years ago
  16. a0b30c1 ext4: use module parameters instead of debugfs for mballoc_debug by Theodore Ts'o · 11 years ago
  17. 1139575 ext4: start handle at the last possible moment when creating inodes by Theodore Ts'o · 11 years ago
  18. 95eaefb ext4: fix the number of credits needed for acl ops with inline data by Theodore Ts'o · 11 years ago
  19. 64044ab ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir() by Theodore Ts'o · 11 years ago
  20. 4b21763 ext4: fix the number of credits needed for ext4_ext_migrate() by Theodore Ts'o · 11 years ago
  21. 8dcfaad ext4: start handle at the last possible moment in ext4_rmdir() by Theodore Ts'o · 11 years ago
  22. 931b686 ext4: start handle at the last possible moment in ext4_unlink() by Theodore Ts'o · 11 years ago
  23. 47564bf ext4: grab page before starting transaction handle in write_begin() by Theodore Ts'o · 11 years ago
  24. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  25. 722887d ext4: move the jbd2 wrapper functions out of super.c by Theodore Ts'o · 11 years ago
  26. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 11 years ago
  27. 078d503 jbd2: revert "jbd2: add COW fields to struct jbd2_journal_handle" by Theodore Ts'o · 11 years ago
  28. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 11 years ago
  29. 40ae348 ext4: optimize mballoc for large allocations by Theodore Ts'o · 11 years ago
  30. 8dc0aa8 ext4: check incompatible mount options while mounting ext2/3 by Theodore Ts'o · 11 years ago
  31. e33e60e ext4: print error when argument of inode_readahead_blk is invalid by Jan Kara · 11 years ago
  32. 5f3633e ext4: make mount option parsing loop more logical by Jan Kara · 11 years ago
  33. 0efb3b2 ext4: move several mount options to standard handling loop by Jan Kara · 11 years ago
  34. 0e79537 ext4: reduce one "if" comparison in ext4_dirhash() by Cong Ding · 11 years ago
  35. f116700 ext4: fix race in ext4_mb_add_n_trim() by Niu Yawei · 11 years ago
  36. 87e6987 ext4: fix smatch warning in move_extent.c's mext_replace_branches() by Akria Fujita · 11 years ago
  37. 524c19e ext4: use WARN in ext4_alloc_blocks by Julia Lawall · 11 years ago
  38. e7b04ac jbd2: don't wake kjournald unnecessarily by Eric Sandeen · 11 years ago
  39. 091e26d ext4: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  40. b1deefc ext4: remove unnecessary NULL pointer check by Guo Chao · 11 years ago
  41. 41be871 ext4: remove useless assignment in dx_probe() by Guo Chao · 11 years ago
  42. 2bbbee2 ext4: remove unused variable in add_dirent_to_buf() by Guo Chao · 11 years ago
  43. d5ac777 ext4: release buffer when checksum failed by Guo Chao · 11 years ago
  44. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 11 years ago
  45. cfa7275 ext4: remove unused variable flags by Lukas Czerner · 11 years ago
  46. fe38613 ext4: fix ext4_writepage() to achieve data=ordered guarantees by Jan Kara · 11 years ago
  47. 8a850c3 ext4: Make ext4_bio_writepage() handle unprepared buffers by Jan Kara · 11 years ago
  48. b6a8e62 ext4: simplify mpage_add_bh_to_extent() by Jan Kara · 11 years ago
  49. f8bec37 ext4: dirty page has always buffers attached by Jan Kara · 11 years ago
  50. 002bd7f ext4: simplify list handling in ext4_do_flush_completed_IO() by Jan Kara · 11 years ago
  51. 84c1754 ext4: move work from io_end to inode by Jan Kara · 11 years ago
  52. fe089c7 ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io() by Jan Kara · 11 years ago
  53. 1ae48a6 ext4: use redirty_page_for_writepage() in ext4_bio_write_page() by Jan Kara · 11 years ago
  54. 36ade45 ext4: Always use ext4_bio_write_page() for writeout by Jan Kara · 11 years ago
  55. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  56. 03dafb5 ext4: fix memory leak when quota options are specified multiple times by Chen Gang · 11 years ago
  57. c3ad83d quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format by Theodore Ts'o · 11 years ago
  58. 72ba745 ext4: release sysfs kobject when failing to enable quotas on mount by Theodore Ts'o · 11 years ago
  59. aaddea8 ext4: add tracepoint in punching hole by Zheng Liu · 11 years ago
  60. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 11 years ago
  61. 15b4913 ext4: check bh in ext4_read_block_bitmap() by Eryu Guan · 11 years ago
  62. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  63. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 11 years ago
  64. 9931fac Linux 3.8-rc3 by Linus Torvalds · 11 years ago
  65. 5c49985 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  66. 57a0c1e Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  67. e53289c mm: reinstante dropped pmd_trans_splitting() check by Linus Torvalds · 11 years ago
  68. 08c097f cred: Remove tgcred pointer from struct cred by Marc Dionne · 11 years ago
  69. 974b335 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  70. ca5c8a4c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  71. 434fec1 Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  72. 2f64a8d Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 11 years ago
  73. 5595e75 Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 11 years ago
  74. 2d9e02c Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 11 years ago
  75. ed2c891 Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  76. 5c33d9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  77. e8e8962 drm/ttm: fix fence locking in ttm_buffer_object_transfer by Daniel Vetter · 12 years ago
  78. 5cf87a1 Merge tag 'mvebu_fixes_for_v3.8' of git://git.infradead.org/users/jcooper/linux into fixes by Olof Johansson · 11 years ago
  79. 0e3a4a2 ARM: clps711x: Fix bad merge of clockevents setup by Olof Johansson · 11 years ago
  80. daaeec9 Merge tag 'nomadik-fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into fixes by Olof Johansson · 11 years ago
  81. 1ddda1c ARM: highbank: save and restore L2 cache and GIC on suspend by Rob Herring · 11 years ago
  82. 9852910 ARM: highbank: add a power request clear by Rob Herring · 11 years ago
  83. 0b3455a ARM: highbank: fix secondary boot and hotplug by Rob Herring · 11 years ago
  84. c05ee88 ARM: highbank: fix typos with hignbank in power request functions by Rob Herring · 11 years ago
  85. 3943dee ARM: dts: fix highbank cpu mpidr values by Rob Herring · 11 years ago
  86. 36ff67b ARM: dts: add device_type prop to cpu nodes on Calxeda platforms by Rob Herring · 11 years ago
  87. c75be25 Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  88. be8a42a drm/prime: drop reference on imported dma-buf come from gem by Seung-Woo Kim · 12 years ago
  89. d9a58a7 xen/netfront: improve truesize tracking by Ian Campbell · 11 years ago
  90. f3215be Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 11 years ago
  91. 32fa10b Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  92. e37f0d5 ARM: mx5: Fix MX53 flexcan2 clock by Marek Vasut · 11 years ago
  93. 2a893f9 Merge tag 'pm+acpi-for-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  94. 127aa930 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  95. 6adba67 ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array by Pantelis Antoniou · 11 years ago
  96. d287b875 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  97. 36a25de sctp: fix Kconfig bug in default cookie hmac selection by Alex Elder · 11 years ago
  98. f776372 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  99. 44d22e2 EDAC: Cleanup device deregistering path by Lans Zhang · 12 years ago
  100. 54451663 EDAC: Fix EDAC Kconfig menu by Borislav Petkov · 12 years ago