messages from 2019-01-30 12:15:38 to 2019-02-04 20:52:00 UTC [more...]
[PATCH v2 00/10] xfs: incore unlinked list
2019-02-04 20:51 UTC (16+ messages)
` [PATCH 01/10] xfs: clean up iunlink functions
` [PATCH 02/10] xfs: track unlinked inode counts in per-ag data
` [PATCH 03/10] xfs: add xfs_verify_agino_or_null helper
` [PATCH 04/10] xfs: refactor AGI unlinked bucket updates
` [PATCH 05/10] xfs: strengthen AGI unlinked inode bucket pointer checks
` [PATCH 06/10] xfs: refactor inode unlinked pointer update functions
` [PATCH 07/10] xfs: refactor unlinked list search and mapping to a separate function
` [PATCH 08/10] xfs: refactor inode update in iunlink_remove
` [PATCH 09/10] xfs: add tracepoints for high level iunlink operations
` [PATCH 10/10] xfs: cache unlinked pointers in an rhashtable
[PATCH 0/8] xfsprogs: various fixes
2019-02-04 19:19 UTC (17+ messages)
` [PATCH 1/8] xfs_scrub_all: walk the lsblk device/fs hierarchy correctly
` [PATCH 2/8] xfs_scrub_all.timer: activate after most of the system is up
` [PATCH 3/8] xfs_scrub: rename the global nr_threads
` [PATCH 4/8] xfs_scrub: use datadev parallelization estimates for thread count
` [PATCH 5/8] xfs_scrub: use data/rtdev parallelization estimates for the read-verify pool
` [PATCH 6/8] xfs_repair: reinitialize the root directory nlink correctly
[ANNOUNCE] xfs-linux: xfs-5.0-fixes updated to add46b3b0212
2019-02-04 18:33 UTC
[PATCH v2 00/10] xfs: stable fixes for v4.19.y
2019-02-04 16:54 UTC (11+ messages)
` [PATCH v2 01/10] xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
` [PATCH v2 02/10] xfs: cancel COW blocks before swapext
` [PATCH v2 03/10] xfs: Fix error code in 'xfs_ioc_getbmap()'
` [PATCH v2 04/10] xfs: fix overflow in xfs_attr3_leaf_verify
` [PATCH v2 05/10] xfs: fix shared extent data corruption due to missing cow reservation
` [PATCH v2 06/10] xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
` [PATCH v2 07/10] xfs: delalloc -> unwritten COW fork allocation can go wrong
` [PATCH v2 08/10] fs/xfs: fix f_ffree value for statfs when project quota is set
` [PATCH v2 09/10] xfs: fix PAGE_MASK usage in xfs_free_file_space
` [PATCH v2 10/10] xfs: fix inverted return from xfs_btree_sblock_verify_crc
[PATCH 0/8] xfs: incore unlinked list
2019-02-04 16:31 UTC (42+ messages)
` [PATCH 1/8] xfs: clean up iunlink functions
` [PATCH 2/8] xfs: track unlinked inode counts in per-ag data
` [PATCH 3/8] xfs: refactor AGI unlinked bucket updates
` [PATCH 4/8] xfs: strengthen AGI unlinked inode bucket pointer checks
` [PATCH 5/8] xfs: refactor inode unlinked pointer update functions
` [PATCH 6/8] xfs: hoist unlinked list search and mapping to a separate function
` [PATCH 7/8] xfs: add tracepoints for high level iunlink operations
` [PATCH 8/8] xfs: cache unlinked pointers in an rhashtable
[PATCH] xfs/420: only check the extent layout after syncing
2019-02-04 15:30 UTC
[PATCH v3 0/9] xfs: fix [f]inobt magic value verification
2019-02-04 14:52 UTC (10+ messages)
` [PATCH v3 1/9] xfs: set buffer ops when repair probes for btree type
` [PATCH v3 2/9] xfs: always check magic values in on-disk byte order
` [PATCH v3 3/9] xfs: create a separate finobt verifier
` [PATCH v3 4/9] xfs: distinguish between inobt and finobt magic values
` [PATCH v3 5/9] xfs: split up allocation btree verifier
` [PATCH v3 6/9] xfs: distinguish between bnobt and cntbt magic values
` [PATCH v3 7/9] xfs: use verifier magic field in dir2 leaf verifiers
` [PATCH v3 8/9] xfs: miscellaneous verifier magic value fixups
` [PATCH v3 9/9] xfs: factor xfs_da3_blkinfo verification into common helper
move noatime and automount flags setting into common code
2019-02-03 14:44 UTC (5+ messages)
` [PATCH 1/2] orangefs: don't reinitialize result_mask in ->getattr
[PATCH v2 1/2] common/dump: do not override test cleanup trap
2019-02-03 13:07 UTC (4+ messages)
` [PATCH v2 2/2] xfs/068: Verify actual file count instead of reported file count
[PATCH 1/4] xfs/093: make sure the scratch directory still exists after repair
2019-02-03 9:14 UTC (5+ messages)
` [PATCH 3/4] common: fix kmemleak to work with sections
` [PATCH 4/4] generic: check for reasonable inode creation time
[Bug 202441] New: Possibly vfs cache related replicable xfs regression since 4.19.0 on sata hdd:s
2019-02-03 8:12 UTC (3+ messages)
` [Bug 202441] "
[PATCH v4 0/6] xfs: properly invalidate cached writeback mapping
2019-02-02 16:09 UTC (9+ messages)
` [PATCH v4 1/6] xfs: eof trim writeback mapping as soon as it is cached
` [PATCH v4 2/6] xfs: update fork seq counter on data fork changes
` [PATCH v4 3/6] xfs: validate writeback mapping using data fork seq counter
` [PATCH v4 4/6] xfs: remove superfluous writeback mapping eof trimming
` [PATCH v4 5/6] xfs: create delalloc bmapi wrapper for full extent allocation
` [PATCH v4 6/6] xfs: use the latest extent at writeback delalloc conversion time
[PATCH 0/2] [REGRESSION v4.19-20] mm: shrinkers are now way too aggressive
2019-02-01 23:39 UTC (9+ messages)
` [PATCH 1/2] Revert "mm: don't reclaim inodes with many attached pages"
[PATCH 1/2] libfrog: hoist bitmap out of scrub
2019-02-01 18:47 UTC (5+ messages)
` [PATCH 2/2] xfs_repair: correctly account for free space btree shrinks when fixing freelist
` [PATCH v2 "
[GIT PULL] iomap: more fixes for v5.0
2019-02-01 18:35 UTC (2+ messages)
[ANNOUNCE] xfsprogs for-next updated to 2cd8d66
2019-02-01 17:56 UTC
[PATCH v3 0/6] xfs: properly invalidate cached writeback mapping
2019-02-01 17:40 UTC (4+ messages)
` [PATCH v3 1/6] xfs: eof trim writeback mapping as soon as it is cached
make delalloc conversion more robust and clear
2019-02-01 16:08 UTC (29+ messages)
` [PATCH 01/11] FOLD: improve xfs_bmapi_delalloc
` [PATCH 02/11] xfs: remove the io_type field from the writeback context and ioend
` [PATCH 03/11] xfs: remove the s_maxbytes checks in xfs_map_blocks
` [PATCH 04/11] xfs: don't try to map blocks beyond i_size in writeback
` [PATCH 05/11] xfs: simplify the xfs_bmap_btree_to_extents calling conventions
` [PATCH 06/11] xfs: factor out two helpers from xfs_bmapi_write
` [PATCH 07/11] xfs: split XFS_BMAPI_DELALLOC handling "
` [PATCH 08/11] xfs: move transaction handling to xfs_bmapi_convert_delalloc
` [PATCH 09/11] xfs: move stat accounting "
` [PATCH 10/11] xfs: move xfs_iomap_write_allocate to xfs_aops.c
` [PATCH 11/11] xfs: retry COW fork delalloc conversion when no extent was found
[LSF/MM TOPIC] Lazy file reflink
2019-02-01 13:49 UTC (12+ messages)
[PATCH] iomap: get/put the page in iomap_page_create/release()
2019-01-31 23:28 UTC (2+ messages)
[PATCH -next] xfs: remove duplicated xfs_defer.h
2019-01-31 23:24 UTC (2+ messages)
[PATCH] xfs_repair: fix incorrect return value in namecheck()
2019-01-31 20:47 UTC (3+ messages)
[RFC PATCH] ext4: add link file support for {GET,SET}XATTR ioctl
2019-01-31 20:43 UTC (4+ messages)
[PATCH 00/10] xfs: stable fixes for v4.19.y
2019-01-31 18:26 UTC (14+ messages)
` [PATCH 01/10] xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
` [PATCH 02/10] xfs: cancel COW blocks before swapext
` [PATCH 03/10] xfs: Fix error code in 'xfs_ioc_getbmap()'
` [PATCH 04/10] xfs: fix overflow in xfs_attr3_leaf_verify
` [PATCH 05/10] xfs: fix shared extent data corruption due to missing cow reservation
` [PATCH 06/10] xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
` [PATCH 07/10] xfs: delalloc -> unwritten COW fork allocation can go wrong
` [PATCH 08/10] fs/xfs: fix f_ffree value for statfs when project quota is set
` [PATCH 09/10] xfs: fix PAGE_MASK usage in xfs_free_file_space
` [PATCH 10/10] xfs: fix inverted return from xfs_btree_sblock_verify_crc
[PATCH v2 0/7] xfs: fix [f]inobt magic value verification
2019-01-31 18:04 UTC (12+ messages)
` [PATCH v2 1/7] xfs: set buffer ops when repair probes for btree type
` [PATCH v2 2/7] xfs: always check magic values in on-disk byte order
` [PATCH v2 3/7] xfs: create a separate finobt verifier
` [PATCH v2 4/7] xfs: distinguish between inobt and finobt magic values
` [PATCH v2 5/7] xfs: use verifier magic field in dir2 leaf verifiers
` [PATCH v2 6/7] xfs: miscellaneous verifier magic value fixups
` [PATCH v2 7/7] xfs: factor xfs_da3_blkinfo verification into common helper
[Bug 202349] New: Extreme desktop freezes during sustained write operations with XFS
2019-01-31 14:56 UTC (3+ messages)
` [Bug 202349] "
[ANNOUNCE] xfsprogs for-next updated to 193bc42
2019-01-31 13:51 UTC (3+ messages)
[PATCH RFC v2 0/3] xfs: fix [f]inobt magic value verification
2019-01-30 12:15 UTC (8+ messages)
` [PATCH RFC v2 2/3] xfs: distinguish between inobt and finobt magic values
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).