linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 06:22:47 to 2022-04-09 15:52:35 UTC [more...]

[PATCH] xfs: Use generic_file_open()
 2022-04-09 15:52 UTC 

use block_device based APIs in block layer consumers v2
 2022-04-09 14:32 UTC  (31+ 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
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [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: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH V9 00/19] xfs: Extend per-inode extent counters
 2022-04-09 13:57 UTC  (51+ 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.1] "
` [PATCH V9 16/19] xfs: Conditionally upgrade existing inodes to use large extent counters
  ` [PATCH V9.1] "
` [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.1] "
` [PATCH V9 19/19] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V9.1] xfs: Introduce macros to represent new maximum extent counts for data/attr forks

[Bug 215804] New: [xfstests generic/670] Unable to handle kernel paging request at virtual address fffffbffff000008
 2022-04-08 18:54 UTC  (7+ messages)
` [Bug 215804] "

[PATCHSET 0/2] xfs: fix corruption of free rt extent count
 2022-04-08 17:42 UTC  (10+ messages)
` [PATCH 1/2] xfs: recalculate free rt extents after log recovery
` [PATCH 2/2] xfs: use a separate frextents counter for rt extent reservations

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-08  6:26 UTC  (20+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[5.19 cycle] Planning and goals
 2022-04-07 22:40 UTC  (4+ messages)

use block_device based APIs in block layer consumers
 2022-04-07 15:26 UTC  (67+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
` [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
  ` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
  ` [Ocfs2-devel] "
` [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
  ` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
  ` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
  ` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
  ` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-04-07 11:06 UTC  (12+ 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 v7 0/6] DAX poison recovery
 2022-04-07  5:30 UTC  (16+ messages)
` [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()

[ANNOUNCE] xfsprogs-5.15.0 released
 2022-04-06 21:40 UTC 

[PATCHSET v4 0/6] xfs: fix incorrect reserve pool calculations and reporting
 2022-04-06 16:43 UTC  (11+ messages)
` [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

lockless and cleaned up buffer lookup
 2022-04-06 16:26 UTC  (11+ messages)
` [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


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