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
*
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
*
|
xfs: convert AGI log flags to unsigned.
Dave Chinner
2022-04-21
1
-3
/
+3
|
/
*
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
2021-10-23
1
-2
/
+2
*
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
2021-10-19
1
-0
/
+1
*
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
2021-08-19
1
-2
/
+1
*
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
1
-15
/
+15
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-3
/
+3
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-6
/
+4
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-7
/
+7
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-19
1
-2
/
+2
*
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
2021-08-09
1
-1
/
+1
*
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
2021-07-15
1
-0
/
+55
*
xfs: perag may be null in xfs_imap()
Dave Chinner
2021-06-18
1
-1
/
+2
*
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
2021-06-08
1
-15
/
+13
*
xfs: use perag through unlink processing
Dave Chinner
2021-06-02
1
-13
/
+10
*
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
2021-06-02
1
-118
/
+153
*
xfs: inode allocation can use a single perag instance
Dave Chinner
2021-06-02
1
-3
/
+3
*
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
2021-06-02
1
-7
/
+10
*
xfs: collapse AG selection for inode allocation
Dave Chinner
2021-06-02
1
-147
/
+78
*
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
2021-06-02
1
-15
/
+8
*
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: use perag for ialloc btree cursors
Dave Chinner
2021-06-02
1
-88
/
+89
*
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
1
-8
/
+8
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
2021-03-26
1
-2
/
+2
*
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-17
1
-2
/
+2
*
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
2020-12-12
1
-13
/
+9
*
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2020-12-12
1
-30
/
+24
*
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2020-12-12
1
-39
/
+20
*
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2020-12-12
1
-0
/
+35
*
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
2020-12-12
1
-4
/
+4
*
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-16
1
-0
/
+4
*
xfs: store inode btree block counts in AGI header
Darrick J. Wong
2020-09-16
1
-0
/
+1
*
xfs: fix off-by-one in inode alloc block reservation calculation
Brian Foster
2020-08-26
1
-2
/
+2
*
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
2020-07-14
1
-21
/
+7
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
1
-2
/
+2
*
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-13
1
-1
/
+1
*
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
2020-03-11
1
-14
/
+13
*
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2020-01-26
1
-6
/
+6
*
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
2019-12-19
1
-0
/
+64
*
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
2019-11-13
1
-31
/
+86
[next]