public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-18 19:15:24 to 2019-01-01 02:18:28 UTC [more...]

[PATCH v18 0/4] xfs: online repair support
 2019-01-01  2:18 UTC  (2+ messages)
` [PATCH 1/4] xfs: introduce online scrub freeze

[PATCH 00/12] xfs: deferred inode inactivation
 2019-01-01  2:18 UTC  (13+ messages)
` [PATCH 01/12] xfs: free COW staging extents when freezing filesystem
` [PATCH 02/12] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 03/12] xfs: decide if inode needs inactivation
` [PATCH 04/12] xfs: track unlinked inactive inode fs summary counters
` [PATCH 05/12] xfs: track unlinked inactive inode quota counters
` [PATCH 06/12] xfs: refactor walking of per-AG RECLAIM inodes
` [PATCH 07/12] xfs: refactor eofblocks inode match code
` [PATCH 08/12] xfs: deferred inode inactivation
` [PATCH 09/12] xfs: retry fs writes when there isn't space
` [PATCH 10/12] xfs: force inactivation before fallocate when space is low
` [PATCH 11/12] xfs: parallelize inode inactivation
` [PATCH 12/12] xfs: wait for deferred inactivation when destroying unlinked inodes

[PATCH v18 00/17] xfs: online repair support
 2019-01-01  2:11 UTC  (18+ messages)
` [PATCH 01/17] xfs: separate inode geometry
` [PATCH 02/17] xfs: create a big array data structure
` [PATCH 03/17] xfs: repair free space btrees
` [PATCH 04/17] xfs: repair inode btrees
` [PATCH 05/17] xfs: repair refcount btrees
` [PATCH 06/17] xfs: repair inode records
` [PATCH 07/17] xfs: zap broken inode forks
` [PATCH 08/17] xfs: repair inode block maps
` [PATCH 09/17] xfs: repair damaged symlinks
` [PATCH 10/17] xfs: create a blob array data structure
` [PATCH 11/17] xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapi
` [PATCH 12/17] xfs: remove unnecessary inode-transaction roll
` [PATCH 13/17] xfs: create a new inode fork block unmap helper
` [PATCH 14/17] xfs: repair extended attributes
` [PATCH 15/17] xfs: scrub should set preen if attr leaf has holes
` [PATCH 16/17] xfs: repair quotas
` [PATCH 17/17] xfs: convert big array and blob array to use memfd backend

[PATCH 0/8] xfs: inode scrubber fixes
 2019-01-01  2:09 UTC  (9+ messages)
` [PATCH 1/8] xfs: never try to scrub more than 64 inodes per inobt record
` [PATCH 2/8] xfs: check the ir_startino alignment directly
` [PATCH 3/8] xfs: check inobt record alignment on big block filesystems
` [PATCH 4/8] xfs: hoist inode cluster checks out of loop
` [PATCH 5/8] xfs: clean up the inode cluster checking in the inobt scrub
` [PATCH 6/8] xfs: scrub big block inode btrees correctly
` [PATCH 7/8] xfs: abort xattr scrub if fatal signals are pending
` [PATCH 8/8] xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t

[PATCH] xfs_db: fix finobt record decoding when sparse inodes enabled
 2018-12-31 19:18 UTC 

[PATCH 0/9] xfs-5.0: inode scrubber fixes
 2018-12-31 18:51 UTC  (8+ messages)
` [PATCH 6/9] xfs: clean up the inode cluster checking in the inobt scrub

Non-blocking socket stuck for multiple seconds on xfs_reclaim_inodes_ag()
 2018-12-29 19:05 UTC  (12+ messages)

[PATCH] xfstests: test swapext log replay
 2018-12-29  7:49 UTC  (4+ messages)

[PATCH 00/20] drop useless LIST_HEAD
 2018-12-29  6:19 UTC  (12+ messages)
` [PATCH 08/20] xfs: xfs_buf: "
` [PATCH 09/20] xfs: xfs_fsops: "

[GIT PULL] xfs: updates for v4.21
 2018-12-28  1:45 UTC  (2+ messages)

[GIT PULL] iomap: updates for v4.21
 2018-12-28  1:45 UTC  (2+ messages)

[RFC PATCH] iomap: take responsibility for the filesystem iomap code
 2018-12-27  8:08 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] xfs: add a check for xfs_trans_commit
 2018-12-27  8:07 UTC  (2+ messages)

[Bug 202077] New: xfs transaction overruns on 4.14.67
 2018-12-26 17:19 UTC  (2+ messages)
` [Bug 202077] "

'stripe width' inconsistency
 2018-12-25 23:09 UTC 

[Bug 202053] New: [xfstests generic/464]: XFS corruption and Assertion failed: 0, file: fs/xfs/xfs_super.c, line: 985
 2018-12-25  6:10 UTC  (6+ messages)
` [Bug 202053] "

Using su and sw when the underlying RAID changes
 2018-12-24  1:50 UTC 

[PATCH] xfs: reallocate realtime summary cache on growfs
 2018-12-22 17:41 UTC  (2+ messages)

[DONOTUSE] xfs and stable kernels
 2018-12-22  2:16 UTC 

Same size drive has less usable space
 2018-12-22  0:49 UTC  (12+ messages)

[PATCH] iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"
 2018-12-22  0:04 UTC  (14+ messages)

COW improvements and always_cow support V3
 2018-12-21  6:27 UTC  (42+ messages)
` [PATCH 01/11] xfs: remove xfs_trim_extent_eof
` [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: rework the truncate race handling in the writeback path
` [PATCH 05/11] xfs: make xfs_bmbt_to_iomap more useful
` [PATCH 06/11] xfs: don't use delalloc extents for COW on files with extsize hints
` [PATCH 07/11] xfs: also truncate holes covered by COW blocks
` [PATCH 08/11] xfs: merge COW handling into xfs_file_iomap_begin_delay
` [PATCH 09/11] xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
` [PATCH 10/11] xfs: make COW fork unwritten extent conversions more robust
` [PATCH 11/11] xfs: introduce an always_cow mode

[PATCH v5 0/5] Try to squash metadump data leaks
 2018-12-20 22:20 UTC  (3+ messages)
` [PATCH 1/5] xfs_metadump: Extend data zapping to XFS_DIR{2,3}_LEAFN_MAGIC blocks

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-20 18:33 UTC  (3+ messages)

RFC: deprecate mkfs.xfs protofile functionality
 2018-12-20 16:02 UTC  (2+ messages)

XFS metadata corruption
 2018-12-20 14:19 UTC  (7+ messages)

reflink status?
 2018-12-19 21:30 UTC  (3+ messages)

[PATCH 0/8] xfsprogs: various fixes
 2018-12-19 20:30 UTC  (12+ 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
` [PATCH 7/8] xfs_repair: bump the irec on-disk nlink when adding lost+found
` [PATCH 8/8] xfs_repair: fix uninitialized variable warnings

[ANNOUNCE] xfs-linux: for-next updated to a9d25bde1e9b
 2018-12-19 16:18 UTC  (4+ messages)

[PATCH v2 0/6] xfs: ftrace cleanups
 2018-12-18 20:44 UTC  (8+ messages)
` [PATCH 1/6] xfs: fix function pointer type in ftrace format
` [PATCH 2/6] xfs: fix symbolic enum printing in ftrace output
` [PATCH 3/6] xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
` [PATCH 4/6] xfs: move XFS_INODE_FORMAT_STR "
` [PATCH 5/6] xfs: stringify btree cursor types in ftrace output
` [PATCH 6/6] xfs: stringify scrub "

[PATCH 0/5] fstests: fix various problems
 2018-12-18 20:36 UTC  (6+ messages)
` [PATCH 1/5] xfs/111: fix golden output
` [PATCH 2/5] xfs/123: fix remote symlink block size calculation
` [PATCH 3/5] generic/050: fix ro blockdev mount of xfs with quota
` [PATCH 4/5] xfs: look for stringified constants in ftrace formats
` [PATCH 5/5] xfs: filter out mount options that don't work on v4 filesystems

[PATCH 0/6] xfs-5.0: ftrace cleanups
 2018-12-18 20:31 UTC  (5+ messages)
` [PATCH 6/6] xfs: stringify scrub types in ftrace output

[PATCH 0/2] xfs: swapext replay fixes
 2018-12-18 19:43 UTC  (10+ messages)
` [PATCH 1/2] xfs: handle bad flags in xfs_recover_inode_owner_change
` [PATCH 2/2] xfs: clear XFS_ILOG_[AD]OWNER for non-btree formats


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox