summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)Author
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-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong
2024-04-15xfs: try to avoid allocating from sick inode clustersDarrick J. Wong
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-04-11xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong
2023-04-11xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong
2023-04-11xfs: hoist inode record alignment checks from scrubDarrick J. Wong
2023-04-11xfs: complain about bad records in query_range helpersDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2023-02-27xfs: restore old agirotor behaviorDarrick J. Wong
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-13xfs: introduce xfs_for_each_perag_wrap()Dave Chinner
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner
2023-02-13xfs: use active perag references for inode allocationDave Chinner
2023-02-13xfs: convert xfs_imap() to take a peragDave Chinner
2023-02-11xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner