linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 09:27:26 to 2020-03-02 09:10:07 UTC [more...]

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

why do we need utf8 normalization when compare name?
 2020-03-02  9:00 UTC 

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-03-02  8:58 UTC  (13+ messages)
` [PATCHv5 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [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

disk revalidation updates and OOM
 2020-03-02  3:55 UTC 

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-02  7:48 UTC  (14+ messages)
      ` [PATCHv2] "

[RFC 3/3] mm/vma: Introduce some more VMA flag wrappers
 2020-03-02  6:47 UTC 

[PATCH v14 00/14] add the latest exfat driver
 2020-03-02  6:21 UTC  (15+ messages)
    ` [PATCH v14 01/14] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v14 02/14] exfat: add super block operations
    ` [PATCH v14 03/14] exfat: add inode operations
    ` [PATCH v14 04/14] exfat: add directory operations
    ` [PATCH v14 05/14] exfat: add file operations
    ` [PATCH v14 06/14] exfat: add fat entry operations
    ` [PATCH v14 07/14] exfat: add bitmap operations
    ` [PATCH v14 08/14] exfat: add exfat cache
    ` [PATCH v14 09/14] exfat: add misc operations
    ` [PATCH v14 10/14] exfat: add nls operations
    ` [PATCH v14 11/14] exfat: add Kconfig and Makefile
    ` [PATCH v14 12/14] MAINTAINERS: add exfat filesystem
    ` [PATCH v14 13/14] staging: exfat: make staging/exfat and fs/exfat mutually exclusive
    ` [PATCH v14 14/14] exfat: update file system parameter handling

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-02  4:51 UTC  (6+ messages)

WARNING: bad unlock balance in rcu_core
 2020-03-02  4:39 UTC  (5+ messages)

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-03-02  1:36 UTC  (6+ messages)
` [PATCH V5 05/12] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V5 06/12] fs: Add locking for a dynamic address space operations state

possible deadlock in walk_component
 2020-03-02  0:43 UTC 

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-02  0:39 UTC  (59+ messages)
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCH v3 01/55] do_add_mount(): lift lock_mount/unlock_mount into callers
    ` [RFC][PATCH v3 02/55] fix automount/automount race properly
    ` [RFC][PATCH v3 03/55] follow_automount(): get rid of dead^Wstillborn code
    ` [RFC][PATCH v3 04/55] follow_automount() doesn't need the entire nameidata
    ` [RFC][PATCH v3 05/55] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
    ` [RFC][PATCH v3 06/55] handle_mounts(): start building a sane wrapper for follow_managed()
    ` [RFC][PATCH v3 07/55] atomic_open(): saner calling conventions (return dentry on success)
    ` [RFC][PATCH v3 08/55] lookup_open(): "
    ` [RFC][PATCH v3 09/55] do_last(): collapse the call of path_to_nameidata()
    ` [RFC][PATCH v3 10/55] handle_mounts(): pass dentry in, turn path into a pure out argument
    ` [RFC][PATCH v3 11/55] lookup_fast(): consolidate the RCU success case
    ` [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 14/55] new step_into() flag: WALK_NOFOLLOW
    ` [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()

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  (10+ messages)

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

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

[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


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