summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-11-05xfs: pass a pag to xfs_difree_inode_chunkChristoph Hellwig
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-07xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2024-10-07xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-03xfs: enable block size larger than page size supportPankaj Raghav
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong
2024-09-03xfs: remove unnecessary checkDan Carpenter
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li
2024-07-04xfs: background AIL push should target physical spaceDave Chinner
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner