messages from 2019-01-09 15:33:41 to 2019-01-10 17:24:28 UTC [more...]
[PATCH 00/11] y2038: add time64 syscalls
2019-01-10 17:22 UTC (17+ messages)
` [PATCH 01/11] time: make adjtime compat handling available for 32 bit
` [PATCH 02/11] time: Add struct __kernel_timex
` [PATCH 03/11] time: fix sys_timer_settime prototype
` [PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH 05/11] timex: use __kernel_timex internally
` [PATCH 06/11] timex: change syscalls to use struct __kernel_timex
` [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls
` [PATCH 08/11] y2038: use time32 syscall names on 32-bit
` [PATCH 09/11] y2038: remove struct definition redirects
` [PATCH 10/11] y2038: rename old time and utime syscalls
` [PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures
[PATCH v5 00/17] fanotify: add support for more event types
2019-01-10 17:04 UTC (18+ messages)
` [PATCH v5 01/17] fsnotify: annotate directory entry modification events
` [PATCH v5 02/17] fsnotify: remove dirent events from FS_EVENTS_POSS_ON_CHILD mask
` [PATCH v5 03/17] fsnotify: send all event types to super block marks
` [PATCH v5 04/17] fsnotify: move mask out of struct fsnotify_event
` [PATCH v5 05/17] fanotify: rename struct fanotify_{,perm_}event_info
` [PATCH v5 06/17] fanotify: open code fill_event_metadata()
` [PATCH v5 07/17] fanotify: encode file identifier for FAN_REPORT_FID
` [PATCH v5 08/17] fanotify: copy event fid info to user
` [PATCH v5 09/17] fanotify: enable FAN_REPORT_FID init flag
` [PATCH v5 10/17] fanotify: cache fsid in fsnotify_mark_connector
` [PATCH v5 11/17] vfs: add vfs_get_fsid() helper
` [PATCH v5 12/17] fanotify: use vfs_get_fsid() helper instead of vfs_statfs()
` [PATCH v5 13/17] fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF events
` [PATCH v5 14/17] fanotify: check FS_ISDIR flag instead of d_is_dir()
` [PATCH v5 15/17] fanotify: support events with data type FSNOTIFY_EVENT_INODE
` [PATCH v5 16/17] fanotify: add support for create/attrib/move/delete events
` [PATCH v5 17/17] fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID
[PATCHSET v1] io_uring IO interface
2019-01-10 16:05 UTC (33+ messages)
` [PATCH 03/16] block: add bio_set_polled() helper
` [PATCH 05/16] Add io_uring IO interface
` [PATCH 06/16] io_uring: support for IO polling
` [PATCH 10/16] io_uring: split kiocb init from allocation
` [PATCH 11/16] io_uring: batch io_kiocb allocation
` [PATCH 13/16] io_uring: add support for pre-mapped user IO buffers
` [PATCH 14/16] io_uring: support kernel side submission
[PATCH] fs/block_dev.c: Remove duplicate header
2019-01-10 15:25 UTC (2+ messages)
general protection fault in fuse_dev_do_write
2019-01-10 14:52 UTC (6+ messages)
[PATCH v2 0/3] Allow initializing the kernfs node's secctx based on its parent
2019-01-10 14:15 UTC (9+ messages)
` [PATCH v2 1/3] LSM: Add new hook for generic node initialization
` [PATCH v2 2/3] selinux: Implement the object_init_security hook
` [PATCH v2 3/3] kernfs: Initialize security of newly created nodes
[PATCH v4 00/15] fanotify: add support for more event types
2019-01-10 11:55 UTC (12+ messages)
UBIFS quota support
2019-01-10 11:44 UTC (2+ messages)
[PATCH] proc: only export statistics of softirqs for online cpus
2019-01-10 11:24 UTC (2+ messages)
[PATCH 1/2] fuse: Fix race in fuse_writepage_in_flight()
2019-01-10 11:03 UTC (7+ messages)
[PATCH v3 0/5] kvm "virtio pmem" device
2019-01-10 10:17 UTC (10+ messages)
` [PATCH v3 5/5] xfs: disable map_sync for virtio pmem
[PATCH] procfs: remove unused parameter in proc_pid_lookup
2019-01-10 10:10 UTC (2+ messages)
[RFC 00/15] epoll: support pollable epoll from userspace
2019-01-10 10:03 UTC (19+ messages)
` [RFC PATCH 04/15] epoll: move private helpers from a header to the source
` [RFC PATCH 05/15] epoll: introduce user header structure and user index for polling from userspace
` [RFC PATCH 06/15] epoll: introduce various of helpers for user structure lengths calculations
` [RFC PATCH 07/15] epoll: extend epitem struct with new members for polling from userspace
` [RFC PATCH 08/15] epoll: some sanity flags checks for epoll syscalls for polled epfd "
` [RFC PATCH 09/15] epoll: introduce stand-alone helpers for polling "
` [RFC PATCH 10/15] epoll: support polling from userspace for ep_insert()
` [RFC PATCH 11/15] epoll: offload polling to a work in case of epfd polled from userspace
` [RFC PATCH 12/15] epoll: support polling from userspace for ep_remove()
` [RFC PATCH 13/15] epoll: support polling from userspace for ep_modify()
` [RFC PATCH 14/15] epoll: support polling from userspace for ep_poll()
` [RFC PATCH 15/15] epoll: support mapping for epfd when polled from userspace
[PATCH v2 0/5] fuse: Further reducing contention of fc->lock
2019-01-10 8:38 UTC (3+ messages)
[PATCH v2 0/5] fuse: Interrupt-related optimizations and improvements
2019-01-10 8:37 UTC (4+ messages)
Proposal: A new fs-verity interface
2019-01-10 5:15 UTC (2+ messages)
[PATCH] 9p: use inode->i_lock to protect i_size_write()
2019-01-10 4:18 UTC (6+ messages)
You have photos right?
2019-01-09 4:41 UTC
[PATCHSET v2] io_uring IO interface
2019-01-10 2:44 UTC (32+ messages)
` [PATCH 01/15] fs: add an iopoll method to struct file_operations
` [PATCH 02/15] block: wire up block device iopoll method
` [PATCH 03/15] block: add bio_set_polled() helper
` [PATCH 04/15] iomap: wire up the iopoll method
` [PATCH 05/15] Add io_uring IO interface
` [PATCH 06/15] io_uring: support for IO polling
` [PATCH 07/15] io_uring: add submission side request cache
` [PATCH 08/15] fs: add fget_many() and fput_many()
` [PATCH 09/15] io_uring: use fget/fput_many() for file references
` [PATCH 10/15] io_uring: batch io_kiocb allocation
` [PATCH 11/15] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/15] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/15] io_uring: support kernel side submission
` [PATCH 14/15] io_uring: add submission polling
` [PATCH 15/15] io_uring: add io_uring_event cache hit information
[PATCH v1] seq_file: convert mangle_path() to use string_escape_str()
2019-01-10 0:19 UTC (4+ messages)
Enhancing the photos
2019-01-09 10:38 UTC
mmotm 2019-01-09-13-40 uploaded
2019-01-09 21:40 UTC (2+ messages)
[PATCH v2 0/4] /proc/stat: Reduce irqs counting performance overhead
2019-01-09 20:14 UTC (18+ messages)
` [PATCH v2 1/4] /proc/stat: Extract irqs counting code into show_stat_irqs()
` [PATCH v2 2/4] /proc/stat: Only do percpu sum of active IRQs
` [PATCH v2 3/4] genirq: Track the number "
` [PATCH v2 4/4] /proc/stat: Call kstat_irqs_usr() only for "
Path your photos?
2019-01-09 8:59 UTC
Path your photos?
2019-01-09 10:58 UTC
[PATCH v3 0/4] /proc/stat: Reduce irqs counting performance overhead
2019-01-09 19:20 UTC (6+ messages)
` [PATCH v3 1/4] /proc/stat: Extract irqs counting code into show_stat_irqs()
` [PATCH v3 2/4] /proc/stat: Only do percpu sum of active IRQs
` [PATCH v3 3/4] genirq: Track the number "
` [PATCH v3 4/4] /proc/stat: Call kstat_irqs_usr() only for "
[PATCH v3 0/5] kvm "virtio pmem" device
2019-01-09 18:21 UTC (4+ messages)
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
[PATCH 0/3] Allow initializing the kernfs node's secctx based on its parent
2019-01-09 16:06 UTC (7+ messages)
` [PATCH 1/3] LSM: Add new hook for generic node initialization
` [PATCH 3/3] kernfs: Initialize security of newly created nodes
[PATCH v2 0/4] Write-hint for FS journal
2019-01-09 15:31 UTC (4+ messages)
` [PATCH 2/4] fs: introduce four macros for in-kernel hints
` [PATCH 3/4] fs: introduce APIs to enable sending write-hint with buffer-head
` [PATCH 4/4] fs/ext4,jbd2: add support for passing write-hint with journal
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).