linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 08:45:02 to 2021-03-23 04:21:02 UTC [more...]

[PATCHSET 0/3] fstests: test kernel regressions fixed in 5.12
 2021-03-23  4:20 UTC  (4+ messages)
` [PATCH 1/3] xfs: test rtalloc alignment and math errors
` [PATCH 2/3] common/rc: refactor _require_{ext2,tmpfs} helpers
` [PATCH 3/3] generic: test a deadlock in xfs_rename when whiteing out files

[PATCHSET 0/2] fstests: test xfs_db directory navigation
 2021-03-23  4:20 UTC  (2+ messages)
` [PATCH 1/2] xfs: test the xfs_db path command

[PATCHSET 0/3] populate: fix a few bugs with fs pre-population
 2021-03-23  4:19 UTC  (4+ messages)
` [PATCH 1/3] populate: create block devices when pre-populating filesystems
` [PATCH 2/3] common/populate: create fifos "
` [PATCH 3/3] common/populate: change how we describe cached populated images

[PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12
 2021-03-23  4:15 UTC  (4+ messages)
` [PATCH 03/10] xfs: test rtalloc alignment and math errors

[PATCHSET v3 00/11] xfs: deferred inode inactivation
 2021-03-23  4:00 UTC  (21+ 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 06/11] xfs: deferred inode inactivation

[PATCH v8 0/5] xfs: support shrinking free space in the last AG
 2021-03-23  1:15 UTC  (22+ messages)
` [PATCH v8 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v8 2/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v8 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v8 4/5] xfs: support shrinking unused space in the last AG

[PATCH] xfs: only reset incore inode health state flags when reclaiming an inode
 2021-03-22 23:10 UTC  (7+ messages)

[PATCH] xfs: use a unique and persistent value for f_fsid
 2021-03-22 23:03 UTC  (2+ messages)

memory requirements for a 400TB fs with reflinks
 2021-03-22 21:50 UTC  (3+ messages)

[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-22 18:54 UTC  (5+ messages)
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V6 13/13] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCH] xfs: Fix a typo
 2021-03-22 18:48 UTC  (3+ messages)

[PATCH v2 0/4] tweak fs mapping helpers
 2021-03-22  8:50 UTC  (11+ messages)
` [PATCH v2 1/4] fs: document "
` [PATCH v2 2/4] fs: document and rename fsid helpers
` [PATCH v2 3/4] fs: introduce fsuidgid_has_mapping() helper
` [PATCH v2 4/4] fs: introduce two inode i_{u,g}id initialization helpers

[PATCH V2] xfs: Rudimentary spelling fix
 2021-03-22  4:03 UTC  (2+ messages)

[PATCH] xfs: Rudimentary spelling fix
 2021-03-22  3:46 UTC  (4+ messages)

[PATCH] xfs: Rudimentary typo fixes
 2021-03-20 22:34 UTC  (3+ messages)

[PATCH v3][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-20 21:48 UTC  (6+ messages)

[PATCH 0/7] repair: Phase 6 performance improvements
 2021-03-20  2:09 UTC  (16+ messages)
` [PATCH 1/7] workqueue: bound maximum queue depth
` [PATCH 2/7] repair: Protect bad inode list with mutex
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 4/7] repair: parallelise phase 6
` [PATCH 5/7] repair: don't duplicate names in "
` [PATCH 6/7] repair: convert the dir byaddr hash to a radix tree
` [PATCH 7/7] repair: scale duplicate name checking in phase 6

[PATCH v2 0/2] xfs: Skip repetitive warnings about mount options
 2021-03-19 18:25 UTC  (4+ messages)
` [PATCH v2 1/2] xfs: rename variable mp to parsing_mp
` [PATCH v2 2/2] xfs: Skip repetitive warnings about mount options

[PATCHSET 0/2] xfs: make xfs_can_free_eofblocks a predicate
 2021-03-19 16:59 UTC  (10+ messages)
` [PATCH 1/2] xfs: move the xfs_can_free_eofblocks call under the IOLOCK
` [PATCH 2/2] xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks

[PATCHSET 0/3] xfs: reduce indirect function calls in inode walk
 2021-03-19 16:48 UTC  (8+ messages)
` [PATCH 1/3] xfs: remove tag parameter from xfs_inode_walk{,_ag}
` [PATCH 2/3] xfs: reduce indirect calls in xfs_inode_walk{,_ag}
` [PATCH 3/3] xfs: remove iter_flags parameter from xfs_inode_walk_*

[PATCH v3 0/2] xfs: set aside allocation btree blocks from block reservation
 2021-03-19 15:00 UTC  (14+ messages)
` [PATCH v3 1/2] xfs: set a mount flag when perag reservation is active
` [PATCH v3 2/2] xfs: set aside allocation btree blocks from block reservation

[PATCH] xfs: use has_capability_noaudit() instead of capable() where appropriate
 2021-03-19  6:00 UTC  (4+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-19  2:17 UTC  (12+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-19  1:52 UTC  (11+ messages)
` [PATCH v3 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function
` [PATCH v3 09/10] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v3 10/10] fs/xfs: Add dedupe support for fsdax

[PATCHSET v4 0/7] xfs: deferred inode inactivation
 2021-03-18 22:34 UTC  (8+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 3/7] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 4/7] xfs: force inode garbage collection before fallocate when space is low
` [PATCH 5/7] xfs: parallelize inode inactivation
` [PATCH 6/7] xfs: create a polled function to force "
` [PATCH 7/7] xfs: avoid buffer deadlocks when walking fs inodes

[GIT PULL] xfs: fixes for 5.12-rc4
 2021-03-18 19:42 UTC  (2+ messages)

[GIT PULL] iomap: fixes for 5.12-rc4
 2021-03-18 18:24 UTC  (2+ messages)

[PATCH] quota: report warning limits for realtime space quotas
 2021-03-18 16:04 UTC  (2+ messages)

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-03-18 13:22 UTC  (33+ messages)
` [PATCH 05/45] xfs: async blkdev cache flush
` [PATCH 06/45] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 07/45] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 19/45] xfs: factor out the CIL transaction header building
` [PATCH 20/45] xfs: only CIL pushes require a start 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 0/3] tweak idmap helpers
 2021-03-18 11:40 UTC  (10+ messages)
` [PATCH 1/3] fs: introduce fsuidgid_has_mapping() helper
` [PATCH 2/3] fs: improve naming for fsid helpers
` [PATCH 3/3] fs: introduce two little fs{u,g}id inode initialization helpers

[PATCH v4 0/8] xfs: miscellaneous optimisations
 2021-03-17 16:52 UTC  (11+ messages)
` [PATCH 1/8] xfs: initialise attr fork on inode create
` [PATCH 2/8] xfs: reduce buffer log item shadow allocations
` [PATCH 3/8] xfs: xfs_buf_item_size_segment() needs to pass segment offset
` [PATCH 4/8] xfs: optimise xfs_buf_item_size/format for contiguous regions
` [PATCH 5/8] xfs: type verification is expensive
` [PATCH 6/8] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH 7/8] xfs: reduce debug overhead of dir leaf/node checks
` [PATCH 8/8] xfs: __percpu_counter_compare() inode count debug too expensive

[PATCH] xfs_logprint: Fix buffer overflow printing quotaoff
 2021-03-16 16:11 UTC  (5+ 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).