summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)2022-05-081-2/+57
* filemap: Remove obsolete comment in lock_pageMiaohe Lin2022-05-081-3/+0
* fs: Remove pagecache_write_begin() and pagecache_write_end()Matthew Wilcox (Oracle)2022-05-082-32/+0
* i915: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-12/+11
* f2fs: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* ext4: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-4/+5
* hfsplus: Call hfsplus_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-7/+8
* hfs: Call hfs_write_begin() and generic_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-6/+7
* ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()Matthew Wilcox (Oracle)2022-05-081-4/+2
* ntfs3: Call ntfs_write_begin() and ntfs_write_end() directlyMatthew Wilcox (Oracle)2022-05-083-10/+12
* namei: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-3/+3
* buffer: Call aops write_begin() and write_end() directlyMatthew Wilcox (Oracle)2022-05-081-6/+8
* 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