summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-9/+14
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav2-0/+8
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig1-0/+1
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig1-23/+8
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2-62/+0
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2-14/+1
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong1-1/+0
2024-09-03xfs: remove unnecessary checkDan Carpenter1-1/+1
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner1-9/+6
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong14-33/+40
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong6-113/+189
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2-2/+2
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2-38/+0
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig1-24/+33
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig2-27/+18
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2-23/+4
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig2-2/+12
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig3-14/+19
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2-0/+129
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2-21/+32
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig2-6/+5
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig2-29/+36
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig2-13/+1
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2-3/+6
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong1-0/+26
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner1-1/+1
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong1-4/+10
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2-20/+6
2024-07-04xfs: background AIL push should target physical spaceDave Chinner1-1/+1
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner1-1/+3
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo4-130/+115
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong2-7/+2
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong1-4/+3
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong2-20/+1
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong2-10/+10
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong1-27/+15
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong1-15/+9
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong1-28/+14