1. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  2. 75d0230 xfs: clarify documentation for the function to reverify buffers by Brian Foster · 6 years ago
  3. 38b6238 xfs: fix buffer state management in xrep_findroot_block by Darrick J. Wong · 6 years ago
  4. 1aff569 xfs: always assign buffer verifiers when one is provided by Darrick J. Wong · 6 years ago
  5. 9580845 xfs: refactor xfs_buf_log_item reference count handling by Brian Foster · 6 years ago
  6. 23420d0 xfs: clean up xfs_trans_brelse() by Brian Foster · 6 years ago
  7. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  8. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 7 years ago
  9. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  10. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  11. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  12. 70a2065 Get rid of xfs_buf_log_item_t typedef by Carlos Maiolino · 7 years ago
  13. a5814bc xfs: disallow marking previously dirty buffers as ordered by Brian Foster · 7 years ago
  14. 8dc518d xfs: don't log dirty ranges for ordered buffers by Brian Foster · 7 years ago
  15. 9684010 xfs: refactor buffer logging into buffer dirtying helper by Brian Foster · 7 years ago
  16. a4f6cf6 xfs: open-code xfs_buf_item_dirty() by Brian Foster · 7 years ago
  17. 79e641ce xfs: release bli from transaction properly on fs shutdown by Brian Foster · 8 years ago
  18. 5cfd28b xfs: remove XBF_STALE flag wrapper macros by Dave Chinner · 9 years ago
  19. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  20. e9892d3 xfs: only trace buffer items if they exist by Dave Chinner · 10 years ago
  21. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  22. 2d3d0c5 xfs: lobotomise xfs_trans_read_buf_map() by Dave Chinner · 10 years ago
  23. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  24. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  25. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  26. 8b13197 xfs: kill xfs_bioerror_relse by Dave Chinner · 10 years ago
  27. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  28. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  29. d99831f xfs: return is not a function by Eric Sandeen · 11 years ago
  30. ac75a1f xfs: don't leak EFSBADCRC to userspace by Dave Chinner · 11 years ago
  31. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  32. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  33. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  34. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  35. 904c17e xfs: finish removing IOP_* macros. by Dave Chinner · 11 years ago
  36. 5f6bed7 xfs: Introduce an ordered buffer item by Dave Chinner · 12 years ago
  37. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 12 years ago
  38. d75afeb xfs: add buffer types to directory and attribute buffers by Dave Chinner · 12 years ago
  39. 93848a9 xfs: add version 3 inode format with CRCs by Christoph Hellwig · 12 years ago
  40. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 12 years ago
  41. 91e4bac xfs: fix the multi-segment log buffer format by Mark Tinguely · 12 years ago
  42. 0f22f9d xfs: rename bli_format to avoid confusion with bli_formats by Mark Tinguely · 12 years ago
  43. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  44. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  45. de2a4f5 xfs: add discontiguous buffer support to transactions by Dave Chinner · 13 years ago
  46. 611c994 xfs: make XBF_MAPPED the default behaviour by Dave Chinner · 13 years ago
  47. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  48. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 13 years ago
  49. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  50. aa5c158 xfs: kill XBF_DONTBLOCK by Dave Chinner · 13 years ago
  51. 7ca790a xfs: kill xfs_read_buf() by Dave Chinner · 13 years ago
  52. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 13 years ago
  53. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 13 years ago
  54. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 13 years ago
  55. 960c60a xfs: do not add buffers to the delwri queue until pushed by Christoph Hellwig · 13 years ago
  56. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 13 years ago
  57. 901796a xfs: clean up xfs_ioerror_alert by Christoph Hellwig · 13 years ago
  58. af5c4be xfs: remove buffers from the delwri list in xfs_buf_stale by Christoph Hellwig · 13 years ago
  59. c867cb6 xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE by Christoph Hellwig · 13 years ago
  60. 61551f1 xfs: call xfs_buf_delwri_queue directly by Christoph Hellwig · 13 years ago
  61. 49074c0 xfs: Remove the macro XFS_BUF_TARGET by Chandra Seetharaman · 13 years ago
  62. b75e40a xfs: Remove macro XFS_BUF_BUSY and family by Chandra Seetharaman · 13 years ago
  63. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  64. ed43233 xfs: Remove the macro XFS_BUF_BFLAGS by Chandra Seetharaman · 13 years ago
  65. cb669ca xfs: remove wrappers around b_iodone by Christoph Hellwig · 13 years ago
  66. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 13 years ago
  67. bf9d901 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 13 years ago
  68. 0c842ad xfs: clean up buffer locking helpers by Christoph Hellwig · 13 years ago
  69. 7401aaf xfs: xfs_trans_read_buf() should return an error on failure by Dave Chinner · 14 years ago
  70. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 14 years ago
  71. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  72. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 15 years ago
  73. e98c414 xfs: simplify log item descriptor tracking by Christoph Hellwig · 15 years ago
  74. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
  75. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  76. ccf7c23 xfs: Ensure inode allocation buffers are fully replayed by Dave Chinner · 15 years ago
  77. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 15 years ago
  78. 4a5224d xfs: simplify buffer to transaction matching by Christoph Hellwig · 15 years ago
  79. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 15 years ago
  80. d7e84f4 xfs: factor common xfs_trans_bjoin code by Christoph Hellwig · 15 years ago
  81. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 15 years ago
  82. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  83. 6ad112b xfs: simplify xfs_buf_get / xfs_buf_read interfaces by Christoph Hellwig · 15 years ago
  84. a0f7bfd fs/xfs: Correct redundant test by Julia Lawall · 15 years ago
  85. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  86. 39dab9d [XFS] remove shouting-indirection macros from xfs_trans.h by Eric Sandeen · 16 years ago
  87. d64e31a [XFS] Ensure errors from xfs_bdstrat() are correctly checked. by David Chinner · 17 years ago
  88. a3f74ff [XFS] Don't block pdflush when writing back inodes by David Chinner · 17 years ago
  89. 564256c Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  90. b394e43 [XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer. by Lachlan McIlroy · 17 years ago
  91. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 19 years ago
  92. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 19 years ago
  93. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 19 years ago
  94. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  95. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  96. efa092f [XFS] Fixes a bug in the quota code when allocating a new dquot record by Tim Shimmin · 19 years ago
  97. c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 20 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago