linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 20:22:23 to 2020-01-20 22:46:37 UTC [more...]

vfat: Broken case-insensitive support for UTF-8
 2020-01-20 22:46 UTC  (25+ messages)
      ` oopsably broken case-insensitive support in ext4 and f2fs (Re: vfat: Broken case-insensitive support for UTF-8)

[PATCH v5 0/6] fscrypt preparations for encryption+casefolding
 2020-01-20 22:32 UTC  (7+ messages)
` [PATCH v5 1/6] fscrypt: don't allow v1 policies with casefolding
` [PATCH v5 2/6] fscrypt: derive dirhash key for casefolded directories
` [PATCH v5 3/6] fscrypt: clarify what is meant by a per-file key
` [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
` [PATCH v5 5/6] ubifs: allow both hash and disk name to be provided in no-key names
` [PATCH v5 6/6] fscrypt: improve format of "

[PATCH v3 0/9] Support for Casefolding and Encryption
 2020-01-20 22:10 UTC  (13+ messages)
` [PATCH v3 1/9] fscrypt: Add siphash and hash key for policy v2
` [PATCH v3 2/9] fscrypt: Don't allow v1 policies with casefolding
` [PATCH v3 3/9] fscrypt: Change format of no-key token
` [PATCH v3 4/9] fscrypt: Only create hash key when needed
` [PATCH v3 5/9] vfs: Fold casefolding into vfs
` [PATCH v3 6/9] f2fs: Handle casefolding with Encryption
` [PATCH v3 7/9] ext4: Use struct super_blocks' casefold data
` [PATCH v3 8/9] ext4: Hande casefolding with encryption
` [PATCH v3 9/9] ext4: Optimize match for casefolded encrypted dirs

[PATCH] splice: direct call for default_file_splice*()
 2020-01-20 20:49 UTC 

[GIT PULL] Reiserfs fix for v5.5-rc8
 2020-01-20 19:30 UTC  (2+ messages)

udf: Suspicious values in udf_statfs()
 2020-01-20 13:02 UTC  (8+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2020-01-20 16:58 UTC  (7+ messages)

[PATCH v5 2/2] tmpfs: Support 64-bit inums per-sb
 2020-01-20 15:11 UTC  (11+ messages)

[PATCH] fs: fuse: check return value of fuse_simple_request
 2020-01-20 13:39 UTC  (2+ messages)

[PATCHSET v2 0/6] io_uring: add support for open/close
 2020-01-20 13:04 UTC  (15+ messages)

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

[PATCH] jffs2: move jffs2_init_inode_info() just after allocating inode
 2020-01-20 11:44 UTC  (2+ messages)

[RFC] iomap: fix race between readahead and direct write
 2020-01-20 11:42 UTC  (19+ messages)

udf: Incorrect handling of timezone
 2020-01-20 11:31 UTC  (2+ messages)

[PATCH v4 0/4] fscrypt preparations for encryption+casefolding
 2020-01-20  4:44 UTC  (5+ messages)
` [PATCH v4 1/4] fscrypt: don't allow v1 policies with casefolding
` [PATCH v4 2/4] fscrypt: derive dirhash key for casefolded directories
` [PATCH v4 3/4] fscrypt: clarify what is meant by a per-file key
` [PATCH v4 4/4] fscrypt: improve format of no-key names

[PATCH 0/3] bootconfig: tracing: Fix documentations of bootconfig and boot-time tracing
 2020-01-20  3:23 UTC  (4+ messages)
` [PATCH 1/3] bootconfig: Fix Kconfig help message for BOOT_CONFIG
` [PATCH 2/3] Documentation: bootconfig: Fix typos in bootconfig documentation
` [PATCH 3/3] Documentation: tracing: Fix typos in boot-time tracing documentation

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

[PATCH v3 0/7] Add quota support to UBIFS
 2020-01-19 20:09 UTC  (9+ messages)
` [PATCH 2/7] ubifs: move checks and preparation into setflags()
` [PATCH 3/7] ubifs: Add support for FS_IOC_FS[SG]ETXATTR ioctls
` [PATCH 4/7] ubifs: do not ubifs_inode() on potentially NULL pointer
` [PATCH 5/7] ubifs: Add support for project id

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-01-19 14:59 UTC  (12+ messages)
` [PATCH v6 01/22] bootconfig: Add Extra Boot Config support
` [PATCH v6 09/22] Documentation: bootconfig: Add a doc for extended boot config
` [PATCH v6 22/22] Documentation: tracing: Add boot-time tracing document

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19 14:33 UTC  (38+ messages)
                  ` [RFC][PATCHSET][CFT] pathwalk cleanups and fixes
                    ` [PATCH 01/17] do_add_mount(): lift lock_mount/unlock_mount into callers
                      ` [PATCH 02/17] fix automount/automount race properly
                      ` [PATCH 03/17] follow_automount(): get rid of dead^Wstillborn code
                      ` [PATCH 04/17] follow_automount() doesn't need the entire nameidata
                      ` [PATCH 05/17] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
                      ` [PATCH 06/17] handle_mounts(): start building a sane wrapper for follow_managed()
                      ` [PATCH 07/17] atomic_open(): saner calling conventions (return dentry on success)
                      ` [PATCH 08/17] lookup_open(): "
                      ` [PATCH 09/17] do_last(): collapse the call of path_to_nameidata()
                      ` [PATCH 10/17] handle_mounts(): pass dentry in, turn path into a pure out argument
                      ` [PATCH 11/17] lookup_fast(): consolidate the RCU success case
                      ` [PATCH 12/17] teach handle_mounts() to handle RCU mode
                      ` [PATCH 13/17] lookup_fast(): take mount traversal into callers
                      ` [PATCH 14/17] new step_into() flag: WALK_NOFOLLOW
                      ` [PATCH 15/17] fold handle_mounts() into step_into()
                      ` [PATCH 16/17] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
                      ` [PATCH 17/17] expand the only remaining call of path_lookup_conditional()
                      ` [PATCH 1/9] merging pick_link() with get_link(), part 1
                      ` [PATCH 2/9] merging pick_link() with get_link(), part 2
                      ` [PATCH 3/9] merging pick_link() with get_link(), part 3
                      ` [PATCH 4/9] merging pick_link() with get_link(), part 4
                      ` [PATCH 5/9] merging pick_link() with get_link(), part 5
                      ` [PATCH 6/9] merging pick_link() with get_link(), part 6
                      ` [PATCH 7/9] finally fold get_link() into pick_link()
                      ` [PATCH 8/9] massage __follow_mount_rcu() a bit
                      ` [PATCH 9/9] new helper: traverse_mounts()

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-01-19  6:09 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v7 1/2] sched/numa: introduce per-cgroup NUMA locality info
            ` [PATCH v7 2/2] sched/numa: documentation for per-cgroup numa, statistics

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-19  1:12 UTC  (8+ messages)
` [PATCH v3 0/2] openat2: minor uapi cleanups
  ` [PATCH v3 1/2] open: introduce openat2(2) syscall
  ` [PATCH v3 2/2] selftests: add openat2(2) selftests

[RFC v2 0/9] Replacing the readpages a_op
 2020-01-18 23:13 UTC  (2+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-18 22:40 UTC  (7+ messages)

[PATCH] fs/binfmt_script: Use existing functions to clarify the code
 2020-01-18 16:27 UTC 

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-18  9:11 UTC  (10+ messages)
` [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute

[PATCH v6 0/9] Inline Encryption Support
 2020-01-18  5:27 UTC  (14+ messages)
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[LSF/MM/BPF TOPIC] Allowing linkat() to replace the destination
 2020-01-18  2:20 UTC  (13+ messages)

[PATCH v8 0/3] Add pidfd_getfd syscall
 2020-01-17 23:14 UTC  (4+ messages)
` [PATCH v8 2/3] pid: Introduce "

[PATCH v2 0/3] introduce a uid/gid shifting bind mount
 2020-01-17 22:52 UTC  (10+ messages)
` [PATCH v2 2/3] fs: introduce "

mmotm 2019-12-10-19-14 uploaded
 2020-01-17 22:15 UTC  (6+ messages)
` mmotm 2019-12-10-19-14 uploaded (objtool: func() falls through)

Performance regression introduced by commit b667b8673443 ("pipe: Advance tail pointer inside of wait spinlock in pipe_read()")
 2020-01-17 21:30 UTC  (3+ 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).