1. a0a415e xfs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
  2. 82842fe xfs: fix AGF vs inode cluster buffer deadlock by Dave Chinner · 1 year, 9 months ago
  3. 460281c xfs: remove the redundant word in comment by Zeng Heng · 2 years, 5 months ago
  4. c01147d xfs: replace inode fork size macros with functions by Darrick J. Wong · 2 years, 8 months ago
  5. 932b42c xfs: replace XFS_IFORK_Q with a proper predicate function by Darrick J. Wong · 2 years, 8 months ago
  6. 2ed5b09 xfs: make inode attribute forks a permanent part of struct xfs_inode by Darrick J. Wong · 2 years, 8 months ago
  7. b2c2803 xfs: hide log iovec alignment constraints by Dave Chinner · 2 years, 10 months ago
  8. 52a4a14 xfs: Introduce per-inode 64-bit extent counters by Chandan Babu R · 3 years ago
  9. d2d7c04 xfs: aborting inodes on shutdown may need buffer lock by Dave Chinner · 2 years, 11 months ago
  10. 01728b4 xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight by Dave Chinner · 3 years ago
  11. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 5 months ago
  12. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 5 months ago
  13. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 6 months ago
  14. 5f9b4b0 xfs: xfs_log_force_lsn isn't passed a LSN by Dave Chinner · 3 years, 8 months ago
  15. 19f4e7c xfs: Fix CIL throttle hang when CIL space used going backwards by Dave Chinner · 3 years, 8 months ago
  16. 732de7d xfs: rename struct xfs_legacy_ictimestamp by Christoph Hellwig · 3 years, 10 months ago
  17. 6fc277c xfs: rename xfs_ictimestamp_t by Christoph Hellwig · 3 years, 10 months ago
  18. e98d5e8 xfs: move the di_crtime field to struct xfs_inode by Christoph Hellwig · 4 years ago
  19. 3e09ab8 xfs: move the di_flags2 field to struct xfs_inode by Christoph Hellwig · 4 years ago
  20. db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 4 years ago
  21. 7821ea3 xfs: move the di_forkoff field to struct xfs_inode by Christoph Hellwig · 4 years ago
  22. 965e0a1 xfs: move the di_flushiter field to struct xfs_inode by Christoph Hellwig · 4 years ago
  23. b33ce57 xfs: move the di_cowextsize field to struct xfs_inode by Christoph Hellwig · 4 years ago
  24. 031474c xfs: move the di_extsize field to struct xfs_inode by Christoph Hellwig · 4 years ago
  25. 6e73a54 xfs: move the di_nblocks field to struct xfs_inode by Christoph Hellwig · 4 years ago
  26. 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 4 years ago
  27. ceaf603 xfs: move the di_projid field to struct xfs_inode by Christoph Hellwig · 4 years ago
  28. 9b3beb0 xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode by Christoph Hellwig · 4 years ago
  29. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 6 months ago
  30. 30e0559 xfs: redefine xfs_ictimestamp_t by Darrick J. Wong · 4 years, 6 months ago
  31. 664ffb8 xfs: move the buffer retry logic to xfs_buf.c by Christoph Hellwig · 4 years, 6 months ago
  32. 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 6 months ago
  33. b63da6c xfs: delete duplicated words + other fixes by Randy Dunlap · 4 years, 7 months ago
  34. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 7 months ago
  35. a69a1dc xfs: factor xfs_iflush_done by Dave Chinner · 4 years, 8 months ago
  36. 5717ea4 xfs: rework xfs_iflush_cluster() dirty inode iteration by Dave Chinner · 4 years, 8 months ago
  37. 90c60e1 xfs: xfs_iflush() is no longer necessary by Dave Chinner · 4 years, 8 months ago
  38. 48d55e2 xfs: attach inodes to the cluster buffer when dirtied by Dave Chinner · 4 years, 8 months ago
  39. 298f7be xfs: pin inode backing buffer to the inode log item by Dave Chinner · 4 years, 8 months ago
  40. e98084b xfs: move xfs_clear_li_failed out of xfs_ail_delete_one() by Dave Chinner · 4 years, 8 months ago
  41. 3536b61 xfs: unwind log item error flagging by Dave Chinner · 4 years, 8 months ago
  42. aac855a xfs: make inode IO completion buffer centric by Dave Chinner · 4 years, 8 months ago
  43. 1319ebe xfs: add an inode item lock by Dave Chinner · 4 years, 8 months ago
  44. 1dfde68 xfs: remove logged flag from inode log item by Dave Chinner · 4 years, 8 months ago
  45. f7e67b2 xfs: move the fork format fields into struct xfs_ifork by Christoph Hellwig · 4 years, 9 months ago
  46. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 9 months ago
  47. 88fc187 xfs: remove unused iflush stale parameter by Brian Foster · 4 years, 10 months ago
  48. 2b3cf09 xfs: combine xfs_trans_ail_[remove|delete]() by Brian Foster · 4 years, 10 months ago
  49. 6af0479 xfs: drop unused shutdown parameter from xfs_trans_ail_remove() by Brian Foster · 4 years, 10 months ago
  50. cb6ad09 xfs: refactor failed buffer resubmission into xfsaild by Brian Foster · 4 years, 10 months ago
  51. fd9cbe5 xfs: remove the xfs_inode_log_item_t typedef by Christoph Hellwig · 4 years, 10 months ago
  52. d4bc4c5 xfs: return locked status of inode buffer on xfsaild push by Brian Foster · 5 years ago
  53. 8eb807b xfs: tail updates only need to occur when LSN changes by Dave Chinner · 5 years ago
  54. 4165994 xfs: factor common AIL item deletion code by Dave Chinner · 5 years ago
  55. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 5 years ago
  56. e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 5 years ago
  57. ba8adad xfs: remove the kuid/kgid conversion wrappers by Christoph Hellwig · 5 years ago
  58. 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 5 years ago
  59. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  60. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  61. 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
  62. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  63. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 6 years ago
  64. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  65. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 6 years ago
  66. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  67. 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
  68. fcacbc3 xfs: remove if_real_bytes by Christoph Hellwig · 7 years ago
  69. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  70. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  71. 4f7aa2f xfs: remove an outdated comment for xfs_inode_item_committing by Christoph Hellwig · 7 years ago
  72. 2022ab3 xfs: remove misleading comment text on xfs_inode_item_unlock by Christoph Hellwig · 7 years ago
  73. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  74. 20c59c7 Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  75. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  76. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  77. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  78. 6bdcf26 xfs: use a b+tree for the in-core extent list by Christoph Hellwig · 7 years ago
  79. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  80. 42b67dc xfs: remove the never fully implemented UUID fork format by Christoph Hellwig · 7 years ago
  81. 20413e37 xfs: Don't log uninitialised fields in inode structures by Dave Chinner · 7 years ago
  82. 842f6e9 xfs: Capture state of the right inode in xfs_iflush_done by Carlos Maiolino · 7 years ago
  83. d3a304b xfs: Properly retry failed inode items in case of error during buffer writeback by Carlos Maiolino · 8 years ago
  84. dfd7487 xfs: use uuid_copy() helper to abstract uuid_t by Amir Goldstein · 8 years ago
  85. 27af1bb xfs: remove xfs_trans_ail_delete_bulk by Christoph Hellwig · 8 years ago
  86. 5d82930 xfs: provide helper for counting extents from if_bytes by Eric Sandeen · 8 years ago
  87. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  88. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 9 years ago
  89. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 9 years ago
  90. 6e3e6d5 xfs: mute some sparse warnings by Eryu Guan · 9 years ago
  91. 30ee052 xfs: optimize inline symlinks by Christoph Hellwig · 9 years ago
  92. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  93. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  94. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  95. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  96. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  97. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  98. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  99. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  100. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago