linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 12:33:27 to 2020-12-09 18:04:08 UTC [more...]

[PATCH v2 0/3] xfs: add the ability to flag a fs for repair
 2020-12-09 18:03 UTC  (11+ messages)
` [PATCH 1/3] xfs: move kernel-specific superblock validation out of libxfs
` [PATCH 2/3] xfs: define a new "needrepair" feature
` [PATCH 3/3] xfs: enable the needsrepair feature

[ANNOUNCE] xfs-linux: for-next updated to 207ddc0ef4f4
 2020-12-09 17:54 UTC 

[RFC[RAP] PATCH] xfs: allow setting and clearing of log incompat feature flags
 2020-12-09 17:04 UTC  (9+ messages)

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

[Bug 210577] New: [xfstests generic/616] kernel BUG at lib/list_debug.c:28!
 2020-12-09 12:14 UTC 

[PATCH v5 0/6] xfs: some xfs_dialloc() cleanup
 2020-12-09 11:28 UTC  (7+ messages)
` [PATCH v5 1/6] xfs: convert noroom, okalloc in xfs_dialloc() to bool
` [PATCH v5 2/6] xfs: introduce xfs_dialloc_roll()
` [PATCH v5 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v5 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v5 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v5 6/6] xfs: kill ialloced in xfs_dialloc()

[PATCH v4 0/6] xfs: some xfs_dialloc() cleanup
 2020-12-09 11:13 UTC  (15+ messages)
` [PATCH v4 1/6] xfs: convert noroom, okalloc in xfs_dialloc() to bool
` [PATCH v4 2/6] xfs: introduce xfs_dialloc_roll()
` [PATCH v4 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v4 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v4 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v4 6/6] xfs: kill ialloced in xfs_dialloc()

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

[PATCH] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
 2020-12-09  4:27 UTC  (3+ messages)

[Bug 210535] New: [xfstests generic/466] XFS: Assertion failed: next_agino == irec->ir_startino + XFS_INODES_PER_CHUNK, file: fs/xfs/xfs_iwalk.c, line: 366
 2020-12-08 17:13 UTC  (7+ messages)
` [Bug 210535] "

[ANNOUNCE] xfsprogs-5.10.0-rc1 released
 2020-12-08 16:46 UTC 

RCU stall in xfs_reclaim_inodes_ag
 2020-12-08  8:07 UTC  (5+ messages)

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

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-12-08  2:10 UTC 

[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-12-08  2:08 UTC 

[PATCH v3 0/6] xfs: some xfs_dialloc() cleanup
 2020-12-07 22:03 UTC  (23+ messages)
` [PATCH v3 1/6] xfs: convert noroom, okalloc in xfs_dialloc() to bool
` [PATCH v3 2/6] xfs: introduce xfs_dialloc_roll()
` [PATCH v3 3/6] xfs: move on-disk inode allocation out of xfs_ialloc()
` [PATCH v3 4/6] xfs: move xfs_dialloc_roll() into xfs_dialloc()
` [PATCH v3 5/6] xfs: spilt xfs_dialloc() into 2 functions
` [PATCH v3 6/6] xfs: kill ialloced in xfs_dialloc()

[PATCH] [RFC] xfs: initialise attr fork on inode create
 2020-12-07 20:49 UTC  (16+ messages)

[PATCH v3 00/10] xfs: strengthen log intent validation
 2020-12-07 18:30 UTC  (15+ messages)
` [PATCH 01/10] xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
` [PATCH 02/10] xfs: improve the code that checks recovered bmap intent items
` [PATCH 03/10] xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
` [PATCH 04/10] xfs: improve the code that checks recovered rmap intent items
` [PATCH 05/10] xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
` [PATCH 06/10] xfs: improve the code that checks recovered refcount intent items
` [PATCH 07/10] xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
` [PATCH 08/10] xfs: improve the code that checks recovered extent-free intent items
` [PATCH 09/10] xfs: validate feature support when recovering rmap/refcount/bmap intents
  ` [PATCH v3.1 09/10] xfs: validate feature support when recovering rmap/refcount intents
` [PATCH 10/10] xfs: trace log intent item recovery failures

[PATCH 0/4] xfs: refactor extent validation for 5.11
 2020-12-07 17:46 UTC  (17+ messages)
` [PATCH 1/4] xfs: refactor data device extent validation
` [PATCH 2/4] xfs: refactor realtime volume "
` [PATCH 3/4] xfs: refactor file range validation
` [PATCH 4/4] xfs: rename xfs_fc_* back to xfs_fs_*

[PATCH] xfs/513: fix the regression caused by mount option uqnoenforce
 2020-12-07 17:01 UTC  (2+ messages)

[PATCH v2 00/10] xfs: strengthen log intent validation
 2020-12-07 16:50 UTC  (26+ messages)
` [PATCH 01/10] xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
` [PATCH 02/10] xfs: improve the code that checks recovered bmap intent items
` [PATCH 03/10] xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
` [PATCH 04/10] xfs: improve the code that checks recovered rmap intent items
` [PATCH 05/10] xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
` [PATCH 06/10] xfs: improve the code that checks recovered refcount intent items
` [PATCH 07/10] xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
` [PATCH 08/10] xfs: improve the code that checks recovered extent-free intent items
` [PATCH 09/10] xfs: validate feature support when recovering rmap/refcount/bmap intents
` [PATCH 10/10] xfs: trace log intent item recovery failures

[PATCH 0/1] xfs: faster unaligned copy_file_range
 2020-12-07 14:20 UTC  (8+ messages)
` [PATCH 1/1] xfs: use reflink to assist unaligned copy_file_range calls

[PATCH v9 0/2] avoid xfs transaction reservation recursion
 2020-12-07 12:19 UTC  (5+ messages)
` [PATCH v9 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v9 2/2] xfs: avoid transaction reservation recursion

[PATCH V11 00/14] Bail out if transaction can cause extent count to overflow
 2020-12-07  8:18 UTC  (4+ messages)
` [PATCH V11 05/14] xfs: Check for extent overflow when adding/removing dir entries

[PATCH] xfs: show the proper user quota options
 2020-12-07  3:13 UTC  (3+ messages)

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-06 22:55 UTC  (4+ messages)

[PATCH 0/3] xfs: add the ability to flag a fs for repair
 2020-12-04 23:29 UTC  (17+ messages)
` [PATCH 1/3] xfs: move kernel-specific superblock validation out of libxfs
` [PATCH 2/3] xfs: define a new "needrepair" feature
` [PATCH 3/3] xfs: enable the needsrepair feature
` [PATCH 4/3] xfs_db: support the needsrepair feature flag in the version command

[PATCH v3 0/5] xfsprogs: fixes for 5.10-rc1
 2020-12-04 17:16 UTC  (3+ messages)
` [PATCH 1/5] libxfs-apply: don't add duplicate headers

[PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
 2020-12-04 16:02 UTC  (10+ messages)

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 

[PATCH] [RFC] spaceman: physically move a regular inode
 2020-12-04 12:40 UTC  (6+ 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).