index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_btree.c
Age
Commit message (
Expand
)
Author
2023-04-11
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2023-04-11
xfs: refactor converting btree irec to btree key
Darrick J. Wong
2023-02-11
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-05
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
2023-01-03
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-05-27
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
2022-05-27
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
2022-05-27
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
2022-05-04
xfs: detect self referencing btree sibling pointers
Dave Chinner
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
2022-03-22
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
2021-11-11
xfs: sync xfs_btree_split macros with userspace libxfs
Darrick J. Wong
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: introduce xfs_buf_daddr()
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: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-18
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
2021-02-11
xfs: consider shutdown in bmapbt cursor delete assert
Brian Foster
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
2020-03-13
xfs: convert btree cursor inode-private member names
Dave Chinner
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
2020-01-26
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
2020-01-26
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2020-01-07
xfs: remove shadow variable in xfs_btree_lshift
Eric Sandeen
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
[next]