1. 3d93ec0 Merge branch 'xfs-writepage-rework-4.6' into for-next by Dave Chinner · 9 years ago
  2. 0df61da xfs: ioends require logically contiguous file offsets by Darrick J. Wong · 9 years ago
  3. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 9 years ago
  4. a2bbcb6 Merge branch 'xfs-gut-icdinode-4.6' into for-next by Dave Chinner · 9 years ago
  5. 6d247d4 Merge branch 'xfs-misc-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  6. acb3e26 Merge branch 'xfs-dio-fix-4.6' into for-next by Dave Chinner · 9 years ago
  7. 1b186d2 Merge branch 'xfs-get-next-dquot-4.6' into for-next by Dave Chinner · 9 years ago
  8. c53473b Merge branch 'xfs-rt-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  9. 9deed09 Merge branch 'xfs-torn-log-fixes-4.5' into for-next by Dave Chinner · 9 years ago
  10. 7f6aff3a xfs: only run torn log write detection on dirty logs by Brian Foster · 9 years ago
  11. 717bc0e xfs: refactor in-core log state update to helper by Brian Foster · 9 years ago
  12. 65b99a0 xfs: refactor unmount record detection into helper by Brian Foster · 9 years ago
  13. 82ff6cc xfs: separate log head record discovery from verification by Brian Foster · 9 years ago
  14. 74c66bc ext4: Fix data exposure after failed AIO DIO by Jan Kara · 9 years ago
  15. e10de37 xfs: don't chain ioends during writepage submission by Dave Chinner · 9 years ago
  16. bfce7d2 xfs: factor mapping out of xfs_do_writepage by Dave Chinner · 9 years ago
  17. ad68972 xfs: xfs_cluster_write is redundant by Dave Chinner · 9 years ago
  18. fbcc025 xfs: Introduce writeback context for writepages by Dave Chinner · 9 years ago
  19. 150d5be xfs: remove xfs_cancel_ioend by Dave Chinner · 9 years ago
  20. 988ef92 xfs: remove nonblocking mode from xfs_vm_writepage by Dave Chinner · 9 years ago
  21. 12877da xfs: remove XFS_BUF_ZEROFLAGS macro by Dave Chinner · 9 years ago
  22. 5cfd28b xfs: remove XBF_STALE flag wrapper macros by Dave Chinner · 9 years ago
  23. b68c082 xfs: remove XBF_WRITE flag wrapper macros by Dave Chinner · 9 years ago
  24. 0cac682 xfs: remove XBF_READ flag wrapper macros by Dave Chinner · 9 years ago
  25. 1157b32c xfs: remove XBF_ASYNC flag wrapper macros by Dave Chinner · 9 years ago
  26. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  27. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  28. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  29. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  30. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  31. 5099747 xfs: reinitialise recycled VFS inode correctly by Dave Chinner · 9 years ago
  32. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  33. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  34. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  35. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  36. bf85e09 xfs: RT bitmap and summary buffers need verifiers by Dave Chinner · 9 years ago
  37. f67ca6e xfs: RT bitmap and summary buffers are not typed by Dave Chinner · 9 years ago
  38. af055e3 xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown by Brian Foster · 9 years ago
  39. 60630fe xfs: clean up unwritten buffers on write failure by Brian Foster · 9 years ago
  40. 244efea xfs: move struct xfs_attr_shortform to xfs_da_format.h by Darrick J. Wong · 9 years ago
  41. 18f1df4 xfs: Make xfsaild freezeable again by Michal Hocko · 9 years ago
  42. de0b85a xfs: remove unused function definitions by Eric Sandeen · 9 years ago
  43. edfd9dd xfs: move buffer invalidation to xfs_btree_free_block by Christoph Hellwig · 9 years ago
  44. c46ee8a xfs: factor btree block freeing into a helper by Christoph Hellwig · 9 years ago
  45. 196328e xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot by Christoph Hellwig · 9 years ago
  46. c19b104 xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO by Christoph Hellwig · 9 years ago
  47. 273dda7 xfs: don't use ioends for direct write completions by Christoph Hellwig · 9 years ago
  48. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 9 years ago
  49. be60794 xfs: Split default quota limits by quota type by Carlos Maiolino · 9 years ago
  50. 296c24e xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk by Eric Sandeen · 9 years ago
  51. 8aa7d37 xfs: Factor xfs_seek_hole_data into helper by Eric Sandeen · 9 years ago
  52. 4d4d952 xfs: get quota inode from mp & flags rather than dqp by Eric Sandeen · 9 years ago
  53. a484bcd xfs: don't overflow quota ID when initializing dqblk by Eric Sandeen · 9 years ago
  54. 926132c quota: add new quotactl Q_GETNEXTQUOTA by Eric Sandeen · 9 years ago
  55. 8b37524 quota: add new quotactl Q_XGETNEXTQUOTA by Eric Sandeen · 9 years ago
  56. 3218a3e quota: remove unused cmd argument from quota_quotaon() by Eric Sandeen · 9 years ago
  57. 8e0bd49 xfs: fix endianness error when checking log block crc on big endian platforms by Darrick J. Wong · 9 years ago
  58. 4b680af xfs: lock rt summary inode on allocation by Dave Chinner · 9 years ago
  59. 36f90b0 Linux 4.5-rc2 by Linus Torvalds · 9 years ago
  60. d784ef5 Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  61. 54e3f3e Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  62. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  63. f3ca903 Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  64. 510ae0c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  65. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  66. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. bbfb239 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. f25a96e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 660f6fe Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  73. bb47680 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  74. 840d6fe pid: Fix spelling in comments by Zhen Lei · 9 years ago
  75. 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 · 9 years ago
  76. ad0b40fa Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  77. ec1cc55 Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  78. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  79. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  80. 46552e6 Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  81. ad233ac Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 9 years ago
  82. 2973737 Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 9 years ago
  83. f6a239a Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  84. 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 · 9 years ago
  85. a12883f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  86. 13d5699 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  88. 0bce39c Merge branches 'acpi-video' and 'acpi-hotplug' by Rafael J. Wysocki · 9 years ago
  89. b545443 Merge tag 'sound-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  90. b943d0b Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  91. 704bb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  92. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 9 years ago
  93. 6c55d9b serial: 8250_pci: Add Intel Broadwell ports by Mika Westerberg · 9 years ago
  94. 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 9 years ago
  95. 6639484 ALSA: hda - disable dynamic clock gating on Broxton before reset by Libin Yang · 9 years ago
  96. 0d9bacb iommu: Update struct iommu_ops comments by Magnus Damm · 9 years ago
  97. 6f3cdb3 iommu/vt-d: Fix link to Intel IOMMU Specification by Michael S. Tsirkin · 9 years ago
  98. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 9 years ago
  99. da972fb iommu/vt-d: Don't skip PCI devices when disabling IOTLB by Jeremy McNicoll · 9 years ago
  100. c5b6352 irqchip/mxs: Add missing set_handle_irq() by Oleksij Rempel · 9 years ago