Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2021-11-29 23:00:24 to 2021-12-02 17:13:47 UTC [more...]

[PATCH v2 00/10] Extend and tweak mapping support
 2021-12-02 17:13 UTC  (15+ messages)
` [PATCH v2 01/10] fs: add is_idmapped_mnt() helper
` [PATCH v2 02/10] fs: move mapping helpers
` [PATCH v2 03/10] fs: tweak fsuidgid_has_mapping()
` [PATCH v2 04/10] fs: account for filesystem mappings
` [PATCH v2 05/10] docs: update mapping documentation
` [PATCH v2 06/10] fs: use low-level mapping helpers
` [PATCH v2 07/10] fs: remove unused "
` [PATCH v2 08/10] fs: port higher-level "
` [PATCH v2 09/10] fs: add i_user_ns() helper
` [PATCH v2 10/10] fs: support mapped mounts of mapped filesystems

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:52 UTC  (3+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:09 UTC  (27+ messages)

[PATCH v2 0/4] Avoid live-lock in fault-in+uaccess loops with sub-page faults
 2021-12-02 16:09 UTC  (7+ messages)
` [PATCH v2 1/4] mm: Introduce a 'min_size' argument to fault_in_*()
` [PATCH v2 2/4] mm: Probe for sub-page faults in fault_in_*()
` [PATCH v2 3/4] arm64: Add support for user sub-page fault probing
` [PATCH v2 4/4] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:02 UTC  (3+ messages)

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-12-02 15:59 UTC  (25+ messages)
                                    ` ovl_flush() behavior

[PATCH] mount: warn only once about timestamp range expiration
 2021-12-02 10:02 UTC 

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-02  8:48 UTC  (10+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 9/9] fsdax: set a CoW flag when associate reflink mappings

[ANNOUNCE] xfs-linux: iomap-for-next updated to 5ad448ce2976
 2021-12-02  1:49 UTC  (3+ messages)
` iomap folio conversion for 5.17

overlay2: backporting a copy_file_range bug fix in Linux 5.6 to 5.10?
 2021-12-01 21:30 UTC 

[PATCH v1 0/5] io_uring: add xattr support
 2021-12-01 20:05 UTC  (14+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-01 19:50 UTC  (38+ messages)

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-12-01 16:40 UTC  (6+ messages)

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-01 15:51 UTC  (4+ messages)

[PATCH] firmware_loader: export sysctl registration
 2021-12-01 14:25 UTC  (6+ messages)

[PATCH 1/2] ceph: conversion to new fscache API
 2021-12-01 11:31 UTC  (4+ messages)
` [PATCH 0/2] ceph: adapt ceph to the fscache rewrite

[PATCH v2] fuse: rename some files and clean up Makefile
 2021-12-01 10:23 UTC  (4+ messages)

[PATCH] fs: Eliminate compilation warnings for misc
 2021-12-01  9:51 UTC  (5+ messages)

[PATCH 00/64] fscache, cachefiles: Rewrite
 2021-12-01  8:29 UTC  (7+ messages)
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 51/64] cachefiles: Implement the I/O routines

[PATCH v2 0/3] io_uring: add getdents64 support
 2021-12-01  7:11 UTC  (4+ messages)

[PATCH v2 0/5] io_uring: add xattr support
 2021-12-01  5:51 UTC  (6+ messages)
` [PATCH v2 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v2 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v2 3/5] fs: split off do_getxattr from getxattr
` [PATCH v2 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v2 5/5] io_uring: add fgetxattr and getxattr support

[PATCH bpf-next v3 00/10] Introduce BPF iterators for io_uring and epoll
 2021-12-01  4:23 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v3 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v3 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v3 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v3 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v3 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v3 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v3 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v3 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v3 10/10] samples/bpf: Add example to checkpoint/restore io_uring

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (17+ messages)
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems

[PATCH] fs/ntfs3: Fix NULL dereference in ntfs_update_mftmirr
 2021-11-30 16:41 UTC 

[syzbot] INFO: trying to register non-static key in l2cap_sock_teardown_cb
 2021-11-30 16:19 UTC 

[PATCH v2 0/7] task comm cleanups
 2021-11-30 15:53 UTC  (12+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-30 15:36 UTC  (13+ messages)

[PATCH v1 3/5] fs: split off the vfs_getxattr from getxattr
 2021-11-30 13:40 UTC  (2+ messages)
` [fs] 23a831cdec: WARNING:at_include/linux/thread_info.h:#do_getxattr

[PATCH v3] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2021-11-30 11:59 UTC 

[PATCH 00/10] Extend and tweak mapping support
 2021-11-30  8:53 UTC  (17+ messages)
` [PATCH 01/10] fs: add is_mapped_mnt() helper
` [PATCH 02/10] fs: move mapping helpers
` [PATCH 03/10] fs: tweak fsuidgid_has_mapping()
` [PATCH 07/10] fs: remove unused low-level mapping helpers
` [PATCH 08/10] fs: port higher-level "
` [PATCH 09/10] fs: add i_user_ns() helper

[PATCH] fs: remove duplicate permission checks in do_sendfile()
 2021-11-30  8:02 UTC 

[PATCH 0/3] Some improvements on panic_print
 2021-11-30  5:12 UTC  (5+ messages)
` [PATCH 1/3] docs: sysctl/kernel: Add missing bit to panic_print
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print

mmotm 2021-11-29-18-58 uploaded
 2021-11-30  2:58 UTC 

[PATCH v1 1/5] fs: make user_path_at_empty() take a struct filename
 2021-11-30  2:09 UTC  (2+ messages)

[PATCH 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults
 2021-11-29 23:12 UTC  (13+ messages)

[PATCH 0/6] sysctl: 5th set of kernel/sysctl cleanups
 2021-11-29 21:19 UTC  (3+ messages)
` [PATCH 2/6] fs: move namespace sysctls and declare fs base directory
` [PATCH 4/6] printk: fix build warning when CONFIG_PRINTK=n

[PATCH v3 00/11] Extend fanotify dirent events
 2021-11-29 20:15 UTC  (4+ messages)
` [PATCH v3 02/11] fsnotify: separate mark iterator type from object type enum
` [PATCH v3 04/11] fsnotify: generate FS_RENAME event with rich information
` [PATCH v3 07/11] fanotify: support secondary dir fh and name in fanotify_info

[PATCH 0/9] sysctl: 4th set of kernel/sysctl cleanups
 2021-11-29 20:55 UTC  (2+ messages)
` [PATCH 5/9] fs: move shared sysctls to fs/sysctls.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox