messages from 2021-03-08 09:49:15 to 2021-03-11 05:43:45 UTC [more...]
[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
2021-03-11 5:42 UTC (91+ messages)
` [PATCH 01/45] xfs: initialise attr fork on inode create
` [PATCH 04/45] xfs: remove xfs_blkdev_issue_flush
` [PATCH 05/45] xfs: async blkdev cache flush
` [PATCH 08/45] xfs: journal IO cache flush reductions
` [PATCH 13/45] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 14/45] xfs: AIL needs asynchronous CIL forcing
` [PATCH 15/45] xfs: CIL work is serialised, not pipelined
` [PATCH 19/45] xfs: factor out the CIL transaction header building
` [PATCH 20/45] xfs: only CIL pushes require a start record
` [PATCH 21/45] xfs: embed the xlog_op_header in the unmount record
` [PATCH 22/45] xfs: embed the xlog_op_header in the commit record
` [PATCH 23/45] xfs: log tickets don't need log client id
` [PATCH 24/45] xfs: move log iovec alignment to preparation function
` [PATCH 25/45] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 26/45] xfs: log ticket region debug is largely useless
` [PATCH 27/45] xfs: pass lv chain length into xlog_write()
` [PATCH 28/45] xfs: introduce xlog_write_single()
` [PATCH 29/45] xfs:_introduce xlog_write_partial()
` [PATCH 30/45] xfs: xlog_write() no longer needs contwr state
` [PATCH 31/45] xfs: CIL context doesn't need to count iovecs
` [PATCH 32/45] xfs: use the CIL space used counter for emptiness checks
` [PATCH 33/45] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 34/45] xfs: rework per-iclog header CIL reservation
` [PATCH 35/45] xfs: introduce per-cpu CIL tracking sructure
` [PATCH 36/45] xfs: implement percpu cil space used calculation
` [PATCH 37/45] xfs: track CIL ticket reservation in percpu structure
` [PATCH 38/45] xfs: convert CIL busy extents to per-cpu
` [PATCH 39/45] xfs: Add order IDs to log items in CIL
` [PATCH 40/45] xfs: convert CIL to unordered per cpu lists
` [PATCH 41/45] xfs: move CIL ordering to the logvec chain
` [PATCH 42/45] xfs: __percpu_counter_compare() inode count debug too expensive
` [PATCH 43/45] xfs: avoid cil push lock if possible
` [PATCH 44/45] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 45/45] xfs: expanding delayed logging design with background material
[PATCH v2][next] xfs: Replace one-element arrays with flexible-array members
2021-03-11 4:28 UTC (3+ messages)
[PATCH v3][next] xfs: Replace one-element arrays with flexible-array members
2021-03-11 4:47 UTC (2+ messages)
[PATCHSET v3 00/11] xfs: deferred inode inactivation
2021-03-11 3:06 UTC (12+ messages)
` [PATCH 01/11] xfs: prevent metadata files from being inactivated
` [PATCH 02/11] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 03/11] xfs: don't reclaim dquots with incore reservations
` [PATCH 04/11] xfs: decide if inode needs inactivation
` [PATCH 05/11] xfs: rename the blockgc workqueue
` [PATCH 06/11] xfs: deferred inode inactivation
` [PATCH 07/11] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 08/11] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 09/11] xfs: force inode garbage collection before fallocate when space is low
` [PATCH 10/11] xfs: parallelize inode inactivation
` [PATCH 11/11] xfs: create a polled function to force "
[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
2021-03-11 2:54 UTC (32+ messages)
` [PATCH V6 01/13] _check_xfs_filesystem: sync fs before running scrub
` [PATCH V6 02/13] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V6 03/13] common/xfs: Add helper to obtain fsxattr field value
` [PATCH V6 04/13] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V6 06/13] xfs: Check for extent overflow when punching a hole
` [PATCH V6 07/13] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V6 08/13] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V6 09/13] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V6 10/13] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V6 11/13] xfs: Check for extent overflow when remapping an extent
` [PATCH V6 12/13] xfs: Check for extent overflow when swapping extents
` [PATCH V6 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled
[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
2021-03-11 0:53 UTC (12+ messages)
[PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
2021-03-10 22:00 UTC (16+ messages)
` [PATCH 2/3 v2] "
` [PATCH 2/3 v2] xfs: AIL needs asynchronous CIL forcing\
[WIP] [RFC PATCH] xfs: add test on shrinking unused space in the last AG
2021-03-10 2:33 UTC (8+ messages)
[PATCHSET 0/2] fstests: remove obsolete DMAPI tests
2021-03-10 2:01 UTC (4+ messages)
` [PATCH 2/2] fstests: remove DMAPI support from build system
[PATCH][next] xfs: Replace one-element arrays with flexible-array members
2021-03-09 22:03 UTC (5+ messages)
[PATCH] xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
2021-03-09 21:28 UTC (2+ messages)
[PATCH v8 0/5] xfs: support shrinking free space in the last AG
2021-03-09 18:44 UTC (6+ messages)
` [PATCH v8 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v8 5/5] xfs: add error injection for per-AG resv failure
[PATCH] xfs: mark xfs_bmap_set_attrforkoff static
2021-03-09 17:44 UTC (2+ messages)
[PATCH] docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs
2021-03-09 17:14 UTC (2+ messages)
[PATCH v2 0/2] xfs: Skip repetitive warnings about mount options
2021-03-09 11:44 UTC (5+ messages)
` [PATCH v2 1/2] xfs: rename variable mp to parsing_mp
` [PATCH v2 2/2] xfs: Skip repetitive warnings about mount options
[Bug 212123] New: kernel BUG at mm/filemap.c:1499, invalid opcode: 0000
2021-03-09 8:52 UTC (2+ messages)
` [Bug 212123] "
[PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12
2021-03-09 4:40 UTC (11+ messages)
` [PATCH 01/10] xfs: test regression in xfs_bmap_validate_extent
` [PATCH 02/10] generic: test reflink and copy_file_range behavior with O_SYNC and FS_XFLAG_SYNC files
` [PATCH 03/10] xfs: test rtalloc alignment and math errors
` [PATCH 04/10] xfs: test mkfs min log size calculation w/ rt volumes
` [PATCH 05/10] common/filter: refactor quota report filtering
` [PATCH 06/10] xfs: test quota softlimit warning functionality
` [PATCH 07/10] xfs/122: fix test for xfs_attr_shortform_t conversion
` [PATCH 08/10] generic: test file writers racing with FIDEDUPERANGE
` [PATCH 09/10] generic: test a deadlock in xfs_rename when whiteing out files
` [PATCH 10/10] xfs: test delalloc quota leak when chprojid fails
[PATCHSET 0/1] fstests: functional testing for xfs realtime extent size
2021-03-09 4:40 UTC (2+ messages)
` [PATCH 1/1] xfs: test fallocate ops when rt extent size is and isn't a power of 2
[PATCHSET 0/2] fstests: fix compiler warnings with fsx/fsstress
2021-03-09 4:39 UTC (3+ messages)
` [PATCH 1/2] fsstress: get rid of attr_list
` [PATCH 2/2] fstests: remove libattr dependencies
[PATCHSET 0/4] fstests: improve metadata dump capture helpers
2021-03-09 4:39 UTC (5+ messages)
` [PATCH 1/4] common: capture metadump output if xfs filesystem check fails
` [PATCH 2/4] common: move _scratch_metadump to common/xfs
` [PATCH 3/4] populate: support compressing metadumps
` [PATCH 4/4] common: capture qcow2 dumps of corrupt ext* filesystems
[PATCH v2] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
2021-03-09 2:37 UTC (3+ messages)
[PATCHSET v2 0/4] xfs: small fixes for 5.12
2021-03-08 23:42 UTC (4+ messages)
` [PATCH 3/4] xfs: force log and push AIL to clear pinned inodes when aborting mount
` [PATCH v2.1 "
[PATCH] xfsprogs: document attr2, ikeep option deprecation in xfs.5
2021-03-08 20:56 UTC (2+ messages)
[PATCH V5 00/13] xfs: Tests to verify inode fork extent count overflow detection
2021-03-08 18:19 UTC (23+ messages)
` [PATCH V5 01/13] _check_xfs_filesystem: sync fs before running scrub
` [PATCH V5 02/13] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V5 03/13] common/xfs: Add helper to obtain fsxattr field value
` [PATCH V5 04/13] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V5 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V5 06/13] xfs: Check for extent overflow when punching a hole
` [PATCH V5 07/13] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V5 08/13] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V5 09/13] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V5 10/13] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V5 11/13] xfs: Check for extent overflow when remapping an extent
` [PATCH V5 12/13] xfs: Check for extent overflow when swapping extents
` [PATCH V5 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled
[PATCH v3 00/11] fsdax: introduce fs query to support reflink
2021-03-08 18:01 UTC (7+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()
[Bug 211605] New: Re-mount XFS causes "noattr2 mount option is deprecated" warning
2021-03-08 15:07 UTC (2+ messages)
` [Bug 211605] Re-mount XFS causes "attr2 "
[PATCH] xfs_admin: don't hide the xfs_repair output when upgrading
2021-03-08 12:17 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox