This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e195ca6cb6f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 8229706e03e4 XArray: Fix xa_for_each with a single element at 0 new 9ee5a3b7eeb1 XArray: Export __xa_foo to non-GPL modules new fe2b51145c9f nilfs2: Use xa_erase_irq new 4c0608f4a0e7 XArray: Regularise xa_reserve new c5beb07e7a06 XArray: Unify xa_cmpxchg and __xa_cmpxchg new 9c16bb889054 XArray: Turn xa_erase into an exported function new 84e5acb76dac XArray: Add xa_store_bh() and xa_store_irq() new 611f318637da XArray: Unify xa_store and __xa_store new d9c480435add XArray: Handle NULL pointers differently for allocation new 804dfaf01bcc XArray: Fix Documentation new 44a4a66b619a XArray: Correct xa_store_range new 5404a7f1c21c XArray tests: Correct some 64-bit assumptions new 6d7cd8c13737 dax: Remove optimisation from dax_lock_mapping_entry new 7ae2ea7dc45e dax: Make sure the unlocking entry isn't locked new c5bbd4515a05 dax: Reinstate RCU protection of inode new fda490d39fc0 dax: Fix dax_unlock_mapping_entry for PMD pages new 0e40de0338d0 dax: Fix huge page faults new 25bbe21bf427 dax: Avoid losing wakeup in dax_lock_mapping_entry new fffc9a260e38 XArray tests: Add missing locking new e2125dac22f2 Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/use [...] new 4e962ff6e34f MAINTAINERS: change Sparse's maintainer new aeabb3c96186 NFSv4: Fix a NFSv4 state manager deadlock new 99f2c55591fb NFSv4.2 copy do not allocate memory under the lock new bb21ce0ad227 flexfiles: use per-mirror specified stateid for IO new 17c2f540863a Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/proj [...] new b34087157dd7 dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB new cb216b84d6ea swiotlb: Skip cache maintenance on map error new d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/ [...]
The 28 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CREDITS | 4 + Documentation/core-api/xarray.rst | 52 ++++-- MAINTAINERS | 3 +- fs/dax.c | 60 ++++--- fs/nfs/callback_proc.c | 22 +-- fs/nfs/flexfilelayout/flexfilelayout.c | 21 +-- fs/nfs/flexfilelayout/flexfilelayout.h | 4 + fs/nfs/flexfilelayout/flexfilelayoutdev.c | 19 +++ fs/nfs/nfs42proc.c | 19 ++- fs/nfs/nfs4_fs.h | 2 + fs/nfs/nfs4state.c | 16 +- fs/nilfs2/btnode.c | 4 +- include/linux/dma-direct.h | 2 +- include/linux/xarray.h | 267 +++++++++++++++++++++++------- kernel/dma/swiotlb.c | 3 +- lib/test_xarray.c | 50 +++++- lib/xarray.c | 139 +++++++--------- 17 files changed, 461 insertions(+), 226 deletions(-)