1. ff3d8b9 xfs: don't block on the ilock for RWF_NOWAIT by Christoph Hellwig · 7 years ago
  2. af5b5af xfs: don't start out with the exclusive ilock for direct I/O by Christoph Hellwig · 7 years ago
  3. 172ed39 xfs: don't allocate COW blocks for zeroing holes or unwritten extents by Christoph Hellwig · 7 years ago
  4. b4d8ad7f xfs: fix s_maxbytes overflow problems by Darrick J. Wong · 7 years ago
  5. b7e0b6f xfs: make iomap_begin functions trim iomaps consistently by Darrick J. Wong · 7 years ago
  6. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  7. 808eb24 Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  8. aaa422c fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core by Dan Williams · 7 years ago
  9. b2b1712 xfs: introduce the xfs_iext_cursor abstraction by Christoph Hellwig · 7 years ago
  10. a39e596 xfs: support for synchronous DAX faults by Christoph Hellwig · 7 years ago
  11. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  12. 19fe5f6 iomap: Switch from blkno to disk offset by Andreas Gruenbacher · 7 years ago
  13. ee70daa xfs: update i_size after unwritten conversion in dio completion by Eryu Guan · 7 years ago
  14. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  15. f91fb95 xfs: remove unused flags arg from xfs_file_iomap_begin_delay by Eric Sandeen · 7 years ago
  16. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  17. 486aff5 xfs: perform dax_device lookup at mount by Dan Williams · 7 years ago
  18. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  19. f8c4725 xfs: convert drop_writes to use the errortag mechanism by Darrick J. Wong · 7 years ago
  20. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 7 years ago
  21. 29a5d29e xfs: nowait aio support by Goldwyn Rodrigues · 7 years ago
  22. f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 7 years ago
  23. d484467 Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  24. fa5d932 ext2, ext4, xfs: retrieve dax_device for iomap operations by Dan Williams · 8 years ago
  25. 84358536d xfs: actually report xattr extents via iomap by Darrick J. Wong · 7 years ago
  26. 63fbb4c xfs: remove the ISUNWRITTEN macro by Christoph Hellwig · 7 years ago
  27. f65e6fa xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 8 years ago
  28. 9dbddd7 xfs: resurrect debug mode drop buffered writes mechanism by Brian Foster · 8 years ago
  29. fa7f138 xfs: clear delalloc and cache on buffered write failure by Brian Foster · 8 years ago
  30. 3c68d44 xfs: allocate direct I/O COW blocks in iomap_begin by Christoph Hellwig · 8 years ago
  31. f13eb20 xfs: introduce xfs_aligned_fsb_count by Christoph Hellwig · 8 years ago
  32. 54a4ef8 xfs: reject all unaligned direct writes to reflinked files by Christoph Hellwig · 8 years ago
  33. 5eda430 xfs: mark speculative prealloc CoW fork extents unwritten by Darrick J. Wong · 8 years ago
  34. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  35. d2b3964 xfs: fix COW writeback race by Christoph Hellwig · 8 years ago
  36. acdda3a xfs: use iomap_dio_rw by Christoph Hellwig · 8 years ago
  37. f782088 xfs: pass post-eof speculative prealloc blocks to bmapi by Brian Foster · 8 years ago
  38. 974ae92 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 8 years ago
  39. 656152e xfs: use new extent lookup helpers xfs_file_iomap_begin_delay by Christoph Hellwig · 8 years ago
  40. 65c5f41 xfs: remove prev argument to xfs_bmapi_reserve_delalloc by Christoph Hellwig · 8 years ago
  41. 3ba020b xfs: optimize writes to reflink files by Christoph Hellwig · 8 years ago
  42. 5f9268c xfs: don't bother looking at the refcount tree for reads by Christoph Hellwig · 8 years ago
  43. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  44. db1327b xfs: report shared extent mappings to userspace correctly by Darrick J. Wong · 8 years ago
  45. 60b4984 xfs: support allocating delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  46. 2a06705 xfs: create delalloc extents in CoW fork by Darrick J. Wong · 8 years ago
  47. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  48. 6c31f49 xfs: use iomap to implement DAX by Christoph Hellwig · 8 years ago
  49. 66642c5 xfs: take the ilock shared if possible in xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  50. ecd5072 iomap: add IOMAP_F_NEW flag by Christoph Hellwig · 8 years ago
  51. 51446f5 xfs: rewrite and optimize the delalloc write path by Christoph Hellwig · 8 years ago
  52. f8e3a82 xfs: factor our a helper to calculate the EOF alignment by Christoph Hellwig · 8 years ago
  53. e9c4973 xfs: move xfs_bmbt_to_iomap up by Christoph Hellwig · 8 years ago
  54. 32438cf Merge branch 'iomap-fixes-4.8-rc3' into for-next by Dave Chinner · 8 years ago
  55. 1d4795e xfs: (re-)implement FIEMAP_FLAG_XATTR by Christoph Hellwig · 8 years ago
  56. b95a212 xfs: simplify xfs_file_iomap_begin by Christoph Hellwig · 8 years ago
  57. 0af32fb xfs: fix bogus space reservation in xfs_iomap_write_allocate by Christoph Hellwig · 8 years ago
  58. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  59. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  60. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  61. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  62. 3b3dce0 xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c by Christoph Hellwig · 8 years ago
  63. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  64. dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next by Dave Chinner · 9 years ago
  65. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  66. 3b0fe47 xfs: Don't use reserved blocks for data blocks with DAX by Dave Chinner · 9 years ago
  67. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  68. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
  69. 8a56d7c Merge branch 'xfs-io-fixes' into for-next by Dave Chinner · 9 years ago
  70. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  71. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  72. dbd5c8c xfs: pass total block res. as total xfs_bmapi_write() parameter by Brian Foster · 9 years ago
  73. 009c6e8 xfs: add missing ilock around dio write last extent alignment by Brian Foster · 9 years ago
  74. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  75. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  76. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 10 years ago
  77. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  78. d32057f xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten by Christoph Hellwig · 10 years ago
  79. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  80. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  81. 76b5730 xfs: overflow in xfs_iomap_eof_align_last_fsb by Peter Watkins · 10 years ago
  82. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  83. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  84. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  85. 5cca3f6 xfs: check for null dquot in xfs_quota_calc_throttle() by Eric Sandeen · 10 years ago
  86. e0ac6d4 Merge branch 'xfs-quota-eofblocks-scan' into for-next by Dave Chinner · 10 years ago
  87. f074051 xfs: squash prealloc while over quota free space as well by Brian Foster · 10 years ago
  88. 7f8a058 Merge branch 'xfs-libxfs-restructure' into for-next by Dave Chinner · 10 years ago
  89. cf11da9 xfs: refine the allocation stack switch by Dave Chinner · 10 years ago
  90. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  91. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  92. 7fb2cd4 xfs: remove unused tp arg from xfs_bmap_last_offset() and callers by Eric Sandeen · 10 years ago
  93. d531d91 xfs: always use unwritten extents for direct I/O writes by Christoph Hellwig · 11 years ago
  94. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  95. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  96. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  97. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  98. 0799a3e xfs: get rid of count from xfs_iomap_write_allocate() by Jie Liu · 11 years ago
  99. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  100. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago