Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-18 06:27:58 to 2021-03-20 05:42:39 UTC [more...]

[PATCH v5 00/27] Memory Folios
 2021-03-20  5:40 UTC  (3+ messages)
` [PATCH v5 01/27] fs/cachefiles: Remove wait_bit_key layout dependency
` [PATCH v5 02/27] mm/writeback: Add wait_on_page_writeback_killable

[RFC][PATCHSET] hopefully saner handling of pathnames in cifs
 2021-03-20  4:33 UTC  (8+ messages)
` [PATCH 1/7] cifs: don't cargo-cult strndup()
  ` [PATCH 2/7] cifs: constify get_normalized_path() properly
  ` [PATCH 3/7] cifs: constify path argument of ->make_node()
  ` [PATCH 4/7] cifs: constify pathname arguments in a bunch of helpers
  ` [PATCH 5/7] cifs: make build_path_from_dentry() return const char *
  ` [PATCH 6/7] cifs: allocate buffer in the caller of build_path_from_dentry()
  ` [PATCH 7/7] cifs: switch build_path_from_dentry() to using dentry_path_raw()

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-20  2:39 UTC  (11+ messages)
` [PATCH 2/3] mm, dax, pmem: Introduce dev_pagemap_failure()
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[PATCH v4 00/25] Page folios
 2021-03-20  2:09 UTC  (9+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio
` [PATCH v4 08/25] mm: Handle per-folio private data

[PATCH] binfmt_misc: Trivial spello fix
 2021-03-20  1:28 UTC  (2+ messages)

[GIT PULL] zonefs fixes for 5.12-rc4
 2021-03-20  0:35 UTC  (2+ messages)

[PATCH v8 00/10] fs: interface for directly reading/writing compressed data
 2021-03-20  0:31 UTC  (16+ messages)
` [PATCH v8 04/10] btrfs: fix check_data_csum() error message for direct I/O

[PATCH v1] binfmt: check return value of remove_arg_zero
 2021-03-19 23:05 UTC 

[PATCH 0/3] fuse: Fix clearing SGID when access ACL is set
 2021-03-19 22:42 UTC  (5+ messages)
` [PATCH 1/3] posic_acl: Add a helper determine if SGID should be cleared
` [PATCH 2/3] fuse: Add support for FUSE_SETXATTR_V2
` [PATCH 3/3] fuse: Add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID

[PATCH v30 00/12] Landlock LSM
 2021-03-19 21:57 UTC  (36+ messages)
` [PATCH v30 01/12] landlock: Add object management
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v30 04/12] landlock: Add ptrace restrictions
` [PATCH v30 05/12] LSM: Infrastructure management of the superblock
` [PATCH v30 06/12] fs,security: Add sb_delete hook
` [PATCH v30 07/12] landlock: Support filesystem access-control
` [PATCH v30 08/12] landlock: Add syscall implementations
` [PATCH v30 10/12] selftests/landlock: Add user space tests
` [PATCH v30 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v30 12/12] landlock: Add user and kernel documentation

[PATCH v2] seq_file: Unconditionally use vmalloc for buffer
 2021-03-19 19:31 UTC  (15+ messages)
` [seq_file] 5fd6060e50: stress-ng.eventfd.ops_per_sec -49.1% regression

[PATCH] fs/inode.c: Fix a rudimentary typo
 2021-03-19 17:54 UTC  (2+ messages)

[PATCH v24 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-03-19 18:52 UTC  (11+ messages)
` [PATCH v24 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v24 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v24 03/10] fs/ntfs3: Add bitmap
` [PATCH v24 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v24 05/10] fs/ntfs3: Add attrib operations
` [PATCH v24 06/10] fs/ntfs3: Add compression
` [PATCH v24 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v24 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v24 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v24 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 0/6] mm: some config cleanups
 2021-03-19 18:35 UTC  (2+ messages)

[PATCH v4 1/3] mm: disable LRU pagevec during the migration temporarily
 2021-03-19 17:51 UTC  (3+ messages)
` [PATCH v4 2/3] mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
` [PATCH v4 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration
 2021-03-19 16:47 UTC  (5+ messages)
` [mm] 8fd8d23ab1: WARNING:at_fs/buffer.c:#__brelse

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-03-19 15:21 UTC  (6+ messages)
` [PATCH RESEND V12 2/8] fuse: 32-bit user space ioctl compat for fuse device

[PATCH] fs/fuse: Fix matching of FUSE_DEV_IOC_CLONE command
 2021-03-19 15:05 UTC 

[PATCH RFC 1/3] drivers/char: remove /dev/kmem for good
 2021-03-19 14:34 UTC 

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-19 14:21 UTC  (14+ messages)

[PATCH 0/3] virtiofs: split requests that exceed virtqueue size
 2021-03-19 14:16 UTC  (8+ messages)
` [PATCH 1/3] virtio_ring: always warn when descriptor chain exceeds queue size
` [PATCH 2/3] virtiofs: split requests that exceed virtqueue size
` [PATCH 3/3] fuse: fix typo for fuse_conn.max_pages comment

[PATCH] io_uring: Try to merge io requests only for regular files
 2021-03-19 14:06 UTC  (5+ messages)

[PATCH 0/2] ceph: snapdir dentry handling fixes
 2021-03-19 13:42 UTC  (5+ messages)
` [PATCH 1/2] ceph: don't clobber i_snap_caps on non-I_NEW inode

[PATCH v2 0/4] Make UTF-8 encoding loadable
 2021-03-19 13:34 UTC  (13+ messages)
` [PATCH v2 1/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v2 2/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v2 3/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v2 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH v19 0/8] Free some vmemmap pages of HugeTLB page
 2021-03-19 12:42 UTC  (6+ messages)
` [PATCH v19 7/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
    ` [External] "

[PATCH v3] cachefiles: do not yet allow on idmapped mounts
 2021-03-19 11:41 UTC 

KASAN: use-after-free Read in idr_for_each (2)
 2021-03-19 11:02 UTC  (3+ messages)
  ` [syzbot] "

[PATCH v2] exfat: speed up iterate/lookup by fixing start point of traversing cluster chain
 2021-03-19  9:53 UTC  (2+ messages)

[PATCH] sched: Warn on long periods of pending need_resched
 2021-03-19  9:02 UTC  (6+ messages)
` [sched] 663017c554: WARNING:at_kernel/sched/core.c:#scheduler_tick

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-19  9:02 UTC  (13+ messages)

[PATCH v2 0/2] Reconcile Encryption and Casefolding in Ext4
 2021-03-19  7:34 UTC  (3+ messages)
` [PATCH v2 1/2] ext4: Handle casefolding with encryption
` [PATCH v2 2/2] ext4: Optimize match for casefolded encrypted dirs

[PATCH] exfat: improve write performance when dirsync enabled
 2021-03-19  7:10 UTC  (3+ messages)

[PATCH v2] ceph: don't use d_add in ceph_handle_snapdir
 2021-03-19  5:31 UTC  (2+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-19  2:17 UTC  (9+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-19  1:52 UTC  (11+ messages)
` [PATCH v3 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function
` [PATCH v3 09/10] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v3 10/10] fs/xfs: Add dedupe support for fsdax

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-18 21:30 UTC  (4+ messages)
` [PATCH 4/6] um: split up CONFIG_GCOV

[GIT PULL] xfs: fixes for 5.12-rc4
 2021-03-18 19:42 UTC  (2+ messages)

[GIT PULL] iomap: fixes for 5.12-rc4
 2021-03-18 18:24 UTC  (2+ messages)

blktests: block/009 next-20210304 failure rate average of 1/448
 2021-03-18 17:54 UTC 

[PATCH] fs/dcache: fix typos and sentence disorder
 2021-03-18 16:50 UTC  (4+ messages)

[PATCH] fs/exec: fix typos and sentence disorder
 2021-03-18 16:39 UTC  (3+ messages)

[PATCH] quota: report warning limits for realtime space quotas
 2021-03-18 16:04 UTC  (2+ messages)

[PATCH] proc: fix incorrect pde_is_permanent check
 2021-03-18 14:00 UTC  (2+ messages)

Question about sg_count_fuse_req() in linux/fs/fuse/virtio_fs.c
 2021-03-18 13:58 UTC  (3+ messages)

[PATCH] fs: Improve eventpoll logging to stop indicting timerfd
 2021-03-18 13:04 UTC  (2+ messages)

[PATCH 0/2] audit: add support for openat2
 2021-03-18 12:08 UTC  (7+ messages)
` [PATCH 1/2] audit: add support for the openat2 syscall

[PATCH 0/3] tweak idmap helpers
 2021-03-18 11:40 UTC  (8+ messages)
` [PATCH 2/3] fs: improve naming for fsid helpers
` [PATCH 3/3] fs: introduce two little fs{u,g}id inode initialization helpers

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-03-18  9:42 UTC  (4+ messages)

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-18  8:09 UTC  (4+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily


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 read-only IMAP folder(s) and NNTP newsgroup(s).