linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-09 08:33:38 to 2021-11-12 01:08:46 UTC [more...]

[PATCH 0/7] task comm cleanups
 2021-11-12  1:08 UTC  (24+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
` [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change

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

[PATCH v3 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-11 23:42 UTC  (4+ messages)
` [PATCH v3 2/4] mm/oom: handle remote ooms
` [PATCH v3 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v3 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

fuse: kernel panic while using splice (lru corruption)
 2021-11-11 22:18 UTC  (5+ messages)

[PATCH] fuse: allow CAP_SYS_ADMIN in root userns to access allow_other mount
 2021-11-11 22:11 UTC 

5.15+, blocked tasks, folio_wait_bit_common
 2021-11-11 20:57 UTC  (2+ messages)

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

[PATCH v7 0/7] fuse,virtiofs: support per-file DAX
 2021-11-11 20:33 UTC  (9+ messages)
` [PATCH v7 2/7] fuse: make DAX mount option a tri-state
` [PATCH v7 5/7] fuse: negotiate per inode DAX in FUSE_INIT
` [PATCH v7 6/7] fuse: mark inode DONT_CACHE when per inode DAX hint changes

[PATCH v1] proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
 2021-11-11 19:22 UTC 

[PATCH v1] proc/vmcore: fix clearing user buffer by properly using clear_user()
 2021-11-11 19:18 UTC 

[GIT PULL] netfs, 9p, afs, ceph: Use folios
 2021-11-11 16:25 UTC 

[5.15 REGRESSION] iomap: Fix inline extent handling in iomap_readpage
 2021-11-11 16:21 UTC  (5+ messages)

[5.15 REGRESSION v2] iomap: Fix inline extent handling in iomap_readpage
 2021-11-11 16:17 UTC 

[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-11 15:45 UTC  (7+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling
  ` [kafs-testing] "

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-11 15:08 UTC  (15+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 2/6] kvm: x86: Introduce guest private memory address space to memslot
` [RFC PATCH 3/6] kvm: x86: add private_ops "
` [RFC PATCH 4/6] kvm: x86: implement private_ops for memfd backing store
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit
` [RFC PATCH 6/6] KVM: add KVM_SPLIT_MEMORY_REGION
` [RFC PATCH 07/13] linux-headers: Update
` [RFC PATCH 08/13] hostmem: Add guest private memory to memory backend
` [RFC PATCH 09/13] qmp: Include "guest-private" property for memory backends
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space
` [RFC PATCH 11/13] kvm: register private memory slots
` [RFC PATCH 12/13] kvm: handle private to shared memory conversion
` [RFC PATCH 13/13] machine: Add 'private-memory-backend' property

[PATCH v3 0/1] fuse: Send file/inode security context during creation
 2021-11-11 14:32 UTC  (4+ messages)
` [PATCH v3 1/1] fuse: Send security context of inode on file creation

[PATCH] iomap: Fix iomap_readahead_iter error handling
 2021-11-11 14:08 UTC 

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-11  8:27 UTC  (18+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2021-11-11  3:29 UTC  (6+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression

[PATCH] fuse: fix possible write position calculation error
 2021-11-11  1:40 UTC  (5+ messages)

[PATCH] fuse: add a dev ioctl for recovery
 2021-11-11  1:38 UTC  (8+ messages)

[PATCH] f2fs: provide a way to attach HIPRI for Direct IO
 2021-11-11  0:26 UTC  (4+ messages)

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 22:11 UTC 

[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-10 21:19 UTC  (4+ messages)
` [PATCH v2 2/4] mm/oom: handle remote ooms
` [PATCH v2 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v2 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH v4 0/4] initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2021-11-10 20:54 UTC  (8+ messages)
` [PATCH v4 1/4] initramfs: refactor do_header() cpio magic checks
` [PATCH v4 2/4] initramfs: print helpful cpio error on "crc" magic
` [PATCH v4 3/4] docs: remove mention of "crc" cpio format support
` [PATCH v4 4/4] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option

[PATCH v16 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-11-10 19:06 UTC  (4+ messages)
` [PATCH v16 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v16 2/3] arch: Wire up trusted_for(2)
` [PATCH v16 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v2 0/2] Dax poison recovery
 2021-11-10 18:26 UTC  (9+ messages)
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 17:50 UTC  (9+ messages)

[RFC] gfs2: Prevent endless loops in gfs2_file_buffered_write
 2021-11-10 17:44 UTC 

[RFC PATCH] ima: differentiate overlay, pivot_root, and other pathnames
 2021-11-10 17:39 UTC 

Fwd: + hitting-bug_on-trap-in-read_pages-mm-optimise-put_pages_list.patch added to -mm tree
 2021-11-10 17:14 UTC 

[syzbot] possible deadlock in snd_hrtimer_callback (2)
 2021-11-10 17:01 UTC 

[syzbot] possible deadlock in input_event (2)
 2021-11-10 17:01 UTC 

[syzbot] possible deadlock in _snd_pcm_stream_lock_irqsave (3)
 2021-11-10 17:00 UTC 

[PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-10 15:18 UTC  (8+ messages)
` [PATCH v4 1/5] folio: Add a function to change the private data attached to a folio
` [PATCH v4 2/5] folio: Add a function to get the host inode for "
` [PATCH v4 3/5] folio: Add replacements for page_endio()
` [PATCH v4 4/5] netfs, 9p, afs, ceph: Use folios
` [PATCH v4 5/5] afs: Use folios in directory handling

[PATCH] fasync: Use tabs instead of spaces in code indent
 2021-11-10 11:38 UTC  (3+ messages)

[PATCH] udf: Fix crash after seekdir
 2021-11-10 11:35 UTC  (3+ messages)

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-10  2:12 UTC  (3+ messages)

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-10  1:15 UTC  (6+ messages)

Hitting BUG_ON trap in read_pages() - : [PATCH v2] mm: Optimise put_pages_list()
 2021-11-09 23:12 UTC  (2+ messages)

[PATCH 0/3] Some improvements on panic_print
 2021-11-09 20:28 UTC  (4+ 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
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[GIT PULL] orangefs: three fixes from other folks
 2021-11-09 19:31 UTC  (2+ messages)

[GIT PULL] fuse update for 5.16
 2021-11-09 19:31 UTC  (2+ messages)

[GIT PULL] overlayfs update for 5.16
 2021-11-09 19:31 UTC  (2+ messages)

[GIT PULL] 9p for 5.16-rc1
 2021-11-09 19:31 UTC  (2+ messages)

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-09 16:26 UTC  (10+ messages)
  `  "
      `  "
          `  "
              `  "

Kernel-4.14: With ubuntu-18.04 building rootfs images and booting gives SQUASHFS error: xz decompression failed, data probably corrupt
 2021-11-09 15:34 UTC  (3+ messages)

[PATCH 1/2] fs: handle circular mappings correctly
 2021-11-09 14:57 UTC  (2+ messages)
` [PATCH 2/2] generic: test circular mappings

linux-next: Tree for Nov 9
 2021-11-09 11:00 UTC  (2+ messages)

FUSE: anyway to return different stat::st_dev inside one filesystem?
 2021-11-09  9:49 UTC  (2+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-09  8:47 UTC  (13+ 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 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 17/28] iomap: Convert readahead and readpage to use "
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter "

decouple DAX from block devices
 2021-11-09  8:33 UTC  (24+ messages)
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [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 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK


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).