linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 05:42:09 to 2022-04-06 09:38:55 UTC [more...]

[PATCH V9 00/19] xfs: Extend per-inode extent counters
 2022-04-06  6:19 UTC  (20+ messages)
` [PATCH V9 01/19] xfs: Move extent count limits to xfs_format.h
` [PATCH V9 02/19] xfs: Define max extent length based on on-disk format definition
` [PATCH V9 03/19] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V9 04/19] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V9 05/19] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V9 06/19] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V9 07/19] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V9 08/19] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V9 09/19] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V9 10/19] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V9 11/19] xfs: Use uint64_t to count maximum blocks that can be used by BMBT
` [PATCH V9 12/19] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V9 13/19] xfs: Replace numbered inode recovery error messages with descriptive ones
` [PATCH V9 14/19] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V9 15/19] xfs: Directory's data fork extent counter can never overflow
` [PATCH V9 16/19] xfs: Conditionally upgrade existing inodes to use large extent counters
` [PATCH V9 17/19] xfs: Decouple XFS_IBULK flags from XFS_IWALK flags
` [PATCH V9 18/19] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
` [PATCH V9 19/19] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags

use block_device based APIs in block layer consumers
 2022-04-06  6:05 UTC  (28+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH v7 0/6] DAX poison recovery
 2022-04-06  5:21 UTC  (12+ 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()

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-06  0:55 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

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] "

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  (26+ 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  (19+ 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  (3+ messages)
` [PATCH 1/6] xfs: document the XFS_ALLOC_AGFL_RESERVE constant

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

writeback completion soft lockup BUG in folio_wake_bit()
 2022-03-30 15:55 UTC  (10+ 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).