linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 17:59:35 to 2020-08-17 14:05:51 UTC [more...]

[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
 2020-08-17 14:05 UTC  (15+ messages)

add file system helpers that take kernel pointers for the init code v4
 2020-08-17 13:44 UTC  (4+ messages)
` [PATCH 02/23] fs: refactor ksys_umount

severe proc dentry lock contention
 2020-08-17 12:19 UTC  (12+ messages)
  ` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries

[GIT PULL] Mount notifications
 2020-08-17 11:32 UTC  (29+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)
                      ` file metadata via fs API

[PATCH v4 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-17 10:41 UTC  (6+ messages)
` [PATCH v4 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v4 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v4 3/3] io_uring: allow disabling rings during the creation

xattr names for unprivileged stacking?
 2020-08-17 10:37 UTC  (8+ messages)
            ` file forks vs. xattr (was: xattr names for unprivileged stacking?)

[PATCH 1/2] exfat: add NameLength check when extracting name
 2020-08-17  9:26 UTC  (5+ messages)

[PATCH v3 2/3] mm: smaps*: extend smap_gather_stats to support specified beginning
 2020-08-17  9:15 UTC  (3+ messages)
  ` [PATCH v3 3/3] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-17  8:23 UTC  (16+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
` [PATCH 10/11] powerpc: use non-set_fs based maccess routines
` [PATCH 11/11] powerpc: remove address space overrides using set_fs()

WARN_ON_ONCE(1) in iomap_dio_actor()
 2020-08-17  7:07 UTC  (8+ messages)

[PATCH] fs: NTFS read-write driver GPL implementation by Paragon Software
 2020-08-16  7:56 UTC  (8+ messages)

[GIT PULL] 9p update for 5.9-rc1
 2020-08-16  1:55 UTC  (2+ messages)

[PATCH 0/4] Remove nrexceptional tracking
 2020-08-16  1:48 UTC  (4+ messages)
` [PATCH 1/4] mm: Introduce and use page_cache_empty

[PATCH] signalfd: Convert to use the preferred fallthrough macro
 2020-08-15  9:04 UTC 

possible deadlock in io_poll_double_wake
 2020-08-15 18:15 UTC  (6+ messages)
  `  "

[PATCH] exfat: use i_blocksize() to get blocksize
 2020-08-15 10:57 UTC 

general protection fault in io_poll_double_wake
 2020-08-15 18:48 UTC  (3+ messages)

[PATCH 2/2] tree-wide: rename vmemdup_user to kvmemdup_user
 2020-08-15 18:23 UTC 

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2020-08-14 15:44 UTC  (3+ messages)

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-08-14 14:21 UTC  (27+ messages)
      ` [dm-devel] "

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-08-14 12:20 UTC  (14+ messages)

[PATCH v2 0/2] Try to release mmap_lock temporarily in smaps_rollup
 2020-08-14  9:08 UTC  (11+ messages)
` [PATCH v2 1/2] mmap locking API: add mmap_lock_is_contended()
` [PATCH v2 2/2] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock

[PATCH] fs: Eliminate a local variable to make the code more clear
 2020-08-14  6:01 UTC  (2+ messages)

[PATCH v4 0/2] proc,fcntl: introduce F_SET_DESCRIPTION
 2020-08-14  5:48 UTC  (5+ messages)
` [PATCH v4 1/2] mm: add GFP mask param to strndup_user
` [PATCH v4 2/2] fcntl: introduce F_SET_DESCRIPTION

[PATCH] exfat: fix misspellings using codespell tool
 2020-08-14  2:21 UTC 

[PATCH v2] fs/select.c: batch user writes in do_sys_poll
 2020-08-13 23:41 UTC 

[PATCH] proc: use vmalloc for our kernel buffer
 2020-08-13 21:31 UTC  (16+ messages)
` [PATCH][v2] "

[PATCH 0/6] Some buffer management fixes for proc
 2020-08-13 21:04 UTC  (7+ messages)
` [PATCH 1/6] proc: use vmalloc for our kernel buffer
` [PATCH 2/6] tree-wide: rename vmemdup_user to kvmemdup_user
` [PATCH 3/6] proc: allocate count + 1 for our read buffer
` [PATCH 4/6] sysctl: make proc_put_long() use scnprintf
` [PATCH 5/6] parport: rework procfs handlers to take advantage of the new buffer
` [PATCH 6/6] sunrpc: rework proc "

[PATCH v20 00/12] Landlock LSM
 2020-08-13 20:29 UTC  (7+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 08/12] landlock: Add syscall implementations

[GIT PULL] xfs: small fixes for 5.9-rc1
 2020-08-13 19:47 UTC  (2+ messages)

KASAN: use-after-free Read in idr_for_each
 2020-08-13 18:43 UTC  (2+ messages)

[PATCH v6] fuse: Add support for passthrough read/write
 2020-08-13 18:41 UTC  (5+ messages)

[PATCH v2 0/3] Relocate execve() sanity checks
 2020-08-13 17:13 UTC  (4+ messages)
` [PATCH v2 2/3] exec: Move S_ISREG() check earlier

[PATCH -next] sysctl: fix memleak in proc_sys_call_handler()
 2020-08-13 16:49 UTC  (2+ messages)

[PATCH v2 0/4] Update SELinuxfs out of tree and then swapover
 2020-08-13 16:25 UTC  (8+ messages)
` [PATCH v2 1/4] selinux: Create function for selinuxfs directory cleanup
` [PATCH v2 2/4] selinux: Refactor selinuxfs directory populating functions
` [PATCH v2 3/4] selinux: Standardize string literal usage for selinuxfs directory names
` [PATCH v2 4/4] selinux: Create new booleans and class dirs out of tree

[PATCH 1/2][v3] proc: use vmalloc for our kernel buffer
 2020-08-13 16:13 UTC  (2+ messages)
` [PATCH 2/2] tree-wide: rename vmemdup_user to kvmemdup_user

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-08-13 15:31 UTC  (10+ messages)
` [PATCH v7 3/7] exec: Move path_noexec() check earlier
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[RFC PATCH 0/5] Introduce /proc/all/ to gather stats from all processes
 2020-08-13 15:01 UTC  (5+ messages)

[PATCH] fs/io_uring.c: Fix uninitialized variable is referenced in io_submit_sqe
 2020-08-13 14:56 UTC  (2+ messages)

[RFC PATCH 0/7] metricfs metric file system and examples
 2020-08-13 14:21 UTC  (7+ messages)
` [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

[PATCH] fs/select.c: batch user writes in do_sys_poll
 2020-08-13 13:00 UTC  (7+ messages)

[PATCH] locks: Convert to use the preferred fallthrough macro
 2020-08-13 12:25 UTC 

[PATCH] block: insert a general SMP memory barrier before wake_up_bit()
 2020-08-13 12:00 UTC  (6+ messages)

INFO: task hung in pipe_read (2)
 2020-08-13 11:20 UTC  (8+ messages)

[PATCH v2 00/20] virtiofs: Add DAX support
 2020-08-13  5:12 UTC  (7+ messages)
` [PATCH v2 15/20] fuse, dax: Take ->i_mmap_sem lock during dax page fault

[PATCH 1/2] block: use DEFINE_WAIT_BIT instead of DEFINE_WAIT for bit wait queue
 2020-08-13  5:05 UTC  (2+ messages)
` [PATCH 2/2] writeback: "

[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
 2020-08-13  4:03 UTC  (8+ messages)

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC  (2+ messages)

file metadata via fs API (was: [GIT PULL] Filesystem Information)
 2020-08-12 21:30 UTC  (12+ messages)

KASAN: use-after-free Read in path_init (2)
 2020-08-12 21:28 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] hfs, hfsplus: Fix NULL pointer dereference in hfs_find_init()
 2020-08-12 20:34 UTC  (6+ messages)

[PATCH v7] Add a "nosymfollow" mount option
 2020-08-12 19:53 UTC  (5+ messages)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-12 18:47 UTC  (7+ 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).