index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ialloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-21
1
-0
/
+5
|
\
|
*
xfs: enable block size larger than page size support
Pankaj Raghav
2024-09-03
1
-0
/
+5
*
|
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
2024-09-01
1
-2
/
+2
*
|
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
2024-09-01
1
-2
/
+3
|
/
*
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2024-07-02
1
-3
/
+2
*
xfs: split new inode creation into two pieces
Darrick J. Wong
2024-07-02
1
-0
/
+15
*
xfs: try to avoid allocating from sick inode clusters
Darrick J. Wong
2024-04-15
1
-0
/
+40
*
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
2024-04-15
1
-6
/
+10
*
xfs: remove xfs_btnum_t
Christoph Hellwig
2024-02-22
1
-1
/
+1
*
xfs: pass a 'bool is_finobt' to xfs_inobt_insert
Christoph Hellwig
2024-02-22
1
-5
/
+4
*
xfs: split xfs_inobt_init_cursor
Christoph Hellwig
2024-02-22
1
-10
/
+13
*
xfs: split xfs_inobt_insert_sprec
Christoph Hellwig
2024-02-22
1
-52
/
+96
*
xfs: add a name field to struct xfs_btree_ops
Christoph Hellwig
2024-02-22
1
-3
/
+2
*
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
2024-02-22
1
-9
/
+43
*
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-22
1
-0
/
+1
*
xfs: report btree block corruption errors to the health system
Darrick J. Wong
2024-02-22
1
-0
/
+1
*
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-0
/
+3
*
xfs: repair inode btrees
Darrick J. Wong
2023-12-15
1
-13
/
+18
*
xfs: remove __xfs_free_extent_later
Darrick J. Wong
2023-12-07
1
-2
/
+3
*
xfs: AGI length should be bounds checked
Darrick J. Wong
2023-07-03
1
-13
/
+11
*
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-29
1
-4
/
+4
*
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-06-05
1
-8
/
+16
*
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
2023-04-12
1
-32
/
+50
*
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
2023-04-12
1
-2
/
+0
*
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
2023-04-12
1
-0
/
+4
*
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-12
1
-14
/
+24
*
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
2023-04-12
1
-18
/
+35
*
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-27
1
-1
/
+2
*
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-12
1
-3
/
+3
*
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-12
1
-17
/
+10
*
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-12
1
-3
/
+6
*
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-12
1
-17
/
+15
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-12
1
-7
/
+7
*
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-12
1
-16
/
+1
*
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-12
1
-13
/
+12
*
xfs: use active perag references for inode allocation
Dave Chinner
2023-02-12
1
-32
/
+31
*
xfs: convert xfs_imap() to take a perag
Dave Chinner
2023-02-12
1
-29
/
+16
*
xfs: prefer free inodes at ENOSPC over chunk allocation
Dave Chinner
2023-02-10
1
-0
/
+17
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
1
-2
/
+1
*
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
1
-3
/
+3
*
xfs: pass perag to xfs_read_agi
Dave Chinner
2022-07-07
1
-11
/
+10
*
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-1
/
+1
*
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
1
-1
/
+1
*
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
2022-07-07
1
-13
/
+10
*
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
2022-07-07
1
-25
/
+14
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
1
-0
/
+2
|
\
|
*
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
2022-04-11
1
-0
/
+2
[next]