linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-13 14:59:05 to 2021-01-19 02:56:57 UTC [more...]

[PATCHSET v2 0/4] various: random fixes
 2021-01-19  2:55 UTC  (11+ messages)
` [PATCH 1/4] misc: fix valgrind complaints
` [PATCH 2/4] xfs_scrub: detect infinite loops when scanning inodes
` [PATCH 3/4] xfs_scrub: load and unload libicu properly
  ` [PATCH v2.1 "
` [PATCH 4/4] xfs_scrub: handle concurrent directory updates during name scan

[PATCHSET v3 00/11] xfs: try harder to reclaim space when we run out
 2021-01-18 22:12 UTC  (12+ messages)
` [PATCH 01/11] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/11] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/11] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/11] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 07/11] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 08/11] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 09/11] xfs: add a tracepoint for blockgc scans
` [PATCH 10/11] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space

[PATCHSET v3 00/10] xfs: consolidate posteof and cowblocks cleanup
 2021-01-18 22:13 UTC  (11+ messages)
` [PATCH 01/10] xfs: relocate the eofb/cowb workqueue functions
` [PATCH 02/10] xfs: hide xfs_icache_free_eofblocks
` [PATCH 03/10] xfs: hide xfs_icache_free_cowblocks
` [PATCH 04/10] xfs: remove trivial eof/cowblocks functions
` [PATCH 05/10] xfs: increase the default parallelism levels of pwork clients
` [PATCH 06/10] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 07/10] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 08/10] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 09/10] xfs: rename block gc start and stop functions
` [PATCH 10/10] xfs: parallelize block preallocation garbage collection

[PATCHSET 0/4] xfs: minor cleanups of the quota functions
 2021-01-18 22:11 UTC  (5+ messages)
` [PATCH 1/4] xfs: clean up quota reservation callsites
` [PATCH 2/4] xfs: clean up quota reservation wrappers
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 4/4] xfs: clean up icreate quota reservation calls

reduce sub-block DIO serialisation v2
 2021-01-18 21:41 UTC  (16+ messages)
` [PATCH 01/11] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/11] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/11] xfs: cleanup the read/write helper naming
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/11] xfs: split unaligned DIO write code out
` [PATCH 08/11] iomap: rename the flags variable in __iomap_dio_rw
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_UNALIGNED flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[ANNOUNCE] xfsprogs for-next updated to 851038ba
 2021-01-18 21:35 UTC 

[PATCH 0/6] debian: xfsprogs package clean-up
 2021-01-18 21:33 UTC  (27+ messages)
` [PATCH 1/6] debian: cryptographically verify upstream tarball
` [PATCH 2/6] debian: remove dependency on essential util-linux
` [PATCH 3/6] debian: remove "Priority: extra"
` [PATCH 4/6] debian: use Package-Type over its predecessor
` [PATCH 5/6] debian: add missing copyright info
` [PATCH 6/6] debian: new changelog entry
` [PATCH v2 0/6] debian: xfsprogs package clean-up
  ` [PATCH v2 1/6] debian: cryptographically verify upstream tarball
  ` [PATCH v2 2/6] debian: remove dependency on essential util-linux
  ` [PATCH v2 3/6] debian: remove "Priority: extra"
  ` [PATCH v2 4/6] debian: use Package-Type over its predecessor
  ` [PATCH v2 5/6] debian: add missing copyright info
  ` [PATCH v2 6/6] debian: new changelog entry

assertation failures in generic/388
 2021-01-18 20:01 UTC  (2+ messages)

[PATCHSET v2 0/7] xfs: consolidate posteof and cowblocks cleanup
 2021-01-18 19:57 UTC  (23+ messages)
` [PATCH 1/7] xfs: increase the default parallelism levels of pwork clients
` [PATCH 2/7] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 3/7] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 4/7] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 5/7] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 6/7] xfs: rename block gc start and stop functions
` [PATCH 7/7] xfs: parallelize block preallocation garbage collection

[PATCHSET v2 0/6] xfs: try harder to reclaim space when we run out
 2021-01-18 19:51 UTC  (18+ messages)
` [PATCH 1/6] xfs: hide most of the incore inode walk interface
` [PATCH 3/6] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 5/6] xfs: flush speculative space allocations when we run out of quota

[PATCH v5 0/5] xfs: support shrinking free space in the last AG
 2021-01-18  8:37 UTC  (6+ messages)
` [PATCH v5 1/5] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v5 2/5] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v5 3/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v5 4/5] xfs: support shrinking unused space in the last AG
` [PATCH v5 5/5] xfs: add error injection for per-AG resv failure when shrinkfs

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-18  7:41 UTC  (9+ messages)

[PATCH V4 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-01-18  6:20 UTC  (12+ messages)
` [PATCH V4 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V4 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V4 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V4 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V4 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V4 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V4 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V4 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V4 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V4 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V4 11/11] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCH] xfs: test mkfs.xfs config files
 2021-01-18  4:27 UTC  (5+ messages)

[PATCH v5 00/42] idmapped mounts
 2021-01-17 21:06 UTC  (12+ messages)
` [PATCH v5 37/42] xfs: support "

[PATCH RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-16  8:12 UTC 

[PATCHSET v2 0/2] xfs: add the ability to flag a fs for repair
 2021-01-16  1:24 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: support the needsrepair feature flag in the version command
` [PATCH 2/2] xfs_repair: clear the needsrepair flag

[PATCHSET v3 0/2] xfs_admin: support upgrading v5 filesystems
 2021-01-16  1:25 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add inobtcnt upgrade path
` [PATCH 2/2] xfs_db: add bigtime "

[PATCHSET v3 0/2] xfs_db: add minimal directory navigation
 2021-01-16  1:24 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCHSET 0/3] xfs: add the ability to flag a fs for repair
 2021-01-15 20:46 UTC  (11+ messages)
` [PATCH 2/3] xfs_db: support the needsrepair feature flag in the version command
` [PATCH 3/3] xfs_repair: clear the needsrepair flag

[PATCHSET v2 0/2] xfs_admin: support upgrading v5 filesystems
 2021-01-15 20:40 UTC  (6+ messages)
` [PATCH 1/2] xfs_db: add inobtcnt upgrade path

[PATCH] xfs: Fix assert failure in xfs_setattr_size()
 2021-01-15 11:39 UTC  (2+ messages)

XFS: Assertion failed
 2021-01-15  8:36 UTC  (6+ messages)

Undelivered Mail Returned to Sender
 2021-01-15  0:39 UTC 

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 20:38 UTC  (11+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[RFC] another attempt to reduce sub-block DIO serialisation
 2021-01-14 17:29 UTC  (9+ messages)
` [PATCH 09/10] iomap: add a IOMAP_DIO_NOALLOC flag

[PATCH] xfs: fix up non-directory creation in SGID directories
 2021-01-14 16:37 UTC  (4+ messages)

Bug#976683: RFS: xfsprogs/5.10.0-0.1 [NMU] -- Utilities for managing the XFS filesystem
 2021-01-14 10:37 UTC  (2+ messages)

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2021-01-14 10:30 UTC  (13+ messages)

v5.10.1 xfs deadlock
 2021-01-13 21:53 UTC  (9+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-13 18:49 UTC  (3+ messages)

[PATCH 0/9] xfs: rework log quiesce to cover the log
 2021-01-13 15:30 UTC  (5+ messages)
` [PATCH 2/9] xfs: lift writable fs check up into log worker task
` [PATCH 3/9] xfs: separate log cleaning from log quiesce


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