Age | Commit message (Expand) | Author | Files | Lines |
2021-10-23 | xfs: rename xfs_bmap_add_free to xfs_free_extent_later | Darrick J. Wong | 1 | -28/+0 |
2021-10-23 | xfs: create slab caches for frequently-used deferred items | Darrick J. Wong | 1 | -0/+5 |
2021-10-23 | xfs: compact deferred intent item structures | Darrick J. Wong | 1 | -1/+1 |
2021-10-23 | xfs: rename _zone variables to _cache | Darrick J. Wong | 1 | -1/+1 |
2021-10-23 | xfs: remove kmem_zone typedef | Darrick J. Wong | 1 | -1/+1 |
2021-06-03 | xfs: mark xfs_bmap_set_attrforkoff static | Christoph Hellwig | 1 | -1/+0 |
2021-04-15 | xfs: rename and simplify xfs_bmap_one_block | Christoph Hellwig | 1 | -1/+0 |
2021-04-08 | xfs: precalculate default inode attribute offset | Dave Chinner | 1 | -0/+1 |
2020-10-29 | xfs: set xefi_discard when creating a deferred agfl free log intent item | Darrick J. Wong | 1 | -1/+1 |
2020-07-06 | xfs: redesign the reflink remap loop to fix blkres depletion crash | Darrick J. Wong | 1 | -4/+9 |
2020-07-06 | xfs: rename xfs_bmap_is_real_extent to is_written_extent | Darrick J. Wong | 1 | -1/+1 |
2020-05-14 | xfs: Use the correct style for SPDX License Identifier | Nishad Kamdar | 1 | -1/+1 |
2020-03-03 | xfs: open code insert range extent split helper | Brian Foster | 1 | -1/+2 |
2019-10-21 | xfs: use a struct iomap in xfs_writepage_ctx | Christoph Hellwig | 1 | -2/+1 |
2019-10-09 | xfs: move local to extent inode logging into bmap helper | Brian Foster | 1 | -1/+2 |
2019-09-03 | xfs: add a xfs_valid_startblock helper | Christoph Hellwig | 1 | -0/+7 |
2019-08-28 | xfs: remove unnecessary int returns from deferred bmap functions | Darrick J. Wong | 1 | -2/+2 |
2019-02-21 | xfs: make COW fork unwritten extent conversions more robust | Christoph Hellwig | 1 | -4/+4 |
2019-02-17 | xfs: move transaction handling to xfs_bmapi_convert_delalloc | Christoph Hellwig | 1 | -2/+3 |
2019-02-17 | xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write | Christoph Hellwig | 1 | -4/+0 |
2019-02-12 | xfs: use the latest extent at writeback delalloc conversion time | Brian Foster | 1 | -2/+0 |
2019-02-12 | xfs: create delalloc bmapi wrapper for full extent allocation | Brian Foster | 1 | -0/+4 |
2019-02-12 | xfs: remove superfluous writeback mapping eof trimming | Brian Foster | 1 | -1/+0 |
2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong | 1 | -2/+2 |
2018-10-18 | xfs: Add attibute set and helper functions | Allison Henderson | 1 | -0/+1 |
2018-08-03 | xfs: pass transaction to xfs_defer_add() | Brian Foster | 1 | -10/+9 |
2018-08-03 | xfs: drop dop param from xfs_defer_op_type ->finish_item() callback | Brian Foster | 1 | -3/+3 |
2018-07-12 | xfs: remove xfs_bmalloca firstblock field | Brian Foster | 1 | -1/+0 |
2018-07-12 | xfs: remove bmap insert/collapse firstblock param | Brian Foster | 1 | -2/+2 |
2018-07-12 | xfs: remove xfs_bunmapi() firstblock param | Brian Foster | 1 | -3/+2 |
2018-07-12 | xfs: remove xfs_bmapi_write() firstblock param | Brian Foster | 1 | -2/+1 |
2018-07-12 | xfs: use ->t_dfops for collapse/insert range operations | Brian Foster | 1 | -4/+2 |
2018-07-12 | xfs: remove struct xfs_bmalloca dfops field | Brian Foster | 1 | -1/+0 |
2018-07-12 | xfs: remove xfs_bmapi_remap() dfops param | Brian Foster | 1 | -1/+1 |
2018-07-12 | xfs: remove xfs_bunmapi() dfops param | Brian Foster | 1 | -3/+2 |
2018-07-12 | xfs: remove xfs_bmapi_write() dfops param | Brian Foster | 1 | -2/+1 |
2018-07-12 | xfs: remove the now unused XFS_BMAPI_IGSTATE flag | Christoph Hellwig | 1 | -3/+0 |
2018-06-24 | xfs: don't allow insert-range to shift extents past the maximum offset | Darrick J. Wong | 1 | -0/+2 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2018-05-16 | xfs: make xfs_bmapi_remapi work with attribute forks | Darrick J. Wong | 1 | -0/+4 |
2018-05-16 | xfs: factor out nodiscard helpers | Brian Foster | 1 | -11/+0 |
2018-05-16 | xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt | Darrick J. Wong | 1 | -1/+5 |
2018-05-10 | xfs: add bmapi nodiscard flag | Brian Foster | 1 | -3/+30 |
2018-04-09 | xfs: non-scrub - remove unused function parameters | Eric Sandeen | 1 | -1/+1 |
2018-03-24 | xfs: refactor bmap record validation | Darrick J. Wong | 1 | -0/+3 |
2017-11-06 | xfs: simplify xfs_reflink_convert_cow | Christoph Hellwig | 1 | -1/+5 |
2017-11-06 | xfs: introduce the xfs_iext_cursor abstraction | Christoph Hellwig | 1 | -5/+7 |
2017-10-27 | xfs: merge xfs_bmap_read_extents into xfs_iread_extents | Christoph Hellwig | 1 | -2/+0 |
2017-10-27 | xfs: remove xfs_bmse_shift_one | Christoph Hellwig | 1 | -5/+0 |
2017-10-27 | xfs: split xfs_bmap_shift_extents | Christoph Hellwig | 1 | -3/+7 |