)]}'
{
  "commit": "d5afc71db04bf03facf80d721d6b5f6c9929ee0b",
  "tree": "d51d1bb455d4332363f492e918e2d74adc71a2d7",
  "parents": [
    "a03e15486ba46629a8e589bceee443f5efcbcba7"
  ],
  "author": {
    "name": "Dhruvesh Rathore",
    "email": "adrscube@gmail.com",
    "time": "Wed Feb 11 11:03:15 2015 +1100"
  },
  "committer": {
    "name": "Dave Chinner",
    "email": "david@fromorbit.com",
    "time": "Wed Feb 11 11:03:15 2015 +1100"
  },
  "message": "xfs: Account for AGFL blocks in XFS_IOC_FIEMAPFS\n\nThe xfs_spaceman utility previously failed to account for AGFL\nblocks.  Old output:\n\n$ sudo xfs_spaceman -c \"freesp\" /media/xfs\n   from      to extents  blocks    pct\n   1024    2047       1    1262   0.04\n   4096    8191       1    5126   0.15\n   8192   16383       3   35344   1.05\n  32768   65535       1   43989   1.31\n 262144  524287       3 1334894  39.78\n 524288  967428       2 1934840  57.66\n\nAs you can see the AGFL blocks were unaccounted (4 per AG, and there\nwere 4 AGs in this filesystem).  This patch adds a new function\nwhich accounts for the the free extents tracked by the AGFL.\n\nNew output:\n\n$ sudo xfs_spaceman -c \"freesp\" /media/xfs\n   from      to extents  blocks    pct\n      1       1      16      16   0.00\n   1024    2047       1    1262   0.04\n   4096    8191       1    5126   0.15\n   8192   16383       3   35344   1.05\n  32768   65535       1   43989   1.31\n 262144  524287       3 1334894  39.78\n 524288  967428       2 1934840  57.66\n\n[dchinner: fixed whitespace issues, agfl iteration logic,\n\t   error handling]\n\nSigned-off-by: Dhruvesh Rathore \u003cdhruvesh_r@outlook.com\u003e\nSigned-off-by: Amey Ruikar \u003cameyruikar@yahoo.com\u003e\nSigned-off-by: Somdeep Dey \u003csomdeepdey10@gmail.com\u003e\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1fbd5604579e25c7e90b7b382b94294e847ef844",
      "old_mode": 33188,
      "old_path": "fs/xfs/libxfs/xfs_alloc.c",
      "new_id": "710554c9cf3327b1f4daef3b836469f87f44c69d",
      "new_mode": 33188,
      "new_path": "fs/xfs/libxfs/xfs_alloc.c"
    }
  ]
}
