index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
samples: Make fs-monitor depend on libc and headers
Gabriel Krisman Bertazi
1
-1
/
+1
2021-10-27
docs: Document the FAN_FS_ERROR event
Gabriel Krisman Bertazi
2
-0
/
+75
2021-10-27
samples: Add fs error monitoring example
Gabriel Krisman Bertazi
4
-0
/
+157
2021-10-27
ext4: Send notifications on error
Gabriel Krisman Bertazi
1
-0
/
+8
2021-10-27
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
3
-2
/
+10
2021-10-27
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
4
-0
/
+45
2021-10-27
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
3
-3
/
+25
2021-10-27
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
1
-1
/
+11
2021-10-27
fanotify: Add helpers to decide whether to report FID/DFID
Gabriel Krisman Bertazi
2
-6
/
+17
2021-10-27
fanotify: Wrap object_fh inline space in a creator macro
Gabriel Krisman Bertazi
1
-3
/
+9
2021-10-27
fanotify: Support merging of error events
Gabriel Krisman Bertazi
2
-3
/
+27
2021-10-27
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
2
-0
/
+41
2021-10-27
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
4
-1
/
+41
2021-10-27
fanotify: Reserve UAPI bits for FAN_FS_ERROR
Gabriel Krisman Bertazi
2
-0
/
+2
2021-10-27
fsnotify: Support FS_ERROR event type
Gabriel Krisman Bertazi
2
-1
/
+44
2021-10-27
fanotify: Require fid_mode for any non-fd event
Gabriel Krisman Bertazi
2
-6
/
+9
2021-10-27
fanotify: Encode empty file handle when no inode is provided
Gabriel Krisman Bertazi
1
-1
/
+8
2021-10-27
fanotify: Allow file handle encoding for unhashed events
Gabriel Krisman Bertazi
1
-2
/
+6
2021-10-27
fanotify: Support null inode event in fanotify_dfid_inode
Gabriel Krisman Bertazi
1
-1
/
+1
2021-10-27
fsnotify: Pass group argument to free_event
Gabriel Krisman Bertazi
5
-5
/
+7
2021-10-27
fsnotify: Protect fsnotify_handle_inode_event from no-inode events
Gabriel Krisman Bertazi
3
-0
/
+7
2021-10-27
fsnotify: Retrieve super block from the data field
Gabriel Krisman Bertazi
2
-4
/
+18
2021-10-27
fsnotify: Add wrapper around fsnotify_add_event
Gabriel Krisman Bertazi
4
-16
/
+25
2021-10-27
fsnotify: Add helper to detect overflow_event
Gabriel Krisman Bertazi
2
-1
/
+7
2021-10-27
inotify: Don't force FS_IN_IGNORED
Gabriel Krisman Bertazi
1
-3
/
+3
2021-10-27
fanotify: Split fsid check from other fid mode checks
Gabriel Krisman Bertazi
1
-9
/
+18
2021-10-27
fanotify: Fold event size calculation to its own function
Gabriel Krisman Bertazi
1
-15
/
+20
2021-10-27
fsnotify: Don't insert unmergeable events in hashtable
Gabriel Krisman Bertazi
1
-2
/
+4
2021-10-27
fsnotify: clarify contract for create event hooks
Amir Goldstein
3
-10
/
+18
2021-10-27
fsnotify: pass dentry instead of inode data
Amir Goldstein
2
-3
/
+18
2021-10-27
fsnotify: pass data_type to fsnotify_name()
Amir Goldstein
1
-9
/
+13
2021-10-11
Linux 5.15-rc5
v5.15-rc5
Linus Torvalds
1
-1
/
+1
2021-10-10
Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
17
-75
/
+234
2021-10-10
Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
6
-50
/
+25
2021-10-10
Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-14
/
+99
2021-10-10
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-3
/
+13
2021-10-10
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-43
/
+41
2021-10-10
Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-1
/
+3
2021-10-09
Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-114
/
+77
2021-10-09
Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-31
/
+56
2021-10-09
Merge tag 's390-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
5
-16
/
+46
2021-10-08
Merge tag 'xtensa-20211008' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
5
-13
/
+17
2021-10-08
Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-103
/
+135
2021-10-08
Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
21
-100
/
+27
2021-10-08
Merge tag 'acpi-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+3
2021-10-08
Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
10
-29
/
+42
2021-10-08
Merge tag 'mmc-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2
-25
/
+70
2021-10-08
Merge tag 'drm-fixes-2021-10-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
53
-163
/
+712
2021-10-08
asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhere
Adam Borowski
1
-1
/
+1
2021-10-08
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
1
-3
/
+8
[next]