public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-19 15:37:10 to 2022-04-26 18:32:49 UTC [more...]

[PATCH v1 0/2] xfs: remove quota warning limits
 2022-04-26 18:32 UTC  (14+ messages)
` [PATCH v1 1/2] xfs: remove quota warning limit from struct xfs_quota_limits
` [RFC PATCH v1 2/2] xfs: don't set warns on the id==0 dquot

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-04-26 17:43 UTC  (19+ messages)
` [RFC PATCH v1 01/18] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v1 02/18] mm: add FGP_ATOMIC flag to __filemap_get_folio()
` [RFC PATCH v1 03/18] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v1 04/18] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v1 05/18] iomap: add async buffered write support
` [RFC PATCH v1 06/18] xfs: add iomap "
` [RFC PATCH v1 07/18] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v1 08/18] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v1 09/18] fs: add pending file update time flag
` [RFC PATCH v1 10/18] xfs: Enable async write file modification handling
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 12/18] io_uring: add support for async buffered writes
` [RFC PATCH v1 13/18] io_uring: add tracepoint for short writes
` [RFC PATCH v1 14/18] sched: add new fields to task_struct
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes
` [RFC PATCH v1 16/18] iomap: User "
` [RFC PATCH v1 17/18] io_uring: support write "
` [RFC PATCH v1 18/18] xfs: enable async buffered write support

[PATCHSET 0/6] xfs: fix reflink inefficiencies
 2022-04-26 14:52 UTC  (24+ 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

[PATCH] fsstress: remove ALLOCSP and FREESP operations entirely
 2022-04-26  6:24 UTC 

[PATCH] xfs: revert "xfs: actually bump warning counts when we send warnings"
 2022-04-26  5:13 UTC  (5+ messages)

[PATCH] xfs: fix the ABBA deadlock around agf and inode
 2022-04-26  1:14 UTC  (4+ messages)

[ANNOUNCE] xfs: for-next tree updated to a44a027a8b2a
 2022-04-25 23:17 UTC 

[PATCHSET 0/4] xfs: fix rmap inefficiencies
 2022-04-25 18:35 UTC  (11+ 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 "

[PATCH] xfs: improve __xfs_set_acl
 2022-04-25 16:34 UTC  (4+ messages)

[PATCH v2 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-04-25 16:33 UTC  (14+ 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

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

[PATCH] xfs: fix soft lockup via spinning in filestream ag selection loop
 2022-04-25 16:15 UTC  (5+ messages)

[RFC] common: overlay support tmpfs
 2022-04-24 20:42 UTC  (4+ messages)

[PATCHSET 0/4] mkfs: various bug fixes
 2022-04-24  5:43 UTC  (14+ messages)
` [PATCH 1/4] mkfs: fix missing validation of -l size against maximum internal log size
` [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
` [PATCH v1.1 "

[PATCH] xfs: simplify the local variables assignment
 2022-04-24  5:30 UTC  (3+ messages)

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-24  2:00 UTC  (35+ 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 00/10 v2] xfs: LARP - clean up xfs_attr_set_iter state machine
 2022-04-23  1:07 UTC  (21+ messages)
` [PATCH 01/16] xfs: avoid empty xattr transaction when attrs are inline
` [PATCH 02/16] xfs: initialise attrd item to zero
` [PATCH 03/16] xfs: make xattri_leaf_bp more useful
` [PATCH 04/16] xfs: separate out initial attr_set states
` [PATCH 05/16] xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
` [PATCH 06/16] xfs: consolidate leaf/node states in xfs_attr_set_iter
` [PATCH 07/16] xfs: split remote attr setting out from replace path
` [PATCH 08/16] xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
` [PATCH 09/16] xfs: remote xattr removal in xfs_attr_set_iter() is conditional
` [PATCH 10/16] xfs: clean up final attr removal in xfs_attr_set_iter

generic/068 crash on 5.18-rc2?
 2022-04-22 21:59 UTC  (5+ messages)

[GIT PULL] xfs: Large extent counters
 2022-04-22  2:58 UTC  (3+ messages)

[PATCH V2] block: ignore RWF_HIPRI hint for sync dio
 2022-04-21 11:48 UTC  (3+ messages)

[PATCH 00/17] xfs: unsigned flags conversion for c11
 2022-04-21  9:15 UTC  (7+ messages)
` [PATCH 13/17] xfs: convert inode lock flags to unsigned
      ` [PATCH 13/17 v2] "

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (22+ messages)
` [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

[Bug 215851] New: gcc 12.0.1 LATEST: -Wdangling-pointer= triggers
 2022-04-20 23:50 UTC  (3+ messages)
` [Bug 215851] "

[PATCH 0/4] several long time unmerged patches from zlang
 2022-04-20 22:06 UTC  (9+ 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 v4 1/2] fstests: remove _wipe_fs from dump testing entirely
 2022-04-20 16:07 UTC 

[PATCHSET 0/2] fstests: random fixes
 2022-04-20 16:03 UTC  (8+ 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 "xfs: return errors in xfs_fs_sync_fs" has been added to the 5.15-stable tree
 2022-04-20 14:51 UTC 

[PATCH] block: ignore RWF_HIPRI hint for sync dio
 2022-04-20 12:56 UTC  (2+ 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  (10+ messages)
` [PATCH 2/4] generic: ensure we drop suid after fallocate

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


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