Spatial filtering involves applying filters or kernels to images to enhance or modify pixel values based on neighboring pixel values. Linear spatial filtering involves taking a weighted sum of pixel values within the filter window. Common filters include averaging filters for noise reduction, median filters to reduce impulse noise while preserving edges, and sharpening filters like Laplacian filters and unsharp masking to enhance details.