summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-211-0/+5
|\
| * xfs: enable block size larger than page size supportPankaj Raghav2024-09-031-0/+5
* | xfs: standardize the btree maxrecs function parametersDarrick J. Wong2024-09-011-2/+2
* | xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-011-2/+3
|/
* xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong2024-07-021-3/+2
* xfs: split new inode creation into two piecesDarrick J. Wong2024-07-021-0/+15
* xfs: try to avoid allocating from sick inode clustersDarrick J. Wong2024-04-151-0/+40
* xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong2024-04-151-6/+10
* xfs: remove xfs_btnum_tChristoph Hellwig2024-02-221-1/+1
* xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig2024-02-221-5/+4
* xfs: split xfs_inobt_init_cursorChristoph Hellwig2024-02-221-10/+13
* xfs: split xfs_inobt_insert_sprecChristoph Hellwig2024-02-221-52/+96
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-221-3/+2
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-9/+43
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-221-0/+1
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+1
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+3
* xfs: repair inode btreesDarrick J. Wong2023-12-151-13/+18
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-071-2/+3
* xfs: AGI length should be bounds checkedDarrick J. Wong2023-07-031-13/+11
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-4/+4
* xfs: validate block number being freed before adding to xefiDave Chinner2023-06-051-8/+16
* xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong2023-04-121-32/+50
* xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong2023-04-121-2/+0
* xfs: hoist inode record alignment checks from scrubDarrick J. Wong2023-04-121-0/+4
* xfs: complain about bad records in query_range helpersDarrick J. Wong2023-04-121-14/+24
* xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong2023-04-121-18/+35
* xfs: restore old agirotor behaviorDarrick J. Wong2023-02-271-1/+2
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-121-3/+3
* xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner2023-02-121-17/+10
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-121-3/+6
* xfs: introduce xfs_for_each_perag_wrap()Dave Chinner2023-02-121-17/+15
* xfs: perags need atomic operational stateDave Chinner2023-02-121-7/+7
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-121-16/+1
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-121-13/+12
* xfs: use active perag references for inode allocationDave Chinner2023-02-121-32/+31
* xfs: convert xfs_imap() to take a peragDave Chinner2023-02-121-29/+16
* xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner2023-02-101-0/+17
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* xfs: make is_log_ag() a first class helperDave Chinner2022-07-071-2/+1
* xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-3/+3
* xfs: pass perag to xfs_read_agiDave Chinner2022-07-071-11/+10
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-071-1/+1
* xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-13/+10
* xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-071-25/+14
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+2
|\
| * xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-111-0/+2