Centos-kernel-stream-9/include/linux/ceph
Chris von Recklinghausen dc18fa4564 mm: allow !GFP_KERNEL allocations for kvmalloc
Conflicts:
	include/linux/ceph/libceph.h -
		4153c7fc937a ("libceph: rename parse_fsid() to ceph_parse_fsid() and export")
		added the definition of ceph_parse_fsid. Keep it.
	net/ceph/ceph_common.c -
		4153c7fc937a renamed parse_fsid() to ceph_parse_fsid() so
		don't change its name back.

Bugzilla: https://bugzilla.redhat.com/2120352

commit a421ef303008b0ceee2cfc625c3246fa7654b0ca
Author: Michal Hocko <mhocko@suse.com>
Date:   Fri Jan 14 14:07:07 2022 -0800

    mm: allow !GFP_KERNEL allocations for kvmalloc

    Support for GFP_NO{FS,IO} and __GFP_NOFAIL has been implemented by
    previous patches so we can allow the support for kvmalloc.  This will
    allow some external users to simplify or completely remove their
    helpers.

    GFP_NOWAIT semantic hasn't been supported so far but it hasn't been
    explicitly documented so let's add a note about that.

    ceph_kvmalloc is the first helper to be dropped and changed to kvmalloc.

    Link: https://lkml.kernel.org/r/20211122153233.9924-5-mhocko@kernel.org
    Signed-off-by: Michal Hocko <mhocko@suse.com>
    Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
    Acked-by: Vlastimil Babka <vbabka@suse.cz>
    Cc: Christoph Hellwig <hch@lst.de>
    Cc: Dave Chinner <david@fromorbit.com>
    Cc: Ilya Dryomov <idryomov@gmail.com>
    Cc: Jeff Layton <jlayton@kernel.org>
    Cc: Neil Brown <neilb@suse.de>
    Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Signed-off-by: Chris von Recklinghausen <crecklin@redhat.com>
2022-10-12 07:27:39 -04:00
..
auth.h
buffer.h
ceph_debug.h
ceph_features.h
ceph_frag.h
ceph_fs.h ceph: do not release the global snaprealm until unmounting 2022-05-10 13:08:14 -04:00
ceph_hash.h
cls_lock_client.h
debugfs.h
decode.h
libceph.h mm: allow !GFP_KERNEL allocations for kvmalloc 2022-10-12 07:27:39 -04:00
mdsmap.h
messenger.h libceph: optionally use bounce buffer on recv path in crc mode 2022-05-10 13:08:13 -04:00
mon_client.h
msgpool.h
msgr.h
osd_client.h libceph: fix potential use-after-free on linger ping and resends 2022-05-19 06:15:47 -04:00
osdmap.h
pagelist.h
rados.h
string_table.h
striper.h
types.h