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 | register_memory_node_under_compute_node | drivers/base/node.c | 11270e526276ffad4c4237acb393da82a3287487 | int register_memory_node_under_compute_node(unsigned int mem_nid,
unsigned int cpu_nid,
unsigned int access) | int register_memory_node_under_compute_node(unsigned int mem_nid,
unsigned int cpu_nid,
enum access_coordinate_class access) | param_type_changed |
function_signature_change | node_set_perf_attrs | include/linux/node.h | 11270e526276ffad4c4237acb393da82a3287487 | void node_set_perf_attrs(unsigned int nid, struct access_coordinate *coord,
unsigned access) | void node_set_perf_attrs(unsigned int nid, struct access_coordinate *coord,
enum access_coordinate_class access) | param_type_changed |
function_signature_change | register_memory_node_under_compute_node | include/linux/node.h | 11270e526276ffad4c4237acb393da82a3287487 | extern int register_memory_node_under_compute_node(unsigned int mem_nid,
unsigned int cpu_nid,
unsigned access) | extern int register_memory_node_under_compute_node(unsigned int mem_nid,
unsigned int cpu_nid,
enum access_coordinate_class access) | param_type_changed |
function_signature_change | hmat_update_target_attrs | drivers/acpi/numa/hmat.c | 54b9460b0a28c4c76a7b455ec1b3b61a13e97291 | static void hmat_update_target_attrs(struct memory_target *target,
unsigned long *p_nodes, int access) | static DECLARE_BITMAP(p_nodes, MAX_NUMNODES);
hmat_update_target_attrs(target, p_nodes,
NODE_ACCESS_CLASS_GENPORT_SINK) | return_type_changed |
function_signature_change | __hmat_register_target_initiators | drivers/acpi/numa/hmat.c | 54b9460b0a28c4c76a7b455ec1b3b61a13e97291 | static DECLARE_BITMAP(p_nodes, MAX_NUMNODES);
__hmat_register_target_initiators(target, p_nodes,
NODE_ACCESS_CLASS_GENPORT_SINK) | static void __hmat_register_target_initiators(struct memory_target *target,
unsigned long *p_nodes,
int access) | return_type_changed |
function_signature_change | ring_buffer_wait | include/linux/ring_buffer.h | 2aa043a55b9a764c9cbde5a8c654eeaaffe224cf | int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full) | int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full,
ring_buffer_cond_fn cond, void *data) | param_added |
function_signature_change | ring_buffer_wait | kernel/trace/ring_buffer.c | 2aa043a55b9a764c9cbde5a8c654eeaaffe224cf | int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full) | int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full,
ring_buffer_cond_fn cond, void *data) | param_added |
function_signature_change | img_ascii_lcd_remove | drivers/auxdisplay/img-ascii-lcd.c | 5d9e12972259cd86ae9c3fc0d5338b15831b9929 | static int img_ascii_lcd_remove(struct platform_device *pdev) | static void img_ascii_lcd_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | hd44780_remove | drivers/auxdisplay/hd44780.c | 9ea02f7cc39d484d16e8a14f3713fefcd33407c0 | static int hd44780_remove(struct platform_device *pdev) | static void hd44780_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | cfag12864bfb_remove | drivers/auxdisplay/cfag12864bfb.c | 07d03559ed28e514c022e7ffd1e43705d48dee5e | static int cfag12864bfb_remove(struct platform_device *device) | static void cfag12864bfb_remove(struct platform_device *device) | return_type_changed |
function_signature_change | of_fdt_device_is_available | drivers/of/fdt.c | 54c180e73ffa3e17a8289fa531279eeb2034b69f | static bool of_fdt_device_is_available(const void *blob, unsigned long node) | bool of_fdt_device_is_available(const void *blob, unsigned long node) | return_type_changed |
function_signature_change | fdt_reserved_mem_save_node | drivers/of/of_reserved_mem.c | 54c180e73ffa3e17a8289fa531279eeb2034b69f | void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname,
phys_addr_t base, phys_addr_t size) | static void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname,
phys_addr_t base, phys_addr_t size) | return_type_changed |
function_signature_change | nmk_gpio_dbg_show_one | drivers/gpio/gpio-nomadik.c | fa63587f94a77a49b53274dc0fd1ea41dfde5966 | static inline void nmk_gpio_dbg_show_one(struct seq_file *s,
struct pinctrl_dev *pctldev,
struct gpio_chip *chip,
unsigned int offset,
unsigned int gpio) | void nmk_gpio_dbg_show_one(struct seq_file *s, struct pinctrl_dev *pctldev,
struct gpio_chip *chip, unsigned int offset,
unsigned int gpio) | return_type_changed |
function_signature_change | fw_attributes_class_get | drivers/platform/x86/firmware_attributes_class.c | 5878e5b760b6fcf7bc00dec085ba2b439a929871 | int fw_attributes_class_get(struct class **fw_attr_class) | int fw_attributes_class_get(const struct class **fw_attr_class) | param_type_changed |
function_signature_change | fw_attributes_class_get | drivers/platform/x86/firmware_attributes_class.h | 5878e5b760b6fcf7bc00dec085ba2b439a929871 | int fw_attributes_class_get(struct class **fw_attr_class) | int fw_attributes_class_get(const struct class **fw_attr_class) | param_type_changed |
function_signature_change | parse_lease_state | fs/smb/server/oplock.h | c8efcc786146a951091588e5fa7e3c754850cb3c | struct lease_ctx_info *parse_lease_state(void *open_req, bool is_dir) | struct lease_ctx_info *parse_lease_state(void *open_req) | param_removed |
function_signature_change | get_file_standard_info | fs/smb/server/smb2pdu.c | 5614c8c487f6af627614dd2efca038e4afe0c6d7 | static void get_file_standard_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | static int get_file_standard_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | return_type_changed |
function_signature_change | get_file_stream_info | fs/smb/server/smb2pdu.c | 5614c8c487f6af627614dd2efca038e4afe0c6d7 | static void get_file_stream_info(struct ksmbd_work *work,
struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp,
void *rsp_org) | static int get_file_stream_info(struct ksmbd_work *work,
struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp,
void *rsp_org) | return_type_changed |
function_signature_change | get_file_internal_info | fs/smb/server/smb2pdu.c | 5614c8c487f6af627614dd2efca038e4afe0c6d7 | static void get_file_internal_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | static int get_file_internal_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | return_type_changed |
function_signature_change | get_file_compression_info | fs/smb/server/smb2pdu.c | 5614c8c487f6af627614dd2efca038e4afe0c6d7 | static void get_file_compression_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | static int get_file_compression_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | return_type_changed |
function_signature_change | find_file_posix_info | fs/smb/server/smb2pdu.c | 5614c8c487f6af627614dd2efca038e4afe0c6d7 | static void find_file_posix_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | static int find_file_posix_info(struct smb2_query_info_rsp *rsp,
struct ksmbd_file *fp, void *rsp_org) | return_type_changed |
function_signature_change | vmbus_platform_driver_remove | drivers/hv/vmbus_drv.c | 2a07badb654a64e204fd260e04731b643c63cb2e | static int vmbus_platform_driver_remove(struct platform_device *pdev) | static void vmbus_platform_driver_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | do_prog_test_run | tools/testing/selftests/bpf/test_loader.c | 80a4129fcf20da3c6941411155a9b3b45caa5b8d | static int do_prog_test_run(int fd_prog, int *retval) | static int do_prog_test_run(int fd_prog, int *retval, bool empty_opts) | param_added |
function_signature_change | bpf_map__initial_value | tools/lib/bpf/libbpf.h | 2e7ba4f8fd1fa879b37db0b738c23ba2af8292ee | LIBBPF_API void *bpf_map__initial_value(struct bpf_map *map, size_t *psize) | LIBBPF_API void *bpf_map__initial_value(const struct bpf_map *map, size_t *psize) | return_type_changed |
function_signature_change | bpf_map_mmap_sz | tools/lib/bpf/libbpf.c | 79ff13e99169ddb0e2277e046dbfb112f77dfac5 | static size_t bpf_map_mmap_sz(unsigned int value_sz, unsigned int max_entries) | static size_t bpf_map_mmap_sz(const struct bpf_map *map) | param_removed |
function_signature_change | pef2256_remove | drivers/net/wan/framer/pef2256/pef2256.c | 0d1a7a8fac5b101a6f67283fe8316fa4fb6fdb99 | static int pef2256_remove(struct platform_device *pdev) | static void pef2256_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | mlxsw_sp_flow_counter_get | drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6fb88aaf272a6aa58fd90a308cb0ef34f78aace4 | int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
unsigned int counter_index, u64 *packets,
u64 *bytes) | int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
unsigned int counter_index, bool clear,
u64 *packets, u64 *bytes) | param_added |
function_signature_change | mlxsw_sp_flow_counter_get | drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 6fb88aaf272a6aa58fd90a308cb0ef34f78aace4 | int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
unsigned int counter_index, u64 *packets,
u64 *bytes) | int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
unsigned int counter_index, bool clear,
u64 *packets, u64 *bytes) | param_added |
function_signature_change | mlxsw_sp_nexthop_counter_enable | drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 8acb480e43c81bc72b528677084428cf2dc7a12c | void mlxsw_sp_nexthop_counter_enable(struct mlxsw_sp *mlxsw_sp,
struct mlxsw_sp_nexthop *nh) | int mlxsw_sp_nexthop_counter_enable(struct mlxsw_sp *mlxsw_sp,
struct mlxsw_sp_nexthop *nh) | return_type_changed |
function_signature_change | mlxsw_sp_nexthop_counter_enable | drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h | 8acb480e43c81bc72b528677084428cf2dc7a12c | void mlxsw_sp_nexthop_counter_enable(struct mlxsw_sp *mlxsw_sp,
struct mlxsw_sp_nexthop *nh) | int mlxsw_sp_nexthop_counter_enable(struct mlxsw_sp *mlxsw_sp,
struct mlxsw_sp_nexthop *nh) | return_type_changed |
function_signature_change | vfio_set_trigger | drivers/vfio/platform/vfio_platform_irq.c | 675daf435e9f8e5a5eab140a9864dfad6668b375 | static int vfio_set_trigger(struct vfio_platform_device *vdev, int index,
int fd, irq_handler_t handler) | static int vfio_set_trigger(struct vfio_platform_device *vdev, int index,
int fd) | param_removed |
function_signature_change | vfio_intx_enable | drivers/vfio/pci/vfio_pci_intrs.c | 18c198c96a815c962adc2b9b77909eec0be7df4d | static int vfio_intx_enable(struct vfio_pci_core_device *vdev) | static int vfio_intx_enable(struct vfio_pci_core_device *vdev,
struct eventfd_ctx *trigger) | param_added |
function_signature_change | vfio_intx_set_signal | drivers/vfio/pci/vfio_pci_intrs.c | 18c198c96a815c962adc2b9b77909eec0be7df4d | static int vfio_intx_set_signal(struct vfio_pci_core_device *vdev, int fd) | static int vfio_intx_set_signal(struct vfio_pci_core_device *vdev,
struct eventfd_ctx *trigger) | param_type_changed |
function_signature_change | pds_vfio_reset | drivers/vfio/pci/pds/vfio_dev.c | 6a7e448c6b238c9b256b01eb198b0af93ae3157e | void pds_vfio_reset(struct pds_vfio_pci_device *pds_vfio) | void pds_vfio_reset(struct pds_vfio_pci_device *pds_vfio,
enum vfio_device_mig_state state) | param_added |
function_signature_change | pds_vfio_reset | drivers/vfio/pci/pds/vfio_dev.h | 6a7e448c6b238c9b256b01eb198b0af93ae3157e | void pds_vfio_reset(struct pds_vfio_pci_device *pds_vfio) | void pds_vfio_reset(struct pds_vfio_pci_device *pds_vfio,
enum vfio_device_mig_state state) | param_added |
struct_layout_change | pds_vfio_lm_file | drivers/vfio/pci/pds/lm.h | 457f7308254756b6e4b8fc3876cb770dcf0e7cc7 | null | null | fields_modified |
function_signature_change | vfio_platform_remove | drivers/vfio/platform/vfio_platform.c | 9b27b117e29f63d0db3fcc474f645d6f4af6d3e4 | static int vfio_platform_remove(struct platform_device *pdev) | static void vfio_platform_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | adc3xxx_i2c_remove | sound/soc/codecs/tlv320adc3xxx.c | f31e0d0c2cad23e0cc48731634f85bb2d8707790 | static void __exit adc3xxx_i2c_remove(struct i2c_client *client) | static void adc3xxx_i2c_remove(struct i2c_client *client) | return_type_changed |
function_signature_change | mips_cm_phys_base | arch/mips/kernel/mips-cm.c | 732932220078f6312f3ef57c17523d3d7f995655 | phys_addr_t mips_cm_phys_base(void)
__attribute__((weak, alias("__mips_cm_phys_base"))) | phys_addr_t __weak mips_cm_phys_base(void) | return_type_changed |
function_signature_change | mips_cm_l2sync_phys_base | arch/mips/kernel/mips-cm.c | 8bc8db2ab2832daabdd06feeabdd511dc9575bb6 | phys_addr_t mips_cm_l2sync_phys_base(void)
__attribute__((weak, alias("__mips_cm_l2sync_phys_base"))) | phys_addr_t __weak mips_cm_l2sync_phys_base(void) | return_type_changed |
function_signature_change | cifs_extend_writeback | fs/smb/client/file.c | f3dc1bdb6b0b0693562c7c54a6c28bafa608ba3c | static void cifs_extend_writeback(struct address_space *mapping,
long *_count,
loff_t start,
int max_pages,
size_t max_len,
unsigned int *_len) | static void cifs_extend_writeback(struct address_space *mapping,
struct xa_state *xas,
long *_count,
loff_t start,
int max_pages,
loff_t max_len,
size_t *_len) | param_added |
function_signature_change | cifs_write_back_from_locked_folio | fs/smb/client/file.c | f3dc1bdb6b0b0693562c7c54a6c28bafa608ba3c | static ssize_t cifs_write_back_from_locked_folio(struct address_space *mapping,
struct writeback_control *wbc,
struct folio *folio,
loff_t start, loff_t end) | static ssize_t cifs_write_back_from_locked_folio(struct address_space *mapping,
struct writeback_control *wbc,
struct xa_state *xas,
struct folio *folio,
unsigned long long start,
unsigned long long end) | param_added |
function_signature_change | cifs_writepages_region | fs/smb/client/file.c | f3dc1bdb6b0b0693562c7c54a6c28bafa608ba3c | static int cifs_writepages_region(struct address_space *mapping,
struct writeback_control *wbc,
loff_t start, loff_t end, loff_t *_next) | static int cifs_writepages_region(struct address_space *mapping,
struct writeback_control *wbc,
unsigned long long *_start,
unsigned long long end) | param_removed |
struct_layout_change | smb2_compound_vars | fs/smb/client/cifsglob.h | ea41367b2a602f602ea6594fc4a310520dcc64f4 | null | null | fields_modified |
struct_layout_change | smb2_file_full_ea_info | fs/smb/client/smb2pdu.h | 5a4b09ecf8e8ad26ea03a37e52e310fe13f15b49 | null | null | fields_modified |
function_signature_change | smb2_get_reparse_inode | fs/smb/client/smb2proto.h | 5a4b09ecf8e8ad26ea03a37e52e310fe13f15b49 | struct inode *smb2_get_reparse_inode(struct cifs_open_info_data *data,
struct super_block *sb,
const unsigned int xid,
struct cifs_tcon *tcon,
const char *full_path,
struct kvec *iov) | struct inode *smb2_get_reparse_inode(struct cifs_open_info_data *data,
struct super_block *sb,
const unsigned int xid,
struct cifs_tcon *tcon,
const char *full_path,
struct kvec *reparse_iov,
struct kvec *xattr_iov) | param_added |
function_signature_change | smb2_compound_op | fs/smb/client/smb2inode.c | fa792d8d235c20df5f422e4bd172db1efde55ab9 | static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
struct cifs_sb_info *cifs_sb, const char *full_path,
__u32 desired_access, __u32 create_disposition,
__u32 create_options, umode_t mode, struct kvec *in_iov,
int *cmds, int num_cmds, struct cifsFileInfo *cfile,
struct kvec *out_iov, int *out_buftype, struct dentry *dentry) | static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
struct cifs_sb_info *cifs_sb, const char *full_path,
struct cifs_open_parms *oparms, struct kvec *in_iov,
int *cmds, int num_cmds, struct cifsFileInfo *cfile,
struct kvec *out_iov, int *out_buftype, struct dentry *dentry) | param_removed |
function_signature_change | CIFSSMBSetEOF | fs/smb/client/cifsproto.h | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
const char *file_name, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_allocation) | extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
const char *file_name, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_allocation,
struct dentry *dentry) | param_added |
function_signature_change | CIFSSMBDelFile | fs/smb/client/cifsproto.h | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
const char *name, struct cifs_sb_info *cifs_sb) | extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
const char *name, struct cifs_sb_info *cifs_sb,
struct dentry *dentry) | param_added |
function_signature_change | CIFSSMBDelFile | fs/smb/client/cifssmb.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | int
CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
struct cifs_sb_info *cifs_sb) | int
CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
struct cifs_sb_info *cifs_sb, struct dentry *dentry) | param_added |
function_signature_change | CIFSSMBSetEOF | fs/smb/client/cifssmb.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | int
CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb,
bool set_allocation) | int
CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb,
bool set_allocation, struct dentry *dentry) | param_added |
function_signature_change | cifs_set_file_size | fs/smb/client/inode.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | static int
cifs_set_file_size(struct inode *inode, struct iattr *attrs,
unsigned int xid, const char *full_path) | static int
cifs_set_file_size(struct inode *inode, struct iattr *attrs,
unsigned int xid, const char *full_path, struct dentry *dentry) | param_added |
function_signature_change | smb2_compound_op | fs/smb/client/smb2inode.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
struct cifs_sb_info *cifs_sb, const char *full_path,
__u32 desired_access, __u32 create_disposition,
__u32 create_options, umode_t mode, struct kvec *in_iov,
int *cmds, int num_cmds, struct cifsFileInfo *cfile,
struct kvec *out_iov, int *out_buftype) | static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon,
struct cifs_sb_info *cifs_sb, const char *full_path,
__u32 desired_access, __u32 create_disposition,
__u32 create_options, umode_t mode, struct kvec *in_iov,
int *cmds, int num_cmds, struct cifsFileInfo *cfile,
struct kvec *out_iov, int *out_buftype, struct dentry *dentry) | param_added |
function_signature_change | smb2_unlink | fs/smb/client/smb2inode.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | int
smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
struct cifs_sb_info *cifs_sb) | int
smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name,
struct cifs_sb_info *cifs_sb, struct dentry *dentry) | param_added |
function_signature_change | smb2_set_path_attr | fs/smb/client/smb2inode.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon,
const char *from_name, const char *to_name,
struct cifs_sb_info *cifs_sb,
__u32 create_options, __u32 access,
int command, struct cifsFileInfo *cfile) | static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon,
const char *from_name, const char *to_name,
struct cifs_sb_info *cifs_sb,
__u32 create_options, __u32 access,
int command, struct cifsFileInfo *cfile,
struct dentry *dentry) | param_added |
function_signature_change | smb2_set_path_size | fs/smb/client/smb2inode.c | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | int
smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
const char *full_path, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_alloc) | int
smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
const char *full_path, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_alloc,
struct dentry *dentry) | param_added |
function_signature_change | smb2_set_path_size | fs/smb/client/smb2proto.h | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
const char *full_path, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_alloc) | extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
const char *full_path, __u64 size,
struct cifs_sb_info *cifs_sb, bool set_alloc,
struct dentry *dentry) | param_added |
function_signature_change | smb2_unlink | fs/smb/client/smb2proto.h | 2c7d399e551ccfd87bcae4ef5573097f3313d779 | extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
const char *name, struct cifs_sb_info *cifs_sb) | extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
const char *name, struct cifs_sb_info *cifs_sb,
struct dentry *dentry) | param_added |
function_signature_change | smb3_verify_reconfigure_ctx | fs/smb/client/fs_context.c | c1eb537bf4560b3ad4df606c266c665624f3b502 | static int smb3_verify_reconfigure_ctx(struct fs_context *fc,
struct smb3_fs_context *new_ctx,
struct smb3_fs_context *old_ctx) | static int smb3_verify_reconfigure_ctx(struct fs_context *fc,
struct smb3_fs_context *new_ctx,
struct smb3_fs_context *old_ctx, bool need_recon) | param_added |
function_signature_change | is_size_safe_to_change | fs/smb/client/cifsproto.h | e4b61f3b1c67f5068590965f64ea6e8d5d5bd961 | extern bool is_size_safe_to_change(struct cifsInodeInfo *, __u64 eof) | extern bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 eof,
bool from_readdir) | param_added |
function_signature_change | cifs_fattr_to_inode | fs/smb/client/cifsproto.h | e4b61f3b1c67f5068590965f64ea6e8d5d5bd961 | extern int cifs_fattr_to_inode(struct inode *inode, struct cifs_fattr *fattr) | extern int cifs_fattr_to_inode(struct inode *inode, struct cifs_fattr *fattr,
bool from_readdir) | param_added |
function_signature_change | is_size_safe_to_change | fs/smb/client/file.c | e4b61f3b1c67f5068590965f64ea6e8d5d5bd961 | bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 end_of_file) | bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 end_of_file,
bool from_readdir) | param_added |
function_signature_change | cifs_fattr_to_inode | fs/smb/client/inode.c | e4b61f3b1c67f5068590965f64ea6e8d5d5bd961 | int
cifs_fattr_to_inode(struct inode *inode, struct cifs_fattr *fattr) | int
cifs_fattr_to_inode(struct inode *inode, struct cifs_fattr *fattr,
bool from_readdir) | param_added |
function_signature_change | imx_mu_init_generic | drivers/mailbox/imx-mailbox.c | f0e0110c189ebe35f4c4f84abb0eecaf00ca69f3 | static void imx_mu_init_generic(struct imx_mu_priv *priv) | static int imx_mu_init_generic(struct imx_mu_priv *priv) | return_type_changed |
function_signature_change | imx_mu_init_specific | drivers/mailbox/imx-mailbox.c | f0e0110c189ebe35f4c4f84abb0eecaf00ca69f3 | static void imx_mu_init_specific(struct imx_mu_priv *priv) | static int imx_mu_init_specific(struct imx_mu_priv *priv) | return_type_changed |
function_signature_change | imx_mu_init_seco | drivers/mailbox/imx-mailbox.c | f0e0110c189ebe35f4c4f84abb0eecaf00ca69f3 | static void imx_mu_init_seco(struct imx_mu_priv *priv) | static int imx_mu_init_seco(struct imx_mu_priv *priv) | return_type_changed |
function_signature_change | lpfc_sli4_resume_rpi | drivers/scsi/lpfc/lpfc_sli.c | 85d77f917a3b86872d3d52d5cea945a661858d20 | int
lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg) | int
lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *),
struct lpfc_iocbq *iocbq) | param_type_changed |
function_signature_change | lpfc_sli4_resume_rpi | drivers/scsi/lpfc/lpfc_sli4.h | 85d77f917a3b86872d3d52d5cea945a661858d20 | int lpfc_sli4_resume_rpi(struct lpfc_nodelist *,
void (*)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *) | int lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *),
struct lpfc_iocbq *iocbq) | param_type_changed |
function_signature_change | qla24xx_els_dcmd2_iocb | drivers/scsi/qla2xxx/qla_gbl.h | 881eb861ca3877300570db10abbf11494e48548d | extern int qla24xx_els_dcmd2_iocb(scsi_qla_host_t *, int, fc_port_t *, bool) | extern int qla24xx_els_dcmd2_iocb(scsi_qla_host_t *, int, fc_port_t *) | param_removed |
function_signature_change | qla24xx_els_dcmd2_iocb | drivers/scsi/qla2xxx/qla_iocb.c | 881eb861ca3877300570db10abbf11494e48548d | int
qla24xx_els_dcmd2_iocb(scsi_qla_host_t *vha, int els_opcode,
fc_port_t *fcport, bool wait) | int
qla24xx_els_dcmd2_iocb(scsi_qla_host_t *vha, int els_opcode,
fc_port_t *fcport) | param_removed |
function_signature_change | __bch2_btree_and_journal_iter_init_node_iter | fs/bcachefs/btree_journal_iter.c | fc634d8e46ec1dcbecb0ce6f84dd3e8b0c6e9330 | void __bch2_btree_and_journal_iter_init_node_iter(struct btree_and_journal_iter *iter,
struct bch_fs *c,
struct btree *b,
struct btree_node_iter node_iter,
struct bpos pos) | void __bch2_btree_and_journal_iter_init_node_iter(struct btree_trans *trans,
struct btree_and_journal_iter *iter,
struct btree *b,
struct btree_node_iter node_iter,
struct bpos pos) | param_type_changed |
function_signature_change | bch2_btree_and_journal_iter_init_node_iter | fs/bcachefs/btree_journal_iter.c | fc634d8e46ec1dcbecb0ce6f84dd3e8b0c6e9330 | void bch2_btree_and_journal_iter_init_node_iter(struct btree_and_journal_iter *iter,
struct bch_fs *c,
struct btree *b) | void bch2_btree_and_journal_iter_init_node_iter(struct btree_trans *trans,
struct btree_and_journal_iter *iter,
struct btree *b) | param_type_changed |
function_signature_change | __bch2_btree_and_journal_iter_init_node_iter | fs/bcachefs/btree_journal_iter.h | fc634d8e46ec1dcbecb0ce6f84dd3e8b0c6e9330 | void __bch2_btree_and_journal_iter_init_node_iter(struct btree_and_journal_iter *,
struct bch_fs *, struct btree *,
struct btree_node_iter, struct bpos) | void __bch2_btree_and_journal_iter_init_node_iter(struct btree_trans *,
struct btree_and_journal_iter *, struct btree *,
struct btree_node_iter, struct bpos) | param_type_changed |
function_signature_change | bch2_btree_and_journal_iter_init_node_iter | fs/bcachefs/btree_journal_iter.h | fc634d8e46ec1dcbecb0ce6f84dd3e8b0c6e9330 | void bch2_btree_and_journal_iter_init_node_iter(struct btree_and_journal_iter *,
struct bch_fs *,
struct btree *) | void bch2_btree_and_journal_iter_init_node_iter(struct btree_trans *,
struct btree_and_journal_iter *, struct btree *) | param_type_changed |
function_signature_change | bch2_journal_buf_put_final | fs/bcachefs/journal.c | 916abefd437be89383e720f19a43f727f045a468 | void bch2_journal_buf_put_final(struct journal *j, u64 seq, bool write) | void bch2_journal_buf_put_final(struct journal *j, u64 seq) | param_removed |
function_signature_change | bch2_journal_buf_put_final | fs/bcachefs/journal.h | 916abefd437be89383e720f19a43f727f045a468 | void bch2_journal_buf_put_final(struct journal *, u64, bool) | void bch2_journal_buf_put_final(struct journal *, u64) | param_removed |
function_signature_change | __aligned | fs/bcachefs/journal_types.h | 38789c25087471121cfa42333bfb249eae539682 | struct journal {
/* Fastpath stuff up front: */
struct {
union journal_res_state reservations;
enum bch_watermark watermark;
} __aligned(SMP_CACHE_BYTES);
unsigned long flags;
/* Max size of current journal entry */
unsigned cur_entry_u64s;
unsigned cur_entry_sectors;
/* Reserved space in journal entry to be used just prior to write */
unsigned entry_u64s_reserved;
/*
* 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if
* insufficient devices:
*/
enum journal_errors cur_entry_error;
unsigned buf_size_want;
/*
* We may queue up some things to be journalled (log messages) before
* the journal has actually started - stash them here:
*/
darray_u64 early_journal_entries;
/*
* Protects journal_buf->data, when accessing without a jorunal
* reservation: for synchronization between the btree write buffer code
* and the journal write path:
*/
struct mutex buf_lock;
/*
* Two journal entries -- one is currently open for new entries, the
* other is possibly being written out.
*/
struct journal_buf buf[JOURNAL_BUF_NR];
spinlock_t lock;
/* if nonzero, we may not open a new journal entry: */
unsigned blocked;
/* Used when waiting because the journal was full */
wait_queue_head_t wait;
struct closure_waitlist async_wait;
struct closure io;
struct delayed_work write_work;
struct workqueue_struct *wq;
/* Sequence number of most recent journal entry (last entry in @pin) */
atomic64_t seq;
/* seq, last_seq from the most recent journal entry successfully written */
u64 seq_ondisk;
u64 flushed_seq_ondisk;
u64 last_seq_ondisk;
u64 err_seq;
u64 last_empty_seq;
/*
* FIFO of journal entries whose btree updates have not yet been
* written out.
*
* Each entry is a reference count. The position in the FIFO is the
* entry's sequence number relative to @seq.
*
* The journal entry itself holds a reference count, put when the
* journal entry is written out. Each btree node modified by the journal
* entry also holds a reference count, put when the btree node is
* written.
*
* When a reference count reaches zero, the journal entry is no longer
* needed. When all journal entries in the oldest journal bucket are no
* longer needed, the bucket can be discarded and reused.
*/
struct {
u64 front, back, size, mask;
struct journal_entry_pin_list *data;
} pin;
struct journal_space space[journal_space_nr];
u64 replay_journal_seq;
u64 replay_journal_seq_end;
struct write_point wp;
spinlock_t err_lock;
struct mutex reclaim_lock;
/*
* Used for waiting until journal reclaim has freed up space in the
* journal:
*/
wait_queue_head_t reclaim_wait;
struct task_struct *reclaim_thread;
bool reclaim_kicked;
unsigned long next_reclaim;
u64 nr_direct_reclaim;
u64 nr_background_reclaim;
unsigned long last_flushed;
struct journal_entry_pin *flush_in_progress;
bool flush_in_progress_dropped;
wait_queue_head_t pin_flush_wait;
/* protects advancing ja->discard_idx: */
struct mutex discard_lock;
bool can_discard;
unsigned long last_flush_write;
u64 write_start_time;
u64 nr_flush_writes;
u64 nr_noflush_writes;
u64 entry_bytes_written;
u64 low_on_space_start;
u64 low_on_pin_start;
u64 max_in_flight_start;
u64 write_buffer_full_start;
struct bch2_time_stats *flush_write_time;
struct bch2_time_stats *noflush_write_time;
struct bch2_time_stats *flush_seq_time;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lockdep_map res_map;
#endif
} __aligned(SMP_CACHE_BYTES) | struct journal {
/* Fastpath stuff up front: */
struct {
union journal_res_state reservations;
enum bch_watermark watermark;
} __aligned(SMP_CACHE_BYTES);
unsigned long flags;
/* Max size of current journal entry */
unsigned cur_entry_u64s;
unsigned cur_entry_sectors;
/* Reserved space in journal entry to be used just prior to write */
unsigned entry_u64s_reserved;
/*
* 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if
* insufficient devices:
*/
enum journal_errors cur_entry_error;
unsigned buf_size_want;
/*
* We may queue up some things to be journalled (log messages) before
* the journal has actually started - stash them here:
*/
darray_u64 early_journal_entries;
/*
* Protects journal_buf->data, when accessing without a jorunal
* reservation: for synchronization between the btree write buffer code
* and the journal write path:
*/
struct mutex buf_lock;
/*
* Two journal entries -- one is currently open for new entries, the
* other is possibly being written out.
*/
struct journal_buf buf[JOURNAL_BUF_NR];
spinlock_t lock;
/* if nonzero, we may not open a new journal entry: */
unsigned blocked;
/* Used when waiting because the journal was full */
wait_queue_head_t wait;
struct closure_waitlist async_wait;
struct delayed_work write_work;
struct workqueue_struct *wq;
/* Sequence number of most recent journal entry (last entry in @pin) */
atomic64_t seq;
/* seq, last_seq from the most recent journal entry successfully written */
u64 seq_ondisk;
u64 flushed_seq_ondisk;
u64 last_seq_ondisk;
u64 err_seq;
u64 last_empty_seq;
/*
* FIFO of journal entries whose btree updates have not yet been
* written out.
*
* Each entry is a reference count. The position in the FIFO is the
* entry's sequence number relative to @seq.
*
* The journal entry itself holds a reference count, put when the
* journal entry is written out. Each btree node modified by the journal
* entry also holds a reference count, put when the btree node is
* written.
*
* When a reference count reaches zero, the journal entry is no longer
* needed. When all journal entries in the oldest journal bucket are no
* longer needed, the bucket can be discarded and reused.
*/
struct {
u64 front, back, size, mask;
struct journal_entry_pin_list *data;
} pin;
struct journal_space space[journal_space_nr];
u64 replay_journal_seq;
u64 replay_journal_seq_end;
struct write_point wp;
spinlock_t err_lock;
struct mutex reclaim_lock;
/*
* Used for waiting until journal reclaim has freed up space in the
* journal:
*/
wait_queue_head_t reclaim_wait;
struct task_struct *reclaim_thread;
bool reclaim_kicked;
unsigned long next_reclaim;
u64 nr_direct_reclaim;
u64 nr_background_reclaim;
unsigned long last_flushed;
struct journal_entry_pin *flush_in_progress;
bool flush_in_progress_dropped;
wait_queue_head_t pin_flush_wait;
/* protects advancing ja->discard_idx: */
struct mutex discard_lock;
bool can_discard;
unsigned long last_flush_write;
u64 write_start_time;
u64 nr_flush_writes;
u64 nr_noflush_writes;
u64 entry_bytes_written;
u64 low_on_space_start;
u64 low_on_pin_start;
u64 max_in_flight_start;
u64 write_buffer_full_start;
struct bch2_time_stats *flush_write_time;
struct bch2_time_stats *noflush_write_time;
struct bch2_time_stats *flush_seq_time;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lockdep_map res_map;
#endif
} __aligned(SMP_CACHE_BYTES) | return_type_changed |
struct_layout_change | journal | fs/bcachefs/journal_types.h | 38789c25087471121cfa42333bfb249eae539682 | null | null | fields_modified |
struct_layout_change | journal_ptr | fs/bcachefs/journal_io.h | a555bcf4fa8dea612564d1133dad881c6681bae3 | null | null | fields_modified |
function_signature_change | lookup_inode | fs/bcachefs/fsck.c | 23f25223157c60b00f86d74d141772c5c1996ae4 | static int lookup_inode(struct btree_trans *trans, u64 inode_nr,
struct bch_inode_unpacked *inode,
u32 *snapshot) | static int lookup_inode(struct btree_trans *trans, u64 inode_nr,
struct bch_inode_unpacked *inode,
u32 *snapshot) | param_type_changed |
function_signature_change | bch2_dirent_to_text | fs/bcachefs/dirent.c | 3f305e04984634d62ce5c46a2c97ef000447e6d9 | void bch2_dirent_to_text(struct printbuf *out, struct bch_fs *c,
struct bkey_s_c k) | void bch2_dirent_to_text(struct printbuf *out, struct bch_fs *c, struct bkey_s_c k) | param_type_changed |
function_signature_change | __aligned | fs/bcachefs/journal_types.h | 656f05d8bd65bd9cc4a07364e9497af55b09e436 | struct journal {
/* Fastpath stuff up front: */
struct {
union journal_res_state reservations;
enum bch_watermark watermark;
} __aligned(SMP_CACHE_BYTES);
unsigned long flags;
/* Max size of current journal entry */
unsigned cur_entry_u64s;
unsigned cur_entry_sectors;
/* Reserved space in journal entry to be used just prior to write */
unsigned entry_u64s_reserved;
/*
* 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if
* insufficient devices:
*/
enum journal_errors cur_entry_error;
unsigned buf_size_want;
/*
* We may queue up some things to be journalled (log messages) before
* the journal has actually started - stash them here:
*/
darray_u64 early_journal_entries;
/*
* Protects journal_buf->data, when accessing without a jorunal
* reservation: for synchronization between the btree write buffer code
* and the journal write path:
*/
struct mutex buf_lock;
/*
* Two journal entries -- one is currently open for new entries, the
* other is possibly being written out.
*/
struct journal_buf buf[JOURNAL_BUF_NR];
spinlock_t lock;
/* if nonzero, we may not open a new journal entry: */
unsigned blocked;
/* Used when waiting because the journal was full */
wait_queue_head_t wait;
struct closure_waitlist async_wait;
struct closure io;
struct delayed_work write_work;
/* Sequence number of most recent journal entry (last entry in @pin) */
atomic64_t seq;
/* seq, last_seq from the most recent journal entry successfully written */
u64 seq_ondisk;
u64 flushed_seq_ondisk;
u64 last_seq_ondisk;
u64 err_seq;
u64 last_empty_seq;
/*
* FIFO of journal entries whose btree updates have not yet been
* written out.
*
* Each entry is a reference count. The position in the FIFO is the
* entry's sequence number relative to @seq.
*
* The journal entry itself holds a reference count, put when the
* journal entry is written out. Each btree node modified by the journal
* entry also holds a reference count, put when the btree node is
* written.
*
* When a reference count reaches zero, the journal entry is no longer
* needed. When all journal entries in the oldest journal bucket are no
* longer needed, the bucket can be discarded and reused.
*/
struct {
u64 front, back, size, mask;
struct journal_entry_pin_list *data;
} pin;
struct journal_space space[journal_space_nr];
u64 replay_journal_seq;
u64 replay_journal_seq_end;
struct write_point wp;
spinlock_t err_lock;
struct mutex reclaim_lock;
/*
* Used for waiting until journal reclaim has freed up space in the
* journal:
*/
wait_queue_head_t reclaim_wait;
struct task_struct *reclaim_thread;
bool reclaim_kicked;
unsigned long next_reclaim;
u64 nr_direct_reclaim;
u64 nr_background_reclaim;
unsigned long last_flushed;
struct journal_entry_pin *flush_in_progress;
bool flush_in_progress_dropped;
wait_queue_head_t pin_flush_wait;
/* protects advancing ja->discard_idx: */
struct mutex discard_lock;
bool can_discard;
unsigned long last_flush_write;
u64 write_start_time;
u64 nr_flush_writes;
u64 nr_noflush_writes;
u64 entry_bytes_written;
u64 low_on_space_start;
u64 low_on_pin_start;
u64 max_in_flight_start;
u64 write_buffer_full_start;
struct bch2_time_stats *flush_write_time;
struct bch2_time_stats *noflush_write_time;
struct bch2_time_stats *flush_seq_time;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lockdep_map res_map;
#endif
} __aligned(SMP_CACHE_BYTES) | struct journal {
/* Fastpath stuff up front: */
struct {
union journal_res_state reservations;
enum bch_watermark watermark;
} __aligned(SMP_CACHE_BYTES);
unsigned long flags;
/* Max size of current journal entry */
unsigned cur_entry_u64s;
unsigned cur_entry_sectors;
/* Reserved space in journal entry to be used just prior to write */
unsigned entry_u64s_reserved;
/*
* 0, or -ENOSPC if waiting on journal reclaim, or -EROFS if
* insufficient devices:
*/
enum journal_errors cur_entry_error;
unsigned buf_size_want;
/*
* We may queue up some things to be journalled (log messages) before
* the journal has actually started - stash them here:
*/
darray_u64 early_journal_entries;
/*
* Protects journal_buf->data, when accessing without a jorunal
* reservation: for synchronization between the btree write buffer code
* and the journal write path:
*/
struct mutex buf_lock;
/*
* Two journal entries -- one is currently open for new entries, the
* other is possibly being written out.
*/
struct journal_buf buf[JOURNAL_BUF_NR];
spinlock_t lock;
/* if nonzero, we may not open a new journal entry: */
unsigned blocked;
/* Used when waiting because the journal was full */
wait_queue_head_t wait;
struct closure_waitlist async_wait;
struct closure io;
struct delayed_work write_work;
struct workqueue_struct *wq;
/* Sequence number of most recent journal entry (last entry in @pin) */
atomic64_t seq;
/* seq, last_seq from the most recent journal entry successfully written */
u64 seq_ondisk;
u64 flushed_seq_ondisk;
u64 last_seq_ondisk;
u64 err_seq;
u64 last_empty_seq;
/*
* FIFO of journal entries whose btree updates have not yet been
* written out.
*
* Each entry is a reference count. The position in the FIFO is the
* entry's sequence number relative to @seq.
*
* The journal entry itself holds a reference count, put when the
* journal entry is written out. Each btree node modified by the journal
* entry also holds a reference count, put when the btree node is
* written.
*
* When a reference count reaches zero, the journal entry is no longer
* needed. When all journal entries in the oldest journal bucket are no
* longer needed, the bucket can be discarded and reused.
*/
struct {
u64 front, back, size, mask;
struct journal_entry_pin_list *data;
} pin;
struct journal_space space[journal_space_nr];
u64 replay_journal_seq;
u64 replay_journal_seq_end;
struct write_point wp;
spinlock_t err_lock;
struct mutex reclaim_lock;
/*
* Used for waiting until journal reclaim has freed up space in the
* journal:
*/
wait_queue_head_t reclaim_wait;
struct task_struct *reclaim_thread;
bool reclaim_kicked;
unsigned long next_reclaim;
u64 nr_direct_reclaim;
u64 nr_background_reclaim;
unsigned long last_flushed;
struct journal_entry_pin *flush_in_progress;
bool flush_in_progress_dropped;
wait_queue_head_t pin_flush_wait;
/* protects advancing ja->discard_idx: */
struct mutex discard_lock;
bool can_discard;
unsigned long last_flush_write;
u64 write_start_time;
u64 nr_flush_writes;
u64 nr_noflush_writes;
u64 entry_bytes_written;
u64 low_on_space_start;
u64 low_on_pin_start;
u64 max_in_flight_start;
u64 write_buffer_full_start;
struct bch2_time_stats *flush_write_time;
struct bch2_time_stats *noflush_write_time;
struct bch2_time_stats *flush_seq_time;
#ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lockdep_map res_map;
#endif
} __aligned(SMP_CACHE_BYTES) | return_type_changed |
function_signature_change | bch2_empty_dir_snapshot | fs/bcachefs/dirent.c | 0be5b38bce6c4d3563f7575f6bac94806b2fbc17 | int bch2_empty_dir_snapshot(struct btree_trans *trans, u64 dir, u32 snapshot) | int bch2_empty_dir_snapshot(struct btree_trans *trans, u64 dir, u32 subvol, u32 snapshot) | param_added |
function_signature_change | bch2_empty_dir_snapshot | fs/bcachefs/dirent.h | 0be5b38bce6c4d3563f7575f6bac94806b2fbc17 | int bch2_empty_dir_snapshot(struct btree_trans *, u64, u32) | int bch2_empty_dir_snapshot(struct btree_trans *, u64, u32, u32) | param_added |
function_signature_change | bch2_dev_in_fs | fs/bcachefs/super.c | 2f300f09c7899eb35077aad0a1634cd06a29423a | static int bch2_dev_in_fs(struct bch_sb_handle *fs,
struct bch_sb_handle *sb) | static int bch2_dev_in_fs(struct bch_sb_handle *fs,
struct bch_sb_handle *sb,
struct bch_opts *opts) | param_added |
function_signature_change | erofs_fscache_req_complete | fs/erofs/fscache.c | f2151df5743536e0b98a2094bd58b52d4e060016 | static void erofs_fscache_req_complete(struct erofs_fscache_request *req) | static void erofs_fscache_req_complete(struct erofs_fscache_rq *req) | param_type_changed |
function_signature_change | erofs_fscache_req_put | fs/erofs/fscache.c | f2151df5743536e0b98a2094bd58b52d4e060016 | static void erofs_fscache_req_put(struct erofs_fscache_request *req) | static void erofs_fscache_req_put(struct erofs_fscache_rq *req) | param_type_changed |
function_signature_change | erofs_fscache_data_read_slice | fs/erofs/fscache.c | f2151df5743536e0b98a2094bd58b52d4e060016 | static int erofs_fscache_data_read_slice(struct erofs_fscache_request *primary) | static int erofs_fscache_data_read_slice(struct erofs_fscache_rq *req) | param_type_changed |
function_signature_change | erofs_fscache_data_read | fs/erofs/fscache.c | f2151df5743536e0b98a2094bd58b52d4e060016 | static int erofs_fscache_data_read(struct erofs_fscache_request *req) | static int erofs_fscache_data_read(struct erofs_fscache_rq *req) | param_type_changed |
function_signature_change | nfsd4_encode_replay | fs/nfsd/nfs4xdr.c | 9b350d3e349f2c4ba4e046001446d533471844a7 | void
nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) | void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) | param_type_changed |
function_signature_change | arch_prepare_bpf_trampoline | arch/arm64/net/bpf_jit_comp.c | 96b0f5addc7a0d9ed1f4969ca85ed7513cb1ed25 | int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image,
void *image_end, const struct btf_func_model *m,
u32 flags, struct bpf_tramp_links *tlinks,
void *func_addr) | int arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *ro_image,
void *ro_image_end, const struct btf_func_model *m,
u32 flags, struct bpf_tramp_links *tlinks,
void *func_addr) | param_type_changed |
function_signature_change | nfs_commit_begin | fs/nfs/write.c | 17f46b803d4f23c66cacce81db35fef3adb8f2af | static void nfs_commit_begin(struct nfs_mds_commit_info *cinfo) | void nfs_commit_begin(struct nfs_mds_commit_info *cinfo) | return_type_changed |
struct_layout_change | nfs_net | fs/nfs/netns.h | 1548036ef1204df65ca5a16e8b199c858cb80075 | null | null | fields_modified |
function_signature_change | efi_secret_remove | drivers/virt/coco/efi_secret/efi_secret.c | 021bc4b9d7ed8dcc90dc288e59f120fa6e3087dc | static int efi_secret_remove(struct platform_device *dev) | static void efi_secret_remove(struct platform_device *dev) | return_type_changed |
function_signature_change | efi_measure_tagged_event | drivers/firmware/efi/libstub/efi-stub-helper.c | ac93cbfc2a2c8e9641a4b49cd1e7b9d34f935e1a | static efi_status_t efi_measure_tagged_event(unsigned long load_addr,
unsigned long load_size,
enum efistub_event event) | static efi_status_t efi_measure_tagged_event(unsigned long load_addr,
unsigned long load_size,
enum efistub_event_type event) | param_type_changed |
function_signature_change | hv_vtl_bringup_vcpu | arch/x86/hyperv/hv_vtl.c | 2b4b90e053a29057fb05ba81acce26bddce8d404 | static int hv_vtl_bringup_vcpu(u32 target_vp_index, u64 eip_ignored) | static int hv_vtl_bringup_vcpu(u32 target_vp_index, int cpu, u64 eip_ignored) | param_added |
function_signature_change | jh7110_voutcrg_remove | drivers/clk/starfive/clk-starfive-jh7110-vout.c | d963f25734643e2c41e7893ee3029868885fbedc | static int jh7110_voutcrg_remove(struct platform_device *pdev) | static void jh7110_voutcrg_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | jh7110_ispcrg_remove | drivers/clk/starfive/clk-starfive-jh7110-isp.c | 4421d8b5a5dabeb075db64e57e056bfa6b2906f2 | static int jh7110_ispcrg_remove(struct platform_device *pdev) | static void jh7110_ispcrg_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | imx8_acm_clk_remove | drivers/clk/imx/clk-imx8-acm.c | 6995c4f59241a0cdcbb7d53f0d00e7090d16112a | static int imx8_acm_clk_remove(struct platform_device *pdev) | static void imx8_acm_clk_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | flush_i2c_fifo | drivers/i2c/busses/i2c-nomadik.c | ae9977eefc4a1e6e8fda619f5b8734efb6f11b58 | static int flush_i2c_fifo(struct nmk_i2c_dev *dev) | static int flush_i2c_fifo(struct nmk_i2c_dev *priv) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.