index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_iext_tree.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
1
-9
/
+13
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-4
/
+4
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-4
/
+8
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
1
-18
/
+18
2023-12-15
xfs: repair inode fork block mapping data structures
Darrick J. Wong
1
-7
/
+16
2021-03-25
xfs: prevent metadata files from being inactivated
Darrick J. Wong
1
-1
/
+1
2020-09-06
xfs: remove kmem_realloc()
Carlos Maiolino
1
-1
/
+1
2019-10-21
xfs: fix inode fork extent count overflow
Dave Chinner
1
-1
/
+1
2019-08-28
xfs: remove unnecessary parameter from xfs_iext_inc_seq
Darrick J. Wong
1
-4
/
+4
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-02-11
xfs: update fork seq counter on data fork changes
Brian Foster
1
-7
/
+6
2018-08-07
xfs: use WRITE_ONCE to update if_seq
Christoph Hellwig
1
-3
/
+17
2018-07-31
xfs: maintain a sequence count for inode fork manipulations
Christoph Hellwig
1
-0
/
+6
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-9
/
+1
2017-12-14
xfs: move xfs_iext_insert tracepoint to report useful information
Darrick J. Wong
1
-2
/
+2
2017-11-21
xfs: fix memory leak in xfs_iext_free_last_leaf
Shu Wang
1
-1
/
+1
2017-11-16
xfs: fix type usage
Darrick J. Wong
1
-1
/
+1
2017-11-09
xfs: handle zero entries case in xfs_iext_rebalance_leaf
Christoph Hellwig
1
-7
/
+17
2017-11-09
xfs: add comments documenting the rebalance algorithm
Christoph Hellwig
1
-0
/
+24
2017-11-09
xfs: trivial indentation fixup for xfs_iext_remove_node
Christoph Hellwig
1
-2
/
+1
2017-11-09
xfs: remove a superflous assignment in xfs_iext_remove_node
Christoph Hellwig
1
-1
/
+0
2017-11-09
xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node
Christoph Hellwig
1
-0
/
+8
2017-11-09
xfs: fix number of records handling in xfs_iext_split_leaf
Christoph Hellwig
1
-4
/
+1
2017-11-06
xfs: remove the nr_extents argument to xfs_iext_remove
Christoph Hellwig
1
-22
/
+8
2017-11-06
xfs: remove the nr_extents argument to xfs_iext_insert
Christoph Hellwig
1
-23
/
+8
2017-11-06
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
1
-0
/
+1035