1. e1a7b7e1 xfs: don't leak quotacheck dquots when cow recovery by Darrick J. Wong · 7 years ago
  2. 7fb3e5e xfs: clear MS_ACTIVE after finishing log recovery by Darrick J. Wong · 7 years ago
  3. 77aedb0 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 7 years ago
  4. d099245 xfs: unset MS_ACTIVE if mount fails by Darrick J. Wong · 8 years ago
  5. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  6. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  7. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  8. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  9. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  10. ddeb14f xfs: quiesce the filesystem after recovery on readonly mount by Dave Chinner · 8 years ago
  11. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  12. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  13. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  14. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  15. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  16. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  17. 544ad71 Merge branch 'xfs-4.7-error-cfg' into for-next by Dave Chinner · 8 years ago
  18. e6b3bb7 xfs: add "fail at unmount" error handling configuration by Carlos Maiolino · 8 years ago
  19. 192852b xfs: configurable error behavior via sysfs by Carlos Maiolino · 8 years ago
  20. 664b60f xfs: improve kmem_realloc by Christoph Hellwig · 8 years ago
  21. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  22. 3c1a79f Merge branch 'xfs-misc-fixes-4.6-2' into for-next by Dave Chinner · 8 years ago
  23. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 8 years ago
  24. 12c3f05 xfs: fix up inode32/64 (re)mount handling by Eric Sandeen · 8 years ago
  25. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 8 years ago
  26. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 8 years ago
  27. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  28. af3b638 xfs: don't leak uuid table on rmmod by Darrick J. Wong · 9 years ago
  29. 225e463 xfs: per-filesystem stats in sysfs by Bill O'Donnell · 9 years ago
  30. 0ae120f xfs: clean up root inode properly on mount failure by Brian Foster · 9 years ago
  31. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
  32. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 9 years ago
  33. e5376fc xfs: sparse inode chunks feature helpers and mount requirements by Brian Foster · 9 years ago
  34. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  35. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 9 years ago
  36. 0bd5dded xfs: replace xfs_mod_incore_sb_batched by Dave Chinner · 9 years ago
  37. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 9 years ago
  38. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 9 years ago
  39. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 9 years ago
  40. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 9 years ago
  41. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  42. 074e427 xfs: sanitise sb_bad_features2 handling by Dave Chinner · 9 years ago
  43. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 9 years ago
  44. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 9 years ago
  45. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 9 years ago
  46. 9a2cc41 xfs: move type conversion functions to xfs_dir.h by Dave Chinner · 9 years ago
  47. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 9 years ago
  48. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 9 years ago
  49. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 9 years ago
  50. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 9 years ago
  51. 91ee575 xfs: allow lazy sb counter sync during filesystem freeze sequence by Brian Foster · 9 years ago
  52. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  53. ba37267 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  54. e3aed1a xfs: xfs_kset should be static by Dave Chinner · 10 years ago
  55. 645f985 Merge branch 'xfs-misc-fixes-3.17-2' into for-next by Dave Chinner · 10 years ago
  56. 4d7eece Merge branch 'xfs-misc-fixes-3.17-1' into for-next by Dave Chinner · 10 years ago
  57. 6eee897 xfs: fix coccinelle warnings by kbuild test robot · 10 years ago
  58. 5ef828c xfs: avoid false quotacheck after unclean shutdown by Eric Sandeen · 10 years ago
  59. d5cf09b xfs: require 64-bit sector_t by Christoph Hellwig · 10 years ago
  60. 9de67c3 xfs: allow inode allocations in post-growfs disk space by Eric Sandeen · 10 years ago
  61. a31b1d3 xfs: add xfs_mount sysfs kobject by Brian Foster · 10 years ago
  62. a70a4fa xfs: fix a couple error sequence jumps in xfs_mountfs() by Brian Foster · 10 years ago
  63. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  64. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  65. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 10 years ago
  66. 8612c7e Merge branch 'xfs-da-geom' into for-next by Dave Chinner · 10 years ago
  67. 556b888 xfs: xfs_readsb needs to check for magic numbers by Dave Chinner · 10 years ago
  68. 0650b55 xfs: introduce directory geometry structure by Dave Chinner · 10 years ago
  69. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 10 years ago
  70. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 10 years ago
  71. 5f44e4c1 Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next by Dave Chinner · 10 years ago
  72. ac75a1f xfs: don't leak EFSBADCRC to userspace by Dave Chinner · 10 years ago
  73. daba542 xfs: skip verification on initial "guess" superblock read by Eric Sandeen · 10 years ago
  74. 8f80587 xfs: increase inode cluster size for v5 filesystems by Dave Chinner · 11 years ago
  75. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  76. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  77. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  78. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  79. 46677e6 xfs: Register hotcpu notifier after initialization by Richard Weinberger · 11 years ago
  80. c2bfbc9 xfs: fix the comment of xfs_mountfs() by Zhi Yong Wu · 11 years ago
  81. 99e738b7 xfs: fix the comment of xfs_mod_incore_sb_unlocked() by Zhi Yong Wu · 11 years ago
  82. 0471f62 xfs: fix the comment of xfs_check_sizes() by Zhi Yong Wu · 11 years ago
  83. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  84. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  85. ff55068 xfs: introduce xfs_sb.c for sharing with libxfs by Dave Chinner · 11 years ago
  86. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  87. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  88. d892d58 xfs: Start using pquotaino from the superblock. by Chandra Seetharaman · 11 years ago
  89. 0102629 xfs: Initialize all quota inodes to be NULLFSINO by Chandra Seetharaman · 11 years ago
  90. 83e782e xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD by Chandra Seetharaman · 11 years ago
  91. 39a45d8 xfs: Remove XFS_MOUNT_RETERR by Jie Liu · 11 years ago
  92. 34d7f60 xfs: Don't keep silent if sunit/swidth can not be changed via mount by Jie Liu · 11 years ago
  93. 3451018 xfs: don't emit v5 superblock warnings on write by Dave Chinner · 11 years ago
  94. e721f50 xfs: implement extended feature masks by Dave Chinner · 11 years ago
  95. 04a1e6c xfs: add CRC checks to the superblock by Dave Chinner · 11 years ago
  96. 5166ab0 xfs: make use of XFS_SB_LOG_RES() at xfs_mount_log_sb() by Jeff Liu · 11 years ago
  97. e457274 xfs: make use of XFS_SB_LOG_RES() at xfs_log_sbcount() by Jeff Liu · 11 years ago
  98. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 11 years ago
  99. aeb4f20 xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magic by Eric Sandeen · 11 years ago
  100. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago