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.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
/
xfs_bmap_btree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-30
xfs: fix static and extern sparse warnings
Dave Chinner
1
-0
/
+1
2013-10-24
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-5
/
+2
2013-10-24
xfs: decouple log and transaction headers
Dave Chinner
1
-2
/
+3
2013-09-12
xfs: = vs == typo in ASSERT()
Dan Carpenter
1
-2
/
+2
2013-09-10
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
1
-8
/
+18
2013-09-10
xfs: swap extents operations for CRC filesystems
Dave Chinner
1
-0
/
+34
2013-08-13
xfs: minor cleanups
Dave Chinner
1
-3
/
+1
2013-08-13
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
1
-1
/
+1
2013-05-08
xfs: introduce CONFIG_XFS_WARN
Dave Chinner
1
-2
/
+2
2013-04-21
xfs: add support for large btree blocks
Christoph Hellwig
1
-32
/
+78
2012-11-16
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-9
/
+11
2012-11-16
xfs: connect up write verifiers to new buffers
Dave Chinner
1
-1
/
+2
2012-11-16
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
1
-4
/
+17
2012-11-16
xfs: verify btree blocks as they are read from disk
Dave Chinner
1
-0
/
+47
2012-05-15
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2011-07-13
xfs: remove leftovers of the old btree tracing code
Christoph Hellwig
1
-98
/
+0
2011-07-08
xfs: byteswap constants instead of variables
Christoph Hellwig
1
-4
/
+4
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-4
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-01-16
xfs: make several more functions static
Eric Sandeen
1
-1
/
+1
2009-12-15
xfs: event tracing support
Christoph Hellwig
1
-6
/
+0
2009-12-12
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
1
-2
/
+1
2009-08-31
xfs: add more statics & drop some unused functions
Eric Sandeen
1
-10
/
+10
2009-06-08
xfs: kill xfs_qmops
Christoph Hellwig
1
-2
/
+2
2009-01-16
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
1
-5
/
+5
2009-01-09
[XFS] Remove macro-to-function indirections in the mask code
Eric Sandeen
1
-42
/
+42
2008-12-23
[XFS] handle unaligned data in xfs_bmbt_disk_get_all
Christoph Hellwig
1
-1
/
+2
2008-10-30
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
1
-7
/
+7
2008-10-30
[XFS] cleanup btree record / key / ptr addressing macros.
Christoph Hellwig
1
-7
/
+6
2008-10-30
[XFS] Cleanup maxrecs calculation.
Christoph Hellwig
1
-8
/
+66
2008-10-30
[XFS] add keys_inorder and recs_inorder btree methods
Christoph Hellwig
1
-0
/
+28
2008-10-30
[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
Christoph Hellwig
1
-88
/
+0
2008-10-30
[XFS] implement generic xfs_btree_delete/delrec
Christoph Hellwig
1
-516
/
+9
2008-10-30
[XFS] move xfs_bmbt_killroot to common code
Christoph Hellwig
1
-94
/
+22
2008-10-30
[XFS] implement generic xfs_btree_insert/insrec
Christoph Hellwig
1
-253
/
+55
2008-10-30
[XFS] move xfs_bmbt_newroot to common code
Christoph Hellwig
1
-112
/
+1
2008-10-30
[XFS] implement generic xfs_btree_split
Christoph Hellwig
1
-182
/
+93
2008-10-30
[XFS] implement generic xfs_btree_lshift
Christoph Hellwig
1
-136
/
+2
2008-10-30
[XFS] implement generic xfs_btree_rshift
Christoph Hellwig
1
-140
/
+2
2008-10-30
[XFS] implement generic xfs_btree_update
Christoph Hellwig
1
-45
/
+0
2008-10-30
[XFS] implement generic xfs_btree_updkey
Christoph Hellwig
1
-44
/
+5
2008-10-30
[XFS] implement generic xfs_btree_lookup
Christoph Hellwig
1
-168
/
+29
2008-10-30
[XFS] implement generic xfs_btree_decrement
Christoph Hellwig
1
-82
/
+8
2008-10-30
[XFS] implement generic xfs_btree_increment
Christoph Hellwig
1
-84
/
+4
2008-10-30
[XFS] add helpers for addressing entities inside a btree block
Christoph Hellwig
1
-0
/
+3
2008-10-30
[XFS] add get_maxrecs btree operation
Christoph Hellwig
1
-0
/
+9
2008-10-30
[XFS] make btree tracing generic
Christoph Hellwig
1
-239
/
+117
2008-10-30
[XFS] refactor xfs_btree_readahead
Christoph Hellwig
1
-8
/
+7
2008-10-30
[XFS] add a long pointers flag to xfs_btree_cur
Christoph Hellwig
1
-1
/
+1
2008-10-30
[XFS] make btree root in inode support generic
Christoph Hellwig
1
-0
/
+1
[next]