Age | Commit message (Expand) | Author |
2018-07-17 | libxfs: Fix a couple of sparse complaintis | Carlos Maiolino |
2018-07-17 | xfs: use swap macro in xfs_dir2_leafn_rebalance | Gustavo A. R. Silva |
2018-07-17 | xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance | Gustavo A. R. Silva |
2018-07-17 | xfs: don't assume a left rmap when allocating a new rmap | Darrick J. Wong |
2018-07-11 | xfs: Initialize variables in xfs_alloc_get_rec before using them | Carlos Maiolino |
2018-07-11 | xfs: remove xfs_defer_init() firstblock param | Brian Foster |
2018-07-11 | xfs: replace no-op firstblock init with ->t_firstblock | Brian Foster |
2018-07-11 | xfs: remove xfs_alloc_arg firstblock field | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur private firstblock field | Brian Foster |
2018-07-11 | xfs: remove bmap format helpers firstblock params | Brian Foster |
2018-07-11 | xfs: remove bmap extent add helper firstblock params | Brian Foster |
2018-07-11 | xfs: remove xfs_bmalloca firstblock field | Brian Foster |
2018-07-11 | xfs: use ->t_firstblock in bmap extent split | Brian Foster |
2018-07-11 | xfs: remove bmap insert/collapse firstblock param | Brian Foster |
2018-07-11 | xfs: remove xfs_bunmapi() firstblock param | Brian Foster |
2018-07-11 | xfs: remove xfs_bmapi_write() firstblock param | Brian Foster |
2018-07-11 | xfs: use ->t_firstblock in xfs_bmapi_remap() | Brian Foster |
2018-07-11 | xfs: use ->t_firstblock for all xfs_bunmapi() callers | Brian Foster |
2018-07-11 | xfs: use ->t_firstblock in xattr ops | Brian Foster |
2018-07-11 | xfs: use ->t_firstblock in attrfork add | Brian Foster |
2018-07-11 | xfs: remove firstblock param from xfs dir ops | Brian Foster |
2018-07-11 | xfs: allow null firstblock in xfs_bmapi_write() when tp is null | Brian Foster |
2018-07-11 | xfs: refactor dfops init to attach to transaction | Brian Foster |
2018-07-11 | xfs: use ->t_dfops in reflink cow recover path | Brian Foster |
2018-07-11 | xfs: remove unused btree cursor bc_private.a.dfops field | Brian Foster |
2018-07-11 | xfs: remove xfs_btree_cur bmbt dfops field | Brian Foster |
2018-07-11 | xfs: remove dfops param from internal bmap extent helpers | Brian Foster |
2018-07-11 | xfs: use ->t_dfops for collapse/insert range operations | Brian Foster |
2018-07-11 | xfs: remove struct xfs_bmalloca dfops field | Brian Foster |
2018-07-11 | xfs: remove xfs_bmapi_remap() dfops param | Brian Foster |
2018-07-11 | xfs: remove xfs_bunmapi() dfops param | Brian Foster |
2018-07-11 | xfs: remove xfs_bmapi_write() dfops param | Brian Foster |
2018-07-11 | xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove | Brian Foster |
2018-07-11 | xfs: use ->t_dfops in extent split tx and remove param | Brian Foster |
2018-07-11 | xfs: remove dfops param in attr fork add path | Brian Foster |
2018-07-11 | xfs: use ->t_dfops for attr set/remove operations | Brian Foster |
2018-07-11 | xfs: remove dfops param from high level dirname calls | Brian Foster |
2018-07-11 | xfs: remove dfops parameter from ifree call stack | Brian Foster |
2018-07-11 | xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops | Brian Foster |
2018-07-11 | xfs: remove the now unused XFS_BMAPI_IGSTATE flag | Christoph Hellwig |
2018-06-28 | xfs: Initialize variables in xfs_alloc_get_rec before using them | Carlos Maiolino |
2018-06-24 | xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation | Darrick J. Wong |
2018-06-24 | xfs: fix off-by-one error in xfs_rtalloc_query_range | Darrick J. Wong |
2018-06-24 | xfs: don't allow insert-range to shift extents past the maximum offset | Darrick J. Wong |
2018-06-21 | xfs: More robust inode extent count validation | Dave Chinner |
2018-06-11 | xfs: update incore per-AG inode count | Darrick J. Wong |
2018-06-08 | xfs: replace do_mod with native operations | Dave Chinner |
2018-06-08 | xfs: don't call xfs_da_shrink_inode with NULL bp | Eric Sandeen |
2018-06-08 | xfs: clean up MIN/MAX | Dave Chinner |
2018-06-08 | xfs: move various type verifiers to common file | Dave Chinner |