messages from 2020-01-17 09:59:03 to 2020-01-20 12:07:21 UTC [more...]
vfat: Broken case-insensitive support for UTF-8
2020-01-20 12:07 UTC (11+ messages)
` oopsably broken case-insensitive support in ext4 and f2fs (Re: vfat: Broken case-insensitive support for UTF-8)
[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
2020-01-20 12:03 UTC (5+ messages)
[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)
[GIT PULL] Reiserfs fix for v5.5-rc8
2020-01-20 8:46 UTC
[PATCH v3 0/9] Support for Casefolding and Encryption
2020-01-20 4:52 UTC (12+ 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 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 (14+ 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 (18+ messages)
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [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 (18+ messages)
udf: Suspicious values in udf_statfs()
2020-01-18 0:11 UTC (7+ 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 "
[PATCHSET v2 0/6] io_uring: add support for open/close
2020-01-17 22:36 UTC (12+ messages)
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 (4+ messages)
[GIT PULL] fuse fix for 5.5-rc7
2020-01-17 16:45 UTC (2+ messages)
Problems with determining data presence by examining extents?
2020-01-17 16:43 UTC (10+ messages)
Making linkat() able to overwrite the target
2020-01-17 16:39 UTC (7+ messages)
udf: Commit b085fbe2ef7fa (udf: Fix crash during mount) broke CD-RW support
2020-01-17 12:27 UTC (7+ messages)
[PATCH v10 00/14] add the latest exfat driver
2020-01-17 12:13 UTC (25+ messages)
` [PATCH v10 09/14] exfat: add misc operations
` [PATCH v10 04/14] exfat: add directory operations
` [PATCH v10 03/14] exfat: add inode operations
` [PATCH v10 11/14] exfat: add Kconfig and Makefile
` [PATCH v10 05/14] exfat: add file operations
[fuse-devel] avoiding atime invalidation with mount -o noatime (instead of just -o ro)
2020-01-17 10:38 UTC
[PATCH] vfs: prevent signed overflow by using u64 over loff_t
2020-01-17 9:58 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).