messages from 2024-06-25 18:28:57 to 2024-07-02 01:10:10 UTC [more...]
[PATCHBOMB] xfsprogs: program changes (mostly xfs_scrub) for 6.10
2024-07-02 1:10 UTC (81+ messages)
` [PATCHSET v30.7 01/16] xfsprogs: atomic file updates
` [PATCH 01/12] man: document the exchange-range ioctl
` [PATCH 02/12] man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE
` [PATCH 03/12] libhandle: add support for bulkstat v5
` [PATCH 04/12] libfrog: add support for exchange range ioctl family
` [PATCH 05/12] xfs_db: advertise exchange-range in the version command
` [PATCH 06/12] xfs_logprint: support dumping exchmaps log items
` [PATCH 07/12] xfs_fsr: convert to bulkstat v5 ioctls
` [PATCH 08/12] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
` [PATCH 09/12] xfs_io: create exchangerange command to test file range exchange ioctl
` [PATCH 10/12] libfrog: advertise exchange-range support
` [PATCH 11/12] xfs_repair: add exchange-range to file systems
` [PATCH 12/12] mkfs: add a formatting option for exchange-range
` [PATCHSET v30.7 02/16] xfsprogs: inode-related repair fixes
` [PATCH 1/3] xfs_{db,repair}: add an explicit owner field to xfs_da_args
` [PATCH 2/3] libxfs: port the bumplink function from the kernel
` [PATCH 3/3] mkfs/repair: pin inodes that would otherwise overflow link count
` [PATCHSET v30.7 03/16] xfs_scrub: detect deceptive filename extensions
` [PATCH 01/13] xfs_scrub: use proper UChar string iterators
` [PATCH 02/13] xfs_scrub: hoist code that removes ignorable characters
` [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
` [PATCH 04/13] xfs_scrub: avoid potential UAF after freeing a duplicate name entry
` [PATCH 05/13] xfs_scrub: guard against libicu returning negative buffer lengths
` [PATCH 06/13] xfs_scrub: hoist non-rendering character predicate
` [PATCH 07/13] xfs_scrub: store bad flags with the name entry
` [PATCH 08/13] xfs_scrub: rename UNICRASH_ZERO_WIDTH to UNICRASH_INVISIBLE
` [PATCH 09/13] xfs_scrub: type-coerce the UNICRASH_* flags
` [PATCH 10/13] xfs_scrub: reduce size of struct name_entry
` [PATCH 11/13] xfs_scrub: rename struct unicrash.normalizer
` [PATCH 12/13] xfs_scrub: report deceptive file extensions
` [PATCH 13/13] xfs_scrub: dump unicode points
` [PATCHSET v30.7 04/16] xfs_scrub: move fstrim to a separate phase
` [PATCH 1/8] xfs_scrub: move FITRIM to phase 8
` [PATCH 2/8] xfs_scrub: ignore phase 8 if the user disabled fstrim
` [PATCH 3/8] xfs_scrub: collapse trim_filesystem
` [PATCH 4/8] xfs_scrub: fix the work estimation for phase 8
` [PATCH 5/8] xfs_scrub: report FITRIM errors properly
` [PATCH 6/8] xfs_scrub: don't call FITRIM after runtime errors
` [PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
` [PATCH 8/8] xfs_scrub: improve progress meter for phase 8 fstrimming
` [PATCHSET v30.7 05/16] xfs_scrub: use free space histograms to reduce fstrim runtime
` [PATCH 1/7] libfrog: hoist free space histogram code
` [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
` [PATCHSET v30.7 06/16] xfs_scrub: tighten security of systemd services
` [PATCH 1/6] xfs_scrub: allow auxiliary pathnames for sandboxing
` [PATCH 2/6] xfs_scrub.service: reduce background CPU usage to less than one core if possible
` [PATCH 3/6] xfs_scrub: use dynamic users when running as a systemd service
` [PATCH 4/6] xfs_scrub: tighten up the security on the background "
` [PATCH 5/6] xfs_scrub_fail: "
` [PATCH 6/6] xfs_scrub_all: "
` [PATCHSET v30.7 07/16] xfs_scrub_all: automatic media scan service
` [PATCH 1/6] xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
` [PATCH 2/6] xfs_scrub_all: remove journalctl background process
` [PATCH 3/6] xfs_scrub_all: support metadata+media scans of all filesystems
` [PATCH 4/6] xfs_scrub_all: enable periodic file data scrubs automatically
` [PATCH 5/6] xfs_scrub_all: trigger automatic media scans once per month
` [PATCH 6/6] xfs_scrub_all: failure reporting for the xfs_scrub_all job
` [PATCHSET v30.7 08/16] xfs_scrub_all: improve systemd handling
` [PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl "
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls
` [PATCHSET v30.7 09/16] xfs_scrub: automatic optimization by default
` [PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 2/3] xfs_scrub: add an optimization-only mode
` [PATCH 3/3] debian: enable xfs_scrub_all systemd timer services by default
` [PATCHSET v13.7 10/16] xfsprogs: improve extended attribute validation
` [PATCH 1/3] xfs_repair: check free space requirements before allowing upgrades
` [PATCHSET v13.7 11/16] xfsprogs: Parent Pointers
` [PATCHSET v13.7 12/16] xfsprogs: scrubbing for parent pointers
` [PATCHSET v13.7 13/16] xfsprogs: offline repair "
` [PATCHSET v13.7 14/16] xfsprogs: detect and correct directory tree problems
` [PATCHSET v30.7 15/16] xfs_scrub: vectorize kernel calls
` [PATCHSET v30.7 16/16] xfs_repair: small remote symlinks are ok
[PATCH 00/10] fs: multigrain timestamp redux
2024-07-02 0:22 UTC (15+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "
[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
2024-07-01 23:47 UTC (35+ messages)
` [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/13] fs/dax: Refactor wait for dax idle page
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 05/13] mm: Allow compound zone device pages
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 08/13] huge_memory: Allow mappings of PMD "
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 12/13] mm: Remove pXX_devmap callers
` [PATCH 13/13] mm: Remove devmap related functions and page table bits
[PATCH V5] xfs: Avoid races with cnt_btree lastrec updates
2024-07-01 23:42 UTC (2+ messages)
[PATCH v8 00/10] enable bs > ps in XFS
2024-07-01 23:40 UTC (13+ messages)
` [PATCH v8 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v8 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v8 08/10] xfs: expose block size in stat
` [PATCH v8 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v8 10/10] xfs: enable block size larger than page size support
[PATCH] xfs: honor init_xattrs in xfs_init_new_inode for !attr && attr2 fs
2024-07-01 23:37 UTC (4+ messages)
[PATCH v2 00/11] fs: multigrain timestamp redux
2024-07-01 20:33 UTC (20+ messages)
` [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t
` [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time "
` [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps
` [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v2 07/11] xfs: switch to multigrain timestamps
` [PATCH v2 08/11] ext4: "
` [PATCH v2 09/11] btrfs: convert "
` [PATCH v2 10/11] tmpfs: add support for "
` [PATCH v2 11/11] Documentation: add a new file documenting "
[Bug 215851] New: gcc 12.0.1 LATEST: -Wdangling-pointer= triggers
2024-07-01 14:59 UTC (3+ messages)
` [Bug 215851] "
[RFC PATCH] xfs: enable WQ_MEM_RECLAIM on m_sync_workqueue
2024-07-01 14:13 UTC (5+ messages)
` [PATCH v2] "
[PATCH -next v6 0/2] iomap/xfs: fix stale data exposure when truncating realtime inodes
2024-07-01 12:35 UTC (5+ messages)
` [PATCH -next v6 1/2] xfs: reserve blocks for truncating large realtime inode
[syzbot] Monthly xfs report (Jul 2024)
2024-07-01 10:28 UTC
[PATCH v3 0/2] Separate xfs_log_vec/iovec to save memory
2024-07-01 4:49 UTC (5+ messages)
` [PATCH v3 1/2] xfs: add xfs_log_vec_cache for separate xfs_log_vec/xfs_log_iovec
` [PATCH v3 2/2] xfs: make xfs_log_iovec independent from xfs_log_vec and free it early
[PATCH V4] xfs: Avoid races with cnt_btree lastrec updates
2024-07-01 3:03 UTC (2+ messages)
[PATCH V3] xfs: Avoid races with cnt_btree lastrec updates
2024-07-01 2:49 UTC (4+ messages)
[PATCH v2] xfs: reorder xfs_inode structure elements to remove unneeded padding
2024-07-01 2:16 UTC (2+ messages)
xfs: byte-based grant head reservation tracking v4
2024-07-01 0:59 UTC (3+ messages)
` [PATCH 10/11] xfs: grant heads track byte counts, not LSNs
[GIT PULL] xfs: bug fixes for 6.10
2024-06-29 16:31 UTC (2+ messages)
[PATCH] xfs: add __GFP_NOLOCKDEP when allocating memory in xfs_attr_shortform_list()
2024-06-28 23:31 UTC (4+ messages)
[syzbot] [xfs?] possible deadlock in xfs_can_free_eofblocks
2024-06-28 16:42 UTC (2+ messages)
[PATCHSET v3.0 5/5] xfs: enable FITRIM for the realtime section
2024-06-27 20:54 UTC (7+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device
` [PATCH v2 "
[ANNOUNCE] xfs-linux: for-next updated to 673cd885bbbf
2024-06-26 9:08 UTC
[PATCH] xfs: make xfs_log_iovec independent from xfs_log_vec and release it early
2024-06-26 5:07 UTC (2+ messages)
[PATCH] xfs: make xfs_log_iovec independent from xfs_log_vec and release it early
2024-06-25 21:56 UTC (2+ messages)
[PATCH xfs v2 0/2] Separate xfs_log_vec/iovec to save memory
2024-06-25 18:28 UTC (2+ messages)
` [PATCH xfs v2 2/2] xfs: make xfs_log_iovec independent from xfs_log_vec and free it early
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).