1. e6e3f36 xfs: clear sb->s_fs_info on mount failure by Dave Chinner · 6 years ago
  2. 81cb6f1 xfs: use kmem_free to free return value of kmem_zalloc by Pan Bian · 7 years ago
  3. c2ad2dc xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 7 years ago
  4. 3b83a02 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 7 years ago
  5. 63646fc xfs: check inode reflink flag before calling reflink functions by Darrick J. Wong · 8 years ago
  6. e54b5bf xfs: recognize the reflink feature bit by Darrick J. Wong · 8 years ago
  7. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  8. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  9. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  10. 5e7e605 xfs: cancel pending CoW reservations when destroying inodes by Darrick J. Wong · 8 years ago
  11. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  12. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  13. 6413a01 xfs: create bmbt update intent log items by Darrick J. Wong · 8 years ago
  14. 33ba612 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  15. baf4bcac xfs: create refcount update intent log items by Darrick J. Wong · 8 years ago
  16. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  17. ddeb14f xfs: quiesce the filesystem after recovery on readonly mount by Dave Chinner · 8 years ago
  18. cd00158 xfs: convert RUI log formats to use variable length arrays by Darrick J. Wong · 8 years ago
  19. 738f57c xfs: disallow mounting of realtime + rmap filesystems by Darrick J. Wong · 8 years ago
  20. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  21. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  22. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  23. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  24. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  25. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  26. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  27. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  28. 72ccbbe xfs: remove EXPERIMENTAL tag from sparse inode feature by Dave Chinner · 8 years ago
  29. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  30. e66a4c6 xfs: convert list of extents to free into a regular list by Darrick J. Wong · 8 years ago
  31. fa5a4f5 xfs: cancel eofblocks background trimming on remount read-only by Brian Foster · 8 years ago
  32. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  33. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  34. 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
  35. 555b67e Merge branch 'xfs-4.7-inode-reclaim' into for-next by Dave Chinner · 8 years ago
  36. 8b7a242 Merge branch 'xfs-4.7-writeback-bio' into for-next by Dave Chinner · 8 years ago
  37. 8179c03 xfs: remove xfs_fs_evict_inode() by Dave Chinner · 8 years ago
  38. 1e937cd xfs: Add alignment check for DAX mount by Toshi Kani · 8 years ago
  39. 0e51a8e xfs: optimize bio handling in the buffer writeback path by Christoph Hellwig · 8 years ago
  40. ce5c767 xfs: add missing break in xfs_parseargs() by Eryu Guan · 8 years ago
  41. d0a58e8 xfs: disallow rw remount on fs with unknown ro-compat features by Eric Sandeen · 8 years ago
  42. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  43. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  44. ab9d1e4 Merge branch 'xfs-misc-fixes-4.6-3' into for-next by Dave Chinner · 8 years ago
  45. 30cbc59 xfs: check sizes of XFS on-disk structures at compile time by Darrick J. Wong · 8 years ago
  46. 12c3f05 xfs: fix up inode32/64 (re)mount handling by Eric Sandeen · 8 years ago
  47. a08ee40 xfs: sanitize remount options by Eric Sandeen · 8 years ago
  48. 2e74af0 xfs: convert mount option parsing to tokens by Eric Sandeen · 8 years ago
  49. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  50. a841b64 XFS: Use a signed return type for suffix_kstrtoint() by Markus Elfring · 8 years ago
  51. 4e14e49 Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next by Dave Chinner · 9 years ago
  52. 7a29ac4 xfs: give all workqueues rescuer threads by Chris Mason · 9 years ago
  53. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  54. af3b638 xfs: don't leak uuid table on rmmod by Darrick J. Wong · 9 years ago
  55. f9d460b xfs: fix an error code in xfs_fs_fill_super() by Dan Carpenter · 9 years ago
  56. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  57. 225e463 xfs: per-filesystem stats in sysfs by Bill O'Donnell · 9 years ago
  58. 80529c4 xfs: pass xfsstats structures to handlers and macros by Bill O'Donnell · 9 years ago
  59. bb230c1 xfs: create global stats and stats_clear in sysfs by Bill O'Donnell · 9 years ago
  60. 77a7880 Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  61. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  62. 2ccf4a9 xfs: collapse allocsize and biosize mount option handling by Eric Sandeen · 9 years ago
  63. 1b867d3 xfs: relocate sparse inode mount warning by Brian Foster · 9 years ago
  64. cbe4dab xfs: add initial DAX support by Dave Chinner · 9 years ago
  65. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  67. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  68. bbe051c xfs: disallow ro->rw remount on norecovery mount by Eric Sandeen · 9 years ago
  69. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 9 years ago
  70. 5e9383f xfs: Fix incorrect positive ENOMEM return by Joe Perches · 9 years ago
  71. 88e8fda Merge branch 'xfs-mmap-lock' into for-next by Dave Chinner · 9 years ago
  72. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 9 years ago
  73. 444a702 xfs: remove deprecated mount options by Eric Sandeen · 9 years ago
  74. 3b9ce79 xfs: log unmount events on console by Eric Sandeen · 9 years ago
  75. 653c60b xfs: introduce mmap/truncate lock by Dave Chinner · 9 years ago
  76. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 9 years ago
  77. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 9 years ago
  78. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 9 years ago
  79. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  80. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 9 years ago
  81. bad9626 Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next by Dave Chinner · 9 years ago
  82. 01f9882 xfs: report proper f_files in statfs if we overshoot imaxpct by Eric Sandeen · 9 years ago
  83. 465e2de Merge branch 'xfs-sb-logging-rework' into for-next by Dave Chinner · 9 years ago
  84. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 9 years ago
  85. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 9 years ago
  86. 77af574 xfs: remove extra newlines from xfs messages by Eric Sandeen · 9 years ago
  87. c05e14f Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  88. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  89. b29c70f xfs: split metadata and log buffer completion to separate workqueues by Brian Foster · 10 years ago
  90. cdc9cec xfs: active inodes stat is broken by Dave Chinner · 10 years ago
  91. e77b854 Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2 by Dave Chinner · 10 years ago
  92. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  93. d2a5e3c xfs: remove unnecessary null checks by Markus Elfring · 10 years ago
  94. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  95. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  96. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  97. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  98. 78c931b xfs: replace global xfslogd wq with per-mount wq by Brian Foster · 10 years ago
  99. 17ef4fd xfs: Set allowed quota types by Jan Kara · 10 years ago
  100. e3aed1a xfs: xfs_kset should be static by Dave Chinner · 10 years ago