public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-07 07:01:49 to 2022-04-12 04:55:52 UTC [more...]

[PATCH] MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEM
 2022-04-12  4:55 UTC  (4+ messages)

[PATCH 00/10] xfs: LARP - clean up xfs_attr_set_iter state machine
 2022-04-12  4:48 UTC  (12+ messages)
` [PATCH 01/10] xfs: avoid empty xattr transaction when attrs are inline
` [PATCH 02/10] xfs: make xattri_leaf_bp more useful
` [PATCH 03/10] xfs: separate out initial attr_set states
` [PATCH 04/10] xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
` [PATCH 05/10] xfs: consolidate leaf/node states in xfs_attr_set_iter
` [PATCH 06/10] xfs: split remote attr setting out from replace path
` [PATCH 07/10] xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
` [PATCH 08/10] xfs: remote xattr removal in xfs_attr_set_iter() is conditional
` [PATCH 09/10] xfs: clean up final attr removal in xfs_attr_set_iter
` [PATCH 10/10] xfs: xfs_attr_set_iter() does not need to return EAGAIN

[PATCH] xfs: Use generic_file_open()
 2022-04-12  4:45 UTC  (3+ messages)

[PATCH v7 0/6] DAX poison recovery
 2022-04-12  4:26 UTC  (15+ 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 V9 00/19] xfs: Extend per-inode extent counters
 2022-04-12  3:39 UTC  (29+ messages)
` [PATCH V9 12/19] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [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 18/19] xfs: Enable bulkstat ioctl to support 64-bit per-inode "
  ` [PATCH V9.1] "
` [PATCH V9.1] xfs: Introduce macros to represent new maximum extent counts for data/attr forks

[PATCHSET 0/3] fstests: updates for xfsprogs 5.15
 2022-04-11 22:55 UTC  (4+ messages)
` [PATCH 1/3] common/rc: let xfs_scrub tell us about its unicode checker
` [PATCH 2/3] xfs: test mkfs.xfs config file stack corruption issues
` [PATCH 3/3] xfs/216: handle larger log sizes

[PATCHSET 0/4] fstests: new tests for kernel 5.18
 2022-04-11 22:54 UTC  (5+ messages)
` [PATCH 1/4] xfs: make sure syncfs(2) passes back super_operations.sync_fs errors
` [PATCH 2/4] generic: ensure we drop suid after fallocate
` [PATCH 3/4] generic: test that linking into a directory fails with EDQUOT
` [PATCH 4/4] generic: test that renaming "

[PATCHSET 0/2] fstests: random fixes
 2022-04-11 22:54 UTC  (3+ messages)
` [PATCH 1/2] xfs/187: don't rely on FSCOUNTS for free space data
` [PATCH 2/2] xfs/507: add test to auto group

[PATCHSET v2 0/3] xfs: fix corruption of free rt extent count
 2022-04-11 20:50 UTC  (9+ messages)
` [PATCH 1/3] xfs: pass explicit mount pointer to rtalloc query functions
` [PATCH 2/3] xfs: recalculate free rt extents after log recovery
` [PATCH 3/3] xfs: use a separate frextents counter for rt extent reservations

[5.19 cycle] Planning and goals
 2022-04-11 20:00 UTC  (12+ messages)

use block_device based APIs in block layer consumers
 2022-04-11 18:24 UTC  (18+ messages)
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [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 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "

use block_device based APIs in block layer consumers v2
 2022-04-11 17:25 UTC  (38+ 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] fs: xfs: fix possible NULL pointer dereference in xfs_rw_bdev()
 2022-04-11 14:55 UTC  (2+ messages)

[PATCH 00/17] xfs: unsigned flags conversion for c11
 2022-04-11 14:03 UTC  (27+ messages)
` [PATCH 01/17] xfs: convert buffer flags to unsigned
` [PATCH 02/17] xfs: convert attr type "
` [PATCH 03/17] xfs: convert scrub "
` [PATCH 04/17] xfs: convert bmap extent "
` [PATCH 05/17] xfs: convert bmapi "
` [PATCH 06/17] xfs: convert AGF log "
` [PATCH 07/17] xfs: convert AGI "
` [PATCH 08/17] xfs: convert btree buffer "
` [PATCH 09/17] xfs: convert buffer log item "
` [PATCH 10/17] xfs: convert da btree operations "
` [PATCH 11/17] xfs: convert dquot "
` [PATCH 12/17] xfs: convert log item tracepoint "
` [PATCH 13/17] xfs: convert inode lock "
` [PATCH 14/17] xfs: convert ptag "
` [PATCH 15/17] xfs: convert quota options "
` [PATCH 16/17] xfs: convert shutdown reasons "
` [PATCH 17/17] xfs: convert log ticket and iclog flags "

[PATCH] fs: xfs: fix possible NULL pointer dereference in xfs_buf_ioapply_map()
 2022-04-11 11:32 UTC 

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-11  9:40 UTC  (19+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v12 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v12 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v12 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS
` [PATCH v12 7/7] fsdax: set a CoW flag when associate reflink mappings

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-04-11  7:06 UTC  (2+ messages)

[PATCH 0/8 v3] xfs: intent whiteouts
 2022-04-11  5:27 UTC  (16+ messages)
` [PATCH 1/8] xfs: hide log iovec alignment constraints
` [PATCH 2/8] xfs: don't commit the first deferred transaction without intents
` [PATCH 3/8] xfs: add log item flags to indicate intents
` [PATCH 4/8] xfs: tag transactions that contain intent done items
` [PATCH 5/8] xfs: factor and move some code in xfs_log_cil.c
` [PATCH 6/8] xfs: add log item method to return related intents
` [PATCH 7/8] xfs: whiteouts release intents that are not in the AIL

[ANNOUNCE] xfs: master and for-next branches updated to v5.18-rc2
 2022-04-11  1:13 UTC 

[RFC PATCH 0/3] xfs: add memory failure tests for dax mode
 2022-04-10 16:08 UTC 

xfsprogs_5.15.0-1_source.changes ACCEPTED into unstable
 2022-04-10 14:39 UTC 

Processing of xfsprogs_5.15.0-1_source.changes
 2022-04-10 14:31 UTC 

[Bug 215804] New: [xfstests generic/670] Unable to handle kernel paging request at virtual address fffffbffff000008
 2022-04-08 18:54 UTC  (2+ 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  (6+ messages)
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS

[PATCH v11 1/8] dax: Introduce holder for dax_device
 2022-04-08  5:59 UTC  (13+ messages)

[PATCH 0/5] xfsprogs: optimize -L/-U range calls for xfs_quota's dump/report
 2022-04-07 11:06 UTC  (4+ messages)
` [PATCH 3/5] xfs_quota: split get_quota() and report_mount()/dump_file()

[PATCH V9 14/19] xfs: Introduce per-inode 64-bit extent counters
 2022-04-07  8:18 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