linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 14:03:11 to 2020-07-31 14:03:33 UTC [more...]

iomap write invalidation v2
 2020-07-31 14:03 UTC  (6+ messages)
` [PATCH 3/3] iomap: fall back to buffered writes for invalidation failures
  ` [Cluster-devel] "

[PATCH] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
 2020-07-31 13:11 UTC  (3+ messages)

[PATCH v4 0/6] zone-append support in io-uring and aio
 2020-07-31 13:08 UTC  (27+ messages)
  ` [PATCH v4 6/6] io_uring: add support for zone-append

improve compat handling for the i386 u64 alignment quirk v2
 2020-07-31 12:22 UTC  (4+ messages)
` [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
` [PATCH 2/3] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 3/3] quota: simplify the quotactl compat handling

exfatprogs-1.0.4 version released
 2020-07-31 10:53 UTC  (3+ messages)

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-31  9:12 UTC  (15+ messages)
` [RFC PATCH 3/5] mm: introduce VM_EXEC_KEEP

[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
 2020-07-31  8:48 UTC  (56+ messages)
` [PATCH 01/23] ns: Add common refcount into ns_common add use it as counter for net_ns
` [PATCH 02/23] uts: Use generic ns_common::count
` [PATCH 03/23] ipc: "
` [PATCH 04/23] pid: "
` [PATCH 05/23] user: "
` [PATCH 06/23] mnt: "
` [PATCH 07/23] cgroup: "
` [PATCH 08/23] time: "
` [PATCH 09/23] ns: Introduce ns_idr to be able to iterate all allocated namespaces in the system
` [PATCH 10/23] fs: Rename fs/proc/namespaces.c into fs/proc/task_namespaces.c
` [PATCH 11/23] fs: Add /proc/namespaces/ directory
` [PATCH 12/23] user: Free user_ns one RCU grace period after final counter put
` [PATCH 13/23] user: Add user namespaces into ns_idr
` [PATCH 14/23] net: Add net "
` [PATCH 15/23] pid: Eextract child_reaper check from pidns_for_children_get()
` [PATCH 16/23] proc_ns_operations: Add can_get method
` [PATCH 17/23] pid: Add pid namespaces into ns_idr
` [PATCH 18/23] uts: Free uts namespace one RCU grace period after final counter put
` [PATCH 19/23] uts: Add uts namespaces into ns_idr
` [PATCH 20/23] ipc: Add ipc "
` [PATCH 21/23] mnt: Add mount "
` [PATCH 22/23] cgroup: Add cgroup "
` [PATCH 23/23] time: Add time "

improve compat handling for the i386 u64 alignment quirk
 2020-07-31  8:41 UTC  (4+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly

[RFC PATCH] iomap: add support to track dirty state of sub pages
 2020-07-31  6:59 UTC  (6+ messages)

add file system helpers that take kernel pointers for the init code v4
 2020-07-31  6:33 UTC  (5+ messages)

[RFC][PATCH] exec: Freeze the other threads during a multi-threaded exec
 2020-07-31  6:28 UTC  (9+ messages)
          ` [RFC][PATCH] exec: Conceal the other threads from wakeups during exec

[PATCH v2] exfat: retain 'VolumeFlags' properly
 2020-07-31  5:58 UTC 

KASAN: use-after-free Read in io_uring_setup (2)
 2020-07-31  2:53 UTC  (2+ messages)

[PATCH] exfat: retain 'VolumeFlags' properly
 2020-07-31  1:29 UTC  (8+ messages)

[PATCH] fscrypt: don't load ->i_crypt_info before it's known to be valid
 2020-07-30 21:28 UTC  (2+ messages)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-07-30 20:54 UTC  (14+ messages)
  ` [PATCH v1 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-30 20:44 UTC  (4+ messages)
` [PATCH v2 3/7] "

KASAN: use-after-free Read in io_uring_setup (2)
 2020-07-30 19:34 UTC  (2+ messages)

[bug report] fsnotify: pass dir and inode arguments to fsnotify()
 2020-07-30 19:25 UTC  (3+ messages)

[PATCH] watch_queue: Limit the number of watches a user can hold
 2020-07-30 17:19 UTC  (3+ messages)

[PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-07-30 16:45 UTC  (5+ messages)
` [Linaro-mm-sig] "

INFO: task hung in pipe_write (4)
 2020-07-30 16:33 UTC  (2+ messages)
` userfaultfd: Is handle_userfault() with an uninterruptible lock held allowed?

stop using ->read and ->write for kernel access v3
 2020-07-30 16:31 UTC  (15+ messages)
` [PATCH 08/23] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 22/23] fs: default to generic_file_splice_read for files having ->read_iter
  ` [PATCH 15/23] seq_file: switch over direct seq_read method calls to seq_read_iter

Upcoming: fscache rewrite
 2020-07-30 13:08 UTC  (4+ messages)

[PATCH v2] exfat: integrates dir-entry getting and validation
 2020-07-30  6:53 UTC  (2+ messages)

[PATCH] dax: Fix wrong error-number passed into xas_set_err()
 2020-07-30  4:33 UTC  (2+ messages)

[RFC PATCH v6 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-07-30  0:31 UTC  (12+ messages)
` [RFC PATCH v6 01/11] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v6 02/11] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v6 03/11] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v6 04/11] ipe: add property for trust of boot volume
` [RFC PATCH v6 05/11] fs: add security blob and hooks for block_device
` [RFC PATCH v6 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v6 07/11] ipe: add property for signed dmverity volumes
` [RFC PATCH v6 08/11] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v6 09/11] ipe: add property for dmverity roothash
` [RFC PATCH v6 10/11] documentation: add ipe documentation
` [RFC PATCH v6 11/11] cleanup: uapi/linux/audit.h

kernel BUG at arch/x86/mm/physaddr.c:LINE! (6)
 2020-07-29 21:34 UTC 

Inverted mount options completely broken (iversion,relatime)
 2020-07-29 20:58 UTC  (5+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-07-29 20:05 UTC  (10+ messages)
` [PATCH ghak90 V9 02/13] audit: add container id
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon

mmotm 2020-07-27-18-18 uploaded
 2020-07-29 17:29 UTC  (11+ messages)
  ` mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c)
        ` make oldconfig (Re: mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c))

[PATCH 0/5] seqlock: Cleanups
 2020-07-29 16:19 UTC  (11+ messages)
` [PATCH 1/5] seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
` [PATCH 2/5] seqlock: Fold seqcount_LOCKNAME_t definition
` [PATCH 3/5] seqlock: Fold seqcount_LOCKNAME_init() definition
` [PATCH 5/5] seqcount: More consistent seqprop names

[PATCH] fs: Eliminate a local variable to make the code more clear
 2020-07-29 15:21 UTC 

[RFC] orangefs: posix acl fix
 2020-07-29 14:42 UTC 


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