summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-0845-90/+69
* fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-084-6/+4
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-0820-28/+28
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-089-9/+9
* fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)2022-05-0813-23/+16
* fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-086-7/+6
* fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)2022-05-083-11/+1
* ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-083-13/+11
* ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-083-11/+9
* ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
* ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
* f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)2022-05-081-1/+8
* namei: Convert page_symlink() to use memalloc_nofs_save()Matthew Wilcox (Oracle)2022-05-081-4/+7
* namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)2022-05-083-14/+3
* ext4: Use page_symlink() instead of __page_symlink()Matthew Wilcox (Oracle)2022-05-081-1/+6
* scsicam: Fix use of page cacheMatthew Wilcox (Oracle)2022-05-081-6/+5
* Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-0821-74/+96
|\
| * Merge tag 'asoc-fix-v5.18-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-05-0814-41/+54
| |\
| | * ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callbackAjit Kumar Pandey2022-04-271-0/+5
| | * ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown2022-04-261-1/+17
| | * ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu2022-04-251-3/+3
| | * ASoC: atmel: mchp-pdmc: set prepare_slave_configCodrin Ciubotariu2022-04-251-0/+1
| | * ASoC: max98090: Generate notifications on changes for custom controlMark Brown2022-04-251-1/+1
| | * ASoC: max98090: Reject invalid values in custom control put()Mark Brown2022-04-251-0/+3
| | * ASoC: rt9120: Correct the reg 0x09 size to one byteChiYuan Huang2022-04-221-1/+0
| | * ASoC: meson: axg-card: Fix nonatomic linksNeil Armstrong2022-04-211-1/+0
| | * ASoC: meson: axg-tdm-interface: Fix formatters in trigger"Neil Armstrong2022-04-211-21/+5
| | * ASoC: soc-ops: fix error handlingPierre-Louis Bossart2022-04-211-1/+1
| | * ASoC: meson: Fix event generation for G12A tohdmi muxMark Brown2022-04-211-1/+1
| | * ASoC: meson: Fix event generation for AUI CODEC muxMark Brown2022-04-211-1/+1
| | * ASoC: meson: Fix event generation for AUI ACODEC muxMark Brown2022-04-211-1/+1
| | * ASoC: da7219: Fix change notifications for tone generator frequencyMark Brown2022-04-201-4/+10
| | * ASoC: simple-card-utils: fix sysclk shutdownOlivier Moysan2022-04-201-1/+1
| | * ASoC: wm8958: Fix change notifications for DSP controlsMark Brown2022-04-191-4/+4
| * | ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesTakashi Sakamoto2022-04-251-0/+1
| * | ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakersZihao Wang2022-04-251-0/+1
| * | Merge branch 'topic/firewire' into for-linusTakashi Iwai2022-04-255-27/+32
| |\ \
| | * | firewire: core: extend card->lock in fw_core_handle_bus_resetNiels Dossche2022-04-252-6/+6
| | * | firewire: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-252-20/+23
| | * | firewire: fix potential uaf in outbound_phy_packet_callback()Chengfeng Ye2022-04-251-1/+3
| * | | ALSA: hda/realtek: Enable mute/micmute LEDs support for HP LaptopsAndy Chi2022-04-221-6/+6
| * | | ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codecHui Wang2022-04-221-0/+2
* | | | blk-mq: remove the error_count from struct requestWilly Tarreau2022-05-081-1/+0
* | | | ataflop: use a statically allocated error countersWilly Tarreau2022-05-081-4/+6
* | | | floppy: use a statically allocated error counterWilly Tarreau2022-05-081-10/+8
* | | | Merge tag 'gpio-fixes-for-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-075-16/+6
|\ \ \ \
| * | | | gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-061-2/+2
| * | | | gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu2022-05-051-5/+2
| * | | | MAINTAINERS: update the GPIO git tree entryBartosz Golaszewski2022-05-051-1/+1
| * | | | gpio: mvebu: drop pwm base assignmentBaruch Siach2022-05-021-7/+0