Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-11-21 | xfs: fix memory leak in xfs_iext_free_last_leaf | Shu Wang | 1 | -1/+1 |
2017-11-16 | xfs: fix type usage | Darrick J. Wong | 1 | -1/+1 |
2017-11-09 | xfs: handle zero entries case in xfs_iext_rebalance_leaf | Christoph Hellwig | 1 | -7/+17 |
2017-11-09 | xfs: add comments documenting the rebalance algorithm | Christoph Hellwig | 1 | -0/+24 |
2017-11-09 | xfs: trivial indentation fixup for xfs_iext_remove_node | Christoph Hellwig | 1 | -2/+1 |
2017-11-09 | xfs: remove a superflous assignment in xfs_iext_remove_node | Christoph Hellwig | 1 | -1/+0 |
2017-11-09 | xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node | Christoph Hellwig | 1 | -0/+8 |
2017-11-09 | xfs: fix number of records handling in xfs_iext_split_leaf | Christoph Hellwig | 1 | -4/+1 |
2017-11-06 | xfs: remove the nr_extents argument to xfs_iext_remove | Christoph Hellwig | 1 | -22/+8 |
2017-11-06 | xfs: remove the nr_extents argument to xfs_iext_insert | Christoph Hellwig | 1 | -23/+8 |
2017-11-06 | xfs: use a b+tree for the in-core extent list | Christoph Hellwig | 1 | -0/+1035 |