messages from 2024-07-03 01:59:57 to 2024-07-09 20:46:07 UTC [more...]
[PATCH 0/9] introduce defrag to xfs_spaceman
2024-07-09 20:46 UTC (13+ messages)
` [PATCH 1/9] xfsprogs: introduce defrag command to spaceman
` [PATCH 2/9] spaceman/defrag: pick up segments from target file
` [PATCH 3/9] spaceman/defrag: defrag segments
` [PATCH 4/9] spaceman/defrag: ctrl-c handler
` [PATCH 5/9] spaceman/defrag: exclude shared segments on low free space
` [PATCH 6/9] spaceman/defrag: workaround kernel xfs_reflink_try_clear_inode_flag()
` [PATCH 7/9] spaceman/defrag: sleeps between segments
` [PATCH 8/9] spaceman/defrag: readahead for better performance
` [PATCH 9/9] spaceman/defrag: warn on extsize
[PATCH v8 00/10] enable bs > ps in XFS
2024-07-09 17:33 UTC (38+ messages)
` [PATCH v8 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v8 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
2024-07-09 15:56 UTC (7+ messages)
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 13/13] mm: Remove devmap related functions and page table bits
[PATCH v9 00/10] enable bs > ps in XFS
2024-07-09 12:49 UTC (23+ messages)
` [PATCH v9 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v9 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v9 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v9 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v9 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v9 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v9 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v9 08/10] xfs: expose block size in stat
` [PATCH v9 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v9 10/10] xfs: enable block size larger than page size support
[PATCH v2 00/13] forcealign for xfs
2024-07-09 11:19 UTC (29+ messages)
` [PATCH v2 01/13] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v2 02/13] xfs: always tail align maxlen allocations
` [PATCH v2 03/13] xfs: simplify extent allocation alignment
` [PATCH v2 04/13] xfs: make EOF allocation simpler
` [PATCH v2 05/13] xfs: introduce forced allocation alignment
` [PATCH v2 06/13] xfs: align args->minlen for "
` [PATCH v2 07/13] xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 08/13] xfs: Do not free EOF blocks for forcealign
` [PATCH v2 09/13] xfs: Update xfs_inode_alloc_unitsize() "
` [PATCH v2 10/13] xfs: Unmap blocks according to forcealign
` [PATCH v2 11/13] xfs: Only free full extents for forcealign
` [PATCH v2 12/13] xfs: Don't revert allocated offset "
` [PATCH v2 13/13] xfs: Enable file data forcealign feature
[PATCH] xfs: convert comma to semicolon
2024-07-09 10:01 UTC (2+ messages)
[PATCH v2] libxfs: remove duplicate rtalloc declarations in libxfs.h
2024-07-09 9:48 UTC (2+ messages)
[PATCH] libxfs: remove duplicate rtalloc declarations in libxfs.h
2024-07-09 7:32 UTC (3+ messages)
[RFC PATCH 0/4] bringing back the AGFL reserve
2024-07-09 2:20 UTC (5+ messages)
` [RFC PATCH 1/4] xfs: resurrect the AGFL reservation
[PATCH] xfs: eliminate lockdep false positives in xfs_attr_shortform_list
2024-07-08 22:38 UTC (5+ messages)
[PATCH v4 0/9] fs: multigrain timestamp redux
2024-07-08 19:01 UTC (16+ messages)
` [PATCH v4 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v4 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v4 3/9] fs: add percpu counters for significant "
` [PATCH v4 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v4 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v4 6/9] xfs: switch to "
` [PATCH v4 7/9] ext4: "
` [PATCH v4 8/9] btrfs: convert "
` [PATCH v4 9/9] tmpfs: add support for "
[PATCHSET v30.8] xfs_scrub: use free space histograms to reduce fstrim runtime
2024-07-08 17:27 UTC (10+ messages)
` [PATCH 1/7] libfrog: hoist free space histogram code
` [PATCH v30.8.1 "
` [PATCH 2/7] libfrog: print wider columns for free space histogram
` [PATCH 3/7] libfrog: print cdf of free space buckets
` [PATCH 4/7] xfs_scrub: don't close stdout when closing the progress bar
` [PATCH 5/7] xfs_scrub: remove pointless spacemap.c arguments
` [PATCH 6/7] xfs_scrub: collect free space histograms during phase 7
` [PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms
[PATCH] xfs: fix rtalloc rotoring when delalloc is in use
2024-07-08 17:24 UTC (2+ messages)
[PATCH v3 0/9] fs: multigrain timestamp redux
2024-07-08 15:32 UTC (16+ messages)
` [PATCH v3 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v3 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v3 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v3 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v3 6/9] xfs: switch to "
` [PATCH v3 7/9] ext4: "
` [PATCH v3 8/9] btrfs: convert "
` [PATCH v3 9/9] tmpfs: add support for "
xfs deadlock on mm-unstable kernel?
2024-07-08 10:14 UTC (2+ messages)
[BUG REPORT] xfs/057: Unable to reclaim inodes during fs unmount
2024-07-08 7:26 UTC
[ANNOUNCE] xfs-linux: for-next updated to 49cdc4e834e4
2024-07-07 6:01 UTC
[PATCH v2] xfs: enable WQ_MEM_RECLAIM on m_sync_workqueue
2024-07-06 6:37 UTC (4+ messages)
[PATCHSET v30.7 03/16] xfs_scrub: detect deceptive filename extensions
2024-07-04 7:22 UTC (8+ messages)
` [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
[PATCH] fiexchange.h: update XFS_IOC_EXCHANGE_RANGE again
2024-07-04 6:05 UTC (2+ messages)
[PATCH] xfs/444: fix agfl reset warning detection for small log buffers
2024-07-04 6:05 UTC (2+ messages)
[PATCH v2] xfs: enable WQ_MEM_RECLAIM on m_sync_workqueue
2024-07-03 23:02 UTC (4+ messages)
[GIT PULLBOMB] xfs: log intent item cleanups for 6.11
2024-07-03 21:41 UTC (5+ messages)
` [GIT PULL 1/4] xfs: hoist inode operations to libxfs
` [GIT PULL 2/4] xfs: extent free log intent cleanups
` [GIT PULL 3/4] xfs: rmap "
` [GIT PULL 4/4] xfs: refcount "
[PATCH v2] xfs: get rid of xfs_ag_resv_rmapbt_alloc
2024-07-03 20:54 UTC (3+ messages)
[PATCH 8/9] xfs: remove xfs_defer_agfl_block
2024-07-03 8:07 UTC (2+ messages)
[PATCH] xfs: get rid of xfs_ag_resv_rmapbt_alloc
2024-07-03 6:33 UTC (3+ messages)
[PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
2024-07-03 5:27 UTC (12+ messages)
[PATCHSET v30.7 05/16] xfs_scrub: use free space histograms to reduce fstrim runtime
2024-07-03 5:17 UTC (15+ messages)
` [PATCH 1/7] libfrog: hoist free space histogram code
` [PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms
[PATCH v3 0/2] Separate xfs_log_vec/iovec to save memory
2024-07-03 5:14 UTC (6+ messages)
` [PATCH v3 2/2] xfs: make xfs_log_iovec independent from xfs_log_vec and free it early
xfs: byte-based grant head reservation tracking v4
2024-07-03 5:10 UTC (8+ messages)
` [PATCH 11/11] xfs: skip flushing log items during push
[PATCHSET v30.7 09/16] xfs_scrub: automatic optimization by default
2024-07-03 5:01 UTC (6+ messages)
` [PATCH 3/3] debian: enable xfs_scrub_all systemd timer services "
[PATCHSET v30.7 04/16] xfs_scrub: move fstrim to a separate phase
2024-07-03 4:50 UTC (7+ messages)
` [PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
` [PATCH v30.7.1 7/8] xfs_scrub: improve responsiveness while trimming the filesystem
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