linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 12:18:45 to 2020-03-11 06:30:00 UTC [more...]

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-11  6:29 UTC  (5+ messages)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-11  6:11 UTC  (107+ messages)
  ` [PATCHv4] "
        ` [PATCHv5] "
                    ` [PATCHv6] "
                        ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                          ` [PATCH 0/5] "
                            ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                            ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                            ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                                        ` [PATCH] pidfd: Stop taking cred_guard_mutex
                            ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                            ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                                  ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                                      ` [PATCH 0/4] Use new infrastructure in more simple cases
                                                      ` [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
                                                      ` [PATCH 2/4] proc: "
                                                      ` [PATCH 3/4] proc: io_accounting: "
                                                      ` [PATCH 4/4] perf: "
                                                  ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                                  ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                                  ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                                  ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c

[PATCH] kmod: make request_module() return an error when autoloading is disabled
 2020-03-11  5:55 UTC  (4+ messages)

[PATCH 00/20] virtiofs: Add DAX support
 2020-03-11  5:22 UTC  (30+ messages)
` [PATCH 02/20] dax: Create a range version of dax_layout_busy_page()
` [PATCH 03/20] virtio: Add get_shm_region method
` [PATCH 04/20] virtio: Implement get_shm_region for PCI transport
` [PATCH 05/20] virtio: Implement get_shm_region for MMIO transport
` [PATCH 06/20] virtiofs: Provide a helper function for virtqueue initialization
` [PATCH 07/20] fuse: Get rid of no_mount_options
` [PATCH 08/20] fuse,virtiofs: Add a mount option to enable dax
` [PATCH 10/20] fuse,virtiofs: Keep a list of free dax memory ranges
` [PATCH 11/20] fuse: implement FUSE_INIT map_alignment field
` [PATCH 12/20] fuse: Introduce setupmapping/removemapping commands
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[PATCH] fuse: make written data persistent after writing
 2020-03-11  4:58 UTC  (5+ messages)

disk revalidation updates and OOM
 2020-03-11  4:03 UTC  (5+ messages)

lazytime causing inodes to remain dirty after sync?
 2020-03-11  3:20 UTC  (3+ messages)
` [PATCH] writeback: avoid double-writing the inode on a lazytime expiration

[PATCH] fscrypt: don't evict dirty inodes after removing key
 2020-03-11  2:50 UTC  (2+ messages)

mmotm 2020-03-03-22-28 uploaded
 2020-03-11  1:33 UTC  (7+ messages)
  ` mmotm 2020-03-03-22-28 uploaded (warning: objtool:)

possible deadlock in __generic_file_fsync
 2020-03-10 22:22 UTC  (6+ messages)
` [PATCH] fs/direct-io.c: avoid workqueue allocation race

[RFC PATCH] security,anon_inodes,kvm: enable security support for anon inodes
 2020-03-10 21:50 UTC  (7+ messages)

[RFC 3/3] mm/vma: Introduce some more VMA flag wrappers
 2020-03-10 20:26 UTC  (4+ messages)

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-03-10 18:07 UTC  (8+ messages)

[PATCH 7/9] docs: filesystems: fuse.rst: supress a Sphinx warning
 2020-03-10 17:55 UTC  (2+ messages)

[PATCH] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-10 16:05 UTC  (2+ messages)

[PATCH] NFS: Ensure security label is set for root inode
 2020-03-10 15:20 UTC 

[LSFMMBPF TOPIC] Killing LSFMMBPF
 2020-03-10 13:40 UTC  (3+ messages)

[PATCH v8 00/11] arm64: Branch Target Identification support
 2020-03-10 12:42 UTC  (4+ messages)

[fuse] Effects of opening with O_DIRECT
 2020-03-10 13:16 UTC  (4+ messages)

[RFC][QUESTION] fuse: how to enlarge the max pages per request
 2020-03-10 12:34 UTC  (2+ messages)

[PATCH v6 0/6] dax/pmem: Provide a dax operation to zero page range
 2020-03-10 12:18 UTC  (2+ messages)

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-10  9:32 UTC  (31+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
    ` [PATCH v19 01/14] fsinfo: Add fsinfo() syscall to query filesystem information
      ` [PATCH v19 14/14] arch: wire up fsinfo syscall
` [PATCH 03/14] fsinfo: Provide a bitmap of supported features [ver #18]
` [PATCH 04/14] fsinfo: Allow retrieval of superblock devname, options and stats "
` [PATCH 05/14] fsinfo: Allow fsinfo() to look up a mount object by ID "
` [PATCH 06/14] fsinfo: Add a uniquifier ID to struct mount "
` [PATCH 07/14] fsinfo: Allow mount information to be queried "
` [PATCH 08/14] fsinfo: Allow the mount topology propogation flags to be retrieved "
` [PATCH 09/14] fsinfo: Provide notification overrun handling support "
` [PATCH 10/14] fsinfo: sample: Mount listing program "
` [PATCH 11/14] fsinfo: Add API documentation "
` [PATCH 12/14] fsinfo: Add support for AFS "
` [PATCH 13/14] fsinfo: Example support for Ext4 "
` [PATCH 14/14] fsinfo: Example support for NFS "

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-03-10  9:16 UTC  (19+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-09 23:44 UTC  (2+ messages)

[PATCH 0/1] coredump: Fix null pointer dereference when kernel.core_pattern is "|"
 2020-03-09 22:34 UTC  (3+ messages)

[PATCH] xattr: NULL initialize name in simple_xattr_alloc
 2020-03-09 22:31 UTC  (3+ messages)

[PATCH][next] fs: select: Replace zero-length array with flexible-array member
 2020-03-09 20:24 UTC 

[PATCH][next] hfsplus: hfsplus_fs.h: Replace zero-length array with flexible-array member
 2020-03-09 18:13 UTC 

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-03-09 19:03 UTC  (2+ messages)

[PATCH][next] hfs: btree.h: Replace zero-length array with flexible-array member
 2020-03-09 18:12 UTC 

[PATCH v2 1/2] vfs: add non-blocking mode for function find_inode_nowait()
 2020-03-09 16:12 UTC  (2+ messages)

Writing to FUSE via mmap extremely slow (sometimes) on some machines?
 2020-03-09 15:11 UTC  (9+ messages)
          ` [fuse-devel] "

[RFC PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #4]
 2020-03-09 12:19 UTC  (10+ messages)
` [RFC PATCH 09/17] pipe: Add notification lossage handling "
` [RFC PATCH 10/17] selinux: Implement the watch_key security hook "
` [RFC PATCH 11/17] smack: Implement the watch_key and post_notification hooks "
` [RFC PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches "
` [RFC PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications "
` [RFC PATCH 14/17] watch_queue: sample: Display mount tree "
` [RFC PATCH 15/17] watch_queue: Introduce a non-repeating system-unique superblock ID "
` [RFC PATCH 16/17] watch_queue: Add superblock notifications "
` [RFC PATCH 17/17] watch_queue: sample: Display "


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