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_btree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-10
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
1
-2
/
+2
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-15
/
+10
2022-05-27
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2022-05-27
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2022-05-27
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2022-05-04
xfs: detect self referencing btree sibling pointers
Dave Chinner
1
-35
/
+105
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
1
-5
/
+5
2022-03-23
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
1
-1
/
+1
2021-11-11
xfs: sync xfs_btree_split macros with userspace libxfs
Darrick J. Wong
1
-0
/
+4
2021-10-19
xfs: use separate btree cursor cache for each btree type
Darrick J. Wong
1
-6
/
+45
2021-10-19
xfs: compute the maximum height of the rmap btree when reflink enabled
Darrick J. Wong
1
-0
/
+33
2021-10-19
xfs: clean up xfs_btree_{calc_size,compute_maxlevels}
Darrick J. Wong
1
-34
/
+33
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
1
-2
/
+2
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
1
-82
/
+86
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
1
-0
/
+2
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
1
-6
/
+6
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-12
/
+13
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
1
-5
/
+5
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-7
/
+7
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
1
-35
/
+35
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
1
-6
/
+6
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-6
/
+6
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-0
/
+2
2021-06-02
xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
Dave Chinner
1
-0
/
+1
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
1
-2
/
+10
2021-02-11
xfs: consider shutdown in bmapbt cursor delete assert
Brian Foster
1
-21
/
+12
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-5
/
+5
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
1
-7
/
+7
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
1
-2
/
+12
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
1
-0
/
+3
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
1
-1
/
+1
2020-03-13
xfs: convert btree cursor inode-private member names
Dave Chinner
1
-25
/
+25
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-6
/
+6
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
1
-1
/
+1
2020-01-27
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
1
-46
/
+0
2020-01-27
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
1
-7
/
+16
2020-01-07
xfs: remove shadow variable in xfs_btree_lshift
Eric Sandeen
1
-2
/
+0
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
1
-1
/
+1
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-9
/
+5
2019-11-13
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
1
-11
/
+42
2019-11-11
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
Darrick J. Wong
1
-19
/
+0
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
1
-1
/
+4
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
1
-2
/
+8
2019-08-30
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
1
-7
/
+5
2019-08-27
xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...
zhengbin
1
-2
/
+0
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
[next]