1. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  2. e354381 xfs: bmapbt checking on debug kernels too expensive by Dave Chinner · 9 years ago
  3. 6d3eb1e libxfs: use a convenience variable instead of open-coding the fork by Darrick J. Wong · 9 years ago
  4. f1f96c4 xfs: get mp from bma->ip in xfs_bmap code by Eric Sandeen · 9 years ago
  5. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  6. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  7. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  8. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  9. b7cdc66 xfs: log local to remote symlink conversions correctly on v5 supers by Brian Foster · 9 years ago
  10. d4a97a0 xfs: add missing bmap cancel calls in error paths by Brian Foster · 9 years ago
  11. 3d238b7 Merge branch 'xfs-freelist-cleanup' into for-next by Dave Chinner · 9 years ago
  12. 496817b xfs: clean up XFS_MIN_FREELIST macros by Dave Chinner · 9 years ago
  13. 50adbcb xfs: xfs_alloc_fix_freelist() can use incore perag structures by Dave Chinner · 9 years ago
  14. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 10 years ago
  15. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 10 years ago
  16. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 years ago
  17. e01c025 Merge branch 'xfs-misc-fixes-for-4.2' into for-next by Dave Chinner · 10 years ago
  18. 2e588a4 xfs: always log the inode on unwritten extent conversion by Brian Foster · 10 years ago
  19. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 10 years ago
  20. a448f8f Merge branch 'fallocate-insert-range' into for-next by Dave Chinner · 10 years ago
  21. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 10 years ago
  22. a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
  23. d64588c xfs: remove xfs_bmap_sanity_check() by Dave Chinner · 10 years ago
  24. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 10 years ago
  25. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
  26. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 10 years ago
  27. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 10 years ago
  28. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  29. 438c3c8 Merge branch 'xfs-buf-type-fixes' into for-next by Dave Chinner · 10 years ago
  30. fe22d55 xfs: set buf types when converting extent formats by Dave Chinner · 10 years ago
  31. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  32. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  33. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  34. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  35. 4db431f xfs: cleanup xfs_bmse_merge returns by Dave Chinner · 10 years ago
  36. b11bd67 xfs: cleanup xfs_bmse_shift_one goto mess by Dave Chinner · 10 years ago
  37. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  38. d254aae xfs: fix simple_return.cocci warning in xfs_bmse_shift_one by kbuild test robot · 10 years ago
  39. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  40. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  41. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  42. f71721d xfs: writeback and inval. file range to be shifted by collapse by Brian Foster · 10 years ago
  43. a979bdf xfs: refactor single extent shift into xfs_bmse_shift_one() helper by Brian Foster · 10 years ago
  44. ddb19e3 xfs: refactor shift-by-merge into xfs_bmse_merge() helper by Brian Foster · 10 years ago
  45. 2c845f5 xfs: track collapse via file offset rather than extent index by Brian Foster · 10 years ago
  46. ca446d8 xfs: don't log inode unless extent shift makes extent modifications by Brian Foster · 10 years ago
  47. 4d7eece Merge branch 'xfs-misc-fixes-3.17-1' into for-next by Dave Chinner · 10 years ago
  48. d5cf09b xfs: require 64-bit sector_t by Christoph Hellwig · 10 years ago
  49. 7f8a058 Merge branch 'xfs-libxfs-restructure' into for-next by Dave Chinner · 10 years ago
  50. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  51. 30f712c libxfs: move source files by Dave Chinner · 10 years ago[Renamed from fs/xfs/xfs_bmap.c]
  52. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  53. d6cf130 xfs: convert m_dirblkfsbs to xfs_da_geometry by Dave Chinner · 11 years ago
  54. 232c2f5 Merge branch 'xfs-filestreams-lookup' into for-next by Dave Chinner · 11 years ago
  55. fdd3a2a Merge branch 'xfs-unused-args-cleanup' into for-next by Dave Chinner · 11 years ago
  56. c977eb1 xfs: split xfs_bmap_btalloc_nullfb by Christoph Hellwig · 11 years ago
  57. d39a2ce xfs: collapse range is delalloc challenged by Dave Chinner · 11 years ago
  58. 8b90a33 xfs: don't try to use the filestream allocator for metadata allocations by Christoph Hellwig · 11 years ago
  59. 6a9edd3 xfs: remove unused mp arg from xfs_bmap_forkoff_reset() by Eric Sandeen · 11 years ago
  60. 152d93b xfs: remove unused mp arg from xfs_bmdr_maxrecs() by Eric Sandeen · 11 years ago
  61. 7fb2cd4 xfs: remove unused tp arg from xfs_bmap_last_offset() and callers by Eric Sandeen · 11 years ago
  62. e1d8fb8 xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 11 years ago
  63. bf3964c Merge branch 'xfs-extent-list-locking-fixes' into for-next by Ben Myers · 11 years ago
  64. eef334e xfs: assert that we hold the ilock for extent map access by Christoph Hellwig · 11 years ago
  65. 33177f0 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  66. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  67. f9b395a xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  68. 9e3908e xfs: fix unlock in xfs_bmap_add_attrfork by Mark Tinguely · 11 years ago
  69. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  70. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  71. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  72. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  73. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  74. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  75. 02bb487 xfs: fix the comment of xfs_bmap_last_before() by Zhi Yong Wu · 11 years ago
  76. a97f4df xfs: fix the comment of xfs_bmap_validate_ret() by Zhi Yong Wu · 11 years ago
  77. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  78. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  79. 836a94a xfs: fix issues that cause userspace warnings by Dave Chinner · 11 years ago
  80. 6898811 xfs: create xfs_bmap_util.[ch] by Dave Chinner · 11 years ago
  81. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  82. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  83. f3508bc xfs: remove local fork format handling from xfs_bmapi_write() by Dave Chinner · 11 years ago
  84. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 12 years ago
  85. f5ea110 xfs: add CRCs to dir2/da node blocks by Dave Chinner · 12 years ago
  86. 19de735 xfs: split out symlink code into it's own file. by Dave Chinner · 12 years ago
  87. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 12 years ago
  88. 56cea2d xfs: take inode version into account in XFS_LITINO by Christoph Hellwig · 12 years ago
  89. 9e5987a xfs: rearrange some code in xfs_bmap for better locality by Dave Chinner · 12 years ago
  90. 1e82379 xfs: xfs_bmap_add_attrfork_local is too generic by Dave Chinner · 12 years ago
  91. 9e96fe6 xfs: pull up stack_switch check into xfs_bmapi_write by Brian Foster · 12 years ago
  92. 83a9ba0 xfs: don't zero structure members after a memset(0) by Eric Sandeen · 12 years ago
  93. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  94. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  95. 3d3e6f6 xfs: verify btree blocks as they are read from disk by Dave Chinner · 12 years ago
  96. 4bc1ea6 xfs: remove xfs_flush_pages by Dave Chinner · 12 years ago
  97. e04426b xfs: move allocation stack switch up to xfs_bmapi_allocate by Dave Chinner · 12 years ago
  98. 2455881 xfs: introduce XFS_BMAPI_STACK_SWITCH by Dave Chinner · 12 years ago
  99. a004168 xfs: zero allocation_args on the kernel stack by Mark Tinguely · 12 years ago
  100. 3297238 xfs: make largest supported offset less shouty by Dave Chinner · 13 years ago