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
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
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
1
-88
/
+89
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-8
/
+8
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-1
/
+1
2021-03-26
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
1
-2
/
+2
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-2
/
+2
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
1
-30
/
+24
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
1
-39
/
+20
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
1
-0
/
+35
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-09-16
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-0
/
+4
2020-09-16
xfs: store inode btree block counts in AGI header
Darrick J. Wong
1
-0
/
+1
2020-08-27
xfs: fix off-by-one in inode alloc block reservation calculation
Brian Foster
1
-2
/
+2
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
1
-21
/
+7
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
1
-1
/
+1
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
1
-2
/
+2
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-1
/
+1
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
1
-14
/
+13
2020-01-27
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
1
-6
/
+6
2019-12-19
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
1
-0
/
+64
2019-11-13
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
1
-31
/
+86
2019-08-28
xfs: fix maxicount division by zero error
Darrick J. Wong
1
-2
/
+7
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-3
/
+3
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
1
-5
/
+16
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
1
-28
/
+96
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-51
/
+56
2019-02-12
xfs: miscellaneous verifier magic value fixups
Brian Foster
1
-1
/
+2
[next]