linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-12 10:42:43 to 2020-03-15 02:20:40 UTC [more...]

[PATCH 0/1] coredump: Fix null pointer dereference when kernel.core_pattern is "|"
 2020-03-14 21:35 UTC  (5+ messages)

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

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-14 22:42 UTC  (30+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-14 20:50 UTC  (5+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] ubifs: "

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-14 10:02 UTC  (29+ messages)
  ` [PATCHv4] "
        ` [PATCHv5] "
                    ` [PATCHv6] "
                        ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                          ` [PATCH 0/5] "
                            ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                          ` [PATCH v3 "
                                          ` [PATCH 0/2] exec: Fix dead-lock in de_thread with ptrace_attach
                                          ` [PATCH 1/2] "
                                          ` [PATCH 2/2] doc: Update documentation of ->exec_*_mutex

[PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
 2020-03-14  9:12 UTC  (12+ messages)
      ` [PATCH] pidfd: Stop taking cred_guard_mutex
                    ` [PATCH] pidfd: Use new infrastructure to fix deadlocks in execve

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-03-14  3:48 UTC  (15+ messages)
` [PATCHv5 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv5 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv5 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv5 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv5 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv5 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST

[RFC bpf-next 0/2] sharing bpf runtime stats with /dev/bpf_stats
 2020-03-14  3:47 UTC  (2+ messages)

[PATCH] ext2: fix debug reference to ext2_xattr_cache
 2020-03-14  3:42 UTC 

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-14  2:27 UTC  (81+ messages)
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCHSET] sanitized pathwalk machinery (v4)
    ` [RFC][PATCH v4 01/69] do_add_mount(): lift lock_mount/unlock_mount into callers
      ` [RFC][PATCH v4 02/69] fix automount/automount race properly
      ` [RFC][PATCH v4 03/69] follow_automount(): get rid of dead^Wstillborn code
      ` [RFC][PATCH v4 04/69] follow_automount() doesn't need the entire nameidata
      ` [RFC][PATCH v4 05/69] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
      ` [RFC][PATCH v4 06/69] handle_mounts(): start building a sane wrapper for follow_managed()
      ` [RFC][PATCH v4 07/69] atomic_open(): saner calling conventions (return dentry on success)
      ` [RFC][PATCH v4 08/69] lookup_open(): "
      ` [RFC][PATCH v4 09/69] do_last(): collapse the call of path_to_nameidata()
      ` [RFC][PATCH v4 10/69] handle_mounts(): pass dentry in, turn path into a pure out argument
      ` [RFC][PATCH v4 11/69] lookup_fast(): consolidate the RCU success case
      ` [RFC][PATCH v4 12/69] teach handle_mounts() to handle RCU mode
      ` [RFC][PATCH v4 13/69] lookup_fast(): take mount traversal into callers
      ` [RFC][PATCH v4 14/69] step_into() callers: dismiss the symlink earlier
      ` [RFC][PATCH v4 15/69] new step_into() flag: WALK_NOFOLLOW
      ` [RFC][PATCH v4 16/69] fold handle_mounts() into step_into()
      ` [RFC][PATCH v4 17/69] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
      ` [RFC][PATCH v4 18/69] expand the only remaining call of path_lookup_conditional()
      ` [RFC][PATCH v4 19/69] merging pick_link() with get_link(), part 1
      ` [RFC][PATCH v4 20/69] merging pick_link() with get_link(), part 2
      ` [RFC][PATCH v4 21/69] merging pick_link() with get_link(), part 3
      ` [RFC][PATCH v4 22/69] merging pick_link() with get_link(), part 4
      ` [RFC][PATCH v4 23/69] merging pick_link() with get_link(), part 5
      ` [RFC][PATCH v4 24/69] merging pick_link() with get_link(), part 6
      ` [RFC][PATCH v4 25/69] finally fold get_link() into pick_link()
      ` [RFC][PATCH v4 26/69] sanitize handling of nd->last_type, kill LAST_BIND
      ` [RFC][PATCH v4 27/69] namei: invert the meaning of WALK_FOLLOW
      ` [RFC][PATCH v4 28/69] pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT
      ` [RFC][PATCH v4 29/69] link_path_walk(): simplify stack handling
      ` [RFC][PATCH v4 30/69] namei: have link_path_walk() maintain LOOKUP_PARENT
      ` [RFC][PATCH v4 31/69] massage __follow_mount_rcu() a bit
      ` [RFC][PATCH v4 32/69] new helper: traverse_mounts()
      ` [RFC][PATCH v4 33/69] atomic_open(): return the right dentry in FMODE_OPENED case
      ` [RFC][PATCH v4 34/69] atomic_open(): lift the call of may_open() into do_last()
      ` [RFC][PATCH v4 35/69] do_last(): merge the may_open() calls
      ` [RFC][PATCH v4 36/69] do_last(): don't bother with keeping got_write in FMODE_OPENED case
      ` [RFC][PATCH v4 37/69] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
      ` [RFC][PATCH v4 38/69] do_last(): simplify the liveness analysis past finish_open_created
      ` [RFC][PATCH v4 39/69] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
      ` [RFC][PATCH v4 40/69] split the lookup-related parts of do_last() into a separate helper
      ` [RFC][PATCH v4 41/69] path_connected(): pass mount and dentry separately
      ` [RFC][PATCH v4 42/69] path_parent_directory(): leave changing path->dentry to callers
      ` [RFC][PATCH v4 43/69] expand path_parent_directory() in its callers
      ` [RFC][PATCH v4 44/69] follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop
      ` [RFC][PATCH v4 45/69] follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks "
      ` [RFC][PATCH v4 46/69] move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into()
      ` [RFC][PATCH v4 47/69] handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into()
      ` [RFC][PATCH v4 48/69] follow_dotdot{,_rcu}(): switch to use of step_into()
      ` [RFC][PATCH v4 49/69] lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu
      ` [RFC][PATCH v4 50/69] follow_dotdot{,_rcu}(): massage loops
      ` [RFC][PATCH v4 51/69] follow_dotdot_rcu(): be lazy about changing nd->path
      ` [RFC][PATCH v4 52/69] follow_dotdot(): "
      ` [RFC][PATCH v4 53/69] helper for mount rootwards traversal
      ` [RFC][PATCH v4 54/69] non-RCU analogue of the previous commit
      ` [RFC][PATCH v4 55/69] fs/namei.c: kill follow_mount()
      ` [RFC][PATCH v4 56/69] pick_link(): more straightforward handling of allocation failures
      ` [RFC][PATCH v4 57/69] pick_link(): pass it struct path already with normal refcounting rules
      ` [RFC][PATCH v4 58/69] fold path_to_nameidata() into its only remaining caller
      ` [RFC][PATCH v4 59/69] pick_link(): take reserving space on stack into a new helper
      ` [RFC][PATCH v4 60/69] reserve_stack(): switch to __nd_alloc_stack()
      ` [RFC][PATCH v4 61/69] __nd_alloc_stack(): make it return bool
      ` [RFC][PATCH v4 62/69] link_path_walk(): sample parent's i_uid and i_mode for the last component
      ` [RFC][PATCH v4 63/69] take post-lookup part of do_last() out of loop
      ` [RFC][PATCH v4 64/69] open_last_lookups(): consolidate fsnotify_create() calls
      ` [RFC][PATCH v4 65/69] open_last_lookups(): don't abuse complete_walk() when all we want is unlazy
      ` [RFC][PATCH v4 66/69] open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()
      ` [RFC][PATCH v4 67/69] open_last_lookups(): move complete_walk() "
      ` [RFC][PATCH v4 68/69] atomic_open(): no need to pass struct open_flags anymore
      ` [RFC][PATCH v4 69/69] lookup_open(): don't bother with fallbacks to lookup+create

[PATCH] fs: Fix missing 'bit' in comment
 2020-03-14  1:34 UTC 

[PATCH v2 0/4] module autoloading fixes and cleanups
 2020-03-13 23:31 UTC  (14+ messages)
` [PATCH v2 1/4] kmod: make request_module() return an error when autoloading is disabled
` [PATCH v2 2/4] fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()
` [PATCH v2 3/4] docs: admin-guide: document the kernel.modprobe sysctl
` [PATCH v2 4/4] selftests: kmod: test disabling module autoloading

[GIT PULL] overlayfs fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

[GIT PULL] fuse fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

LSF/MM/BPF 2020: Postponement announcement
 2020-03-13 18:47 UTC 

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-13 18:35 UTC  (16+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "

KMSAN: uninit-value in simple_attr_read
 2020-03-13 16:45 UTC  (3+ messages)
` [PATCH] libfs: fix infoleak in simple_attr_read()

[confused] can orangefs ACLs be removed at all?
 2020-03-13 16:33 UTC  (2+ messages)

[PATCH] exportfs: fix handling of rename race in reconnect_one()
 2020-03-13 14:33 UTC  (4+ messages)

[PATCH 00/20] virtiofs: Add DAX support
 2020-03-13 13:41 UTC  (6+ messages)
` [PATCH 13/20] fuse, dax: Implement dax read/write operations

[PATCH v8 00/11] arm64: Branch Target Identification support
 2020-03-13 12:59 UTC  (8+ messages)

[PATCH v9 00/13] arm64: Branch Target Identification support
 2020-03-13 11:55 UTC  (8+ messages)
` [PATCH v9 02/13] ELF: Add ELF program property parsing support
` [PATCH v9 12/13] mm: smaps: Report arm64 guarded pages in smaps
` [PATCH v9 13/13] arm64: BTI: Add Kconfig entry for userspace BTI

[PATCH] fs: Fix missing 'bit' in comment
 2020-03-13 10:45 UTC  (2+ messages)

[PATCH] umh: fix refcount underflow in fork_usermode_blob()
 2020-03-13  9:46 UTC  (3+ messages)

mmotm 2020-03-11-21-11 uploaded
 2020-03-13  4:52 UTC  (3+ messages)
  ` mmotm 2020-03-11-21-11 uploaded (sound/soc/codecs/wcd9335.c)

mmotm 2020-03-12-21-49 uploaded
 2020-03-13  4:49 UTC 

[PATCH] fs: Fix missing 'bit' in comment
 2020-03-13  1:35 UTC  (4+ messages)
  ` [PATCH] "
    `  "

[PATCH v3 0/4] Support user xattrs in cgroupfs
 2020-03-13  1:00 UTC  (12+ messages)
` [PATCH v3 1/4] kernfs: kvmalloc xattr value instead of kmalloc
` [PATCH v3 2/4] kernfs: Add removed_size out param for simple_xattr_set
` [PATCH v3 3/4] kernfs: Add option to enable user xattrs
` [PATCH v3 4/4] cgroupfs: Support "

Is ext4_dio_read_iter() broken?
 2020-03-12 23:23 UTC  (6+ messages)
` Is ext4_dio_read_iter() broken? - and xfs_file_dio_aio_read()

[git pull] vfs.git fixes
 2020-03-12 23:00 UTC  (2+ messages)

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

[PATCH v8 0/8] Support for Casefolding and Encryption
 2020-03-12 22:11 UTC  (4+ messages)
` [PATCH v8 2/8] fs: Add standard casefolding support

[PATCH 0/8] mm: Speedup page cache truncation
 2020-03-12 21:45 UTC  (3+ messages)
` [PATCH 1/8] xarray: Fix premature termination of xas_for_each_marked()

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

[PATCH v8 00/11] Inline Encryption Support
 2020-03-12 15:43 UTC  (2+ messages)

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-03-12 11:13 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).