messages from 2018-09-12 16:25:16 to 2018-09-16 23:09:30 UTC [more...]
[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
2018-09-16 19:07 UTC (35+ messages)
` [PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 03/17] compat_ioctl: use correct compat_ptr() translation in drivers
` [PATCH v2 04/17] ceph: fix compat_ioctl for ceph_dir_operations
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 06/17] compat_ioctl: move rtc handling into rtc-dev.c
` [PATCH v2 07/17] compat_ioctl: move tape handling into drivers
` [PATCH v2 08/17] compat_ioctl: remove keyboard ioctl translation
` [PATCH v2 09/17] compat_ioctl: remove HIDIO translation
` [PATCH v2 10/17] compat_ioctl: remove translation for sound ioctls
` [PATCH v2 11/17] compat_ioctl: remove isdn ioctl translation
` [PATCH v2 12/17] compat_ioctl: remove IGNORE_IOCTL()
` [PATCH v2 13/17] compat_ioctl: remove /dev/random commands
` [PATCH v2 14/17] compat_ioctl: remove joystick ioctl translation
` [PATCH v2 15/17] compat_ioctl: remove PCI "
` [PATCH v2 16/17] compat_ioctl: remove /dev/raw "
` [PATCH v2 17/17] compat_ioctl: remove last RAID handling code
[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
2018-09-16 17:45 UTC (53+ messages)
` [PATCH 01/10] procfs: add smack subdir to attrs
` [PATCH 02/10] Smack: Abstract use of cred security blob
` [PATCH 03/10] SELinux: "
` [PATCH 04/10] LSM: Infrastructure management of the "
` [PATCH 05/10] SELinux: Abstract use of file "
` [PATCH 06/10] LSM: Infrastructure management of the "
` [PATCH 07/10] SELinux: Abstract use of inode "
` [PATCH 08/10] Smack: "
` [PATCH 09/10] LSM: Infrastructure management of the inode security
` [PATCH 10/10] LSM: Blob sharing support for S.A.R.A and LandLock
[PATCH v3 0/3] exec: fix passing of file locks across execve in multithreaded processes
2018-09-16 17:41 UTC (13+ messages)
` [PATCH v3 1/3] exec: separate thread_count for files_struct
` [PATCH v3 2/3] exec: delay clone(CLONE_FILES) if task associated with current files_struct is exec'ing
` [PATCH v3 3/3] exec: do unshare_files after de_thread
` [RFC][PATCH 0/3] exec: Moving unshare_files_struct
` [RFC][PATCH 1/3] exec: Move unshare_files down to avoid locks being dropped on exec
` [RFC][PATCH 2/3] exec: Simplify unshare_files
` [RFC][PATCH 3/3] exec: Remove reset_files_struct
metadata operation reordering regards to crash
2018-09-16 1:18 UTC (5+ messages)
INFO: task hung in fsnotify_connector_destroy_workfn (2)
2018-09-15 23:05 UTC (4+ messages)
FUSE: write() after release()
2018-09-15 22:35 UTC
[PATCH v2 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-15 19:04 UTC (10+ messages)
` [PATCH v2 1/5] signal: Add set_user_sigmask()
` [PATCH v2 2/5] signal: Add restore_user_sigmask()
` [PATCH v2 3/5] ppoll: use __kernel_timespec
` [PATCH v2 4/5] pselect6: "
` [PATCH v2 5/5] io_pgetevents: "
[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
2018-09-15 15:27 UTC (7+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
Is it possible to add pid and comm members to the event structure to increase the display of user and thread information?
2018-09-15 13:13 UTC (5+ messages)
[PATCH AUTOSEL 3.18 01/11] binfmt_elf: Respect error return from `regset->active'
2018-09-15 1:35 UTC
[PATCH AUTOSEL 4.4 01/20] binfmt_elf: Respect error return from `regset->active'
2018-09-15 1:35 UTC
[PATCH AUTOSEL 4.9 01/34] binfmt_elf: Respect error return from `regset->active'
2018-09-15 1:34 UTC
[PATCH AUTOSEL 4.14 01/57] binfmt_elf: Respect error return from `regset->active'
2018-09-15 1:32 UTC
[PATCH AUTOSEL 4.18 01/92] binfmt_elf: Respect error return from `regset->active'
2018-09-15 1:29 UTC
[PATCH 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
2018-09-14 22:07 UTC (5+ messages)
` [PATCH 3/5] ppoll: use __kernel_timespec
[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
2018-09-14 19:13 UTC (10+ messages)
` [PATCH 04/11] audit: Embed key into chunk
` [PATCH 09/11] audit: Allocate fsnotify mark independently of chunk
` [PATCH 11/11] audit: Use 'mark' name for fsnotify_mark variables
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches
[PATCH 0/3] Replace direct ->bmap calls by bmap() with error support
2018-09-14 18:56 UTC (10+ messages)
` [PATCH 1/3] fs: Enable bmap() function to properly return errors
` [PATCH 2/3] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/3] ecryptfs: drop direct calls to ->bmap
[PATCH 00/10] iov_iter: Add new iters and use with AFS
2018-09-14 12:57 UTC (18+ messages)
` [PATCH 01/10] iov_iter: Separate type from direction and use accessor functions
` [PATCH 02/10] iov_iter: Renumber the ITER_* constants in uio.h
` [PATCH 03/10] iov_iter: Make count and iov_offset loff_t not size_t
` [PATCH 04/10] iov_iter: Add mapping and discard iterator types
` [PATCH 05/10] afs: Better tracing of protocol errors
` [PATCH 06/10] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 07/10] afs: Use ITER_MAPPING for writing
` [PATCH 08/10] afs: Add O_DIRECT read support
` [PATCH 09/10] afs: Add a couple of tracepoints to log I/O errors
` [PATCH 10/10] afs: Don't invoke the server to read data beyond EOF
general protection fault in reconfigure_super
2018-09-14 4:11 UTC (2+ messages)
[PATCH 0/6] afs: DNS and VL server handling improvements
2018-09-13 21:50 UTC (8+ messages)
` [PATCH 1/6] dns: Allow the dns resolver to retrieve a server set
` [PATCH 2/6] afs: Do better max capacity handling on address lists
` [PATCH 3/6] afs: afs_end_vnode_operation() needs to translate abort codes to errors
` [PATCH 4/6] afs: Differentiate VL servers
` [PATCH 5/6] afs: Always build address lists using the helper functions
` [PATCH 6/6] afs: Sort address lists so that they are in logical ascending order
Making the in-kernel DNS resolver handle server lists
2018-09-13 20:01 UTC (8+ messages)
[GIT PULL] overlayfs fixes for 4.19-rc4
2018-09-13 18:30 UTC
[PATCH] proc: restrict kernel stack dumps to root
2018-09-13 14:39 UTC (6+ messages)
KASAN: use-after-free Read in fuse_dev_do_read
2018-09-13 8:59 UTC (3+ messages)
[PATCH 01/11] compat_ioctl: remove keyboard ioctl translation
2018-09-13 8:13 UTC (8+ messages)
` [PATCH 06/11] compat_ioctl: remove /dev/random commands
mmotm 2018-09-12-16-40 uploaded
2018-09-13 3:20 UTC (4+ messages)
` mmotm 2018-09-12-16-40 uploaded (psi)
[vfs:work.tty-ioctl 49/50] drivers/tty/pty.c:688:41: error: implicit declaration of function 'compat_ptr'
2018-09-13 2:06 UTC
[PATCH v9 0/5] vfs: Use dlock list for SB's s_inodes list
2018-09-12 19:28 UTC (6+ messages)
` [PATCH v9 1/5] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v9 2/5] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v9 3/5] vfs: Use dlock list for superblock's inode list
` [PATCH v9 4/5] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH v9 5/5] lib/dlock-list: Scale dlock_lists_empty()
How to access "upper" directory of overlayfs programatically
2018-09-12 17:51 UTC
[PATCH v4 0/3] fs/dcache: Track # of negative dentries
2018-09-12 17:35 UTC (4+ messages)
` [PATCH v4 1/3] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v4 2/3] fs: Don't need to put list_lru into its own cacheline
` [PATCH v4 3/3] fs/dcache: Track & report number of negative dentries
[vfs:work.tty-ioctl 9/36] drivers//tty/amiserial.c:1602:3: error: 'const struct tty_operations' has no member named 'tiogsserial'; did you mean 'get_serial'?
2018-09-12 17:10 UTC
[PATCH] Documentation: filesystems: remove reminiscences of POHMELFS
2018-09-12 12:44 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).