linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 15:15:55 to 2020-12-01 03:40:43 UTC [more...]

[PATCH 00/10] xfs: strengthen log intent validation
 2020-12-01  3:38 UTC  (9+ 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 08/10] xfs: improve the code that checks recovered extent-free "
` [PATCH 09/10] xfs: validate feature support when recovering rmap/refcount/bmap intents

[PATCH 0/3] xfs: add the ability to flag a fs for repair
 2020-12-01  3:37 UTC  (4+ 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 0/1] xfs: faster unaligned copy_file_range
 2020-12-01  3:37 UTC  (2+ messages)
` [PATCH 1/1] xfs: use reflink to assist unaligned copy_file_range calls

Maximum height of rmapbt when reflink feature is enabled
 2020-11-30 22:03 UTC  (4+ messages)

[PATCH] fs: iomap: Replace bio_add_page with __bio_add_page in iomap_add_to_ioend
 2020-11-30 17:22 UTC  (2+ messages)

[PATCH v3 0/5] xfsprogs: fixes for 5.10-rc1
 2020-11-30 17:16 UTC  (13+ messages)
` [PATCH 1/5] libxfs-apply: don't add duplicate headers
` [PATCH 2/5] libxfs: fix weird comment
` [PATCH 3/5] libxfs: add realtime extent reservation and usage tracking to transactions
` [PATCH 4/5] debian: fix version in changelog
` [PATCH 5/5] debian: add build dependency on libinih-dev

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-11-29 22:47 UTC  (8+ messages)
` [RFC PATCH v2 1/6] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH v2 2/6] blk: introduce ->block_lost() to handle memory-failure
` [RFC PATCH v2 3/6] md: implement ->block_lost() for memory-failure
` [RFC PATCH v2 4/6] pagemap: introduce ->memory_failure()
` [RFC PATCH v2 5/6] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH v2 6/6] fsdax: remove useless (dis)associate functions

[PATCH v4 0/3] mmu_notifier vs fs_reclaim lockdep annotations
 2020-11-26  7:20 UTC  (11+ messages)
` [PATCH v4 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH v4 2/3] mm: Extract might_alloc() debug check
` [PATCH v4 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

[PATCH AUTOSEL 5.9 33/33] xfs: don't allow NOWAIT DIO across extent boundaries
 2020-11-26  7:13 UTC  (4+ messages)

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-26  3:51 UTC  (3+ messages)

[PATCH] xfs: check the return value of krealloc() in xfs_uuid_mount
 2020-11-26  3:13 UTC  (6+ messages)

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-25 22:15 UTC  (13+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

kernel BUG at fs/ext4/inode.c:LINE!
 2020-11-25 22:01 UTC  (16+ messages)

[PATCH v3 0/2] xfs_db: add minimal directory navigation
 2020-11-25 20:38 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

XFS_WANT_CORRUPTED_RETURN on xfs + dax
 2020-11-25  0:57 UTC  (3+ messages)

[PATCH 1/3] xfs: convert noroom, okalloc in xfs_dialloc() to bool
 2020-11-24 23:14 UTC  (5+ messages)
` [PATCH 2/3] xfs: kill ialloced in xfs_dialloc()
` [PATCH 3/3] xfs: clean up xfs_dialloc() by introducing __xfs_dialloc()

[Bug 210341] New: XFS (dm-3): Internal error xfs_trans_cancel at line 1041 of file fs/xfs/xfs_trans.c
 2020-11-24 20:29 UTC  (3+ messages)
` [Bug 210341] "

[ANNOUNCE] xfsprogs for-next updated to c0594dd6
 2020-11-24 17:33 UTC 

[PATCH] generic: add test for XFS forkoff miscalcution on 32-bit platform
 2020-11-24 16:52 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] xfs: show the proper user quota options
 2020-11-24 16:50 UTC  (6+ messages)

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-24 15:27 UTC  (16+ messages)
` [PATCH 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 2/3] mm: Extract might_alloc() debug check
` [PATCH 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

[PATCH 0/2] xfs: check krealloc() return value and simplify code
 2020-11-24 12:05 UTC  (7+ messages)
` [PATCH 1/2] xfs: check the return value of krealloc()
` [PATCH 2/2] xfs: remove the extra processing of zero size in xfs_idata_realloc()

[PATCH v2 0/9] xfsprogs: fixes for 5.10
 2020-11-24  0:24 UTC  (4+ messages)
` [PATCH 9/9] libxfs-apply: don't add duplicate headers

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-11-24  0:25 UTC  (7+ messages)
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 20/26] xfs_db: report bigtime format timestamps
  ` [PATCH v2 "

[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
 2020-11-23 19:53 UTC  (3+ messages)
` [PATCH 03/27] libxfs: get rid of b_bcount from xfs_buf

[PATCH 0/7] various: test xfs things fixed in 5.10
 2020-11-23 18:20 UTC  (3+ messages)

XFS: corruption detected in 5.9.10, upgrading from 5.9.6: (partial) panic log
 2020-11-22 20:14 UTC  (3+ messages)

Internal error ltrec.rm_startblock > bno since Kernel 5.9.9
 2020-11-22 19:37 UTC  (2+ messages)

[PATCH 0/6] xfstests: random fixes
 2020-11-22 14:35 UTC  (3+ messages)
` [PATCH 2/6] check: run tests in a systemd scope for mandatory test cleanup

[GIT PULL] xfs: fixes for 5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

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

[ANNOUNCE] xfsprogs for-next updated to 49c49fa6
 2020-11-20 22:16 UTC 

[ANNOUNCE] xfs-linux: for-next updated to eb8409071a1d
 2020-11-20 16:55 UTC 

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-11-20  4:10 UTC  (6+ messages)
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
  ` [PATCH v2 "

[PATCH RFCv4 0/2] xfstests: add inode btree blocks counters to the AGI header
 2020-11-20  1:53 UTC  (4+ messages)
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCH] xfs: revert "xfs: fix rmap key and record comparison functions"
 2020-11-19 23:44 UTC  (2+ messages)

[PATCH] xfs: don't allow NOWAIT DIO across extent boundaries
 2020-11-19 20:50 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 595189c25c28
 2020-11-19 17:51 UTC 

xfs_reclaim_inodes_ag taking several seconds
 2020-11-19  7:31 UTC  (6+ messages)

[PATCH v13 00/10] xfs: Delayed Attributes
 2020-11-19  4:01 UTC  (4+ messages)
` [PATCH v13 07/10] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR

[PATCH] xfs: return corresponding errcode if xfs_initialize_perag() fail
 2020-11-18 17:17 UTC  (2+ messages)

[PATCH v2] xfs: ensure inobt record walks always make forward progress
 2020-11-18  5:58 UTC  (2+ messages)

[PATCH 00/11] xfs: Tests to check for inode fork extent count overflow detection
 2020-11-18  5:20 UTC  (19+ messages)
` [PATCH 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH 11/11] xfs: Stress test with with bmap_alloc_minlen_extent error tag enabled

[ANNOUNCE] xfsprogs for-next updated to effdc364
 2020-11-17 20:44 UTC 

[PATCH] xfs: ensure inobt record walks always make forward progress
 2020-11-17 17:23 UTC  (3+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 


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