Age | Commit message (Expand) | Author | Files | Lines |
2020-07-28 | fsnotify: remove check that source dentry is positive | Amir Goldstein | 1 | -3/+1 |
2020-07-28 | fsnotify: send event with parent/name info to sb/mount/non-dir marks | Amir Goldstein | 3 | -19/+97 |
2020-07-28 | audit: do not set FS_EVENT_ON_CHILD in audit marks mask | Amir Goldstein | 2 | -2/+2 |
2020-07-28 | inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask | Amir Goldstein | 1 | -6/+8 |
2020-07-28 | fsnotify: pass dir and inode arguments to fsnotify() | Amir Goldstein | 4 | -26/+52 |
2020-07-28 | fsnotify: create helper fsnotify_inode() | Amir Goldstein | 4 | -22/+15 |
2020-07-27 | fsnotify: send event to parent and child with single callback | Amir Goldstein | 3 | -33/+45 |
2020-07-27 | inotify: report both events on parent and child with single callback | Amir Goldstein | 1 | -9/+35 |
2020-07-27 | dnotify: report both events on parent and child with single callback | Amir Goldstein | 1 | -13/+29 |
2020-07-27 | fanotify: no external fh buffer in fanotify_name_event | Amir Goldstein | 2 | -28/+59 |
2020-07-27 | fanotify: use struct fanotify_info to parcel the variable size buffer | Amir Goldstein | 3 | -43/+139 |
2020-07-27 | fsnotify: add object type "child" to object type iterator | Amir Goldstein | 1 | -0/+3 |
2020-07-27 | fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks | Amir Goldstein | 1 | -3/+10 |
2020-07-27 | fanotify: prepare for implicit event flags in mark mask | Amir Goldstein | 1 | -16/+24 |
2020-07-27 | fanotify: mask out special event flags from ignored mask | Amir Goldstein | 1 | -0/+5 |
2020-07-27 | fanotify: generalize test for FAN_REPORT_FID | Amir Goldstein | 3 | -12/+16 |
2020-07-27 | fanotify: distinguish between fid encode error and null fid | Amir Goldstein | 1 | -10/+4 |
2020-07-27 | fanotify: generalize merge logic of events on dir | Amir Goldstein | 1 | -11/+11 |
2020-07-27 | fanotify: generalize the handling of extra event flags | Amir Goldstein | 1 | -5/+10 |
2020-07-27 | fanotify: remove event FAN_DIR_MODIFY | Amir Goldstein | 5 | -18/+4 |
2020-07-27 | fsnotify: pass dir argument to handle_event() callback | Amir Goldstein | 11 | -56/+62 |
2020-07-15 | fanotify: break up fanotify_alloc_event() | Amir Goldstein | 1 | -65/+89 |
2020-07-15 | fanotify: create overflow event type | Amir Goldstein | 3 | -27/+36 |
2020-07-15 | inotify: do not use objectid when comparing events | Amir Goldstein | 1 | -2/+2 |
2020-07-15 | kernfs: do not call fsnotify() with name without a parent | Amir Goldstein | 1 | -1/+1 |
2020-07-15 | nfsd: use fsnotify_data_inode() to get the unlinked inode | Amir Goldstein | 1 | -1/+3 |
2020-07-15 | fsnotify: return non const from fsnotify_data_inode() | Amir Goldstein | 2 | -4/+3 |
2020-07-15 | fsnotify: fold fsnotify() call into fsnotify_parent() | Amir Goldstein | 2 | -29/+31 |
2020-07-15 | fsnotify: Rearrange fast path to minimise overhead when there is no watcher | Mel Gorman | 3 | -14/+27 |
2020-07-15 | fanotify: Avoid softlockups when reading many events | Jan Kara | 1 | -0/+5 |
2020-07-08 | Documentation: update for gcc 4.9 requirement | Randy Dunlap | 2 | -2/+2 |
2020-07-08 | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 13 | -43/+174 |
2020-07-08 | Raise gcc version requirement to 4.9 | Linus Torvalds | 7 | -56/+8 |
2020-07-08 | Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 15 | -40/+123 |
2020-07-08 | Merge tag 'mtd/fixes-for-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -4/+4 |
2020-07-08 | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -25/+35 |
2020-07-07 | Merge tag 'arc-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 7 | -27/+59 |
2020-07-07 | Merge tag 'tpmdd-next-v5.8-rc5' of git://git.infradead.org/users/jjs/linux-tpmdd | Linus Torvalds | 1 | -0/+8 |
2020-07-07 | mtd: rawnand: xway: Fix build issue | Miquel Raynal | 1 | -1/+1 |
2020-07-07 | ALSA: compress: fix partial_drain completion state | Vinod Koul | 2 | -1/+13 |
2020-07-07 | ALSA: usb-audio: Add implicit feedback quirk for RTX6001 | Pavel Hofman | 1 | -0/+1 |
2020-07-07 | ALSA: usb-audio: add quirk for MacroSilicon MS2109 | Hector Martin | 1 | -0/+52 |
2020-07-07 | ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VC | Jian-Hong Pan | 1 | -0/+11 |
2020-07-07 | ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VC | Jian-Hong Pan | 1 | -0/+11 |
2020-07-07 | ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC | Jian-Hong Pan | 1 | -0/+13 |
2020-07-07 | ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id | Benjamin Poirier | 1 | -2/+1 |
2020-07-07 | ALSA: hda/hdmi: improve debug traces for stream lookups | Kai Vehmanen | 1 | -2/+3 |
2020-07-07 | ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later | Kai Vehmanen | 1 | -13/+23 |
2020-07-07 | ALSA: opl3: fix infoleak in opl3 | xidongwang | 1 | -0/+2 |
2020-07-07 | Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102") | Jarkko Sakkinen | 1 | -0/+8 |