Age | Commit message (Expand) | Author |
2024-05-27 | xfs: Add cond_resched to block unmap range and reflink remap path | Ritesh Harjani (IBM) |
2024-05-03 | xfs: simplify iext overflow checking and upgrade | Christoph Hellwig |
2024-05-03 | xfs: xfs_quota_unreserve_blkres can't fail | Christoph Hellwig |
2024-04-30 | xfs: do not allocate the entire delalloc extent in xfs_bmapi_write | Christoph Hellwig |
2024-04-30 | xfs: fix xfs_bmap_add_extent_delay_real for partial conversions | Christoph Hellwig |
2024-04-30 | xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write | Christoph Hellwig |
2024-04-30 | xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate | Christoph Hellwig |
2024-04-30 | xfs: fix error returns from xfs_bmapi_write | Christoph Hellwig |
2024-04-29 | xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset | Zhang Yi |
2024-04-29 | xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional | Zhang Yi |
2024-04-23 | xfs: split xfs_bmap_add_attrfork into two pieces | Darrick J. Wong |
2024-04-23 | xfs: remove pointless unlocked assertion | Darrick J. Wong |
2024-04-22 | xfs: stop the steal (of data blocks for RT indirect blocks) | Christoph Hellwig |
2024-04-22 | xfs: rework splitting of indirect block reservations | Christoph Hellwig |
2024-04-22 | xfs: support RT inodes in xfs_mod_delalloc | Christoph Hellwig |
2024-04-22 | xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay | Christoph Hellwig |
2024-04-22 | xfs: reinstate RT support in xfs_bmapi_reserve_delalloc | Christoph Hellwig |
2024-04-22 | xfs: split xfs_mod_freecounter | Christoph Hellwig |
2024-04-22 | xfs: move RT inode locking out of __xfs_bunmapi | Christoph Hellwig |
2024-04-22 | xfs: free RT extents after updating the bmap btree | Christoph Hellwig |
2024-04-22 | xfs: refactor realtime inode locking | Christoph Hellwig |
2024-04-15 | xfs: expose xfs_bmap_local_to_extents for online repair | Darrick J. Wong |
2024-04-15 | xfs: add an explicit owner field to xfs_da_args | Darrick J. Wong |
2024-02-22 | xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h | Darrick J. Wong |
2024-02-22 | xfs: xfs_bmap_finish_one should map unwritten extents properly | Darrick J. Wong |
2024-02-22 | xfs: support deferred bmap updates on the attr fork | Darrick J. Wong |
2024-02-22 | xfs: fix xfs_bunmapi to allow unmapping of partial rt extents | Darrick J. Wong |
2024-02-22 | xfs: move xfs_bmap_defer_add to xfs_bmap_item.c | Darrick J. Wong |
2024-02-22 | xfs: clean up bmap log intent item tracepoint callsites | Darrick J. Wong |
2024-02-22 | xfs: repair the rmapbt | Darrick J. Wong |
2024-02-22 | xfs: create a helper to decide if a file mapping targets the rt volume | Darrick J. Wong |
2024-02-22 | xfs: move and rename xfs_btree_read_bufl | Christoph Hellwig |
2024-02-22 | xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents | Christoph Hellwig |
2024-02-22 | xfs: split the per-btree union in struct xfs_btree_cur | Christoph Hellwig |
2024-02-22 | xfs: set btree block buffer ops in _init_buf | Darrick J. Wong |
2024-02-22 | xfs: initialize btree blocks using btree_ops structure | Darrick J. Wong |
2024-02-22 | xfs: remove bc_ino.flags | Christoph Hellwig |
2024-02-22 | xfs: encode the btree geometry flags in the btree ops structure | Darrick J. Wong |
2024-02-22 | xfs: report XFS_IS_CORRUPT errors to the health system | Darrick J. Wong |
2024-02-22 | xfs: report btree block corruption errors to the health system | Darrick J. Wong |
2024-02-22 | xfs: report block map corruption errors to the health tracking system | Darrick J. Wong |
2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) |
2024-02-13 | xfs: use GFP_KERNEL in pure transaction contexts | Dave Chinner |
2024-01-11 | xfs: fix backwards logic in xfs_bmap_alloc_account | Darrick J. Wong |
2023-12-29 | xfs: make if_data a void pointer | Christoph Hellwig |
2023-12-22 | xfs: indicate if xfs_bmap_adjacent changed ap->blkno | Christoph Hellwig |
2023-12-22 | xfs: also use xfs_bmap_btalloc_accounting for RT allocations | Christoph Hellwig |