messages from 2025-10-13 06:09:01 to 2025-10-15 11:35:35 UTC [more...]
[PATCH 00/13] vfs: recall-only directory delegations for knfsd
2025-10-15 11:35 UTC (25+ messages)
` [PATCH 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
` [PATCH 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH 12/13] nfsd: check for delegation conflicts vs. the same client
` [PATCH 13/13] nfsd: wire up GET_DIR_DELEGATION handling
[RFC V2 0/3] Add support to shrink multiple empty AGs
2025-10-15 11:02 UTC (4+ messages)
` [RFC V2 3/3] xfs: "
[ANNOUNCE] xfsprogs: for-next updated to 15fd6fc686d5
2025-10-15 9:55 UTC
Packaging issue: xfs_scrub_all_fail.service NoNewPrivileges breaks emailing reports
2025-10-15 9:23 UTC (8+ messages)
` Bug#1116595: "
` [PATCH] xfs_scrub_fail: reduce security lockdowns to avoid postfix problems
` Bug#1116595: "
[PATCH v4 0/3] fstests: basic smoke test on zoned loop device
2025-10-15 8:45 UTC (9+ messages)
` [PATCH v4 1/3] common/zoned: add _require_zloop
` [PATCH v4 2/3] common/zoned: add _create_zloop
` [PATCH v4 3/3] generic: basic smoke for filesystems on zoned block devices
[PATCH v2 1/3] xfs: don't set bt_nr_sectors to a negative number
2025-10-15 8:07 UTC (4+ messages)
` [PATCH v2 2/3] xfs: always warn about deprecated mount options
` [PATCH v2 3/3] xfs: quietly ignore "
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-15 7:39 UTC (2+ messages)
allow file systems to increase the minimum writeback chunk size
2025-10-15 7:27 UTC (9+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
[PATCH] mkfs.xfs fix sunit size on 512e and 4kN disks
2025-10-15 6:52 UTC (2+ messages)
[PATCH] xfs: cache open zone in inode->i_private
2025-10-15 6:30 UTC
[PATCH RFC] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
2025-10-15 6:30 UTC (7+ messages)
[PATCH] xfs: avoid busy loops in GCD
2025-10-15 6:29 UTC
[PATCH] xfs: don't set bt_nr_sectors to a negative number
2025-10-15 6:08 UTC (5+ messages)
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-15 5:46 UTC (12+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 13/14] xfs: use the new ->i_state accessors
cleanup quota locking
2025-10-15 5:00 UTC (13+ messages)
` [PATCH 01/17] xfs: make qi_dquots a 64-bit value
` [PATCH 02/17] xfs: remove xfs_dqunlock and friends
` [PATCH 03/17] xfs: don't lock the dquot before return in xqcheck_commit_dquot
` [PATCH 04/17] xfs: don't lock the dquot before return in xrep_quota_item
` [PATCH 08/17] xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqpp
kill xlog_in_core_2_t v2
2025-10-15 4:41 UTC (23+ messages)
` [PATCH 1/9] xfs: add a XLOG_CYCLE_DATA_SIZE constant
` [PATCH 2/9] xfs: add a on-disk log header cycle array accessor
` [PATCH 3/9] xfs: don't use xlog_in_core_2_t in struct xlog_in_core
` [PATCH 4/9] xfs: cleanup xlog_alloc_log a bit
` [PATCH 5/9] xfs: remove a very outdated comment from xlog_alloc_log
` [PATCH 6/9] xfs: remove xlog_in_core_2_t
` [PATCH 7/9] xfs: remove the xlog_rec_header_t typedef
` [PATCH 8/9] xfs: remove l_iclog_heads
` [PATCH 9/9] xfs: remove the xlog_in_core_t typedef
[PATCH v3 0/3] fstests: basic smoke test on zoned loop device
2025-10-15 4:09 UTC (14+ messages)
` [PATCH v3 1/3] common/zoned: add _require_zloop
` [PATCH v3 2/3] common/zoned: add _create_zloop
` [PATCH v3 3/3] generic: basic smoke for filesystems on zoned block devices
[PATCH] xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
2025-10-14 21:05 UTC (4+ messages)
[PATCH v4] xfs: do not tightly pack-write large files
2025-10-14 21:04 UTC (3+ messages)
filemap_* writeback interface cleanups
2025-10-14 20:45 UTC (48+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_flush to filemap_fdatawrite_kick
[PATCH 1/2] xfs: quietly ignore deprecated mount options
2025-10-14 20:35 UTC (7+ messages)
` [PATCH 2/2] xfs: always warn about "
Processed: Debian Bug#1117890: xfsprogs: warning logged to system.log
2025-10-14 18:53 UTC
Double alloc/free of cache item
2025-10-14 17:24 UTC (3+ messages)
mkfs.xfs "concurrency" change concerns
2025-10-14 15:36 UTC (5+ messages)
[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
2025-10-14 5:10 UTC (7+ messages)
[PATCH v3] xfs: do not tightly pack-write large files
2025-10-14 4:17 UTC (2+ messages)
[PATCH] block: enable per-cpu bio cache by default
2025-10-14 2:38 UTC (7+ messages)
` [External] "
XFS attr2 mount option removal may break system boot
2025-10-13 21:29 UTC (2+ messages)
[PATCH, RFC] limit per-inode writeback size considered harmful
2025-10-13 21:16 UTC (3+ messages)
Processed: Re: DeprecationWarning: datetime.datetime.utcnow() is deprecated
2025-10-13 17:42 UTC (3+ messages)
` Bug#1112588: "
[PATCH v2 0/3] fstests: basic smoke test on zoned loop device
2025-10-13 15:41 UTC (8+ messages)
` [PATCH v2 2/3] common/zoned: add _create_zloop
store the buftarg size in the buftarg v4
2025-10-13 14:54 UTC (6+ messages)
` [PATCH 1/2] xfs: track the number of blocks in each buftarg
[ANNOUNCE] xfsprogs: for-next updated to 059eef174487
2025-10-13 13:54 UTC
[PATCH v2] xfs: do not tightly pack-write large files
2025-10-13 8:34 UTC (2+ messages)
[PATCH] iomap: add IOMAP_DIO_ALIGNED flag for btrfs
2025-10-13 7:11 UTC (4+ messages)
[PATCH] xfs: do not tight-pack write large files
2025-10-13 7:09 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 read-only IMAP folder(s) and NNTP newsgroup(s).