index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: disable the agi rotor for metadata inodes
Darrick J. Wong
2024-11-05
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: convert remaining trace points to pass pag structures
Christoph Hellwig
2024-11-05
xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
Christoph Hellwig
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
2024-11-05
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
2024-11-05
xfs: pass a pag to xfs_difree_inode_chunk
Christoph Hellwig
2024-09-20
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-03
xfs: enable block size larger than page size support
Pankaj Raghav
2024-09-01
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
2024-09-01
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2024-07-02
xfs: split new inode creation into two pieces
Darrick J. Wong
2024-04-15
xfs: try to avoid allocating from sick inode clusters
Darrick J. Wong
2024-04-15
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
2024-02-22
xfs: remove xfs_btnum_t
Christoph Hellwig
2024-02-22
xfs: pass a 'bool is_finobt' to xfs_inobt_insert
Christoph Hellwig
2024-02-22
xfs: split xfs_inobt_init_cursor
Christoph Hellwig
2024-02-22
xfs: split xfs_inobt_insert_sprec
Christoph Hellwig
2024-02-22
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
2024-02-22
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-22
xfs: report btree block corruption errors to the health system
Darrick J. Wong
2024-02-22
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2023-12-15
xfs: repair inode btrees
Darrick J. Wong
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-04-11
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
2023-04-11
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
2023-04-11
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
2023-04-11
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-11
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
2023-02-11
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
[next]