linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 17:52:34 to 2020-03-01 21:55:52 UTC [more...]

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-01 21:52 UTC  (55+ messages)
` [RFC][PATCH v2 01/34] do_add_mount(): lift lock_mount/unlock_mount into callers
  ` [RFC][PATCH v2 02/34] fix automount/automount race properly
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCH v3 01/55] do_add_mount(): lift lock_mount/unlock_mount into callers
    ` [RFC][PATCH v3 10/55] handle_mounts(): pass dentry in, turn path into a pure out argument
    ` [RFC][PATCH v3 12/55] teach handle_mounts() to handle RCU mode
    ` [RFC][PATCH v3 13/55] lookup_fast(): take mount traversal into callers
    ` [RFC][PATCH v3 15/55] fold handle_mounts() into step_into()
    ` [RFC][PATCH v3 16/55] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
    ` [RFC][PATCH v3 17/55] expand the only remaining call of path_lookup_conditional()
    ` [RFC][PATCH v3 18/55] merging pick_link() with get_link(), part 1
    ` [RFC][PATCH v3 19/55] merging pick_link() with get_link(), part 2
    ` [RFC][PATCH v3 20/55] merging pick_link() with get_link(), part 3
    ` [RFC][PATCH v3 21/55] merging pick_link() with get_link(), part 4
    ` [RFC][PATCH v3 22/55] merging pick_link() with get_link(), part 5
    ` [RFC][PATCH v3 23/55] merging pick_link() with get_link(), part 6
    ` [RFC][PATCH v3 24/55] finally fold get_link() into pick_link()
    ` [RFC][PATCH v3 25/55] sanitize handling of nd->last_type, kill LAST_BIND
    ` [RFC][PATCH v3 26/55] namei: invert the meaning of WALK_FOLLOW
    ` [RFC][PATCH v3 27/55] pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT
    ` [RFC][PATCH v3 28/55] link_path_walk(): simplify stack handling
    ` [RFC][PATCH v3 29/55] massage __follow_mount_rcu() a bit
    ` [RFC][PATCH v3 30/55] new helper: traverse_mounts()
    ` [RFC][PATCH v3 31/55] atomic_open(): return the right dentry in FMODE_OPENED case
    ` [RFC][PATCH v3 32/55] atomic_open(): lift the call of may_open() into do_last()
    ` [RFC][PATCH v3 33/55] do_last(): merge the may_open() calls
    ` [RFC][PATCH v3 34/55] do_last(): don't bother with keeping got_write in FMODE_OPENED case
    ` [RFC][PATCH v3 35/55] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 36/55] do_last(): simplify the liveness analysis past finish_open_created
    ` [RFC][PATCH v3 37/55] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 38/55] split the lookup-related parts of do_last() into a separate helper
    ` [RFC][PATCH v3 39/55] path_connected(): pass mount and dentry separately
    ` [RFC][PATCH v3 40/55] path_parent_directory(): leave changing path->dentry to callers
    ` [RFC][PATCH v3 41/55] follow_dotdot(): expand the call of path_parent_directory()
    ` [RFC][PATCH v3 42/55] follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop
    ` [RFC][PATCH v3 43/55] follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks "
    ` [RFC][PATCH v3 44/55] move put_link() into handle_dots()
    ` [RFC][PATCH v3 45/55] handle_dots(): return ERR_PTR/NULL instead of -E.../0
    ` [RFC][PATCH v3 46/55] move follow_dotdot() and follow_dotdot_rcu() towards handle_dots()
    ` [RFC][PATCH v3 47/55] follow_dotdot{,_rcu}(): preparation to switch to step_into()
    ` [RFC][PATCH v3 48/55] follow_dotdot{,_rcu}(): switch to use of step_into()
    ` [RFC][PATCH v3 49/55] lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu
    ` [RFC][PATCH v3 50/55] follow_dotdot{,_rcu}(): massage loops
    ` [RFC][PATCH v3 51/55] follow_dotdot_rcu(): be lazy about changing nd->path
    ` [RFC][PATCH v3 52/55] follow_dotdot(): "
    ` [RFC][PATCH v3 53/55] helper for mount rootwards traversal
    ` [RFC][PATCH v3 54/55] non-RCU analogue of the previous commit
    ` [RFC][PATCH v3 55/55] fs/namei.c: kill follow_mount()

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-01 21:35 UTC  (5+ messages)

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-01 20:34 UTC  (11+ messages)
      ` [PATCHv2] "

Have RESOLVE_* flags superseded AT_* flags for new syscalls?
 2020-03-01 16:46 UTC  (6+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-03-01 16:26 UTC  (12+ messages)
` [PATCH v2 11/16] fanotify: prepare to encode both parent and child fid's

[fuse] Effects of opening with O_DIRECT
 2020-03-01 13:20 UTC 

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-03-01  7:26 UTC  (17+ messages)
` [PATCH man-pages v4] Document encoded I/O
` [PATCH v4 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v4 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v4 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v4 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v4 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v4 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v4 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v4 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v4 9/9] btrfs: implement RWF_ENCODED writes

mmotm 2020-02-29-22-14 uploaded
 2020-03-01  6:14 UTC 

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-03-01  0:47 UTC  (2+ messages)

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-03-01  0:06 UTC  (17+ messages)
` [PATCH RFC 5/5] ext4: Add fallocate2() support

[RFC PATCH v14 00/10] Landlock LSM
 2020-02-29 17:23 UTC  (3+ messages)
` [RFC PATCH v14 10/10] landlock: Add user and kernel documentation

[PATCH 0/5] Simplify /proc/$pid/maps implementation
 2020-02-29 16:59 UTC  (6+ messages)
` [PATCH 1/5] proc: Inline vma_stop into m_stop
` [PATCH 2/5] proc: remove m_cache_vma
` [PATCH 3/5] proc: Use ppos instead of m->version
` [PATCH 4/5] seq_file: Remove m->version
` [PATCH 5/5] proc: Inline m_next_vma into m_next

[PATCH v6 0/6] dax/pmem: Provide a dax operation to zero page range
 2020-02-29  9:21 UTC  (10+ messages)
` [PATCH v6 1/6] pmem: Add functions for reading/writing page to/from pmem
` [PATCH v6 2/6] dax, pmem: Add a dax operation zero_page_range
` [PATCH v6 3/6] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH v6 4/6] dm,dax: Add dax zero_page_range operation
` [PATCH v6 5/6] dax: Use new dax zero page method for zeroing a page
` [PATCH v6 6/6] dax,iomap: Add helper dax_iomap_zero() to zero a range

[PATCH v2] ext4: use non-movable memory for superblock readahead
 2020-02-29  7:49 UTC  (2+ messages)

[PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
 2020-02-29  2:59 UTC  (28+ messages)
                            ` [PATCH 0/7] proc: Dentry flushing without proc_mnt
                              ` [PATCH v2 0/6] "
                                ` [PATCH 0/3] proc: Actually honor the mount options
                                  ` [PATCH 1/3] uml: Don't consult current to find the proc_mnt in mconsole_proc
                                  ` [PATCH 2/3] uml: Create a private mount of proc for mconsole
                                  ` [PATCH 3/3] proc: Remove the now unnecessary internal mount of proc
                                  ` [PATCH 4/3] pid: Improve the comment about waiting in zap_pid_ns_processes

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-28 20:35 UTC  (6+ messages)

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-02-28 19:32 UTC  (17+ messages)

[PATCH 07/17] fsinfo: Add fsinfo() syscall to query filesystem information [ver #17]
 2020-02-28 17:15 UTC  (27+ messages)
` [PATCH 00/17] VFS: Filesystem information and notifications "

[GIT PULL] zonefs fixes for 5.6-rc4
 2020-02-28 17:15 UTC  (2+ messages)

[PATCH v5 0/8] dax/pmem: Provide a dax operation to zero range of memory
 2020-02-28 16:26 UTC  (14+ messages)
` [PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-28 15:36 UTC  (12+ 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

[PATCH] fuse: Update stale comment in queue_interrupt()
 2020-02-28 15:18 UTC  (2+ messages)

[PATCH v8 00/25] Change readahead API
 2020-02-28 14:08 UTC  (4+ messages)
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead

[PATCH] staging: exfat: remove 'file creation modes'
 2020-02-28  8:40 UTC 

[PATCH v5 2/8] drivers/pmem: Allow pmem_clear_poison() to accept arbitrary offset and len
 2020-02-28  1:50 UTC  (11+ messages)

[PATCH v8 00/11] arm64: Branch Target Identification support
 2020-02-28  1:35 UTC  (2+ messages)

[PATCH] exec: remove comparision of variable i_size of type loff_t against SIZE_MAX
 2020-02-27 23:49 UTC  (4+ messages)

mmotm 2020-02-24-19-53 uploaded
 2020-02-27 21:52 UTC  (2+ messages)
  ` mmotm 2020-02-24-19-53 uploaded (objtool warning)

[PATCH RFC 0/3] fs: online filesystem uuid operations
 2020-02-27 21:33 UTC  (4+ messages)
` [PATCH 1/3] vfs: create ioctls to query and set the filesystem uuids
` [PATCH 2/3] xfs: allow online filesystem uuid queries
` [PATCH 3/3] ext4: "

[PATCH v7 0/9] Inline Encryption Support
 2020-02-27 21:25 UTC  (12+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption

[PATCH] Staging: exfat: fixed a long line coding style issue
 2020-02-27 21:11 UTC 

[PATCH] proc: annotate close_pdeo() for sparse
 2020-02-27 20:15 UTC 

[PATCH v3 00/25] user_namespace: introduce fsid mappings
 2020-02-27 19:33 UTC  (2+ messages)

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-27 17:52 UTC  (4+ messages)
` [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem


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