type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | udf_fill_super | fs/udf/super.c | c4e89cc674ac36743f9c28db8c1b565039e9e08b | static int udf_fill_super(struct super_block *, void *, int) | static int udf_fill_super(struct super_block *sb, struct fs_context *fc) | param_removed |
function_signature_change | unimac_mdio_clk_set | drivers/net/mdio/mdio-bcm-unimac.c | ee975351cf0c2a11cdf97eae58265c126cb32850 | static void unimac_mdio_clk_set(struct unimac_mdio_priv *priv) | static int unimac_mdio_clk_set(struct unimac_mdio_priv *priv) | return_type_changed |
function_signature_change | pipapo_refill | net/netfilter/nft_set_pipapo.c | aac14d516c2b575af20b426fa04129a28d45c287 | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | int pipapo_refill(unsigned long *map, unsigned int len, unsigned int rules,
unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | param_type_changed |
function_signature_change | pipapo_resize | net/netfilter/nft_set_pipapo.c | aac14d516c2b575af20b426fa04129a28d45c287 | static int pipapo_resize(struct nft_pipapo_field *f, int old_rules, int rules) | static int pipapo_resize(struct nft_pipapo_field *f,
unsigned int old_rules, unsigned int rules) | param_type_changed |
function_signature_change | pipapo_rules_same_key | net/netfilter/nft_set_pipapo.c | aac14d516c2b575af20b426fa04129a28d45c287 | static int pipapo_rules_same_key(struct nft_pipapo_field *f, int first) | static unsigned int pipapo_rules_same_key(struct nft_pipapo_field *f, unsigned int first) | return_type_changed |
function_signature_change | pipapo_unmap | net/netfilter/nft_set_pipapo.c | aac14d516c2b575af20b426fa04129a28d45c287 | static void pipapo_unmap(union nft_pipapo_map_bucket *mt, int rules,
int start, int n, int to_offset, bool is_last) | static void pipapo_unmap(union nft_pipapo_map_bucket *mt, unsigned int rules,
unsigned int start, unsigned int n,
unsigned int to_offset, bool is_last) | param_type_changed |
function_signature_change | pipapo_refill | net/netfilter/nft_set_pipapo.h | aac14d516c2b575af20b426fa04129a28d45c287 | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | int pipapo_refill(unsigned long *map, unsigned int len, unsigned int rules,
unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | param_type_changed |
function_signature_change | pipapo_refill | net/netfilter/nft_set_pipapo.c | f04df573faf90bb828a2241b650598c02c074323 | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
union nft_pipapo_map_bucket *mt, bool match_only) | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | param_type_changed |
function_signature_change | pipapo_and_field_buckets_4bit | net/netfilter/nft_set_pipapo.h | f04df573faf90bb828a2241b650598c02c074323 | static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f,
unsigned long *dst,
const u8 *data) | static inline void pipapo_and_field_buckets_4bit(const struct nft_pipapo_field *f,
unsigned long *dst,
const u8 *data) | param_type_changed |
function_signature_change | pipapo_and_field_buckets_8bit | net/netfilter/nft_set_pipapo.h | f04df573faf90bb828a2241b650598c02c074323 | static inline void pipapo_and_field_buckets_8bit(struct nft_pipapo_field *f,
unsigned long *dst,
const u8 *data) | static inline void pipapo_and_field_buckets_8bit(const struct nft_pipapo_field *f,
unsigned long *dst,
const u8 *data) | param_type_changed |
function_signature_change | pipapo_refill | net/netfilter/nft_set_pipapo.h | f04df573faf90bb828a2241b650598c02c074323 | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
union nft_pipapo_map_bucket *mt, bool match_only) | int pipapo_refill(unsigned long *map, int len, int rules, unsigned long *dst,
const union nft_pipapo_map_bucket *mt, bool match_only) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_4b_2 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_4b_4 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_4b_8 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_4b_12 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_4b_32 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_8b_1 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_8b_2 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_8b_4 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_8b_6 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_8b_16 | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | nft_pipapo_avx2_lookup_slow | net/netfilter/nft_set_pipapo_avx2.c | f04df573faf90bb828a2241b650598c02c074323 | static int nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill,
struct nft_pipapo_field *f, int offset,
const u8 *pkt, bool first, bool last) | static int nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill,
const struct nft_pipapo_field *f,
int offset, const u8 *pkt,
bool first, bool last) | param_type_changed |
function_signature_change | offset_set | fs/libfs.c | 0e4a862174f2a8d1653a8a9cf0815020e1d3af24 | static void offset_set(struct dentry *dentry, u32 offset) | static void offset_set(struct dentry *dentry, long offset) | param_type_changed |
function_signature_change | dentry2offset | fs/libfs.c | 0e4a862174f2a8d1653a8a9cf0815020e1d3af24 | static u32 dentry2offset(struct dentry *dentry) | static long dentry2offset(struct dentry *dentry) | return_type_changed |
struct_layout_change | xfarray_sortinfo | fs/xfs/scrub/xfarray.h | ee13fc67205b989c93c89a4800a4b1c84e448dde | null | null | fields_modified |
function_signature_change | shmem_mapping | include/linux/shmem_fs.h | aefacb2041f77784059b86c5fd151066859ad19a | static inline bool shmem_mapping(struct address_space *mapping) | bool shmem_mapping(struct address_space *mapping) | return_type_changed |
function_signature_change | set_work_data | kernel/workqueue.c | bccdc1faafaf32e00d6e4dddca1ded64e3272189 | static inline void set_work_data(struct work_struct *work, unsigned long data,
unsigned long flags) | static inline void set_work_data(struct work_struct *work, unsigned long data) | param_removed |
function_signature_change | set_work_pwq | kernel/workqueue.c | bccdc1faafaf32e00d6e4dddca1ded64e3272189 | static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq,
unsigned long extra_flags) | static void set_work_pwq(struct work_struct *work, struct pool_workqueue *pwq,
unsigned long flags) | param_type_changed |
function_signature_change | set_work_pool_and_keep_pending | kernel/workqueue.c | bccdc1faafaf32e00d6e4dddca1ded64e3272189 | static void set_work_pool_and_keep_pending(struct work_struct *work,
int pool_id) | static void set_work_pool_and_keep_pending(struct work_struct *work,
int pool_id, unsigned long flags) | param_added |
function_signature_change | set_work_pool_and_clear_pending | kernel/workqueue.c | bccdc1faafaf32e00d6e4dddca1ded64e3272189 | static void set_work_pool_and_clear_pending(struct work_struct *work,
int pool_id) | static void set_work_pool_and_clear_pending(struct work_struct *work,
int pool_id, unsigned long flags) | param_added |
function_signature_change | __aligned | kernel/workqueue.c | e9a8e01f9b133c145dd125021ec47c006d108af4 | struct pool_workqueue {
struct worker_pool *pool; /* I: the associated pool */
struct workqueue_struct *wq; /* I: the owning workqueue */
int work_color; /* L: current color */
int flush_color; /* L: flushing color */
int refcnt; /* L: reference count */
int nr_in_flight[WORK_NR_COLORS];
/* L: nr... | struct pool_workqueue {
struct worker_pool *pool; /* I: the associated pool */
struct workqueue_struct *wq; /* I: the owning workqueue */
int work_color; /* L: current color */
int flush_color; /* L: flushing color */
int refcnt; /* L: reference count */
int nr_in_flight[WORK_NR_COLORS];
/* L: nr... | param_type_changed |
function_signature_change | try_to_grab_pending | kernel/workqueue.c | c5f5b9422a49e9bc1c2f992135592ed921ac18e5 | static int try_to_grab_pending(struct work_struct *work, bool is_dwork,
unsigned long *irq_flags) | static int try_to_grab_pending(struct work_struct *work, u32 cflags,
unsigned long *irq_flags) | param_type_changed |
function_signature_change | __cancel_work | kernel/workqueue.c | c5f5b9422a49e9bc1c2f992135592ed921ac18e5 | static bool __cancel_work(struct work_struct *work, bool is_dwork) | static bool __cancel_work(struct work_struct *work, u32 cflags) | param_type_changed |
function_signature_change | __cancel_work_sync | kernel/workqueue.c | c5f5b9422a49e9bc1c2f992135592ed921ac18e5 | static bool __cancel_work_sync(struct work_struct *work, bool is_dwork) | static bool __cancel_work_sync(struct work_struct *work, u32 cflags) | param_type_changed |
function_signature_change | try_to_grab_pending | kernel/workqueue.c | c26e2f2e2fcfb73996fa025a0d3b5695017d65b5 | static int try_to_grab_pending(struct work_struct *work, bool is_dwork,
unsigned long *flags) | static int try_to_grab_pending(struct work_struct *work, bool is_dwork,
unsigned long *irq_flags) | param_type_changed |
function_signature_change | framer_provider_simple_of_xlate | include/linux/framer/framer-provider.h | 2f3bfa8e30b5b4864a200be0dc2fb55d8e4b35e4 | struct framer *framer_provider_simple_of_xlate(struct device *dev,
struct of_phandle_args *args) | struct framer *framer_provider_simple_of_xlate(struct device *dev,
const struct of_phandle_args *args) | return_type_changed |
function_signature_change | __framer_provider_of_register | include/linux/framer/framer-provider.h | 2f3bfa8e30b5b4864a200be0dc2fb55d8e4b35e4 | struct framer_provider *
__framer_provider_of_register(struct device *dev, struct module *owner,
struct framer *(*of_xlate)(struct device *dev,
struct of_phandle_args *args)) | struct framer_provider *
__framer_provider_of_register(struct device *dev, struct module *owner,
struct framer *(*of_xlate)(struct device *dev,
const struct of_phandle_args *args)) | return_type_changed |
function_signature_change | __devm_framer_provider_of_register | include/linux/framer/framer-provider.h | 2f3bfa8e30b5b4864a200be0dc2fb55d8e4b35e4 | struct framer_provider *
__devm_framer_provider_of_register(struct device *dev, struct module *owner,
struct framer *(*of_xlate)(struct device *dev,
struct of_phandle_args *args)) | struct framer_provider *
__devm_framer_provider_of_register(struct device *dev, struct module *owner,
struct framer *(*of_xlate)(struct device *dev,
const struct of_phandle_args *args)) | return_type_changed |
function_signature_change | parse_insn_trace | tools/perf/builtin-script.c | 6750ba4b6442fa5ea4bf5c0e4b4ff8b0249ef71d | static int parse_insn_trace(const struct option *opt __maybe_unused,
const char *str __maybe_unused,
int unset __maybe_unused) | static int parse_insn_trace(const struct option *opt __maybe_unused,
const char *str, int unset __maybe_unused) | param_type_changed |
function_signature_change | fec_decode_bufs | drivers/md/dm-verity-fec.c | d95e2c34a3ca76861014cde4205934e434c27c45 | static int fec_decode_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio,
u64 rsb, int byte_index, unsigned int block_offset,
int neras) | static int fec_decode_bufs(struct dm_verity *v, struct dm_verity_io *io,
struct dm_verity_fec_io *fio, u64 rsb, int byte_index,
unsigned int block_offset, int neras) | param_added |
function_signature_change | verity_submit_prefetch | drivers/md/dm-verity-target.c | d95e2c34a3ca76861014cde4205934e434c27c45 | static void verity_submit_prefetch(struct dm_verity *v, struct dm_verity_io *io) | static void verity_submit_prefetch(struct dm_verity *v, struct dm_verity_io *io,
unsigned short ioprio) | param_added |
function_signature_change | use_dmio | drivers/md/dm-bufio.c | e9b2238e47cb66521381c0bf9234e979afa19d77 | static void use_dmio(struct dm_buffer *b, enum req_op op, sector_t sector,
unsigned int n_sectors, unsigned int offset) | static void use_dmio(struct dm_buffer *b, enum req_op op, sector_t sector,
unsigned int n_sectors, unsigned int offset,
unsigned short ioprio) | param_added |
function_signature_change | use_bio | drivers/md/dm-bufio.c | e9b2238e47cb66521381c0bf9234e979afa19d77 | static void use_bio(struct dm_buffer *b, enum req_op op, sector_t sector,
unsigned int n_sectors, unsigned int offset) | static void use_bio(struct dm_buffer *b, enum req_op op, sector_t sector,
unsigned int n_sectors, unsigned int offset,
unsigned short ioprio) | param_added |
function_signature_change | submit_io | drivers/md/dm-bufio.c | e9b2238e47cb66521381c0bf9234e979afa19d77 | static void submit_io(struct dm_buffer *b, enum req_op op,
void (*end_io)(struct dm_buffer *, blk_status_t)) | static void submit_io(struct dm_buffer *b, enum req_op op, unsigned short ioprio,
void (*end_io)(struct dm_buffer *, blk_status_t)) | param_added |
function_signature_change | dm_bufio_prefetch | drivers/md/dm-bufio.c | e9b2238e47cb66521381c0bf9234e979afa19d77 | void dm_bufio_prefetch(struct dm_bufio_client *c,
sector_t block, unsigned int n_blocks) | void dm_bufio_prefetch(struct dm_bufio_client *c, sector_t block, unsigned int n_blocks) | param_type_changed |
function_signature_change | do_region | drivers/md/dm-io.c | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | static void do_region(const blk_opf_t opf, unsigned int region,
struct dm_io_region *where, struct dpages *dp,
struct io *io) | static void do_region(const blk_opf_t opf, unsigned int region,
struct dm_io_region *where, struct dpages *dp,
struct io *io, unsigned short ioprio) | param_added |
function_signature_change | dispatch_io | drivers/md/dm-io.c | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | static void dispatch_io(blk_opf_t opf, unsigned int num_regions,
struct dm_io_region *where, struct dpages *dp,
struct io *io, int sync) | static void dispatch_io(blk_opf_t opf, unsigned int num_regions,
struct dm_io_region *where, struct dpages *dp,
struct io *io, int sync, unsigned short ioprio) | param_added |
function_signature_change | sync_io | drivers/md/dm-io.c | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | static int sync_io(struct dm_io_client *client, unsigned int num_regions,
struct dm_io_region *where, blk_opf_t opf, struct dpages *dp,
unsigned long *error_bits) | static int sync_io(struct dm_io_client *client, unsigned int num_regions,
struct dm_io_region *where, blk_opf_t opf, struct dpages *dp,
unsigned long *error_bits, unsigned short ioprio) | param_added |
function_signature_change | async_io | drivers/md/dm-io.c | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | static int async_io(struct dm_io_client *client, unsigned int num_regions,
struct dm_io_region *where, blk_opf_t opf,
struct dpages *dp, io_notify_fn fn, void *context) | static int async_io(struct dm_io_client *client, unsigned int num_regions,
struct dm_io_region *where, blk_opf_t opf,
struct dpages *dp, io_notify_fn fn, void *context,
unsigned short ioprio) | param_added |
function_signature_change | dm_io | drivers/md/dm-io.c | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
struct dm_io_region *where, unsigned long *sync_error_bits) | int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
struct dm_io_region *where, unsigned long *sync_error_bits,
unsigned short ioprio) | param_added |
function_signature_change | dm_io | include/linux/dm-io.h | 6e5f0f6383b4896c7e9b943d84b136149d0f45e9 | int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
struct dm_io_region *region, unsigned int long *sync_error_bits) | int dm_io(struct dm_io_request *io_req, unsigned int num_regions,
struct dm_io_region *region, unsigned int long *sync_error_bits,
unsigned short ioprio) | param_added |
function_signature_change | xe_guc_pc_fini | drivers/gpu/drm/xe/xe_guc_pc.c | 8a4587ef9f952105d1d5a7ffcdee848219cdc743 | void xe_guc_pc_fini(struct xe_guc_pc *pc) | static void xe_guc_pc_fini(struct drm_device *drm, void *arg) | param_added |
function_signature_change | compute_coding_constants | drivers/md/dm-vdo/delta-index.c | 5581a43d302fb860f88f649c1a48a1c65c566eb0 | static void compute_coding_constants(u32 mean_delta, u16 *min_bits, u32 *min_keys,
u32 *incr_keys) | static void compute_coding_constants(u32 mean_delta, u16 *min_bits, u32 *min_keys, u32 *incr_keys) | param_type_changed |
function_signature_change | move_bits_down | drivers/md/dm-vdo/delta-index.c | 5581a43d302fb860f88f649c1a48a1c65c566eb0 | static void move_bits_down(const u8 *from, u64 from_offset, u8 *to, u64 to_offset,
u32 size) | static void move_bits_down(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) | param_type_changed |
function_signature_change | move_bits_up | drivers/md/dm-vdo/delta-index.c | 5581a43d302fb860f88f649c1a48a1c65c566eb0 | static void move_bits_up(const u8 *from, u64 from_offset, u8 *to, u64 to_offset,
u32 size) | static void move_bits_up(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) | param_type_changed |
function_signature_change | restore_delta_list_data | drivers/md/dm-vdo/delta-index.c | 5581a43d302fb860f88f649c1a48a1c65c566eb0 | static int restore_delta_list_data(struct delta_index *delta_index,
unsigned int load_zone,
struct buffered_reader *buffered_reader, u8 *data) | static int restore_delta_list_data(struct delta_index *delta_index, unsigned int load_zone,
struct buffered_reader *buffered_reader, u8 *data) | param_type_changed |
function_signature_change | launch_dedupe_state_change | drivers/md/dm-vdo/dedupe.c | d008f6eeab44798943a86f7a0b50f1b1a6192f38 | static void launch_dedupe_state_change(struct hash_zones *zones) | static void launch_dedupe_state_change(struct hash_zones *zones)
__must_hold(&zones->lock) | param_type_changed |
function_signature_change | write_u64 | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_u64(char *prefix,
u64 value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_u64(char *prefix, u64 value, char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_u32 | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_u32(char *prefix,
u32 value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_u32(char *prefix, u32 value, char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_block_count_t | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_block_count_t(char *prefix,
block_count_t value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_block_count_t(char *prefix, block_count_t value, char *suffix,
char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_string | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_string(char *prefix,
char *value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_string(char *prefix, char *value, char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_bool | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_bool(char *prefix,
bool value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_bool(char *prefix, bool value, char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_u8 | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_u8(char *prefix,
u8 value,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_u8(char *prefix, u8 value, char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_block_allocator_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_block_allocator_statistics(char *prefix,
struct block_allocator_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_block_allocator_statistics(char *prefix,
struct block_allocator_statistics *stats,
char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_commit_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_commit_statistics(char *prefix,
struct commit_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_commit_statistics(char *prefix, struct commit_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_recovery_journal_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_recovery_journal_statistics(char *prefix,
struct recovery_journal_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_recovery_journal_statistics(char *prefix,
struct recovery_journal_statistics *stats,
char *suffix, char **buf,
unsigned int *maxlen) | param_type_changed |
function_signature_change | write_packer_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_packer_statistics(char *prefix,
struct packer_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_packer_statistics(char *prefix, struct packer_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_slab_journal_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_slab_journal_statistics(char *prefix,
struct slab_journal_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_slab_journal_statistics(char *prefix,
struct slab_journal_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_slab_summary_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_slab_summary_statistics(char *prefix,
struct slab_summary_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_slab_summary_statistics(char *prefix,
struct slab_summary_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_ref_counts_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_ref_counts_statistics(char *prefix,
struct ref_counts_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_ref_counts_statistics(char *prefix, struct ref_counts_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_block_map_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_block_map_statistics(char *prefix,
struct block_map_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_block_map_statistics(char *prefix, struct block_map_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_hash_lock_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_hash_lock_statistics(char *prefix,
struct hash_lock_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_hash_lock_statistics(char *prefix, struct hash_lock_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_error_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_error_statistics(char *prefix,
struct error_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_error_statistics(char *prefix, struct error_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_bio_stats | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_bio_stats(char *prefix,
struct bio_stats *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_bio_stats(char *prefix, struct bio_stats *stats, char *suffix,
char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_memory_usage | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_memory_usage(char *prefix,
struct memory_usage *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_memory_usage(char *prefix, struct memory_usage *stats, char *suffix,
char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_index_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_index_statistics(char *prefix,
struct index_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_index_statistics(char *prefix, struct index_statistics *stats,
char *suffix, char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | write_vdo_statistics | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | static int write_vdo_statistics(char *prefix,
struct vdo_statistics *stats,
char *suffix,
char **buf,
unsigned int *maxlen) | static int write_vdo_statistics(char *prefix, struct vdo_statistics *stats, char *suffix,
char **buf, unsigned int *maxlen) | param_type_changed |
function_signature_change | vdo_write_stats | drivers/md/dm-vdo/message-stats.c | 5f770bd1f250217846e8c055ec1858a93bffd56b | int vdo_write_stats(struct vdo *vdo,
char *buf,
unsigned int maxlen) | int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen) | param_type_changed |
function_signature_change | close_index | drivers/md/dm-vdo/dedupe.c | f46b1ab7e7e4dacd748ccb6e12a77a3fea229764 | static void close_index(struct hash_zones *zones) | static void close_index(struct hash_zones *zones)
__must_hold(&zones->lock) | param_type_changed |
function_signature_change | open_index | drivers/md/dm-vdo/dedupe.c | f46b1ab7e7e4dacd748ccb6e12a77a3fea229764 | static void open_index(struct hash_zones *zones) | static void open_index(struct hash_zones *zones)
__must_hold(&zones->lock) | param_type_changed |
function_signature_change | acquire_permit | drivers/md/dm-vdo/data-vio.c | 872564c501b72ae0c84af51084753e8652e4a84b | static bool acquire_permit(struct limiter *limiter, struct bio *bio) | static bool acquire_permit(struct limiter *limiter) | param_removed |
function_signature_change | __submit_metadata_vio | drivers/md/dm-vdo/io-submitter.c | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
unsigned int operation, char *data) | void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
blk_opf_t operation, char *data) | param_type_changed |
function_signature_change | vdo_submit_metadata_vio | drivers/md/dm-vdo/io-submitter.h | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
unsigned int operation) | static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
blk_opf_t operation) | param_type_changed |
function_signature_change | __submit_metadata_vio | drivers/md/dm-vdo/io-submitter.h | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
unsigned int operation, char *data) | void __submit_metadata_vio(struct vio *vio, physical_block_number_t physical,
bio_end_io_t callback, vdo_action_fn error_handler,
blk_opf_t operation, char *data) | param_type_changed |
function_signature_change | vdo_set_bio_properties | drivers/md/dm-vdo/vio.c | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback,
unsigned int bi_opf, physical_block_number_t pbn) | void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback,
blk_opf_t bi_opf, physical_block_number_t pbn) | param_type_changed |
function_signature_change | vio_reset_bio | drivers/md/dm-vdo/vio.c | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback,
unsigned int bi_opf, physical_block_number_t pbn) | int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback,
blk_opf_t bi_opf, physical_block_number_t pbn) | param_type_changed |
function_signature_change | vdo_set_bio_properties | drivers/md/dm-vdo/vio.h | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback,
unsigned int bi_opf, physical_block_number_t pbn) | void vdo_set_bio_properties(struct bio *bio, struct vio *vio, bio_end_io_t callback,
blk_opf_t bi_opf, physical_block_number_t pbn) | param_type_changed |
function_signature_change | vio_reset_bio | drivers/md/dm-vdo/vio.h | a6c05c981ecc841a3e95af666c2a1a6a265e7adc | int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback,
unsigned int bi_opf, physical_block_number_t pbn) | int vio_reset_bio(struct vio *vio, char *data, bio_end_io_t callback,
blk_opf_t bi_opf, physical_block_number_t pbn) | param_type_changed |
function_signature_change | are_matching_configurations | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static bool are_matching_configurations(struct configuration *saved_config,
struct index_geometry *saved_geometry,
struct configuration *user) | static bool are_matching_configurations(struct uds_configuration *saved_config,
struct index_geometry *saved_geometry,
struct uds_configuration *user) | param_type_changed |
function_signature_change | uds_validate_config_contents | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_validate_config_contents(struct buffered_reader *reader,
struct configuration *user_config) | int uds_validate_config_contents(struct buffered_reader *reader,
struct uds_configuration *user_config) | param_type_changed |
function_signature_change | uds_write_config_contents | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_write_config_contents(struct buffered_writer *writer,
struct configuration *config, u32 version) | int uds_write_config_contents(struct buffered_writer *writer,
struct uds_configuration *config, u32 version) | param_type_changed |
function_signature_change | uds_make_configuration | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int uds_make_configuration(const struct uds_parameters *params,
struct configuration **config_ptr) | int uds_make_configuration(const struct uds_parameters *params,
struct uds_configuration **config_ptr) | param_type_changed |
function_signature_change | uds_free_configuration | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | void uds_free_configuration(struct configuration *config) | void uds_free_configuration(struct uds_configuration *config) | param_type_changed |
function_signature_change | uds_log_configuration | drivers/md/dm-vdo/config.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | void uds_log_configuration(struct configuration *config) | void uds_log_configuration(struct uds_configuration *config) | param_type_changed |
function_signature_change | uds_make_configuration | drivers/md/dm-vdo/config.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_make_configuration(const struct uds_parameters *params,
struct configuration **config_ptr) | int __must_check uds_make_configuration(const struct uds_parameters *params,
struct uds_configuration **config_ptr) | param_type_changed |
function_signature_change | uds_free_configuration | drivers/md/dm-vdo/config.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | void uds_free_configuration(struct configuration *config) | void uds_free_configuration(struct uds_configuration *config) | param_type_changed |
function_signature_change | uds_validate_config_contents | drivers/md/dm-vdo/config.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_validate_config_contents(struct buffered_reader *reader,
struct configuration *config) | int __must_check uds_validate_config_contents(struct buffered_reader *reader,
struct uds_configuration *config) | param_type_changed |
function_signature_change | uds_write_config_contents | drivers/md/dm-vdo/config.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | int __must_check uds_write_config_contents(struct buffered_writer *writer,
struct configuration *config, u32 version) | int __must_check uds_write_config_contents(struct buffered_writer *writer,
struct uds_configuration *config, u32 version) | param_type_changed |
function_signature_change | uds_log_configuration | drivers/md/dm-vdo/config.h | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | void uds_log_configuration(struct configuration *config) | void uds_log_configuration(struct uds_configuration *config) | param_type_changed |
function_signature_change | compute_sizes | drivers/md/dm-vdo/index-layout.c | 952b57a58d400e5495d0f5d402c5ff9737dd5995 | static int __must_check compute_sizes(const struct configuration *config,
struct save_layout_sizes *sls) | static int __must_check compute_sizes(const struct uds_configuration *config,
struct save_layout_sizes *sls) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.