messages from 2021-12-14 15:47:52 to 2022-01-05 01:15:46 UTC [more...]
[PATCH V4 00/20] xfsprogs: Extend per-inode extent counters
2022-01-05 1:15 UTC (11+ messages)
` [PATCH V4 10/20] xfsprogs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V4 13/20] xfsprogs: Introduce per-inode 64-bit extent counters
` [PATCH V4 15/20] xfsprogs: Enable bulkstat ioctl to support "
` [PATCH V4 17/20] xfsprogs: xfs_info: Report NREXT64 feature status
` [PATCH V4 18/20] xfsprogs: Add mkfs option to create filesystem with large extent counters
[PATCH V4 00/16] xfs: Extend per-inode extent counters
2022-01-05 1:04 UTC (27+ messages)
` [PATCH V4 01/16] xfs: Move extent count limits to xfs_format.h
` [PATCH V4 02/16] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V4 04/16] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V4 05/16] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V4 07/16] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V4 08/16] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V4 09/16] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V4 11/16] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V4 12/16] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V4 13/16] xfs: Conditionally upgrade existing inodes to use "
` [PATCH V4 14/16] xfs: Enable bulkstat ioctl to support 64-bit per-inode "
` [PATCH V4 15/16] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V4 16/16] xfs: Define max extent length based on on-disk format definition
[PATCHSET 0/7] xfs: random fixes for 5.17
2022-01-05 0:09 UTC (31+ messages)
` [PATCH 1/7] xfs: take the ILOCK when accessing the inode core
` [PATCH 2/7] xfs: shut down filesystem if we xfs_trans_cancel with deferred work items
` [PATCH 3/7] xfs: fix a bug in the online fsck directory leaf1 bestcount check
` [PATCH 4/7] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5/7] xfs: fix quotaoff mutex usage now that we don't support disabling it
` [PATCH 6/7] xfs: don't expose internal symlink metadata buffers to the vfs
` [PATCH 7/7] xfs: only run COW extent recovery when there are no live extents
[PATCH V4 06/16] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
2022-01-04 23:54 UTC (4+ messages)
[PATCH] xfs: warn about inodes with project id of -1
2022-01-04 23:43 UTC
[PATCH] xfs: hold quota inode ILOCK_EXCL until the end of dqalloc
2022-01-04 23:42 UTC
[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
2022-01-04 23:12 UTC (22+ messages)
[PATCH v9 00/10] fsdax: introduce fs query to support reflink
2022-01-04 22:55 UTC (13+ messages)
` [PATCH v9 01/10] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 03/10] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v9 04/10] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 06/10] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 09/10] xfs: Implement ->notify_failure() for XFS
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings
The question of Q_XQUOTARM ioctl
2022-01-04 20:46 UTC (3+ messages)
[PATCH] xfs: sysfs: use default_groups in kobj_type
2022-01-04 18:05 UTC (4+ messages)
[PATCH v2] design: fix computation of buffer log item bitmap size
2022-01-04 4:22 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in xlog_cil_commit
2022-01-04 2:23 UTC (4+ messages)
[PATCH] xfs/107: remove long-broken test
2022-01-04 2:07 UTC
[PATCH] xfs/014: try a few times to create speculative preallocations
2022-01-04 2:04 UTC
[PATCH] design: fix computation of buffer log item bitmap size
2022-01-04 1:44 UTC (4+ messages)
[PATCH] net/tls: Remove redundant initialization of mp
2022-01-04 1:35 UTC (3+ messages)
[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-01-03 20:24 UTC (3+ messages)
` [PATCH v2 08/11] lib: add support for device coherent type in test_hmm
Happy Weekend:
2021-12-26 9:29 UTC
[PATCH] xfs: check sb_meta_uuid for dabuf buffer recovery
2021-12-24 7:07 UTC (8+ messages)
[PATCH] xfs_quota: fix up dump and report documentation
2021-12-24 7:06 UTC (3+ messages)
[PATCHSET 5.14.3 0/3] xfsprogs: packaging fixes
2021-12-24 7:05 UTC (8+ messages)
` [PATCH 1/3] libxcmd: use emacs mode for command history editing
` [PATCH 2/3] mkfs: prevent corruption of passed-in suboption string values
` [PATCH v3 3/3] mkfs: add configuration files for the last few LTS kernels
` [PATCH v2 4/3] mkfs: document sample configuration file location
Fwd: [PATCH] xfs_quota: Support XFS_GETNEXTQUOTA in range calls
2021-12-24 6:57 UTC (2+ messages)
[PATCH v2] xfs: prevent UAF in xfs_log_item_in_current_chkpt
2021-12-22 3:46 UTC (2+ messages)
[PATCH v3 00/25] iomap/xfs folio patches
2021-12-21 22:46 UTC (31+ messages)
` [PATCH v3 01/25] block: Add bio_add_folio()
` [PATCH v3 02/25] block: Add bio_for_each_folio_all()
` [PATCH v3 03/25] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v3 04/25] iomap: Convert to_iomap_page "
` [PATCH v3 05/25] iomap: Convert iomap_page_create "
` [PATCH v3 06/25] iomap: Convert iomap_page_release "
` [PATCH v3 07/25] iomap: Convert iomap_releasepage to use "
` [PATCH v3 08/25] iomap: Add iomap_invalidate_folio
` [PATCH v3 09/25] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v3 10/25] iomap: Convert bio completions to use folios
` [PATCH v3 11/25] iomap: Use folio offsets instead of page offsets
` [PATCH v3 12/25] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v3 13/25] iomap: Convert readahead and readpage to use "
` [PATCH v3 14/25] iomap: Convert iomap_page_mkwrite "
` [PATCH v3 15/25] iomap: Allow iomap_write_begin() to be called with the full length
` [PATCH v3 16/25] iomap: Convert __iomap_zero_iter to use a folio
` iomap-folio & nvdimm merge
` [PATCH v3 17/25] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v3 18/25] iomap: Convert iomap_write_end_inline to take a folio
` [PATCH v3 19/25] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH v3 20/25] iomap: Simplify iomap_writepage_map()
` [PATCH v3 21/25] iomap: Simplify iomap_do_writepage()
` [PATCH v3 22/25] iomap: Convert iomap_add_to_ioend() to take a folio
` [PATCH v3 23/25] iomap: Convert iomap_migrate_page() to use folios
` [PATCH v3 24/25] iomap: Support large folios in invalidatepage
` [PATCH v3 25/25] xfs: Support large folios
[ANNOUNCE] xfs-linux: for-next updated to 6ed6356b0771
2021-12-21 18:29 UTC
[PATCH 00/18 V2] Repair SWAP-over-NFS
2021-12-21 8:48 UTC
[PATCH] iomap: Fix error handling in iomap_zero_iter()
2021-12-21 8:27 UTC (2+ messages)
[PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
2021-12-21 4:12 UTC (3+ messages)
XFS journal log resetting
2021-12-20 20:54 UTC (2+ messages)
[PATCH v2 2/2] xfsdump: intercept bind mount targets
2021-12-20 19:58 UTC (4+ messages)
` [PATCH v3 "
[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
2021-12-20 15:14 UTC (3+ messages)
` [RFC PATCH v2] "
mkfs: document sample configuration file location
2021-12-17 21:38 UTC (3+ messages)
[PATCH v2] mkfs: add configuration files for the last few LTS kernels
2021-12-17 20:36 UTC
[PATCH] mkfs: add configuration files for the last few LTS kernels
2021-12-17 20:30 UTC (2+ messages)
[PATCH] mkfs: prevent corruption of passed-in suboption string values
2021-12-17 19:09 UTC
[PATCH v4] tests/xfs: test COW writeback failure when overlapping non-shared blocks
2021-12-17 17:18 UTC
[PATCH v3] tests/xfs: test COW writeback failure when overlapping non-shared blocks
2021-12-17 17:06 UTC (2+ messages)
[PATCH] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
2021-12-17 17:05 UTC (2+ messages)
[PATCH] xfs: Fix comments mentioning xfs_ialloc
2021-12-17 16:54 UTC (2+ messages)
[PATCH v2] tests/xfs: test COW writeback failure when overlapping non-shared blocks
2021-12-17 15:19 UTC (3+ messages)
[PATCH v2 00/28] iomap/xfs folio patches
2021-12-16 20:43 UTC (5+ messages)
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter to use a folio
[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
2021-12-16 7:46 UTC (14+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
[PATCH 2/2] xfs: make sure link path does not go away at access
2021-12-16 2:45 UTC (14+ messages)
[PATCH V4 10/16] xfs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
2021-12-14 18:15 UTC (2+ 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).