index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
Lines
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
-13
/
+12
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
-32
/
+31
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
-29
/
+16
2023-02-11
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
-0
/
+17
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-1
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-1
/
+1
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
-2
/
+1
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
-3
/
+3
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
-11
/
+10
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
-1
/
+1
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
-1
/
+1
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
-13
/
+10
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
-25
/
+14
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
-0
/
+2
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
-3
/
+3
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
-0
/
+2
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
-2
/
+2
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
-0
/
+1
2021-08-19
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
-2
/
+1
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
-15
/
+15
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
-3
/
+3
2021-08-19
xfs: convert mount flags to features
Dave Chinner
-6
/
+4
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
-7
/
+7
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
-2
/
+2
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
-1
/
+1
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
-0
/
+55
2021-06-18
xfs: perag may be null in xfs_imap()
Dave Chinner
-1
/
+2
2021-06-08
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
-15
/
+13
2021-06-02
xfs: use perag through unlink processing
Dave Chinner
-13
/
+10
2021-06-02
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
-118
/
+153
2021-06-02
xfs: inode allocation can use a single perag instance
Dave Chinner
-3
/
+3
2021-06-02
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
-7
/
+10
2021-06-02
xfs: collapse AG selection for inode allocation
Dave Chinner
-147
/
+78
2021-06-02
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
-15
/
+8
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
-1
/
+1
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
-88
/
+89
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
-8
/
+8
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
-1
/
+1
2021-03-25
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
-2
/
+2
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
-2
/
+2
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
-30
/
+24
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
-39
/
+20
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
-0
/
+35
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
-4
/
+4
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
-0
/
+4
2020-09-15
xfs: store inode btree block counts in AGI header
Darrick J. Wong
-0
/
+1
2020-08-26
xfs: fix off-by-one in inode alloc block reservation calculation
Brian Foster
-2
/
+2
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
-21
/
+7
[prev]
[next]