summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: send event to parent and child with single callbackAmir Goldstein2020-07-273-33/+45
* inotify: report both events on parent and child with single callbackAmir Goldstein2020-07-271-9/+35
* dnotify: report both events on parent and child with single callbackAmir Goldstein2020-07-271-13/+29
* fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein2020-07-272-28/+59
* fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein2020-07-273-43/+139
* fsnotify: add object type "child" to object type iteratorAmir Goldstein2020-07-271-0/+3
* fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein2020-07-271-3/+10
* fanotify: prepare for implicit event flags in mark maskAmir Goldstein2020-07-271-16/+24
* fanotify: mask out special event flags from ignored maskAmir Goldstein2020-07-271-0/+5
* fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2020-07-273-12/+16
* fanotify: distinguish between fid encode error and null fidAmir Goldstein2020-07-271-10/+4
* fanotify: generalize merge logic of events on dirAmir Goldstein2020-07-271-11/+11
* fanotify: generalize the handling of extra event flagsAmir Goldstein2020-07-271-5/+10
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-275-18/+4
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-2711-56/+62
* fanotify: break up fanotify_alloc_event()Amir Goldstein2020-07-151-65/+89
* fanotify: create overflow event typeAmir Goldstein2020-07-153-27/+36
* inotify: do not use objectid when comparing eventsAmir Goldstein2020-07-151-2/+2
* kernfs: do not call fsnotify() with name without a parentAmir Goldstein2020-07-151-1/+1
* nfsd: use fsnotify_data_inode() to get the unlinked inodeAmir Goldstein2020-07-151-1/+3
* fsnotify: return non const from fsnotify_data_inode()Amir Goldstein2020-07-152-4/+3
* fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein2020-07-152-29/+31
* fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman2020-07-153-14/+27
* fanotify: Avoid softlockups when reading many eventsJan Kara2020-07-151-0/+5
* Documentation: update for gcc 4.9 requirementRandy Dunlap2020-07-082-2/+2
* Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-0813-43/+174
|\
| * ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-072-1/+13
| * ALSA: usb-audio: Add implicit feedback quirk for RTX6001Pavel Hofman2020-07-071-0/+1
| * ALSA: usb-audio: add quirk for MacroSilicon MS2109Hector Martin2020-07-071-0/+52
| * ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VCJian-Hong Pan2020-07-071-0/+13
| * ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice idBenjamin Poirier2020-07-071-2/+1
| * ALSA: hda/hdmi: improve debug traces for stream lookupsKai Vehmanen2020-07-071-2/+3
| * ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and laterKai Vehmanen2020-07-071-13/+23
| * ALSA: opl3: fix infoleak in opl3xidongwang2020-07-071-0/+2
| * Merge tag 'asoc-fix-v5.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-06-303-13/+26
| |\
| | * AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel moduleJaroslav Kysela2020-06-251-3/+4
| | * ASoC: rt5682: fix the pop noise while OMTP type headset pluginShuming Fan2020-06-241-1/+8
| | * ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
| | * ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
| * | ALSA: usb-audio: Replace s/frame/packet/ where appropriateAlexander Tsoy2020-06-302-13/+12
| * | ALSA: usb-audio: Fix packet size calculationAlexander Tsoy2020-06-301-0/+1
| * | ALSA: hda - let hs_mic be picked ahead of hp_micHui Wang2020-06-251-0/+6
* | | Raise gcc version requirement to 4.9Linus Torvalds2020-07-087-56/+8
* | | Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-07-0815-40/+123
|\ \ \
| * | | perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
| * | | perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
| * | | perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
| * | | perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3