linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 22:56:30 to 2019-02-02 19:50:57 UTC [more...]

[PATCH 0/8] xfs: incore unlinked list
 2019-02-02 19:50 UTC  (35+ 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 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  (11+ messages)
` [PATCH 1/2] Revert "mm: don't reclaim inodes with many attached pages"
` [PATCH 2/2] Revert "mm: slowly shrink slabs with a relatively small number of objects"

[Bug 202441] New: Possibly vfs cache related replicable xfs regression since 4.19.0 on sata hdd:s
 2019-02-01 21:59 UTC  (32+ messages)
` [Bug 202441] "

[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)

move noatime and automount flags setting into common code
 2019-02-01  6:56 UTC  (3+ 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  (4+ 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

linux-next: Fixes tag needs some work in the xfs tree
 2019-01-30  0:38 UTC  (6+ messages)

[PATCH 0/5] xfs: fix [f]inobt magic value verification
 2019-01-29 18:33 UTC  (6+ messages)
` [PATCH 1/5] xfs: create a separate finobt verifier
` [PATCH 2/5] xfs: distinguish between inobt and finobt magic values
` [PATCH 3/5] xfs: use verifier magic field in dir2 leaf verifiers
` [PATCH 4/5] xfs: miscellaneous verifier magic value fixups
` [PATCH 5/5] xfs: fix typo in xfs_inode_buf_ra_ops verifier name

[PATCH 1/4] xfs/093: make sure the scratch directory still exists after repair
 2019-01-29 16:17 UTC  (4+ messages)
` [PATCH 2/4] xfs/138: format the scratch device before using it
` [PATCH 3/4] common: fix kmemleak to work with sections
` [PATCH 4/4] generic: check for reasonable inode creation time

[PATCH] xfs: end sync buffer I/O properly on shutdown error
 2019-01-29 13:47 UTC  (3+ messages)

Regular FS shutdown while rsync is running
 2019-01-29 13:46 UTC  (11+ messages)


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).