linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-16 21:56:09 to 2021-11-19 23:08:12 UTC [more...]

[RFC PATCH 0/4] namespacefs: Proof-of-Concept
 2021-11-19 23:08 UTC  (20+ messages)
` [RFC PATCH 1/4] namespacefs: Introduce 'namespacefs'
` [RFC PATCH 2/4] namespacefs: Add methods to create/remove PID namespace directories
` [RFC PATCH 3/4] namespacefs: Couple namespacefs to the PID namespace
` [RFC PATCH 4/4] namespacefs: Couple namespacefs to the UTS namespace

[PATCH v2] fs: proc: store PDE()->data into inode->i_private
 2021-11-19 22:56 UTC  (3+ messages)

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-19 22:32 UTC  (15+ messages)

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-19 22:21 UTC  (21+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 02/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [RFC v2 PATCH 03/13] KVM: Extend kvm_userspace_memory_region to support fd based memslot
` [RFC v2 PATCH 04/13] KVM: Add fd-based memslot data structure and utils
` [RFC v2 PATCH 05/13] KVM: Implement fd-based memory using new memfd interfaces
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot
` [RFC v2 PATCH 07/13] KVM: Handle page fault for fd based memslot
` [RFC v2 PATCH 08/13] KVM: Rename hva memory invalidation code to cover fd-based offset
` [RFC v2 PATCH 09/13] KVM: Introduce kvm_memfd_invalidate_range
` [RFC v2 PATCH 10/13] KVM: Match inode for invalidation of fd-based slot
` [RFC v2 PATCH 11/13] KVM: Add kvm_map_gfn_range
` [RFC v2 PATCH 12/13] KVM: Introduce kvm_memfd_fallocate_range
` [RFC v2 PATCH 13/13] KVM: Enable memfd based page invalidation/fallocate

[PATCH 1/2] vfs: check dentry is still valid in get_link()
 2021-11-19 19:44 UTC  (17+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access

[PATCH] hfsplus: Use struct_group_attr() for memcpy() region
 2021-11-19 19:28 UTC 

[PATCH 0/1] exfat: fix i_blocks for files truncated over 4 GiB
 2021-11-19 17:37 UTC  (5+ messages)
` [PATCH 1/1] "
    ` [PATCH v2] "

decouple DAX from block devices
 2021-11-19 17:21 UTC  (12+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper

[PATCH] ext4: Avoid trim error on fs with small groups
 2021-11-19 15:43 UTC  (3+ messages)

mmotm 2021-11-18-15-47 uploaded
 2021-11-19 14:35 UTC  (5+ messages)
` mmotm 2021-11-18-15-47 uploaded (<linux/proc_fs.h>)

Bug using new ntfs3 file system driver (5.15.2 on Arch Linux)
 2021-11-19 14:19 UTC  (3+ messages)

[PATCH] proc: Make the proc_create[_data]() stubs static inlines
 2021-11-19 13:48 UTC  (2+ messages)

[PATCH v2 0/9] Extend fanotify dirent events
 2021-11-19  7:17 UTC  (10+ messages)
` [PATCH v2 1/9] fanotify: introduce group flag FAN_REPORT_TARGET_FID
` [PATCH v2 2/9] fsnotify: generate FS_RENAME event with rich information
` [PATCH v2 3/9] fanotify: use macros to get the offset to fanotify_info buffer
` [PATCH v2 4/9] fanotify: use helpers to parcel "
` [PATCH v2 5/9] fanotify: support secondary dir fh and name in fanotify_info
` [PATCH v2 6/9] fanotify: record old and new parent and name in FAN_RENAME event
` [PATCH v2 7/9] fanotify: record either old name new name or both for FAN_RENAME
` [PATCH v2 8/9] fanotify: report old and/or new parent+name in FAN_RENAME event
` [PATCH v2 9/9] fanotify: wire up "

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-11-19  6:12 UTC  (15+ messages)
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-11-19  6:12 UTC  (27+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators

[regression] mm, cifs panic
 2021-11-19  1:21 UTC  (3+ messages)

SecurityFS for namespaced IMA
 2021-11-18 22:11 UTC 

[GIT PULL] fs mapping fixes
 2021-11-18 20:49 UTC  (2+ messages)

[GIT PULL] UDF fix for 5.16-rc2
 2021-11-18 20:49 UTC  (2+ messages)

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-18 20:32 UTC  (13+ messages)
` [PATCH v19 1/4] Add flags option to get xattr method paired to __vfs_getxattr
` [PATCH v19 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method
` [PATCH v19 3/4] overlayfs: override_creds=off option bypass creator_cred
` [PATCH v19 4/4] overlayfs: inode_owner_or_capable called during execv

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-18 20:29 UTC  (13+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-18 20:08 UTC  (33+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-11-18 19:19 UTC  (3+ messages)
` [PATCH v11 01/14] fs: export rw_verify_area()

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-11-18 18:31 UTC  (2+ messages)

[PATCH 0/7] Report more information in fanotify dirent events
 2021-11-18 16:43 UTC  (13+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-18 14:18 UTC  (4+ messages)
` [PATCH v7 08/11] tools/perf/test: make perf test adopt to task comm size change

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-18  9:49 UTC  (17+ messages)
  `  "
      `  "
          `  "
              `  "
                  `  "
                      `  "
                          `  "
                              `  "

[PATCH] fuse: unnecessary fsync for read-only mounts
 2021-11-18  3:31 UTC 

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-18  0:35 UTC  (8+ messages)

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-11-18  0:34 UTC  (8+ messages)

[PATCH v6] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-18  0:34 UTC  (2+ messages)

[RFC] How to fix eventpoll rwlock based priority inversion on PREEMPT_RT?
 2021-11-17 20:11 UTC 

RFC: A configuration design for future-proofing fsync() configuration
 2021-11-17 18:49 UTC 

[PATCH] iomap: iomap_read_inline_data cleanup
 2021-11-17 17:12 UTC  (3+ messages)

[PATCH] inode_dio_begin comment fixed
 2021-11-17 13:13 UTC  (2+ messages)

[PATCH] fuse: disable some features for readonly mount
 2021-11-17 11:43 UTC 

[5.15 REGRESSION v2] iomap: Fix inline extent handling in iomap_readpage
 2021-11-17 10:24 UTC  (4+ messages)

[PATCH 0/4] remove PDE_DATA()
 2021-11-17  8:24 UTC  (5+ messages)

[syzbot] WARNING in inc_nlink (2)
 2021-11-17  7:25 UTC  (3+ messages)

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-17  6:40 UTC  (14+ messages)

[PATCH 1/2] fs: handle circular mappings correctly
 2021-11-17  6:04 UTC  (2+ messages)

[PATCH v4 0/4] firmware_loader: built-in API and make x86 use it
 2021-11-17  0:15 UTC  (2+ messages)

[PATCH] fs: Eliminate compilation warnings for misc
 2021-11-16 23:00 UTC  (2+ 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).