- 740fd67 xfs: pass the mapping flags to xfs_bmbt_to_iomap by Christoph Hellwig · 3 years, 1 month ago
- c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
- f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
- e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
- 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 3 months ago
- c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 3 months ago
- 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 3 months ago
- ae127f0 xfs: remove xfs_btree_cur_t typedef by Darrick J. Wong · 3 years, 3 months ago
- 9343ee7 xfs: convert bp->b_bn references to xfs_buf_daddr() by Dave Chinner · 3 years, 4 months ago
- 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 4 months ago
- 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 4 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
- 8b943d2 Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- c3eabd3 Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- 5a981e4 xfs: mark xfs_bmap_set_attrforkoff static by Christoph Hellwig · 3 years, 7 months ago
- 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
- 0fe0bbe xfs: bunmapi has unnecessary AG lock ordering issues by Dave Chinner · 3 years, 7 months ago
- 991c2c5 xfs: btree format inode forks can have zero extents by Dave Chinner · 3 years, 7 months ago
- b2197a3 xfs: remove XFS_IFEXTENTS by Christoph Hellwig · 3 years, 9 months ago
- 0779f4a xfs: remove XFS_IFINLINE by Christoph Hellwig · 3 years, 9 months ago
- ac1e067 xfs: remove XFS_IFBROOT by Christoph Hellwig · 3 years, 9 months ago
- 2ac131d xfs: rename and simplify xfs_bmap_one_block by Christoph Hellwig · 3 years, 9 months ago
- 862a804 xfs: move the XFS_IFEXTENTS check into xfs_iread_extents by Christoph Hellwig · 3 years, 9 months ago
- b294104 xfs: precalculate default inode attribute offset by Dave Chinner · 3 years, 9 months ago
- 683ec9b xfs: default attr fork size does not handle device inodes by Dave Chinner · 3 years, 9 months ago
- b6785e2 xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate root node size by Chandan Babu R · 3 years, 9 months ago
- 7821ea3 xfs: move the di_forkoff field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 031474c xfs: move the di_extsize field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 6e73a54 xfs: move the di_nblocks field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 13d2c10 xfs: move the di_size field to struct xfs_inode by Christoph Hellwig · 3 years, 9 months ago
- 6e8bd39 xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents by Chandan Babu R · 3 years, 9 months ago
- e6a688c xfs: initialise attr fork on inode create by Dave Chinner · 3 years, 9 months ago
- 3de4eb1 xfs: allow reservation of rtblocks with xfs_trans_alloc_inode by Darrick J. Wong · 4 years ago
- 3a1af6c xfs: refactor common transaction/inode/quota allocation idiom by Darrick J. Wong · 4 years ago
- 02b7ee4 xfs: reserve data and rt quota at the same time by Darrick J. Wong · 4 years ago
- 8554650 xfs: create convenience wrappers for incore quota block reservations by Darrick J. Wong · 4 years ago
- 4abe21a xfs: clean up quota reservation callsites by Darrick J. Wong · 4 years ago
- 560ab6c xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments() by Chandan Babu R · 4 years ago
- 3015196 xfs: Introduce error injection to allocate only minlen size extents for files by Chandan Babu R · 4 years ago
- 07c72e5 xfs: Process allocated extent in a separate function by Chandan Babu R · 4 years ago
- 0961fdd xfs: Compute bmap extent alignments in a separate function by Chandan Babu R · 4 years ago
- aff4db5 xfs: Remove duplicate assert statement in xfs_bmap_btalloc() by Chandan Babu R · 4 years ago
- 02092a2 xfs: Check for extent overflow when renaming dir entries by Chandan Babu R · 4 years ago
- 0dbc5cb xfs: Check for extent overflow when removing dir entries by Chandan Babu R · 4 years ago
- 727e1ac xfs: Check for extent overflow when trivally adding a new extent by Chandan Babu R · 4 years ago
- e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years ago
- 33005fd xfs: refactor file range validation by Darrick J. Wong · 4 years, 1 month ago
- 18695ad xfs: refactor realtime volume extent validation by Darrick J. Wong · 4 years, 1 month ago
- 67457eb xfs: refactor data device extent validation by Darrick J. Wong · 4 years, 1 month ago
- acf104c xfs: detect overflows in bmbt records by Darrick J. Wong · 4 years, 1 month ago
- 8df0fa3 xfs: don't free rt blocks when we're doing a REMAP bunmapi call by Darrick J. Wong · 4 years, 3 months ago
- d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 4 months ago
- 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 5 months ago
- 3050bd0 xfs: Remove kmem_zone_alloc() usage by Carlos Maiolino · 4 years, 5 months ago
- a5949d3 xfs: force writes to delalloc regions to unwritten by Darrick J. Wong · 4 years, 7 months ago
- f7e67b2 xfs: move the fork format fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
- daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
- 4b516ff xfs: remove the NULL fork handling in xfs_bmapi_read by Christoph Hellwig · 4 years, 8 months ago
- 1a1c57b xfs: remove the special COW fork handling in xfs_bmapi_read by Christoph Hellwig · 4 years, 8 months ago
- e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 4 years, 10 months ago
- 8ef5479 xfs: rename btree cursor private btree member flags by Dave Chinner · 4 years, 10 months ago
- 92219c2 xfs: convert btree cursor inode-private member names by Dave Chinner · 4 years, 10 months ago
- b73df17 xfs: open code insert range extent split helper by Brian Foster · 4 years, 10 months ago
- f48e2df xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers by Darrick J. Wong · 5 years ago
- ee647f8 xfs: remove the xfs_btree_get_buf[ls] functions by Darrick J. Wong · 5 years ago
- af952ae libxfs: resync with the userspace libxfs by Darrick J. Wong · 5 years ago
- d0c2204 xfs: stabilize insert range start boundary to avoid COW writeback race by Brian Foster · 5 years ago
- 69ffe59 xfs: don't check for AG deadlock for realtime files in bunmapi by Omar Sandoval · 5 years ago
- 0c4da70 xfs: fix realtime file data space leak by Omar Sandoval · 5 years ago
- a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
- f9e0370 xfs: kill the XFS_WANT_CORRUPT_* macros by Darrick J. Wong · 5 years ago
- 2fe4f92 xfs: refactor "does this fork map blocks" predicate by Darrick J. Wong · 5 years ago
- f5be084 xfs: null out bma->prev if no previous extent by Darrick J. Wong · 5 years ago
- a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
- c34d570 xfs: cleanup use of the XFS_ALLOC_ flags by Christoph Hellwig · 5 years ago
- fd638f1 xfs: move extent zeroing to xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
- be6cacb xfs: refactor xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
- e992ae8 xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks by Darrick J. Wong · 5 years ago
- c2414ad xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata by Darrick J. Wong · 5 years ago
- da781e6 xfs: don't set bmapi total block req where minleft is by Brian Foster · 5 years ago
- 1c74357 xfs: cap longest free extent to maximum allocatable by Dave Chinner · 5 years ago
- 4e087a3 xfs: use a struct iomap in xfs_writepage_ctx by Christoph Hellwig · 5 years ago
- aeea4b7 xfs: move local to extent inode logging into bmap helper by Brian Foster · 5 years ago
- ce84042 xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag") by Darrick J. Wong · 5 years ago
- e20e174 xfs: convert inode to extent format after extent merge due to shift by Brian Foster · 5 years ago
- eb77b23 xfs: add a xfs_valid_startblock helper by Christoph Hellwig · 5 years ago
- 1baa280 xfs: remove the unused XFS_ALLOC_USERDATA flag by Christoph Hellwig · 5 years ago
- 3e08f42 xfs: remove unnecessary int returns from deferred bmap functions by Darrick J. Wong · 5 years ago
- 74b4c5d xfs: remove unnecessary int returns from deferred refcount functions by Darrick J. Wong · 5 years ago
- bc46ac6 xfs: remove unnecessary int returns from deferred rmap functions by Darrick J. Wong · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- 8612de3 xfs: don't crash on null attr fork xfs_bmapi_read by Darrick J. Wong · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- f5b999c xfs: remove unused flag arguments by Eric Sandeen · 6 years ago
- 9fe82b8 xfs: track delayed allocation reservations across the filesystem by Darrick J. Wong · 6 years ago
- 4b0bce3 xfs: always init bma in xfs_bmapi_write by Darrick J. Wong · 6 years ago
- 6958d11 xfs: don't trip over uninitialized buffer on extent read of corrupted inode by Brian Foster · 6 years ago
- 26b91c7 xfs: make COW fork unwritten extent conversions more robust by Christoph Hellwig · 6 years ago