summaryrefslogtreecommitdiff
path: root/include/linux/ceph/debugfs.h
blob: 8b3a1a7a953a53c57e277e8ca0944639ecde8be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _FS_CEPH_DEBUGFS_H
#define _FS_CEPH_DEBUGFS_H

#include <linux/ceph/types.h>

/* debugfs.c */
extern void ceph_debugfs_init(void);
extern void ceph_debugfs_cleanup(void);
extern void ceph_debugfs_client_init(struct ceph_client *client);
extern void ceph_debugfs_client_cleanup(struct ceph_client *client);

#endif

ef='/distro/kernel/commit/drivers/net/bonding/bond_options.c?h=linux-6.6.y&id=07a4ddec3ce9b0a533b5f90f582f1057390d5e63'>bonding: add an option to specify a delay between peer notificationsVincent Bernat 2019-06-09bonding/options: convert to using slave printk macrosJarod Wilson 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-13bonding: fix arp_validate toggling in active-backup modeJarod Wilson 2019-02-14bonding: check slave set command firstlyTonghao Zhang 2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson 2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu 2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee 2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee 2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee 2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko 2017-10-04net: Add extack to ndo_add_slaveDavid Ahern 2017-09-11net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa 2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore