linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 19:08:16 to 2020-03-13 23:56:55 UTC [more...]

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-13 23:53 UTC  (45+ 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 27/69] namei: invert the meaning of WALK_FOLLOW
      ` [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 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)

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-03-13 20:18 UTC  (9+ 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

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-13 19:23 UTC  (29+ 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

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 "

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

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  (16+ messages)
` [PATCH 04/20] virtio: Implement get_shm_region for PCI transport
` [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  (10+ messages)

[PATCH v9 00/13] arm64: Branch Target Identification support
 2020-03-13 11:55 UTC  (18+ messages)
` [PATCH v9 01/13] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v9 02/13] ELF: Add ELF program property parsing support
` [PATCH v9 03/13] arm64: Basic Branch Target Identification support
` [PATCH v9 04/13] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v9 05/13] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v9 06/13] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v9 07/13] arm64: unify native/compat instruction skipping
` [PATCH v9 08/13] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v9 09/13] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v9 10/13] KVM: "
` [PATCH v9 11/13] arm64: mm: Display guarded pages in ptdump
` [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)

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-13  9:13 UTC  (23+ 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

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

[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  (8+ messages)
` Is ext4_dio_read_iter() broken? - and xfs_file_dio_aio_read()
` btrfs may be broken too - Re: Is ext4_dio_read_iter() broken?

[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  (8+ 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  (13+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "
` [PATCH v8 11/11] ext4: "

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-03-12 11:13 UTC 

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-03-12  9:23 UTC  (7+ messages)

[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-03-12  8:26 UTC  (2+ messages)

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-12  7:27 UTC  (9+ messages)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-11 23:38 UTC  (3+ messages)

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-03-11 22:21 UTC  (12+ messages)

[GIT PULL] fscrypt fix for v5.6-rc6
 2020-03-11 20:45 UTC  (2+ messages)

[PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
 2020-03-11 19:48 UTC  (16+ messages)
            ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                ` [PATCH 2/4] proc: "
                ` [PATCH 3/4] proc: io_accounting: "


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