1. 0f929c9 xfs: detect agfl count corruption and reset agfl by Brian Foster · 6 years ago
  2. 93b6451 xfs: ordered buffer log items are never formatted by Brian Foster · 7 years ago
  3. 6b6505d xfs: add log recovery tracepoint for head/tail by Brian Foster · 7 years ago
  4. 7cb011b xfs: push buffer of flush locked dquot to avoid quotacheck deadlock by Brian Foster · 7 years ago
  5. 5bbf5ba xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 7 years ago
  6. e02f0ff xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 7 years ago
  7. c1112b6 xfs: optimize xfs_reflink_end_cow by Christoph Hellwig · 8 years ago
  8. 3ba020b xfs: optimize writes to reflink files by Christoph Hellwig · 8 years ago
  9. 35a891b Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  10. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. 1f08af5 xfs: implement swapext for rmap filesystems by Darrick J. Wong · 8 years ago
  12. ceeb9c8 xfs: use interval query for rmap alloc operations on shared files by Darrick J. Wong · 8 years ago
  13. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  14. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  15. 0613f16 xfs: implement CoW for directio writes by Darrick J. Wong · 8 years ago
  16. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  17. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  18. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  19. 53aa1c3 xfs: define tracepoints for reflink activities by Darrick J. Wong · 8 years ago
  20. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  21. f65306e xfs: map an inode's offset to an exact physical block by Darrick J. Wong · 8 years ago
  22. 33ba612 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  23. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  24. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  25. c75c752 xfs: define tracepoints for refcount btree activities by Darrick J. Wong · 8 years ago
  26. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  27. 5cd9cee xfs: log recovery tracepoints to track current lsn and buffer submission by Brian Foster · 8 years ago
  28. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  29. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  30. ea78d80 xfs: track log done items directly in the deferred pending work item by Darrick J. Wong · 8 years ago
  31. b95a212 xfs: simplify xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  32. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  33. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  34. aa966d8 xfs: add tracepoints for the rmap functions by Darrick J. Wong · 8 years ago
  35. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  36. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  37. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  38. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago
  39. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 8 years ago
  40. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 8 years ago
  41. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 8 years ago
  42. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  43. 16d4d43 xfs: split direct I/O and DAX path by Christoph Hellwig · 8 years ago
  44. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  45. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  46. 479c641 xfs: enable buffer deadlock postmortem diagnosis via ftrace by Darrick J. Wong · 8 years ago
  47. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  48. 544ad71 Merge branch 'xfs-4.7-error-cfg' into for-next by Dave Chinner · 8 years ago
  49. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 8 years ago
  50. df30939 xfs: add configurable error support to metadata buffers by Carlos Maiolino · 8 years ago
  51. 9f27889 xfs: Add caller function output to xfs_log_force tracepoint by Carlos Maiolino · 8 years ago
  52. 710b1e2 xfs: remove transaction types by Christoph Hellwig · 8 years ago
  53. 273dda7 xfs: don't use ioends for direct write completions by Christoph Hellwig · 8 years ago
  54. 121e213 xfs: add tracepoints to readpage calls by Dave Chinner · 8 years ago
  55. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  56. 3af4928 xfs: add ->pfn_mkwrite support for DAX by Dave Chinner · 9 years ago
  57. 0a50f16 xfs: add an xfs_zero_eof() tracepoint by Brian Foster · 9 years ago
  58. acd76e7 xfs: huge page fault support by Matthew Wilcox · 9 years ago
  59. 78d57e4 xfs: icreate log item recovery and cancellation tracepoints by Brian Foster · 9 years ago
  60. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 9 years ago
  61. 542c311 Merge branch 'xfs-dio-extend-fix' into for-next by Dave Chinner · 9 years ago
  62. a06c277 xfs: DIO writes within EOF don't need an ioend by Dave Chinner · 9 years ago
  63. 6dfa1b6 xfs: handle DIO overwrite EOF update completion correctly by Dave Chinner · 9 years ago
  64. d5cc2e3 xfs: DIO needs an ioend for writes by Dave Chinner · 9 years ago
  65. a448f8f Merge branch 'fallocate-insert-range' into for-next by Dave Chinner · 9 years ago
  66. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 9 years ago
  67. a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  68. 65dd297 xfs: %pF is only for function pointers by Scott Wood · 9 years ago
  69. 075a924 xfs: use i_mmaplock on write faults by Dave Chinner · 9 years ago
  70. de0e8c2 xfs: use i_mmaplock on read faults by Dave Chinner · 9 years ago
  71. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  72. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  73. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  74. 232c2f5 Merge branch 'xfs-filestreams-lookup' into for-next by Dave Chinner · 10 years ago
  75. b94acd4 xfs: add filestream allocator tracepoints by Christoph Hellwig · 10 years ago
  76. 897b73b xfs: zeroing space needs to punch delalloc blocks by Dave Chinner · 10 years ago
  77. e1d8fb8 xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  78. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  79. 750b9c9 xfs: trace AIL manipulations by Dave Chinner · 11 years ago
  80. da89bd2 Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  81. 5f6bed7 xfs: Introduce an ordered buffer item by Dave Chinner · 11 years ago
  82. 725eb1e xfs: fix the symbolic link assert in xfs_ifree by Mark Tinguely · 11 years ago
  83. 34097df xfs: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  84. 19cb7e3 xfs: xfs_iomap_prealloc_size() tracepoint by Brian Foster · 11 years ago
  85. 9f87832 xfs: fix shutdown hang on invalid inode during create by Dave Chinner · 11 years ago
  86. ee73259 xfs: add more attribute tree trace points. by Dave Chinner · 12 years ago
  87. 41176a6 xfs: create function to scan and clear EOFBLOCKS inodes by Brian Foster · 12 years ago
  88. 27b5286 xfs: add EOFBLOCKS inode tagging/untagging by Brian Foster · 12 years ago
  89. 1ed845d xfs: kill struct declarations in xfs_mount.h by Alex Elder · 12 years ago
  90. 69ff282 xfs: implement ->update_time by Christoph Hellwig · 12 years ago
  91. ad223e6 xfs: rename log structure to xlog by Mark Tinguely · 12 years ago
  92. 14c26c6 xfs: add trace points for log forces by Dave Chinner · 12 years ago
  93. 4ecbfe6 xfs: clean up busy extent naming by Dave Chinner · 12 years ago
  94. 4e94b71 xfs: use blocks for counting length of buffers by Dave Chinner · 12 years ago
  95. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  96. 5a5881c xfs: add lots of attribute trace points by Dave Chinner · 12 years ago
  97. f616137 xfs: trace xfs_name strings correctly by Christoph Hellwig · 12 years ago
  98. 9f920f1 xfs: use per-filesystem radix trees for dquot lookup by Christoph Hellwig · 12 years ago
  99. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 12 years ago
  100. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 12 years ago