1. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
  2. a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 4 months ago
  3. 0925fec xfs: fix an integer overflow error in xfs_growfs_rt by Darrick J. Wong · 3 years, 6 months ago
  4. 0e2af92 xfs: improve FSGROWFSRT precondition checking by Darrick J. Wong · 3 years, 6 months ago
  5. db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
  6. 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
  7. 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
  8. e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years ago
  9. ace74e7 xfs: annotate grabbing the realtime bitmap/summary locks in growfs by Darrick J. Wong · 4 years, 3 months ago
  10. 7249c95 xfs: make xfs_growfs_rt update secondary superblocks by Darrick J. Wong · 4 years, 3 months ago
  11. f4c32e8 xfs: fix realtime bitmap/summary file truncation when growing rt volume by Darrick J. Wong · 4 years, 3 months ago
  12. c54e14d xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files by Chandan Babu R · 4 years, 3 months ago
  13. 72cc951 xfs: Set xfs_buf type flag when growing summary/bitmap files by Chandan Babu R · 4 years, 3 months ago
  14. 2a6ca4b xfs: make sure the rt allocator doesn't run off the end by Darrick J. Wong · 4 years, 4 months ago
  15. 8ca79df xfs: Remove kmem_zalloc_large() by Carlos Maiolino · 4 years, 4 months ago
  16. ce92464 xfs: make xfs_trans_get_buf return an error code by Darrick J. Wong · 5 years ago
  17. da781e6 xfs: don't set bmapi total block req where minleft is by Brian Foster · 5 years ago
  18. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  19. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  20. 65eed012 xfs: reallocate realtime summary cache on growfs by Omar Sandoval · 6 years ago
  21. 64bafd2 xfs: require both realtime inodes to mount by Darrick J. Wong · 6 years ago
  22. 355e3532 xfs: cache minimum realtime summary level by Omar Sandoval · 6 years ago
  23. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  24. c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
  25. 5fdd979 xfs: remove xfs_defer_init() firstblock param by Brian Foster · 6 years ago
  26. a7beabe xfs: remove xfs_bmapi_write() firstblock param by Brian Foster · 6 years ago
  27. 650919f xfs: use ->t_firstblock for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
  28. bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 6 years ago
  29. 6e702a5 xfs: remove xfs_bmapi_write() dfops param by Brian Foster · 6 years ago
  30. 175d1a0 xfs: use ->t_dfops for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
  31. 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
  32. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  33. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  34. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  35. 089ec2f xfs: simplify xfs_rtallocate_extent by Christoph Hellwig · 8 years ago
  36. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  37. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  38. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  39. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  40. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  41. f6106ef xfs: eliminate committed arg from xfs_bmap_finish by Eric Sandeen · 9 years ago
  42. d4a97a0 xfs: add missing bmap cancel calls in error paths by Brian Foster · 9 years ago
  43. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 10 years ago
  44. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 years ago
  45. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  46. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  47. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  48. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  49. ba372674 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  50. ea95961 xfs: xfs_rtget_summary can be static by Fengguang Wu · 10 years ago
  51. afabfd3 xfs: combine xfs_rtmodify_summary and xfs_rtget_summary by Eric Sandeen · 10 years ago
  52. d5cf09b xfs: require 64-bit sector_t by Christoph Hellwig · 10 years ago
  53. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  54. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  55. 70bbca07 xfs: use tr_growrtalloc for growing rt files by Brian Foster · 11 years ago
  56. c963c61 xfs: split xfs_rtalloc.c for userspace sanity by Dave Chinner · 11 years ago
  57. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  58. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  59. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  60. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  61. b49a0c1 xfs: remove __KERNEL__ from debug code by Dave Chinner · 11 years ago
  62. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  63. 836a94a xfs: fix issues that cause userspace warnings by Dave Chinner · 11 years ago
  64. 6898811 xfs: create xfs_bmap_util.[ch] by Dave Chinner · 11 years ago
  65. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  66. c729820 xfs: introduce xfs_rtalloc_defs.h by Dave Chinner · 11 years ago
  67. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  68. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  69. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  70. 0b9e3f6 xfs: fix uninitialised variable in xfs_rtbuf_get() by Dave Chinner · 12 years ago
  71. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 13 years ago
  72. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  73. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 13 years ago
  74. 5575acc xfs: fix deadlock in xfs_rtfree_extent by Kamal Dasu · 13 years ago
  75. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  76. c0dc782 xfs: rename xfs_bmapi to xfs_bmapi_write by Dave Chinner · 13 years ago
  77. 5b777ad xfs: remove xfs_bmapi_single() by Dave Chinner · 13 years ago
  78. 6292604 xfs: Remove the macro XFS_BUF_PTR by Chandra Seetharaman · 13 years ago
  79. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  80. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 14 years ago
  81. 1050c71 xfs: stop using xfs_trans_iget in the RT allocator by Christoph Hellwig · 14 years ago
  82. 9681153 xfs: add lockdep annotations for the rt inodes by Christoph Hellwig · 14 years ago
  83. 04e9945 xfs: only lock the rt bitmap inode once per allocation by Christoph Hellwig · 14 years ago
  84. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  85. b4e9181 xfs: remove unused delta tracking code in xfs_bmapi by Christoph Hellwig · 15 years ago
  86. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
  87. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  88. 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 15 years ago
  89. 657a4cf xfs: replace E2BIG with EFBIG where appropriate by Eric Sandeen · 15 years ago
  90. 3daeb42 xfs: fix missing error check in xfs_rtfree_range by Dave Chinner · 15 years ago
  91. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  92. b93b6e4 xfs: make sure to free the real-time inodes in the mount error path by Christoph Hellwig · 16 years ago
  93. 9d87c31 [XFS] Remove the rest of the macro-to-function indirections. by Eric Sandeen · 16 years ago
  94. 743bb465 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 16 years ago
  95. 0924b58 [XFS] fix uninitialised variable bug in dquot release. by Dave Chinner · 16 years ago
  96. 79071eb [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  97. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 17 years ago
  98. e5720ee [XFS] Propagate errors from xfs_trans_commit(). by David Chinner · 17 years ago
  99. 4335509 [XFS] remove most calls to VN_RELE by Christoph Hellwig · 17 years ago
  100. ef8ece5 [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac platform. by Lachlan McIlroy · 17 years ago