linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-24 00:21:12 to 2022-04-01 20:08:49 UTC [more...]

[PATCH v2 0/3] split vm_normal_pages for LRU and non-LRU handling
 2022-04-01 20:08 UTC  (8+ messages)
` [PATCH v2 1/3] mm: add vm_normal_lru_pages for LRU handled pages only
` [PATCH v2 2/3] tools: add more gup configs to hmm_gup selftests
` [PATCH v2 3/3] tools: add selftests to hmm for COW in device memory

[PATCH 0/8 v3] xfs: more shutdown/recovery fixes
 2022-04-01 12:06 UTC  (18+ messages)
` [PATCH 1/8] xfs: aborting inodes on shutdown may need buffer lock
` [PATCH 2/8] xfs: shutdown in intent recovery has non-intent items in the AIL
` [PATCH 3/8] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 4/8] xfs: log shutdown triggers should only shut down the log
` [PATCH 5/8] xfs: xfs_do_force_shutdown needs to block racing shutdowns
` [PATCH 6/8] xfs: xfs_trans_commit() path must check for log shutdown
` [PATCH 7/8] xfs: shutdown during log recovery needs to mark the "
` [PATCH 8/8] xfs: drop async cache flushes from CIL commits

[PATCH] xfs: getattr ignore blocks beyond eof
 2022-04-01  8:09 UTC  (10+ messages)
  `  "

[PATCH V8 00/19] xfs: Extend per-inode extent counters
 2022-04-01  7:46 UTC  (37+ messages)
` [PATCH V8 05/19] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V8 07/19] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V8 08/19] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V8 10/19] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V8 11/19] xfs: Use uint64_t to count maximum blocks that can be used by BMBT
` [PATCH V8 13/19] xfs: Replace numbered inode recovery error messages with descriptive ones
` [PATCH V8 14/19] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V8 15/19] xfs: Directory's data fork extent counter can never overflow
` [PATCH V8 16/19] xfs: Conditionally upgrade existing inodes to use large extent counters
` [PATCH V8 17/19] xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
` [PATCH V8 18/19] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters

[PATCHSET v4 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-04-01  5:51 UTC  (12+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
` [PATCH 2/6] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 3/6] xfs: remove infinite loop "
` [PATCH 4/6] xfs: always succeed at setting the reserve pool size
` [PATCH 5/6] xfs: fix overfilling of reserve pool
` [PATCH 6/6] xfs: don't report reserved bnobt space as available

[Bug 215783] New: kernel NULL pointer dereference and general protection fault in fs/xfs/xfs_buf_item_recover.c: xlog_recover_do_reg_buffer() when mount a corrupted image
 2022-03-31 23:17 UTC  (5+ messages)
` [Bug 215783] "

[Bug 215786] New: unable to handle page fault BUG triggered in fs/xfs/xfs_log_recover.c: xlog_recover_add_to_cont_trans() when mount a corrupted image
 2022-03-31 20:43 UTC 

[Bug 215785] New: kernel NULL pointer dereference in fs/xfs/xfs_log_recover.c: xlog_recover_reorder_trans() when mount a corrupted image
 2022-03-31 20:31 UTC 

[Bug 215784] New: kernel NULL pointer dereference in fs/xfs/xfs_buf_item_recover.c: xlog_recover_do_inode_buffer() when mount a corrupted image
 2022-03-31 20:19 UTC 

[PATCHSET 0/5] xfsprogs: stop allowing tiny filesystems
 2022-03-31 16:20 UTC  (8+ messages)
` [PATCH 2/5] mkfs: don't let internal logs consume more than 95% of an AG
` [PATCH 3/5] mkfs: increase the minimum log size to 64MB when possible

[PATCH v3 1/2] Simplify XFS logging methods
 2022-03-31 15:06 UTC  (26+ messages)
` [PATCH v3 2/2] Add XFS messages to printk index

[PATCH v4 1/2] Simplify XFS logging methods
 2022-03-31  1:38 UTC  (2+ messages)
` [PATCH v4 2/2] Add XFS messages to printk index

[PATCH] drm/amdkfd: Add SVM API support capability bits
 2022-03-30 22:04 UTC  (4+ messages)

linux-next: manual merge of the xfs tree with Linus' tree
 2022-03-30 22:00 UTC 

[ANNOUNCE] xfs-linux: vfs-for-next updated to 49df34221804
 2022-03-30 17:20 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 919edbadebe1
 2022-03-30 17:19 UTC 

[PATCH] fsx: remove XFS_IOC_ALLOCSP operation entirely
 2022-03-30 16:55 UTC  (3+ messages)

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-03-30 16:18 UTC  (20+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

writeback completion soft lockup BUG in folio_wake_bit()
 2022-03-30 15:55 UTC  (10+ messages)

[PATCH 0/6 v2] xfs: more shutdown/recovery fixes
 2022-03-30  1:20 UTC  (20+ messages)
` [PATCH 1/6] xfs: aborting inodes on shutdown may need buffer lock
` [PATCH 2/6] xfs: shutdown in intent recovery has non-intent items in the AIL
` [PATCH 3/6] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 4/6] xfs: log shutdown triggers should only shut down the log
` [PATCH 5/6] xfs: xfs_do_force_shutdown needs to block racing shutdowns
` [PATCH 6/6] xfs: xfs_trans_commit() path must check for log shutdown
` [PATCH 7/6] xfs: xfs: shutdown during log recovery needs to mark the "

[Bug 215693] New: [xfstests generic/673] file on XFS lose its sgid bit after reflink, if there's only sgid bit
 2022-03-29 10:01 UTC  (3+ messages)
` [Bug 215693] "

[PATCH] xfs: drop async cache flushes from CIL commits
 2022-03-29  0:49 UTC  (4+ messages)
  ` [PATCHi v2] "

[PATCH 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-03-28 23:44 UTC  (7+ messages)
` [PATCH 1/5] xfs_quota: separate quota info acquisition into get_quota()
` [PATCH 2/5] xfs_quota: create fs_disk_quota_t on upper level
` [PATCH 3/5] xfs_quota: split get_quota() and report_mount()/dump_file()
` [PATCH 4/5] xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dump
` [PATCH 5/5] xfs_quota: apply -L/-U range limits in uid/gid/pid loops

[PATCH] xfs: lockless buffer lookup
 2022-03-28 21:38 UTC 

[PATCH v1] xfs/019: extend protofile test
 2022-03-28 20:22 UTC  (9+ messages)

[PATCH] fs: xfs: add NULL pointer check
 2022-03-28  4:07 UTC  (4+ messages)

[PATCH 2/2] generic: ensure we drop suid after fallocate
 2022-03-26 18:07 UTC  (2+ messages)

[PATCH v6 0/6] DAX poison recovery
 2022-03-26  6:31 UTC  (8+ messages)
` [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops

[PATCH v2 1/2] Simplify XFS logging methods
 2022-03-25 13:51 UTC  (3+ messages)
` [PATCH v2 2/2] Add XFS messages to printk index

[PATCH v1] Add XFS messages to printk index
 2022-03-25  7:37 UTC  (3+ messages)

[GIT PULL] xfs: new code for 5.18
 2022-03-25  1:35 UTC  (2+ messages)

[PATCHSET 0/2] fstests: new tests for kernel 5.17
 2022-03-24 21:38 UTC  (4+ messages)
` [PATCH 1/2] xfs: make sure syncfs(2) passes back super_operations.sync_fs errors

[Bug 215687] New: chown behavior on XFS is changed
 2022-03-24 12:50 UTC  (6+ messages)
` [Bug 215687] "

[kbuild] [djwong-xfs:djwong-wtf 349/351] fs/xfs/xfs_bmap_util.c:1372 xfs_map_free_extent() warn: missing error code 'error'
 2022-03-24 10:45 UTC  (2+ messages)

[PATCHSET v3 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-03-24  6:21 UTC  (13+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
` [PATCH 2/6] xfs: actually set aside enough space to handle a bmbt split
` [PATCH 4/6] xfs: fix infinite loop when reserving free block pool

[xfs] 1fc3f2c3c9: xfstests.xfs.529.fail
 2022-03-24  5:31 UTC  (3+ messages)

[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-24  2:46 UTC  (3+ messages)

xfs: Temporary extra disk space consumption?
 2022-03-24  1:13 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).