linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 22:17:28 to 2021-01-18 19:52:24 UTC [more...]

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

reduce sub-block DIO serialisation v2
 2021-01-18 19:35 UTC  (6+ 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

[PATCHSET v2 0/4] various: random fixes
 2021-01-18 19:19 UTC  (10+ 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 v2 0/7] xfs: consolidate posteof and cowblocks cleanup
 2021-01-18 17:38 UTC  (22+ 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

[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 0/6] debian: xfsprogs package clean-up
 2021-01-18  1:37 UTC  (26+ 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

[PATCH v5 00/42] idmapped mounts
 2021-01-17 21:06 UTC  (22+ messages)
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 24/42] af_unix: handle idmapped mounts
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 33/42] apparmor: "
` [PATCH v5 35/42] fat: "
` [PATCH v5 37/42] xfs: support "
` [PATCH v5 38/42] ecryptfs: do not mount on top of "
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v5 41/42] tests: extend mount_setattr tests

[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  (23+ messages)
` [PATCH 01/10] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/10] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/10] xfs: cleanup the read/write helper naming
` [PATCH 04/10] xfs: remove the buffered I/O fallback assert
` [PATCH 05/10] xfs: simplify the read/write tracepoints
` [PATCH 06/10] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/10] xfs: split unaligned DIO write code out
` [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  (5+ messages)
` [PATCH v3 11/11] ext4: simplify i_state checks in __ext4_update_other_inode_time()

[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

[RFC PATCH 0/3] Remove mrlock
 2021-01-13 12:17 UTC  (9+ messages)
` [RFC PATCH 1/3] xfs: Add is_rwsem_write_locked function
` [RFC PATCH 2/3] xfs: Convert i_lock/i_mmaplock to rw_semaphore
` [RFC PATCH 3/3] xfs: Remove mrlock

[PATCH v15 0/4] xfs: avoid transaction reservation recursion
 2021-01-13 10:22 UTC  (5+ messages)
` [PATCH v15 1/4] mm: Add become_kswapd and restore_kswapd
` [PATCH v15 2/4] xfs: use memalloc_nofs_{save,restore} in xfs transaction
` [PATCH v15 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v15 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-13  7:44 UTC  (11+ messages)

[BUG] xfs_corruption_error after creating a swap file
 2021-01-12 23:43 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;
as well as URLs for NNTP newsgroup(s).