开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ialloc.c
Age
Commit message (
Expand
)
Author
2021-08-19
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-09
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
2021-06-18
xfs: perag may be null in xfs_imap()
Dave Chinner
2021-06-08
xfs: drop the AGI being passed to xfs_check_agi_freecount
Dave Chinner
2021-06-02
xfs: use perag through unlink processing
Dave Chinner
2021-06-02
xfs: clean up and simplify xfs_dialloc()
Dave Chinner
2021-06-02
xfs: inode allocation can use a single perag instance
Dave Chinner
2021-06-02
xfs: get rid of xfs_dir_ialloc()
Dave Chinner
2021-06-02
xfs: collapse AG selection for inode allocation
Dave Chinner
2021-06-02
xfs: simplify xfs_dialloc_select_ag() return values
Dave Chinner
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-03-25
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
xfs: store inode btree block counts in AGI header
Darrick J. Wong
2020-08-26
xfs: fix off-by-one in inode alloc block reservation calculation
Brian Foster
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
2020-01-26
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2019-12-19
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
2019-11-12
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
2019-08-28
xfs: fix maxicount division by zero error
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
xfs: refactor inode geometry setup routines
Darrick J. Wong
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
2019-02-11
xfs: miscellaneous verifier magic value fixups
Brian Foster
2018-12-12
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
[next]