1. 645f985 Merge branch 'xfs-misc-fixes-3.17-2' into for-next by Dave Chinner · 10 years ago
  2. 4d7eece Merge branch 'xfs-misc-fixes-3.17-1' into for-next by Dave Chinner · 10 years ago
  3. 6eee897 xfs: fix coccinelle warnings by kbuild test robot · 10 years ago
  4. 5ef828c xfs: avoid false quotacheck after unclean shutdown by Eric Sandeen · 10 years ago
  5. d5cf09b xfs: require 64-bit sector_t by Christoph Hellwig · 10 years ago
  6. 9de67c3 xfs: allow inode allocations in post-growfs disk space by Eric Sandeen · 10 years ago
  7. a31b1d3 xfs: add xfs_mount sysfs kobject by Brian Foster · 10 years ago
  8. a70a4fa xfs: fix a couple error sequence jumps in xfs_mountfs() by Brian Foster · 10 years ago
  9. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  10. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  11. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 10 years ago
  12. 8612c7e Merge branch 'xfs-da-geom' into for-next by Dave Chinner · 10 years ago
  13. 556b888 xfs: xfs_readsb needs to check for magic numbers by Dave Chinner · 10 years ago
  14. 0650b55 xfs: introduce directory geometry structure by Dave Chinner · 10 years ago
  15. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 10 years ago
  16. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 10 years ago
  17. 5f44e4c1 Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next by Dave Chinner · 10 years ago
  18. ac75a1f xfs: don't leak EFSBADCRC to userspace by Dave Chinner · 10 years ago
  19. daba542 xfs: skip verification on initial "guess" superblock read by Eric Sandeen · 10 years ago
  20. 8f80587 xfs: increase inode cluster size for v5 filesystems by Dave Chinner · 11 years ago
  21. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  22. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  23. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  24. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  25. 46677e6 xfs: Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
  26. c2bfbc9 xfs: fix the comment of xfs_mountfs() by Zhi Yong Wu · 11 years ago
  27. 99e738b7 xfs: fix the comment of xfs_mod_incore_sb_unlocked() by Zhi Yong Wu · 11 years ago
  28. 0471f62 xfs: fix the comment of xfs_check_sizes() by Zhi Yong Wu · 11 years ago
  29. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  30. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  31. ff55068 xfs: introduce xfs_sb.c for sharing with libxfs by Dave Chinner · 11 years ago
  32. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  33. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  34. d892d58 xfs: Start using pquotaino from the superblock. by Chandra Seetharaman · 11 years ago
  35. 0102629 xfs: Initialize all quota inodes to be NULLFSINO by Chandra Seetharaman · 11 years ago
  36. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 11 years ago
  37. 39a45d8 xfs: Remove XFS_MOUNT_RETERR by Jie Liu · 11 years ago
  38. 34d7f60 xfs: Don't keep silent if sunit/swidth can not be changed via mount by Jie Liu · 11 years ago
  39. 3451018 xfs: don't emit v5 superblock warnings on write by Dave Chinner · 11 years ago
  40. e721f50 xfs: implement extended feature masks by Dave Chinner · 11 years ago
  41. 04a1e6c xfs: add CRC checks to the superblock by Dave Chinner · 11 years ago
  42. 5166ab0 xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb() by Jeff Liu · 11 years ago
  43. e457274 xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount() by Jeff Liu · 11 years ago
  44. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 11 years ago
  45. aeb4f20 xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magic by Eric Sandeen · 12 years ago
  46. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  47. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  48. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  49. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 12 years ago
  50. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  51. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  52. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  53. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago
  54. cf2931d xfs: Bring some sanity to log unmounting by Dave Chinner · 12 years ago
  55. 7e18530 xfs: rationalise xfs_mount_wq users by Dave Chinner · 12 years ago
  56. 2d2194f xfs: reduce code duplication handling inode32/64 options by Carlos Maiolino · 12 years ago
  57. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  58. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago
  59. 9a57fa8 xfs: wait for the write the superblock on unmount by Mark Tinguely · 12 years ago
  60. d2c2819 xfs: m_maxioffset is redundant by Dave Chinner · 12 years ago
  61. d4f3512 xfs: flush outstanding buffers on log mount failure by Dave Chinner · 12 years ago
  62. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 12 years ago
  63. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  64. 211e4d4 xfs: implement freezing by emptying the AIL by Christoph Hellwig · 12 years ago
  65. 6bd92a2 Change xfs_sb_from_disk() interface to take a mount pointer by Chandra Seetharaman · 13 years ago
  66. 021000e xfs: show uuid when mount fails due to duplicate uuid by Mitsuo Hayasaka · 13 years ago
  67. a9add83 xfs: remove XFS_bflush by Christoph Hellwig · 13 years ago
  68. 901796a xfs: clean up xfs_ioerror_alert by Christoph Hellwig · 13 years ago
  69. 87c7bec xfs: fix buffer flushing during unmount by Christoph Hellwig · 13 years ago
  70. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  71. 2ddb4e9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  72. abbede1 xfs: get rid of open-coded S_ISREG(), etc. by Al Viro · 13 years ago
  73. 49074c0 xfs: Remove the macro XFS_BUF_TARGET by Chandra Seetharaman · 13 years ago
  74. 72790aa xfs: Remove macro XFS_BUF_HOLD by Chandra Seetharaman · 13 years ago
  75. adab0f6 xfs: Remove the second parameter to xfs_sb_count() by Chandra Seetharaman · 13 years ago
  76. ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
  77. b2ce397 Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc" by Alex Elder · 13 years ago
  78. c0e090c xfs: consolidate & clarify mount sanity checks by Eric Sandeen · 13 years ago
  79. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  80. 7a249cf xfs: fix filesystsem freeze race in xfs_trans_alloc by Christoph Hellwig · 13 years ago
  81. 45c51b9 xfs: cleanup duplicate initializations by David Sterba · 13 years ago
  82. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  83. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 13 years ago
  84. af34e09 xfs: kill xfs_fs_mount_cmn_err() macro by Dave Chinner · 13 years ago
  85. 1a427ab xfs: convert pag_ici_lock to a spin lock by Dave Chinner · 14 years ago
  86. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 14 years ago
  87. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  88. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  89. 1b04071 xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters by Christoph Hellwig · 14 years ago
  90. 96540c7 xfs: do not use xfs_mod_incore_sb for per-cpu counters by Christoph Hellwig · 14 years ago
  91. 61ba35d xfs: remove XFS_MOUNT_NO_PERCPU_SB by Christoph Hellwig · 14 years ago
  92. 74f75a0 xfs: convert buffer cache hash to rbtree by Dave Chinner · 14 years ago
  93. 69b491c xfs: serialise inode reclaim within an AG by Dave Chinner · 14 years ago
  94. 65d0f20 xfs: split inode AG walking into separate code for reclaim by Dave Chinner · 14 years ago
  95. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  96. 26af655 xfs: kill XBF_FS_MANAGED buffers by Dave Chinner · 14 years ago
  97. e176579 xfs: lockless per-ag lookups by Dave Chinner · 14 years ago
  98. bd32d25 xfs: remove debug assert for per-ag reference counting by Dave Chinner · 14 years ago
  99. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  100. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago