index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
1
-13
/
+11
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-4
/
+4
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-8
/
+16
2023-04-12
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
1
-32
/
+50
2023-04-12
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
1
-2
/
+0
2023-04-12
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
1
-0
/
+4
2023-04-12
xfs: complain about bad records in query_range helpers
Darrick J. Wong
1
-14
/
+24
2023-04-12
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
1
-18
/
+35
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
1
-1
/
+2
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-3
/
+3
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
1
-17
/
+10
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-3
/
+6
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
1
-17
/
+15
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
1
-7
/
+7
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
1
-16
/
+1
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
1
-13
/
+12
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
1
-32
/
+31
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
1
-29
/
+16
2023-02-10
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
1
-0
/
+17
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
1
-2
/
+1
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
1
-3
/
+3
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
1
-11
/
+10
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-1
/
+1
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
1
-1
/
+1
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
1
-13
/
+10
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
1
-25
/
+14
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-0
/
+2
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
1
-3
/
+3
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
1
-0
/
+2
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-2
/
+2
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
1
-0
/
+1
2021-08-19
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
1
-2
/
+1
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-15
/
+15
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-6
/
+4
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-7
/
+7
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-2
/
+2
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
1
-1
/
+1
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
1
-0
/
+55
2021-06-18
xfs: perag may be null in xfs_imap()
Dave Chinner
1
-1
/
+2
2021-06-08
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
1
-15
/
+13
2021-06-02
xfs: use perag through unlink processing
Dave Chinner
1
-13
/
+10
2021-06-02
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
1
-118
/
+153
2021-06-02
xfs: inode allocation can use a single perag instance
Dave Chinner
1
-3
/
+3
2021-06-02
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
1
-7
/
+10
2021-06-02
xfs: collapse AG selection for inode allocation
Dave Chinner
1
-147
/
+78
2021-06-02
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
1
-15
/
+8
[next]