linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-07 02:46:13 to 2022-04-09 08:17:11 UTC [more...]

use block_device based APIs in block layer consumers v2
 2022-04-09  8:16 UTC  (30+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-09  6:08 UTC  (3+ messages)

[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
 2022-04-09  1:44 UTC  (9+ messages)
` [PATCH v5 RESEND 1/3] vmcore: Convert copy_oldmem_page() to take "
      ` [kbuild-all] "
` [PATCH v5 RESEND 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH v5 RESEND 3/3] vmcore: Convert read_from_oldmem() to take "

[RFC][PATCH 0/8] fscache, cachefiles: Fixes
 2022-04-08 23:07 UTC  (9+ messages)
` [PATCH 1/8] cachefiles: unmark inode in use in error path
` [PATCH 2/8] cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattr
` [PATCH 3/8] docs: filesystems: caching/backend-api.rst: correct two relinquish APIs use
` [PATCH 4/8] docs: filesystems: caching/backend-api.rst: fix an object withdrawn API
` [PATCH 5/8] fscache: Remove the cookie parameter from fscache_clear_page_bits()
` [PATCH 6/8] fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FS
` [PATCH 7/8] fscache: Use wrapper fscache_set_cache_state() directly when relinquishing
` [PATCH 8/8] fscache: remove FSCACHE_OLD_API Kconfig option

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-08 21:35 UTC  (30+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

Regression in xfstests on tmpfs-backed NFS exports
 2022-04-08 19:52 UTC  (10+ messages)

[PATCH v2 00/12] Landlock: file linking and renaming support
 2022-04-08 17:13 UTC  (7+ messages)
` [PATCH v2 06/12] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
` [PATCH v2 07/12] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-04-08 16:50 UTC  (9+ messages)

[PATCH v2] fs: remove unnecessary conditional
 2022-04-08 13:58 UTC  (2+ messages)

[PATCH] writeback: expired dirty inodes can lead to a NULL dereference kernel panic issue in 'move_expired_inodes' function
 2022-04-08 12:15 UTC  (2+ messages)

[PATCH] fuse: avoid unnecessary spinlock bump
 2022-04-08 12:06 UTC  (6+ messages)

[PATCH v2 1/6] idmapped-mount: split setgid test from test-core
 2022-04-08 10:33 UTC  (19+ messages)
` [PATCH v2 2/6] idmapped-mounts: Add mknodat operation in setgid test
` [PATCH v2 3/6] idmapped-mounts: Reset errno to zero after detect fs_allow_idmap
` [PATCH v2 4/6] idmapped-mounts: Add umask(S_IXGRP) wrapper for setgid_create* cases
` [PATCH v2 5/6] idmapped-mounts: Add setfacl(S_IXGRP) "
` [PATCH v2 6/6] idmapped-mounts: Add open with O_TMPFILE operation in setgid test

[PATCH v2 00/16] Evictable fanotify marks
 2022-04-08  8:38 UTC  (5+ messages)
` [PATCH v2 06/16] fsnotify: create helpers for group mark_mutex lock

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-08  6:26 UTC  (6+ messages)
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[PATCH 0/1] FUSE: Parallel direct writes on the same file
 2022-04-08  6:18 UTC  (2+ messages)
` [PATCH 1/1] FUSE: Allow parallel "

[PATCH v11 1/8] dax: Introduce holder for dax_device
 2022-04-08  5:59 UTC  (13+ messages)

sporadic hangs on generic/186
 2022-04-08  5:32 UTC  (12+ messages)

[PATCH v3 1/2] block: add sync_blockdev_range()
 2022-04-08  5:09 UTC  (2+ messages)

[PATCH v3 2/2] exfat: reduce block requests when zeroing a cluster
 2022-04-08  3:07 UTC 

[PATCH v3 0/2] exfat: reduce block requests when zeroing a cluster
 2022-04-08  3:07 UTC 

[PATCH v2 1/2] block: add sync_blockdev_range()
 2022-04-08  2:29 UTC  (5+ messages)

[PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
 2022-04-08  2:14 UTC  (27+ messages)
` [PATCH v8 09/20] erofs: add mode checking helper
` [PATCH v8 10/20] erofs: register fscache volume
` [PATCH v8 11/20] erofs: add fscache context helper functions
` [PATCH v8 12/20] erofs: add anonymous inode managing page cache for data blob
` [PATCH v8 13/20] erofs: add erofs_fscache_read_folios() helper
` [PATCH v8 14/20] erofs: register fscache context for primary data blob
` [PATCH v8 15/20] erofs: register fscache context for extra data blobs
` [PATCH v8 16/20] erofs: implement fscache-based metadata read
` [PATCH v8 17/20] erofs: implement fscache-based data read for non-inline layout
` [PATCH v8 18/20] erofs: implement fscache-based data read for inline layout
` [PATCH v8 19/20] erofs: implement fscache-based data readahead
` [PATCH v8 20/20] erofs: add 'fsid' mount option

cross mount reflink and xfstest generic/373
 2022-04-08  2:01 UTC  (3+ messages)

[PATCH 00/14] cifs: Iterators, netfslib and folios
 2022-04-07 21:22 UTC  (5+ messages)
` [PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1
 2022-04-07 20:34 UTC 

株式会社FLUX お問い合わせを承りました
 2022-04-07 20:26 UTC 

[PATCH v3] VFS: filename_create(): fix incorrect intent
 2022-04-07 17:25 UTC  (3+ messages)
` [PATCH v4] "

use block_device based APIs in block layer consumers
 2022-04-07 15:26 UTC  (53+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
  ` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
  ` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
  ` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
  ` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] "

[RFC 0/3] softirq: Introduce softirq throttling
 2022-04-07 12:47 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 21/27] fs: fix an infinite loop in iomap_fiemap
 2022-04-07 11:30 UTC  (3+ messages)

[PATCH v5 01/19] fs: add two trivial lookup helpers
 2022-04-07 11:21 UTC  (2+ messages)
` [PATCH v5 02/19] exportfs: support idmapped mounts

[PATCH v3 0/3] Avoid live-lock in btrfs fault-in+uaccess loop
 2022-04-07 11:05 UTC  (3+ messages)
` [PATCH v3 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH v2 0/2] FUSE: Implement atomic lookup + open
 2022-04-07  9:57 UTC  (3+ messages)

cleanup btrfs bio handling, part 1
 2022-04-07  7:41 UTC  (7+ messages)

[PATCH sysctl-next v3] latencytop: move sysctl to its own file
 2022-04-07  7:29 UTC 

[PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c to bpf module
 2022-04-07  7:07 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v7 0/6] DAX poison recovery
 2022-04-07  5:30 UTC  (5+ messages)
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops


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