1. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 8 years ago
  2. 2d90c16 ext4: more efficient SEEK_DATA implementation by Jan Kara · 8 years ago
  3. e3fb8eb ext4: cleanup handling of bh->b_state in DAX mmap by Jan Kara · 8 years ago
  4. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 8 years ago
  5. 140a525 ext4: factor out determining of hole size by Jan Kara · 8 years ago
  6. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 8 years ago
  7. 600be30 ext4: remove i_ioend_count by Jan Kara · 8 years ago
  8. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 8 years ago
  9. efe70c2 ext4: move trans handling and completion deferal out of _ext4_get_block by Jan Kara · 8 years ago
  10. 705965b ext4: rename and split get blocks functions by Jan Kara · 8 years ago
  11. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 8 years ago
  12. 3bd6ad7 ext4: pack ioend structure better by Jan Kara · 8 years ago
  13. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 8 years ago
  14. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 8 years ago
  15. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 8 years ago
  16. 9bcf976 jbd2: remove unnecessary arguments of jbd2_journal_write_revoke_records by Jan Kara · 8 years ago
  17. 29c6eaf ext4: trim unused parameter from convert_initialized_extent() by Eric Whitney · 8 years ago
  18. 6048c64 mbcache: add reusable flag to cache entries by Andreas Gruenbacher · 8 years ago
  19. 3fd1646 ext4: shortcut setting of xattr to the same value by Jan Kara · 8 years ago
  20. dc8d5e5 mbcache: get rid of _e_hash_list_head by Andreas Gruenbacher · 8 years ago
  21. 2335d05 ext4: kill ext4_mballoc_ready by Andreas Gruenbacher · 8 years ago
  22. 7a2508e mbcache2: rename to mbcache by Jan Kara · 8 years ago
  23. f0c8b46 mbcache2: Use referenced bit instead of LRU by Jan Kara · 8 years ago
  24. c2f3140 mbcache2: limit cache size by Jan Kara · 8 years ago
  25. ecd1e64 mbcache: remove mbcache by Jan Kara · 8 years ago
  26. be0726d ext2: convert to mbcache2 by Jan Kara · 8 years ago
  27. 82939d7 ext4: convert to mbcache2 by Jan Kara · 8 years ago
  28. f9a61eb mbcache2: reimplement mbcache by Jan Kara · 8 years ago
  29. 87f9a03 ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 8 years ago
  30. f96c450 ext4: make sure to revoke all the freeable blocks in ext4_free_blocks by Daeho Jeong · 8 years ago
  31. 74dae42 ext4: fix crashes in dioread_nolock mode by Jan Kara · 8 years ago
  32. ed8ad83 ext4: fix bh->b_state corruption by Jan Kara · 8 years ago
  33. c906f38 ext4: fix memleak in ext4_readdir() by Kirill Tkhai · 8 years ago
  34. 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 8 years ago
  35. bcff248 ext4: don't read blocks from disk after extents being swapped by Eryu Guan · 8 years ago
  36. 4690176 ext4: fix potential integer overflow by Insu Yun · 8 years ago
  37. 802cf1f ext4: add a line break for proc mb_groups display by Huaitong Han · 8 years ago
  38. fdde368 ext4: ioctl: fix erroneous return value by Anton Protopopov · 8 years ago
  39. 05145bd ext4: fix scheduling in atomic on group checksum failure by Jan Kara · 8 years ago
  40. ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 8 years ago
  41. 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 8 years ago
  42. 36f90b0 Linux 4.5-rc2 by Linus Torvalds · 8 years ago
  43. d784ef5 Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  44. 54e3f3e Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  45. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  46. f3ca903 Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  47. 510ae0c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  48. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. bbfb239 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. f25a96e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. 660f6fe Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  56. bb47680 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  57. 840d6fe pid: Fix spelling in comments by Zhen Lei · 8 years ago
  58. 28fb8a5 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  59. ad0b40fa Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  60. ec1cc55 Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  61. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  62. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  63. 46552e6 Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  64. ad233ac Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  65. 2973737 Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 8 years ago
  66. f6a239a Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  67. f51d4d7 Merge tag 'hwmon-for-linus-v4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  68. a12883f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  69. 13d5699 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  70. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  71. 0bce39c Merge branches 'acpi-video' and 'acpi-hotplug' by Rafael J. Wysocki · 8 years ago
  72. b545443 Merge tag 'sound-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  73. b943d0b Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  74. 704bb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  75. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 8 years ago
  76. 6c55d9b serial: 8250_pci: Add Intel Broadwell ports by Mika Westerberg · 8 years ago
  77. 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 8 years ago
  78. 6639484 ALSA: hda - disable dynamic clock gating on Broxton before reset by Libin Yang · 8 years ago
  79. 0d9bacb iommu: Update struct iommu_ops comments by Magnus Damm · 8 years ago
  80. 6f3cdb3 iommu/vt-d: Fix link to Intel IOMMU Specification by Michael S. Tsirkin · 8 years ago
  81. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 8 years ago
  82. da972fb iommu/vt-d: Don't skip PCI devices when disabling IOTLB by Jeremy McNicoll · 8 years ago
  83. c5b6352 irqchip/mxs: Add missing set_handle_irq() by Oleksij Rempel · 8 years ago
  84. 8f6aff9 iommu/io-pgtable-arm: Fix io-pgtable-arm build failure by Lada Trimasova · 8 years ago
  85. 52795f6 i2c: piix4: don't regress on bus names by Jean Delvare · 8 years ago
  86. 5fa7c8e perf: Remove/simplify lockdep annotation by Peter Zijlstra · 8 years ago
  87. c6e5b73 perf: Synchronously clean up child events by Peter Zijlstra · 8 years ago
  88. 60beda8 perf: Untangle 'owner' confusion by Peter Zijlstra · 8 years ago
  89. 45a0e07 perf: Add flags argument to perf_remove_from_context() by Peter Zijlstra · 8 years ago
  90. 8ba289b perf: Clean up sync_child_event() by Peter Zijlstra · 8 years ago
  91. f47c02c perf: Robustify event->owner usage and SMP ordering by Peter Zijlstra · 8 years ago
  92. 6e801e01 perf: Fix STATE_EXIT usage by Peter Zijlstra · 8 years ago
  93. 07c4a77 perf: Update locking order by Peter Zijlstra · 8 years ago
  94. a0733e6 perf: Remove __free_event() by Peter Zijlstra · 8 years ago
  95. e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 8 years ago
  96. 828b6f0 perf: Fix NULL deref by Peter Zijlstra · 8 years ago
  97. 8f04b85 perf/x86: De-obfuscate code by Peter Zijlstra · 8 years ago
  98. e01d871 perf/x86: Fix uninitialized value usage by Peter Zijlstra · 8 years ago
  99. 88867e3 Staging: speakup: fix read scrolled-back VT by Samuel Thibault · 8 years ago
  100. 327b882 Staging: speakup: Fix getting port information by Samuel Thibault · 8 years ago