1. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  2. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  3. bba61cb xfs: clean up typedef usage in the EFI/EFD handling code by Darrick J. Wong · 8 years ago
  4. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 8 years ago
  5. 4e0cc29 xfs: move deferred operations into a separate file by Darrick J. Wong · 8 years ago
  6. 28a8956 xfs: refactor btree owner change into a separate visit-blocks function by Darrick J. Wong · 8 years ago
  7. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 8 years ago
  8. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 8 years ago
  9. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 8 years ago
  10. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 8 years ago
  11. 0d30979 xfs: set *stat=1 after iroot realloc by Darrick J. Wong · 8 years ago
  12. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 8 years ago
  13. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 8 years ago
  14. 0facef7 xfs: in _attrlist_by_handle, copy the cursor back to userspace by Darrick J. Wong · 8 years ago
  15. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  16. 72ccbbe xfs: remove EXPERIMENTAL tag from sparse inode feature by Dave Chinner · 8 years ago
  17. 28b783e xfs: bufferhead chains are invalid after end_page_writeback by Dave Chinner · 8 years ago
  18. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  19. 160ae76 libxfs: directory node splitting does not have an extra block by Dave Chinner · 8 years ago
  20. f021bd0 xfs: remove dax code from object file when disabled by Arnd Bergmann · 8 years ago
  21. 99579cc xfs: skip dirty pages in ->releasepage() by Brian Foster · 8 years ago
  22. dc4113d2 Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next by Dave Chinner · 8 years ago
  23. b47ec80 Merge branch 'xfs-4.8-split-dax-dio' into for-next by Dave Chinner · 8 years ago
  24. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  25. f637161 Merge branch 'xfs-4.8-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  26. aa2dd0a xfs: remove __arch_pack by Christoph Hellwig · 8 years ago
  27. 266b696 xfs: kill xfs_dir2_inou_t by Christoph Hellwig · 8 years ago
  28. 8353a64 xfs: kill xfs_dir2_sf_off_t by Christoph Hellwig · 8 years ago
  29. 16d4d43 xfs: split direct I/O and DAX path by Christoph Hellwig · 8 years ago
  30. fa8d972 xfs: direct calls in the direct I/O path by Christoph Hellwig · 8 years ago
  31. f1285ff xfs: stop using generic_file_read_iter for direct I/O by Christoph Hellwig · 8 years ago
  32. bbc5a74 xfs: split xfs_file_read_iter into buffered and direct I/O helpers by Christoph Hellwig · 8 years ago
  33. cf81071 xfs: remove s_maxbytes enforcement in xfs_file_read_iter by Christoph Hellwig · 8 years ago
  34. 3176c3e xfs: kill ioflags by Christoph Hellwig · 8 years ago
  35. 8f3e205 xfs: don't pass ioflags around in the ioctl path by Christoph Hellwig · 8 years ago
  36. 9c7504a xfs: track and serialize in-flight async buffers against unmount by Brian Foster · 8 years ago
  37. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  38. 5539d36 xfs: don't reset b_retries to 0 on every failure by Eric Sandeen · 8 years ago
  39. 0b4db5d xfs: remove extraneous buffer flag changes by Eric Sandeen · 8 years ago
  40. e97f6c5 xfs: fix xfs_error_get_cfg for negative errnos by Eric Sandeen · 8 years ago
  41. ad70328 xfs: remove the magic numbers in xfs_btree_block-related len macros by Hou Tao · 8 years ago
  42. fbfb24b xfs: indentation fix in xfs_btree_get_iroot() by Kaho Ng · 8 years ago
  43. fbc21f3 xfs: don't allow negative error tags by Dan Carpenter · 8 years ago
  44. 7f1b624 xfs: fix type confusion in xfs_ioc_swapext by Jann Horn · 8 years ago
  45. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  46. 19b54ee xfs: refactor btree maxlevels computation by Darrick J. Wong · 8 years ago
  47. e66a4c6 xfs: convert list of extents to free into a regular list by Darrick J. Wong · 8 years ago
  48. 4d89e20 xfs: separate freelist fixing into a separate helper by Dave Chinner · 8 years ago
  49. 59bad07 xfs: rearrange xfs_bmap_add_free parameters by Darrick J. Wong · 8 years ago
  50. 128f24d xfs: check for a valid error_tag in errortag_add by Darrick J. Wong · 8 years ago
  51. 479c641 xfs: enable buffer deadlock postmortem diagnosis via ftrace by Darrick J. Wong · 8 years ago
  52. 3f94c44 xfs: check offsets of variable length structures by Darrick J. Wong · 8 years ago
  53. 408fd48 xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly by Brian Foster · 8 years ago
  54. fa5a4f5 xfs: cancel eofblocks background trimming on remount read-only by Brian Foster · 8 years ago
  55. 9b7fad2 Merge branch 'xfs-4.8-iomap-write' into for-next by Dave Chinner · 8 years ago
  56. 07931b7 Merge branch 'fs-4.8-iomap-infrastructure' into for-next by Dave Chinner · 8 years ago
  57. 3c2bdc9 xfs: kill xfs_zero_remaining_bytes by Christoph Hellwig · 8 years ago
  58. bdb0d04 xfs: split xfs_free_file_space in manageable pieces by Christoph Hellwig · 8 years ago
  59. 570b621 xfs: use xfs_zero_range in xfs_zero_eof by Christoph Hellwig · 8 years ago
  60. 7bb41db xfs: handle 64-bit length in xfs_iozero by Christoph Hellwig · 8 years ago
  61. 459f0fb xfs: use iomap infrastructure for DAX zeroing by Christoph Hellwig · 8 years ago
  62. d2bb140 xfs: use iomap fiemap implementation by Christoph Hellwig · 8 years ago
  63. 6e8a27a xfs: remove buffered write support from __xfs_get_blocks by Christoph Hellwig · 8 years ago
  64. 68a9f5e xfs: implement iomap based buffered write path by Christoph Hellwig · 8 years ago
  65. f0c6bcb xfs: reorder zeroing and flushing sequence in truncate by Christoph Hellwig · 8 years ago
  66. 3b3dce0 xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c by Christoph Hellwig · 8 years ago
  67. 199a31c fs: move struct iomap from exportfs.h to a separate header by Christoph Hellwig · 8 years ago
  68. 26f1fe8 xfs: reduce lock hold times in buffer writeback by Dave Chinner · 8 years ago
  69. 4478fb1 xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined by Christoph Hellwig · 8 years ago
  70. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago
  71. 0c871f9 xfs: remove spurious shutdown type check from xfs_bmap_finish() by Brian Foster · 8 years ago
  72. a3916e5 xfs: fix broken multi-fsb buffer logging by Brian Foster · 8 years ago
  73. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  75. 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
  76. 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
  77. 555b67e Merge branch 'xfs-4.7-inode-reclaim' into for-next by Dave Chinner · 8 years ago
  78. 544ad71 Merge branch 'xfs-4.7-error-cfg' into for-next by Dave Chinner · 8 years ago
  79. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 8 years ago
  80. a7792aa Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next by Dave Chinner · 8 years ago
  81. 5b911354 Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next by Dave Chinner · 8 years ago
  82. d6bd961 Merge branch 'xfs-4.7-trans-type-cleanup' into for-next by Dave Chinner · 8 years ago
  83. 8b7a242 Merge branch 'xfs-4.7-writeback-bio' into for-next by Dave Chinner · 8 years ago
  84. 690a787 xfs: fix warning in xfs_finish_page_writeback for non-debug builds by Christoph Hellwig · 8 years ago
  85. 3dc2916 dax: use sb_issue_zerout instead of calling dax_clear_sectors by Matthew Wilcox · 9 years ago
  86. e34df33 Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 9f54180 xfs: concurrent readdir hangs on data buffer locks by Dave Chinner · 8 years ago
  88. ad438c4 xfs: move reclaim tagging functions by Dave Chinner · 8 years ago
  89. 545c088 xfs: simplify inode reclaim tagging interfaces by Dave Chinner · 8 years ago
  90. 1942936 xfs: rename variables in xfs_iflush_cluster for clarity by Dave Chinner · 8 years ago
  91. 5a90e53 xfs: xfs_iflush_cluster has range issues by Dave Chinner · 8 years ago
  92. 8a17d7d xfs: mark reclaimed inodes invalid earlier by Dave Chinner · 8 years ago
  93. 1f2dcfe xfs: xfs_inode_free() isn't RCU safe by Dave Chinner · 8 years ago
  94. 32b43ab xfs: optimise xfs_iext_destroy by Alex Lyakas · 8 years ago
  95. 7d3aa7f xfs: skip stale inodes in xfs_iflush_cluster by Dave Chinner · 8 years ago
  96. 51b07f3 xfs: fix inode validity check in xfs_iflush_cluster by Dave Chinner · 8 years ago
  97. b1438f4 xfs: xfs_iflush_cluster fails to abort on error by Dave Chinner · 8 years ago
  98. 8179c03 xfs: remove xfs_fs_evict_inode() by Dave Chinner · 8 years ago
  99. e6b3bb7 xfs: add "fail at unmount" error handling configuration by Carlos Maiolino · 8 years ago
  100. e0a431b3 xfs: add configuration handlers for specific errors by Carlos Maiolino · 8 years ago