summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig1-2/+2
2025-07-24fs/xfs: replace strncpy with memtostr_pad()Pranav Tyagi1-1/+1
2025-07-24xfs: improve the xg_active_ref check in xfs_group_freeChristoph Hellwig1-1/+2
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-3/+1
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin2-7/+7
2025-07-24xfs: use a proper variable name and type for storing a comparison resultFedor Pchelkin1-11/+12
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin8-62/+27
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin8-72/+45
2025-07-24xfs: rename key_diff routinesFedor Pchelkin9-23/+26
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin9-33/+33
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig1-5/+9
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner2-12/+60
2025-05-08xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong2-0/+73
2025-05-08xfs: add xfs_calc_atomic_write_unit_max()John Garry2-0/+96
2025-05-08xfs: commit CoW-based atomic writes atomicallyJohn Garry3-0/+20
2025-05-08xfs: allow block allocator to take an alignment hintJohn Garry2-1/+10
2025-05-08xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong2-31/+152
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig1-1/+1
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino2-2/+2
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino21-415/+634
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong1-1/+0
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig2-2/+2
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino21-415/+635
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-03xfs: support zone gapsChristoph Hellwig5-9/+36
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig1-1/+2
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig1-0/+9
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig2-4/+23
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig2-5/+22
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig2-5/+18
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig2-0/+206
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+1
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig2-1/+10
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig3-5/+10
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig8-29/+133
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig2-0/+21
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig2-4/+8
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig2-292/+8
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig1-0/+3
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig2-63/+107
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig4-6/+23
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng1-6/+7
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac1-2/+1
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig2-4/+3
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino23-85/+1381