linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 05:31:25 to 2019-05-12 04:04:27 UTC [more...]

[PATCH v2 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-12  4:04 UTC  (13+ messages)
` [PATCH v2 1/3] fs: add ksys_lsetxattr() wrapper
` [PATCH v2 2/3] initramfs: set extended attributes
` [PATCH v2 3/3] initramfs: introduce do_readxattrs()

[PATCH v6 0/6] namei: resolveat(2) path resolution restriction API
 2019-05-11 22:39 UTC  (20+ messages)
` [PATCH v6 5/6] binfmt_*: scope path resolution of interpreters

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-11 17:33 UTC  (54+ messages)
` [PATCH v2 06/17] kbuild: enable building KUnit
` [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit

io_uring: REQ_F_PREPPED race condition with punting to workers
 2019-05-11 17:08 UTC  (2+ messages)
` [PATCH 1/1] io_uring: fix race condition reading SQE data

io_uring: not good enough for release
 2019-05-11 16:57 UTC  (11+ messages)
  ` io_uring: closing / release
  ` io_uring: O_NONBLOCK/IOCB_NOWAIT/RWF_NOWAIT mess
      ` [PATCH 1/5] fs: RWF flags override default IOCB flags from file flags
        ` [PATCH 2/5] tcp: handle SPLICE_F_NONBLOCK in tcp_splice_read
        ` [PATCH 3/5] pipe: use IOCB_NOWAIT instead of O_NONBLOCK
        ` [PATCH 4/5] socket: "
        ` [PATCH 5/5] io_uring: use FMODE_NOWAIT to detect files supporting IOCB_NOWAIT

ANNOUNCE: nfs-utils-2.3.4 released
 2019-05-11 12:29 UTC 

[PATCH v2 1/2] fs: make all new mount api fds cloexec by default
 2019-05-11  8:40 UTC  (4+ messages)
` [PATCH v2 2/2] fsopen: use square brackets around "fscontext"

[PATCH v7 0/6] virtio pmem driver
 2019-05-11  1:26 UTC  (20+ messages)
` [PATCH v7 2/6] virtio-pmem: Add "
    ` [Qemu-devel] "
` [PATCH v7 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v7 4/6] dax: check synchronous mapping is supported
  ` [Qemu-devel] "
` [PATCH v7 6/6] xfs: disable map_sync for async flush
      ` [Qemu-devel] "

[PATCH v8 0/6] virtio pmem driver
 2019-05-11  1:23 UTC  (14+ messages)
` [PATCH v8 1/6] libnvdimm: nd_region flush callback support
` [PATCH v8 2/6] virtio-pmem: Add virtio pmem driver
` [PATCH v8 3/6] libnvdimm: add dax_dev sync flag
        ` [Qemu-devel] "
` [PATCH v8 4/6] dax: check synchronous mapping is supported
` [PATCH v8 5/6] ext4: disable map_sync for async flush
` [PATCH v8 6/6] xfs: "

[PATCH 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1
 2019-05-10 22:13 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] nsfs: add evict callback into struct proc_ns_operations
  ` [PATCH v2 2/3] netns: add netns_evict into netns_operations
  ` [PATCH v2 3/3] auth_gss: fix deadlock that blocks rpcsec_gss_exit_net when use-gss-proxy==1

[PATCH] mm/huge_memory: Fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses
 2019-05-10 21:02 UTC  (5+ messages)

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-05-10 20:09 UTC  (11+ messages)

[PATCH v2] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-05-10 19:56 UTC  (2+ messages)

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-10 17:02 UTC  (3+ messages)

[PATCH 12/18] btrfs: allow MAP_SYNC mmap
 2019-05-10 15:59 UTC  (4+ messages)
` [PATCH for-goldwyn] btrfs: disallow MAP_SYNC outside of DAX mounts

[PATCH] fsnotify: fix unlink performance regression
 2019-05-10 15:24 UTC  (9+ messages)
` [PATCH v2] "

[Question] softlockup in __fsnotify_update_child_dentry_flags
 2019-05-10 14:37 UTC 

[PATCH v3] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-05-10  7:25 UTC  (6+ messages)

[git pull] vfs.git braino fix
 2019-05-10  2:40 UTC  (2+ messages)

[PATCH v2 0/7] Hexdump Enhancements
 2019-05-10  0:16 UTC  (14+ messages)
` [PATCH v2 1/7] lib/hexdump.c: Fix selftests
` [PATCH v2 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
` [PATCH v2 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
` [PATCH v2 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v2 7/7] lib/hexdump.c: Optionally retain byte ordering

Testing devices for discard support properly
 2019-05-09 20:35 UTC  (20+ messages)

[PATCH] fuse: Clear setuid bit even in cache=never path
 2019-05-09 19:42 UTC 

[GIT PULL] orangefs: pagecache series and one fix
 2019-05-09 16:55 UTC  (2+ messages)

[TOPIC] Extending the filesystem crash recovery guaranties contract
 2019-05-09 15:46 UTC  (17+ messages)

[PATCH v1 1/2] fs: make all new mount api fds cloexec by default
 2019-05-09 15:39 UTC  (4+ messages)
` [PATCH v1 2/2] fsopen: use square brackets around "fscontext"

Initial patches for Incremental FS
 2019-05-09  8:15 UTC  (8+ messages)

general protection fault in do_move_mount
 2019-05-09  6:33 UTC  (3+ messages)

[PATCH v2] memcg, fsnotify: no oom-kill for remote memcg charging
 2019-05-08 23:20 UTC  (2+ messages)

[PATCH] fs: make all new mount api fds cloexec by default
 2019-05-08 14:13 UTC  (3+ messages)

[PATCH 0/3] stream_open bits for Linux 5.2
 2019-05-08  7:40 UTC  (5+ messages)

[PATCH v2] configfs: Fix possible use-after-free in configfs_register_group
 2019-05-08  6:57 UTC  (2+ 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).