1. ab9d1e4 Merge branch 'xfs-misc-fixes-4.6-3' into for-next by Dave Chinner · 9 years ago
  2. a5fd276 xfs: remove impossible condition by Luis de Bethencourt · 9 years ago
  3. 30cbc59 xfs: check sizes of XFS on-disk structures at compile time by Darrick J. Wong · 9 years ago
  4. 3c1a79f Merge branch 'xfs-misc-fixes-4.6-2' into for-next by Dave Chinner · 9 years ago
  5. 85a9f38 Merge branch 'xfs-dax-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  6. 3d93ec0 Merge branch 'xfs-writepage-rework-4.6' into for-next by Dave Chinner · 9 years ago
  7. 0df61da xfs: ioends require logically contiguous file offsets by Darrick J. Wong · 9 years ago
  8. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 9 years ago
  9. a2bbcb6 Merge branch 'xfs-gut-icdinode-4.6' into for-next by Dave Chinner · 9 years ago
  10. 6d247d4 Merge branch 'xfs-misc-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  11. acb3e26 Merge branch 'xfs-dio-fix-4.6' into for-next by Dave Chinner · 9 years ago
  12. 1b186d2 Merge branch 'xfs-get-next-dquot-4.6' into for-next by Dave Chinner · 9 years ago
  13. c53473b Merge branch 'xfs-rt-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  14. 9deed09 Merge branch 'xfs-torn-log-fixes-4.5' into for-next by Dave Chinner · 9 years ago
  15. 5110cd8 xfs: use named array initializers for log item dumping by Darrick J. Wong · 9 years ago
  16. 49ca911 xfs: fix computation of inode btree maxlevels by Darrick J. Wong · 9 years ago
  17. a798011 xfs: reinitialise per-AG structures if geometry changes during recovery by Dave Chinner · 9 years ago
  18. 7f6aff3a xfs: only run torn log write detection on dirty logs by Brian Foster · 9 years ago
  19. 717bc0e xfs: refactor in-core log state update to helper by Brian Foster · 9 years ago
  20. 65b99a0 xfs: refactor unmount record detection into helper by Brian Foster · 9 years ago
  21. 82ff6cc xfs: separate log head record discovery from verification by Brian Foster · 9 years ago
  22. a7e5d03 xfs: remove xfs_trans_get_block_res by Christoph Hellwig · 9 years ago
  23. 12c3f05 xfs: fix up inode32/64 (re)mount handling by Eric Sandeen · 9 years ago
  24. 5d518bd xfs: fix format specifier , should be %llx and not %llu by Colin Ian King · 9 years ago
  25. a08ee40 xfs: sanitize remount options by Eric Sandeen · 9 years ago
  26. 2e74af0 xfs: convert mount option parsing to tokens by Eric Sandeen · 9 years ago
  27. 2e83b79 xfs: fix two memory leaks in xfs_attr_list.c error paths by Mateusz Guzik · 9 years ago
  28. 6448543 xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE by Dave Chinner · 9 years ago
  29. 3a6a854 xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/cleared by Dave Chinner · 9 years ago
  30. db10c69 xfs: S_DAX is only for regular files by Dave Chinner · 9 years ago
  31. e889752 xfs: XFS_DIFLAG_DAX is only for regular files or directories by Dave Chinner · 9 years ago
  32. 74c66bc ext4: Fix data exposure after failed AIO DIO by Jan Kara · 9 years ago
  33. e10de37 xfs: don't chain ioends during writepage submission by Dave Chinner · 9 years ago
  34. bfce7d2 xfs: factor mapping out of xfs_do_writepage by Dave Chinner · 9 years ago
  35. ad68972 xfs: xfs_cluster_write is redundant by Dave Chinner · 9 years ago
  36. fbcc025 xfs: Introduce writeback context for writepages by Dave Chinner · 9 years ago
  37. 150d5be0 xfs: remove xfs_cancel_ioend by Dave Chinner · 9 years ago
  38. 988ef92 xfs: remove nonblocking mode from xfs_vm_writepage by Dave Chinner · 9 years ago
  39. 12877da xfs: remove XFS_BUF_ZEROFLAGS macro by Dave Chinner · 9 years ago
  40. 5cfd28b xfs: remove XBF_STALE flag wrapper macros by Dave Chinner · 9 years ago
  41. b68c082 xfs: remove XBF_WRITE flag wrapper macros by Dave Chinner · 9 years ago
  42. 0cac682 xfs: remove XBF_READ flag wrapper macros by Dave Chinner · 9 years ago
  43. 1157b32c xfs: remove XBF_ASYNC flag wrapper macros by Dave Chinner · 9 years ago
  44. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  45. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  46. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  47. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  48. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  49. 5099747 xfs: reinitialise recycled VFS inode correctly by Dave Chinner · 9 years ago
  50. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  51. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  52. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  53. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  54. bf85e09 xfs: RT bitmap and summary buffers need verifiers by Dave Chinner · 9 years ago
  55. f67ca6e xfs: RT bitmap and summary buffers are not typed by Dave Chinner · 9 years ago
  56. af055e3 xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown by Brian Foster · 9 years ago
  57. 60630fe xfs: clean up unwritten buffers on write failure by Brian Foster · 9 years ago
  58. 244efea xfs: move struct xfs_attr_shortform to xfs_da_format.h by Darrick J. Wong · 9 years ago
  59. 18f1df4 xfs: Make xfsaild freezeable again by Michal Hocko · 9 years ago
  60. de0b85a xfs: remove unused function definitions by Eric Sandeen · 9 years ago
  61. edfd9dd xfs: move buffer invalidation to xfs_btree_free_block by Christoph Hellwig · 9 years ago
  62. c46ee8a xfs: factor btree block freeing into a helper by Christoph Hellwig · 9 years ago
  63. 196328e xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot by Christoph Hellwig · 9 years ago
  64. c19b104 xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO by Christoph Hellwig · 9 years ago
  65. 273dda7 xfs: don't use ioends for direct write completions by Christoph Hellwig · 9 years ago
  66. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 9 years ago
  67. be60794 xfs: Split default quota limits by quota type by Carlos Maiolino · 9 years ago
  68. 296c24e xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk by Eric Sandeen · 9 years ago
  69. 8aa7d37 xfs: Factor xfs_seek_hole_data into helper by Eric Sandeen · 9 years ago
  70. 4d4d952 xfs: get quota inode from mp & flags rather than dqp by Eric Sandeen · 9 years ago
  71. a484bcd xfs: don't overflow quota ID when initializing dqblk by Eric Sandeen · 9 years ago
  72. 926132c quota: add new quotactl Q_GETNEXTQUOTA by Eric Sandeen · 9 years ago
  73. 8b37524 quota: add new quotactl Q_XGETNEXTQUOTA by Eric Sandeen · 9 years ago
  74. 3218a3e quota: remove unused cmd argument from quota_quotaon() by Eric Sandeen · 9 years ago
  75. 8e0bd49 xfs: fix endianness error when checking log block crc on big endian platforms by Darrick J. Wong · 9 years ago
  76. 4b680af xfs: lock rt summary inode on allocation by Dave Chinner · 9 years ago
  77. 36f90b0 Linux 4.5-rc2 by Linus Torvalds · 9 years ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. 510ae0c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 660f6fe Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  91. bb47680 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  92. 840d6fe pid: Fix spelling in comments by Zhen Lei · 9 years ago
  93. 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
  94. ad0b40fa Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  95. 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
  96. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  97. 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
  98. 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
  99. 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
  100. 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