1. 6bdcf26 xfs: use a b+tree for the in-core extent list by Christoph Hellwig · 7 years ago
  2. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  3. 42b67dc xfs: remove the never fully implemented UUID fork format by Christoph Hellwig · 7 years ago
  4. 20413e37 xfs: Don't log uninitialised fields in inode structures by Dave Chinner · 7 years ago
  5. 842f6e9 xfs: Capture state of the right inode in xfs_iflush_done by Carlos Maiolino · 7 years ago
  6. d3a304b xfs: Properly retry failed inode items in case of error during buffer writeback by Carlos Maiolino · 7 years ago
  7. dfd7487 xfs: use uuid_copy() helper to abstract uuid_t by Amir Goldstein · 8 years ago
  8. 27af1bb xfs: remove xfs_trans_ail_delete_bulk by Christoph Hellwig · 8 years ago
  9. 5d82930 xfs: provide helper for counting extents from if_bytes by Eric Sandeen · 8 years ago
  10. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  11. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  12. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 9 years ago
  13. 6e3e6d5 xfs: mute some sparse warnings by Eryu Guan · 9 years ago
  14. 30ee052 xfs: optimize inline symlinks by Christoph Hellwig · 9 years ago
  15. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  16. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  17. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  18. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  19. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  20. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  21. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  22. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  23. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago
  24. 146e54b xfs: add helper to conditionally remove items from the AIL by Brian Foster · 9 years ago
  25. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  26. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  27. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  28. 5217793 xfs: xfs_iflush_done checks the wrong log item callback by Mark Tinguely · 10 years ago
  29. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  30. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 11 years ago
  31. 2f25129 xfs: remove the inode log format from the inode log item by Christoph Hellwig · 11 years ago
  32. da77650 xfs: format logged extents directly into the CIL by Christoph Hellwig · 11 years ago
  33. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  34. 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
  35. 3de559fb xfs: refactor xfs_inode_item_format by Christoph Hellwig · 11 years ago
  36. ce9641d xfs: refactor xfs_inode_item_size by Christoph Hellwig · 11 years ago
  37. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  38. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  39. 166d136 xfs: return log item size in IOP_SIZE by Dave Chinner · 11 years ago
  40. 93848a9 xfs: add version 3 inode format with CRCs by Christoph Hellwig · 12 years ago
  41. ec47eb6 xfs remove the XFS_TRANS_DEBUG routines by Mark Tinguely · 12 years ago
  42. 9a3a5da xfs: check for stale inode before acquiring iflock on push by Brian Foster · 13 years ago
  43. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  44. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  45. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 13 years ago
  46. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 13 years ago
  47. 4c46819 xfs: do not write the buffer from xfs_iflush by Christoph Hellwig · 13 years ago
  48. 8f639dd xfs: reimplement fdatasync support by Christoph Hellwig · 13 years ago
  49. f5d8d5c xfs: split in-core and on-disk inode log item fields by Christoph Hellwig · 13 years ago
  50. 339a5f5 xfs: make xfs_inode_item_size idempotent by Christoph Hellwig · 13 years ago
  51. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 13 years ago
  52. 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 13 years ago
  53. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  54. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  55. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  56. b393421 xfs: remove the lid_size field in struct log_item_desc by Christoph Hellwig · 13 years ago
  57. 272e42b xfs: constify xfs_item_ops by Christoph Hellwig · 13 years ago
  58. 9508534 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Alex Elder · 13 years ago
  59. ddc3415 xfs: simplify xfs_trans_ijoin* again by Christoph Hellwig · 13 years ago
  60. 17b3847 xfs: force the log if we encounter pinned buffers in .iop_pushbuf by Christoph Hellwig · 13 years ago
  61. adadbee xfs: remove wrappers around b_fspriv by Christoph Hellwig · 14 years ago
  62. f3ca8738 xfs: remove i_transp by Christoph Hellwig · 14 years ago
  63. 1316d4d xfs: unpin stale inodes directly in IOP_COMMITTED by Dave Chinner · 14 years ago
  64. 45c51b9 xfs: cleanup duplicate initializations by David Sterba · 14 years ago
  65. e828776 xfs: fix extent format buffer allocation size by Dave Chinner · 14 years ago
  66. 1bfd8d0 xfs: introduce inode cluster buffer trylocks for xfs_iflush by Dave Chinner · 14 years ago
  67. 3013683 xfs: remove all the inodes on a buffer from the AIL in bulk by Dave Chinner · 14 years ago
  68. de25c18 xfs: avoid moving stale inodes in the AIL by Dave Chinner · 14 years ago
  69. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  70. 696123f xfs: fix big endian build by Dave Chinner · 14 years ago
  71. 73523a2 xfs: fix gcc 4.6 set but not read and unused statement warnings by Christoph Hellwig · 14 years ago
  72. f2d6761 xfs: remove xfs_iput by Christoph Hellwig · 15 years ago
  73. 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 15 years ago
  74. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 15 years ago
  75. ca30b2a xfs: give li_cb callbacks the correct prototype by Christoph Hellwig · 15 years ago
  76. 7bfa31d xfs: give xfs_item_ops methods the correct prototypes by Christoph Hellwig · 15 years ago
  77. 9412e31 xfs: merge iop_unpin_remove into iop_unpin by Christoph Hellwig · 15 years ago
  78. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
  79. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  80. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 15 years ago
  81. 4aaf15d xfs: Add inode pin counts to traces by Dave Chinner · 15 years ago
  82. 43f5efc xfs: factor log item initialisation by Dave Chinner · 15 years ago
  83. a14a5ab xfs: remove xfs_ipin/xfs_iunpin by Christoph Hellwig · 15 years ago
  84. d808f61 xfs: Don't issue buffer IO direct from AIL push V2 by Dave Chinner · 15 years ago
  85. c854363 xfs: Use delayed write for inodes rather than async V2 by Dave Chinner · 15 years ago
  86. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
  87. 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 15 years ago
  88. 0cadda1 xfs: remove duplicate buffer flags by Christoph Hellwig · 15 years ago
  89. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  90. f9581b1 xfs: implement ->dirty_inode to fix timestamp handling by Christoph Hellwig · 15 years ago
  91. aa72a5c xfs: simplify xfs_trans_iget by Christoph Hellwig · 15 years ago
  92. 13e6d5c xfs: merge fsync and O_SYNC handling by Christoph Hellwig · 15 years ago
  93. 92bfc6e [XFS] embededd struct xfs_imap into xfs_inode by Christoph Hellwig · 16 years ago
  94. 51ce16d [XFS] kill XFS_DINODE_VERSION_ defines by Christoph Hellwig · 16 years ago
  95. 81591fe [XFS] kill xfs_dinode_core_t by Christoph Hellwig · 16 years ago
  96. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  97. fc1829f [XFS] Add ail pointer into log items by David Chinner · 16 years ago
  98. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  99. c63942d [XFS] replace inode flush semaphore with a completion by David Chinner · 16 years ago
  100. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 17 years ago