linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-09 12:11:59 to 2019-01-10 17:05:03 UTC [more...]

[PATCH v5 00/17] fanotify: add support for more event types
 2019-01-10 17:04 UTC  (7+ 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()

[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  (15+ messages)
` [PATCH v3 1/5] libnvdimm: nd_region flush callback support
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [PATCH v3 4/5] ext4: disable map_sync for virtio pmem
` [PATCH v3 5/5] xfs: "

[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  (7+ messages)
` [PATCH v3 1/5] libnvdimm: nd_region flush callback support
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
` [PATCH v3 3/5] libnvdimm: add nd_region buffered dax_dev flag
` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

[PATCH 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-09 16:06 UTC  (9+ messages)
` [PATCH 1/3] LSM: Add new hook for generic node initialization
` [PATCH 2/3] selinux: Implement the object_init_security hook
` [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  (5+ messages)
    ` [PATCH 1/4] block: Increase count of supported write-hints
    ` [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

[PATCH v3 4/5] ext4: disable map_sync for virtio pmem
 2019-01-09 14:54 UTC  (4+ messages)
` [PATCH v3 5/5] xfs: "

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-01-09 13:41 UTC  (8+ messages)
` [RFC PATCH v1 3/5] Yama: Enforces noexec mounts or file executability through O_MAYEXEC

INFO: task hung in generic_file_write_iter
 2019-01-09 13:30 UTC  (12+ messages)


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).