public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-14 18:49:13 to 2022-04-20 14:52:01 UTC [more...]

Patch "xfs: return errors in xfs_fs_sync_fs" has been added to the 5.15-stable tree
 2022-04-20 14:51 UTC 

[PATCH v2 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-04-20 14:45 UTC  (6+ messages)
` [PATCH v2 1/5] xfs_quota: separate quota info acquisition into get_dquot()
` [PATCH v2 2/5] xfs_quota: separate get_dquot() and dump_file()
` [PATCH v2 3/5] xfs_quota: separate get_dquot() and report_mount()
` [PATCH v2 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
` [PATCH v2 5/5] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

[PATCHSET 0/2] fstests: random fixes
 2022-04-20 14:47 UTC  (7+ messages)
` [PATCH 1/2] xfs/019: fix golden output for files created in setgid dir
` [PATCH 2/2] generic/019: fix incorrect unset statements

[PATCH V2] block: ignore RWF_HIPRI hint for sync dio
 2022-04-20 14:31 UTC 

[PATCH] block: ignore RWF_HIPRI hint for sync dio
 2022-04-20 12:56 UTC  (2+ messages)

[PATCH 0/4] several long time unmerged patches from zlang
 2022-04-20  8:36 UTC  (5+ messages)
` [PATCH 1/4] src/t_rename_overwrite: fsync to flush the rename operation result
` [PATCH 2/4] fstests: avoid dedupe testing blocked on large fs long time
` [PATCH 3/4] generic: test data corruption when blocksize < pagesize for mmaped data
` [PATCH 4/4] fstests: test xfs swapext log replay

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-20  7:33 UTC  (11+ messages)
` [PATCH v13 1/7] dax: Introduce holder for dax_device
` [PATCH v13 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v13 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v13 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v13 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v13 6/7] xfs: Implement ->notify_failure() for XFS
    ` [PATCH v13.1 "
` [PATCH v13 7/7] fsdax: set a CoW flag when associate reflink mappings

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-20  4:49 UTC  (22+ messages)
` [PATCH v4 2/8] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v4 8/8] ceph: Remove S_ISGID clear code in ceph_finish_async_create

generic/068 crash on 5.18-rc2?
 2022-04-20  0:37 UTC  (7+ messages)

[PATCHSET v2 0/2] fstests: new tests for kernel 5.18
 2022-04-19 19:10 UTC  (6+ messages)
` [PATCH 1/2] xfs: make sure syncfs(2) passes back super_operations.sync_fs errors
` [PATCH 2/2] generic: ensure we drop suid after fallocate

[PATCH v2] xfs_db: take BB cluster offset into account when using 'type' cmd
 2022-04-19 18:29 UTC  (2+ messages)

[PATCH v3 0/2] remove _wipe_fs and add a new dump test
 2022-04-19 18:16 UTC  (6+ messages)
` [PATCH v3 1/2] fstests: remove _wipe_fs from dump testing entirely
` [PATCH v3 2/2] xfs: test xfsdump when an inode < root inode is present

[PATCHSET 0/4] fstests: new tests for kernel 5.18
 2022-04-19 17:18 UTC  (27+ messages)
` [PATCH 1/4] xfs: make sure syncfs(2) passes back super_operations.sync_fs errors
` [PATCH 2/4] generic: ensure we drop suid after fallocate
` [PATCH 3/4] generic: test that linking into a directory fails with EDQUOT
` [PATCH 4/4] generic: test that renaming "

[PATCH] xfs: simplify the local variables assignment
 2022-04-19 17:13 UTC  (2+ messages)

[PATCH] xfs_db: take BB cluster offset into account when using 'type' cmd
 2022-04-19 17:10 UTC  (4+ messages)

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (49+ 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
` [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
  ` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH V2] block: avoid io timeout in case of sync polled dio
 2022-04-19  8:15 UTC  (10+ messages)

[PATCH] io/mmap.c: fix musl build on mips64
 2022-04-18 23:02 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
 2022-04-18 21:59 UTC  (2+ messages)

[PATCH v3 1/7] fs/inode: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-18  8:39 UTC  (18+ messages)
` [PATCH v3 2/7] fs/namei.c: Add missing umask strip in vfs_tmpfile
` [PATCH v3 3/7] xfs: Only do posix acl setup/release operation under CONFIG_XFS_POSIX_ACL
` [PATCH v3 4/7] nfs3: Only do posix acl setup/release operation under CONFIG_NFS_V3_ACL
` [PATCH v3 5/7] fs: Add new helper prepare_mode
` [PATCH v3 6/7] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v3 7/7] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[Bug 215851] New: gcc 12.0.1 LATEST: -Wdangling-pointer= triggers
 2022-04-18  8:02 UTC 

[GIT PULL] xfs: Large extent counters
 2022-04-18  4:54 UTC 

[PATCHSET 0/3] fstests: updates for xfsprogs 5.15
 2022-04-17 16:39 UTC  (11+ messages)
` [PATCH 3/3] xfs/216: handle larger log sizes
  ` [PATCH v1.1 "

[PATCH v2 0/1] debian: Resend .gitcensus change
 2022-04-17 10:00 UTC  (3+ messages)
` [PATCH v2 1/1] debian: Generate .gitcensus instead of .census (Closes: #999743)

[PATCHSET 0/4] mkfs: various bug fixes
 2022-04-15 23:57 UTC  (7+ messages)
` [PATCH 2/4] mkfs: reduce internal log size when log stripe units are in play
` [PATCH 3/4] mkfs: don't let internal logs bump the root dir inode chunk to AG 1
` [PATCH 4/4] mkfs: don't trample the gid set in the protofile
` [PATCH 5/4] mkfs: improve log extent validation
` [PATCH 6/4] mkfs: round log size down if rounding log start up causes overflow

Self-deadlock (?) in xfs_inodegc_worker / xfs_inactive ?
 2022-04-15 16:29 UTC  (4+ messages)

[PATCH v7 0/6] DAX poison recovery
 2022-04-15 16:18 UTC  (11+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page

[PATCHSET 0/6] xfs: fix reflink inefficiencies
 2022-04-14 22:54 UTC  (7+ messages)
` [PATCH 1/6] xfs: stop artificially limiting the length of bunmap calls
` [PATCH 2/6] xfs: remove a __xfs_bunmapi call from reflink
` [PATCH 3/6] xfs: create shadow transaction reservations for computing minimum log size
` [PATCH 4/6] xfs: reduce the absurdly large log reservations
` [PATCH 5/6] xfs: reduce transaction reservations with reflink
` [PATCH 6/6] xfs: rewrite xfs_reflink_end_cow to use intents

[PATCHSET 0/4] xfs: fix rmap inefficiencies
 2022-04-14 22:54 UTC  (5+ messages)
` [PATCH 1/4] xfs: capture buffer ops in the xfs_buf tracepoints
` [PATCH 2/4] xfs: simplify xfs_rmap_lookup_le call sites
` [PATCH 3/4] xfs: speed up rmap lookups by using non-overlapped lookups when possible
` [PATCH 4/4] xfs: speed up write operations "


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