summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb1ops.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-01driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman1-0/+1
2023-03-31driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman2-4/+3
2023-03-31driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2-3/+3
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman3-7/+0
2023-03-31driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman3-27/+14
2023-03-31driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2-6/+0
2023-03-31driver core: create class_is_registered()Greg Kroah-Hartman3-2/+28
2023-03-31driver core: core: move to use class_to_subsys()Greg Kroah-Hartman3-44/+81
2023-03-31media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman3-64/+29
2023-03-30mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman1-6/+0
2023-03-29docs: driver-api: firmware_loader: fix missing argument in usage exampleConor Dooley1-1/+2
2023-03-29kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan1-9/+9
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan4-6/+8
2023-03-29kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan3-8/+16
2023-03-29firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2-1/+59
2023-03-29soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...Heiner Kallweit1-5/+0
2023-03-29base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit1-0/+15
2023-03-29driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman1-52/+61
2023-03-29driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman1-18/+63
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman14-48/+48
2023-03-28driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2-0/+17
2023-03-28driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2-6/+6
2023-03-28driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko1-2/+6
2023-03-28powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman1-1/+1
2023-03-27driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2-1/+3
2023-03-27device property: Remove unused struct net_device forward declarationAndy Shevchenko1-1/+0
2023-03-27device property: Add headers to the Driver Core entry in MAINTAINERSAndy Shevchenko1-0/+2
2023-03-27driver core: class: fix documentation for class_create()Greg Kroah-Hartman1-1/+0
2023-03-25driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2-1/+1
2023-03-24kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh1-11/+11
2023-03-24kobject.h remove extern from function prototypesGreg Kroah-Hartman1-33/+26
2023-03-24driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman1-1/+1
2023-03-24driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman1-46/+42
2023-03-24driver core: driver.h: remove extern from function prototypesGreg Kroah-Hartman1-15/+11
2023-03-24driver core: bus.h: remove extern from function prototypesGreg Kroah-Hartman1-8/+6
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2023-03-24driver core: class.h: remove extern from function prototypesGreg Kroah-Hartman1-26/+20
2023-03-24driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2-40/+11
2023-03-24device property: Constify a few fwnode APIsAndy Shevchenko2-6/+6
2023-03-24device property: constify fwnode_get_phy_mode() argumentRussell King2-2/+2
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman8-9/+9
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman1-1/+1
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2-12/+12
2023-03-23ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman2-2/+2
2023-03-23dmaengine: idxd: use const struct bus_type *Greg Kroah-Hartman1-2/+2
2023-03-23vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman1-1/+1
2023-03-23drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman2-4/+4
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman1-1/+1
2023-03-23driver core: make the bus_type in struct device_driver constantGreg Kroah-Hartman1-1/+1
2023-03-23driver core: bus: constify bus_get()Greg Kroah-Hartman1-3/+3