aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-15xfs: try to avoid allocating from sick inode clustersDarrick J. Wong1-0/+40
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-6/+10
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-1/+1
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig1-5/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-10/+13
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig1-52/+96
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig1-3/+2
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong1-9/+43
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong1-0/+1
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong1-0/+1
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong1-0/+3
2023-12-15xfs: repair inode btreesDarrick J. Wong1-13/+18
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong1-2/+3
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong1-13/+11
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner1-4/+4
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner1-8/+16
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong1-32/+50
2023-04-11xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong1-2/+0
2023-04-11xfs: hoist inode record alignment checks from scrubDarrick J. Wong1-0/+4
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong1-14/+24
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong1-18/+35
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong1-1/+2
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-3/+3
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner1-17/+10
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-3/+6
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner1-17/+15
2023-02-13xfs: perags need atomic operational stateDave Chinner1-7/+7
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner1-16/+1
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner1-13/+12
2023-02-13xfs: use active perag references for inode allocationDave Chinner1-32/+31
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner1-29/+16
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner1-0/+17
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner1-2/+1
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-3/+3
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner1-11/+10
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-1/+1
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-13/+10
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner1-25/+14
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-0/+2
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner1-3/+3
2022-04-11xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R1-0/+2
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-2/+2
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+1
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner1-2/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-15/+15
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-3/+3