1. cf28e17 xfs: kill xfs_sb_version_has_v3inode() by Dave Chinner · 3 years, 5 months ago
  2. e98d5e8 xfs: move the di_crtime field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  3. 3e09ab8 xfs: move the di_flags2 field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  4. db07349 xfs: move the di_flags field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  5. 7821ea3 xfs: move the di_forkoff field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  6. 965e0a1 xfs: move the di_flushiter field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  7. b33ce57 xfs: move the di_cowextsize field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  8. 031474c xfs: move the di_extsize field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  9. 6e73a54 xfs: move the di_nblocks field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  10. 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  11. ceaf603 xfs: move the di_projid field to struct xfs_inode by Christoph Hellwig · 3 years, 10 months ago
  12. 9b3beb0 xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode by Christoph Hellwig · 3 years, 10 months ago
  13. 55f7733 xfs: remove the unused xfs_icdinode_has_bigtime helper by Christoph Hellwig · 3 years, 10 months ago
  14. af9dcdd xfs: split xfs_imap_to_bp by Christoph Hellwig · 3 years, 10 months ago
  15. 9c0fce4 xfs: use the existing type definition for di_projid by Kaixu Xia · 4 years, 4 months ago
  16. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 5 months ago
  17. 5a0bb06 xfs: redefine xfs_timestamp_t by Darrick J. Wong · 4 years, 5 months ago
  18. 88947ea xfs: move xfs_log_dinode_to_disk to the log recovery code by Darrick J. Wong · 4 years, 5 months ago
  19. e2705b0 xfs: remove xfs_inobp_check() by Dave Chinner · 4 years, 7 months ago
  20. f7e67b2 xfs: move the fork format fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  21. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  22. bb8a66a xfs: remove xfs_iread by Christoph Hellwig · 4 years, 8 months ago
  23. cb7d585 xfs: call xfs_iformat_fork from xfs_inode_from_disk by Christoph Hellwig · 4 years, 8 months ago
  24. c199507 xfs: remove unused iget_flags param from xfs_imap_to_bp() by Brian Foster · 4 years, 8 months ago
  25. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
  26. b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 4 years, 10 months ago
  27. 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 5 years ago
  28. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  29. 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
  30. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  31. 8bb82bc xfs: move inode extent size hint validation to libxfs by Darrick J. Wong · 7 years ago
  32. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  33. 2678809 xfs: export various function for the online scrubber by Darrick J. Wong · 8 years ago
  34. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  35. 755c7bf libxfs: convert ushort to unsigned short by Darrick J. Wong · 8 years ago
  36. 8cdcc81 libxfs: v3 inodes are only valid on crc-enabled filesystems by Roger Willcocks · 8 years ago
  37. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  38. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  39. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  40. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  41. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  42. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  43. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  44. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  45. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  46. 84be0ff libxfs: move header files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_inode_buf.h]
  47. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  48. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  49. d891400 xfs: inode buffers may not be valid during recovery readahead by Dave Chinner · 11 years ago
  50. c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
  51. 1fd7115 xfs: introduce xfs_inode_buf.c for inode buffer operations by Dave Chinner · 11 years ago