messages from 2022-03-28 01:18:06 to 2022-04-06 02:54:38 UTC [more...]
lockless and cleaned up buffer lookup
2022-04-05 22:01 UTC (12+ messages)
` [PATCH 1/5] xfs: add a flags argument to xfs_buf_get
` [PATCH 2/5] xfs: replace xfs_buf_incore with an XBF_NOALLOC flag to xfs_buf_get*
` [PATCH 3/5] xfs: remove a superflous hash lookup when inserting new buffers
` [PATCH 4/5] xfs: reduce the number of atomic when locking a buffer after lookup
` [PATCH 5/5] xfs: lockless buffer lookup
[Bug 215804] New: [xfstests generic/670] Unable to handle kernel paging request at virtual address fffffbffff000008
2022-04-05 22:57 UTC (11+ messages)
` [Bug 215804] "
[PATCH v7 0/6] DAX poison recovery
2022-04-05 19:47 UTC (7+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()
` [PATCH v7 6/6] pmem: implement pmem_recovery_write()
Build regressions/improvements in v5.18-rc1
2022-04-05 21:05 UTC (12+ messages)
Self-deadlock (?) in xfs_inodegc_worker / xfs_inactive ?
2022-04-05 14:52 UTC (3+ messages)
[PATCH v3 1/2] Simplify XFS logging methods
2022-04-05 12:55 UTC (28+ messages)
` [PATCH v3 2/2] Add XFS messages to printk index
[PATCH V2] mkfs: increase the minimum log size to 64MB when possible
2022-04-05 5:36 UTC (4+ messages)
[5.19 cycle] Planning and goals
2022-04-05 2:03 UTC
[PATCH v2 0/3] split vm_normal_pages for LRU and non-LRU handling
2022-04-04 19:22 UTC (10+ 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 v4 1/2] Simplify XFS logging methods
2022-04-04 1:40 UTC (3+ messages)
` [PATCH v4 2/2] Add XFS messages to printk index
[PATCH] xfs: lockless buffer lookup
2022-04-03 11:55 UTC (2+ messages)
Patch "iomap: Fix iomap_invalidatepage tracepoint" has been added to the 5.17-stable tree
2022-04-02 13:04 UTC
[GIT PULL] xfs: bug fixes for 5.18-rc1
2022-04-02 3:07 UTC (2+ messages)
[GIT PULL] vfs: fixes for 5.18-rc1
2022-04-02 3:07 UTC (2+ messages)
[PATCH] xfs: getattr ignore blocks beyond eof
2022-04-01 22:14 UTC (11+ messages)
` "
[PATCH 0/8 v3] xfs: more shutdown/recovery fixes
2022-04-01 20:35 UTC (20+ 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 V8 00/19] xfs: Extend per-inode extent counters
2022-04-01 7:46 UTC (10+ messages)
` [PATCH V8 15/19] xfs: Directory's data fork extent counter can never overflow
[PATCHSET v4 0/6] xfs: fix incorrect reserve pool calculations and reporting
2022-04-01 5:51 UTC (10+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant
` [PATCH 3/6] xfs: remove infinite loop when reserving free block pool
` [PATCH 4/6] xfs: always succeed at setting the reserve pool size
` [PATCH 5/6] xfs: fix overfilling of reserve pool
[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 (5+ messages)
` [PATCH 2/5] mkfs: don't let internal logs consume more than 95% of an AG
[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 v1] xfs/019: extend protofile test
2022-03-28 20:22 UTC (8+ messages)
[PATCH] fs: xfs: add NULL pointer check
2022-03-28 4:07 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).