index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
xarray.c
Age
Commit message (
Expand
)
Author
2023-09-05
xarray: Document necessary flag in alloc functions
Philipp Stanner
2023-07-28
XArray: Do not return sibling entries from xa_load()
Matthew Wilcox (Oracle)
2023-06-12
radix-tree: move declarations to header
Arnd Bergmann
2022-06-09
mm/huge_memory: Fix xarray node memory leak
Matthew Wilcox (Oracle)
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
2022-04-01
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2022-03-31
XArray: Update the LRU list in xas_split()
Matthew Wilcox (Oracle)
2022-03-28
XArray: Fix xas_create_range() when multi-order entry present
Matthew Wilcox (Oracle)
2022-03-22
xarray: use kmem_cache_alloc_lru to allocate xa_node
Muchun Song
2022-01-08
XArray: Add xas_advance()
Matthew Wilcox (Oracle)
2021-03-30
XArray: Fix splitting to non-zero orders
Matthew Wilcox (Oracle)
2021-03-30
XArray: Fix split documentation
Matthew Wilcox (Oracle)
2020-10-20
Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2020-10-16
XArray: add xas_split
Matthew Wilcox (Oracle)
2020-10-16
XArray: add xa_get_order
Matthew Wilcox (Oracle)
2020-10-13
XArray: Fix xas_create_range for ranges above 4 billion
Matthew Wilcox (Oracle)
2020-10-13
XArray: Add private interface for workingset node deletion
Matthew Wilcox (Oracle)
2020-03-12
xarray: Fix early termination of xas_for_each_marked
Matthew Wilcox (Oracle)
2020-02-27
XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTI
Matthew Wilcox (Oracle)
2020-01-31
XArray: Fix xas_pause for large multi-index entries
Matthew Wilcox (Oracle)
2020-01-31
XArray: Fix xa_find_next for large multi-index entries
Matthew Wilcox (Oracle)
2020-01-17
XArray: Fix xas_find returning too many entries
Matthew Wilcox (Oracle)
2020-01-17
XArray: Fix xa_find_after with multi-index entries
Matthew Wilcox (Oracle)
2020-01-17
XArray: Fix infinite loop with entry at ULONG_MAX
Matthew Wilcox (Oracle)
2019-11-08
XArray: Fix xas_pause at ULONG_MAX
Matthew Wilcox (Oracle)
2019-07-01
XArray: Fix xas_next() with a single entry at 0
Matthew Wilcox (Oracle)
2019-05-31
mm: fix page cache convergence regression
Johannes Weiner
2019-02-21
XArray: Fix xa_reserve for 2-byte aligned entries
Matthew Wilcox
2019-02-21
XArray: Fix xa_erase of 2-byte aligned entries
Matthew Wilcox
2019-02-20
XArray: Use xa_cmpxchg to implement xa_reserve
Matthew Wilcox
2019-02-20
XArray: Fix xa_release in allocating arrays
Matthew Wilcox
2019-02-06
XArray: Add cyclic allocation
Matthew Wilcox
2019-02-06
XArray: Redesign xa_alloc API
Matthew Wilcox
2019-02-06
XArray: Add support for 1s-based allocation
Matthew Wilcox
2019-02-06
XArray: Change xa_insert to return -EBUSY
Matthew Wilcox
2019-02-04
XArray: Update xa_erase family descriptions
Matthew Wilcox
2019-01-06
XArray: Honour reserved entries in xa_insert
Matthew Wilcox
2019-01-06
XArray: Permit storing 2-byte-aligned pointers
Matthew Wilcox
2019-01-06
XArray: Turn xa_init_flags into a static inline
Matthew Wilcox
2018-12-13
XArray: Fix xa_alloc when id exceeds max
Matthew Wilcox
2018-11-16
XArray: Correct xa_store_range
Matthew Wilcox
2018-11-05
XArray: Fix Documentation
Matthew Wilcox
2018-11-05
XArray: Handle NULL pointers differently for allocation
Matthew Wilcox
2018-11-05
XArray: Unify xa_store and __xa_store
Matthew Wilcox
2018-11-05
XArray: Turn xa_erase into an exported function
Matthew Wilcox
2018-11-05
XArray: Unify xa_cmpxchg and __xa_cmpxchg
Matthew Wilcox
2018-11-05
XArray: Regularise xa_reserve
Matthew Wilcox
2018-11-05
XArray: Export __xa_foo to non-GPL modules
Matthew Wilcox
2018-11-05
XArray: Fix xa_for_each with a single element at 0
Matthew Wilcox
2018-10-21
xarray: Add range store functionality
Matthew Wilcox
[next]