linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 02:40:06 to 2020-01-01 01:05:33 UTC [more...]

[PATCH 00/10] xfs: report corruption to the health trackers
 2020-01-01  1:05 UTC  (7+ messages)
` [PATCH 01/10] xfs: separate the marking of sick and checked metadata
` [PATCH 03/10] xfs: report block map corruption errors to the health tracking system
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 05/10] xfs: report dir/attr "
` [PATCH 06/10] xfs: report symlink "
` [PATCH 07/10] xfs: report inode "

[PATCH v22 0/1] xfs: online repair of quota
 2020-01-01  1:04 UTC  (2+ messages)
` [PATCH 1/1] xfs: repair quotas

[PATCH v22 0/6] xfs: online repair of inode data
 2020-01-01  1:04 UTC  (7+ messages)
` [PATCH 1/6] xfs: create a blob array data structure
` [PATCH 2/6] xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapi
` [PATCH 3/6] xfs: remove unnecessary inode-transaction roll
` [PATCH 4/6] xfs: create a new inode fork block unmap helper
` [PATCH 5/6] xfs: repair extended attributes
` [PATCH 6/6] xfs: scrub should set preen if attr leaf has holes

[PATCH v22 0/4] xfs: online repair of inodes and extent maps
 2020-01-01  1:03 UTC  (5+ messages)
` [PATCH 1/4] xfs: repair inode records
` [PATCH 2/4] xfs: zap broken inode forks
` [PATCH 3/4] xfs: repair inode block maps
` [PATCH 4/4] xfs: repair damaged symlinks

[PATCH v22 0/5] xfs: online repair of AG btrees
 2020-01-01  1:03 UTC  (6+ messages)
` [PATCH 1/5] xfs: always rescan allegedly healthy per-ag metadata after repair
` [PATCH 2/5] xfs: create a big array data structure
` [PATCH 3/5] xfs: repair free space btrees
` [PATCH 4/5] xfs: repair inode btrees
` [PATCH 5/5] xfs: repair refcount btrees

[PATCH v2 0/4] xfs: btree bulk loading
 2020-01-01  1:01 UTC  (5+ messages)
` [PATCH 1/4] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 2/4] xfs: introduce fake roots for inode-rooted btrees
` [PATCH 3/4] xfs: support bulk loading of staged btrees
` [PATCH 4/4] xfs: support staging cursors for per-AG btree types

[PATCH v2 0/3] xfs: prepare repair for bulk loading
 2020-01-01  1:02 UTC  (4+ messages)
` [PATCH 1/3] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 2/3] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 3/3] xfs: log EFIs for all btree blocks being used to stage a btree

[PATCH v2 0/5] xfs: rework online repair incore bitmap
 2020-01-01  1:02 UTC  (6+ messages)
` [PATCH 1/5] xfs: rename xfs_bitmap to xbitmap
` [PATCH 2/5] xfs: replace open-coded bitmap weight logic
` [PATCH 3/5] xfs: remove the for_each_xbitmap_ helpers
` [PATCH 4/5] xfs: drop the _safe behavior from the xbitmap foreach macro
` [PATCH 5/5] xfs: convert xbitmap to interval tree

[PATCH v2 0/3] xfs: fix online repair block reaping
 2020-01-01  1:01 UTC  (4+ messages)
` [PATCH 1/3] xfs: xrep_reap_extents should not destroy the bitmap
` [PATCH 2/3] xfs: only invalidate blocks if we're going to free them
` [PATCH 3/3] xfs: use deferred frees to reap old btree blocks

[Bug 206027] New: [xfstests generic/475]: WARNING: CPU: 4 PID: 32186 at fs/iomap/buffered-io.c:1067 iomap_page_mkwrite_actor+0xd9/0x130
 2019-12-31 12:47 UTC 

[Bug 205465] New: [xfstests generic/475]: general protection fault: 0000 [#1] SMP KASAN PTI, RIP: 0010:iter_file_splice_write+0x63f/0xa90
 2019-12-31  3:40 UTC  (2+ messages)
` [Bug 205465] "

[PATCH V2] xfs: fix stale data exposure problem when punch hole, collapse range or zero range across a delalloc extent
 2019-12-30  0:54 UTC  (2+ messages)
` [xfs] 37e4cf4b7a: Assertion_failed

How to fix bad superblock or xfs_repair: error - read only 0 of 512 bytes
 2019-12-29  5:58 UTC  (5+ messages)

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2019-12-29  5:22 UTC  (3+ messages)
` [PATCH 2/2] Btrfs: make deduplication with range including the last block work

[PATCH 0/2] fix stale data exposure problem
 2019-12-27 14:25 UTC  (6+ messages)
` [PATCH 1/2] xfs: introduce xfs_bmap_split_da_extent
` [PATCH 2/2] xfs: fix stale data exposure problem when punch hole, collapse range or zero range across a delalloc extent
  ` [RFC PATCH] xfs: try_split_da_extent can be static
  ` [xfs] 1c6c6a28e3: Assertion_failed

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2019-12-27  3:23 UTC  (24+ messages)
` [PATCH v5 04/14] xfs: Add xfs_has_attr and subroutines
` [PATCH v5 05/14] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v5 06/14] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v5 07/14] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v5 08/14] xfs: Factor up xfs_attr_try_sf_addname
` [PATCH v5 09/14] xfs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v5 11/14] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v5 13/14] xfs: Add delay ready attr remove routines

[PATCH v3 0/2] New zonefs file system
 2019-12-25  8:21 UTC  (10+ messages)
` [PATCH v3 1/2] fs: "
` [PATCH v3 2/2] zonefs: Add documentation

[PATCH v4 0/2] New zonefs file system
 2019-12-25  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] fs: "
` [PATCH v4 2/2] zonefs: Add documentation

[PATCH v2 0/2] New zonefs file system
 2019-12-25  5:02 UTC  (9+ messages)
` [PATCH v2 1/2] fs: "
` [PATCH v2 2/2] zonefs: Add documentation

[PATCH] libxfs: make resync with the userspace libxfs easier
 2019-12-24 21:27 UTC  (5+ messages)

[PATCH] xfs_repair: fix totally broken unit conversion in directory invalidation
 2019-12-24 16:52 UTC  (4+ messages)

[PATCH 0/3] xfs: hold ilock across insert and collapse range
 2019-12-24 16:45 UTC  (19+ messages)
` [PATCH 1/3] xfs: open code insert range extent split helper
` [PATCH 2/3] xfs: rework insert range into an atomic operation
` [PATCH 3/3] xfs: rework collapse "

[PATCH] xfs: fix s_maxbytes computation on 32-bit kernels
 2019-12-24 16:37 UTC  (3+ messages)

[PATCH] xfs: truncate should remove all blocks, not just to the end of the page cache
 2019-12-24 16:30 UTC  (3+ messages)

clean up the attr interface
 2019-12-24 11:59 UTC  (15+ messages)
` [PATCH 01/33] xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 02/33] xfs: reject invalid flags combinations "
` [PATCH 03/33] xfs: also remove cached ACLs when removing the underlying attr
` [PATCH 04/33] xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
` [PATCH 05/33] xfs: remove the ATTR_INCOMPLETE flag

[PATCH 1/3] xfs: rename compat_time_t to old_time32_t
 2019-12-24  8:45 UTC  (5+ messages)
` [PATCH 2/3] xfs: disallow broken ioctls without compat-32-bit-time
` [PATCH 3/3] xfs: quota: move to time64_t interfaces

[PATCH v5 0/3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-24  8:31 UTC  (9+ messages)
` [PATCH 1/3] xfs: refactor agfl length computation function
` [PATCH 2/3] xfs: split the sunit parameter update into two parts
` [PATCH 3/3] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures

[PATCH] fsx: fix range overlap check
 2019-12-24  4:41 UTC 

[PATCH] xfs: change return value of xfs_inode_need_cow to int
 2019-12-23 17:32 UTC  (2+ messages)

[PATCH V2] fstests: verify that xfs_growfs can operate on mounted device node
 2019-12-23  5:21 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.5-rc3
 2019-12-22 19:10 UTC  (2+ messages)

[PATCH] Polish translation update for xfsprogs 5.4.0
 2019-12-22 18:53 UTC 

[PATCH v3] fs: Fix page_mkwrite off-by-one errors
 2019-12-22  1:59 UTC  (7+ messages)

[ANNOUNCE] xfsprogs v5.4.0 released
 2019-12-20 21:59 UTC 

BUG: unable to handle kernel paging request in xfs_sb_quiet_read_verify
 2019-12-20 19:27 UTC  (4+ messages)

[PATCH next] xfs: Make the symbol 'xfs_rtalloc_log_count' static
 2019-12-20 16:30 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the xfs tree
 2019-12-19 20:48 UTC 

[PATCH 0/2] libfrog: various small fixes
 2019-12-19  1:04 UTC  (7+ messages)
` [PATCH 1/2] libfrog: remove libxfs.h dependencies in fsgeom.c and linux.c
` [PATCH 2/2] libfrog: move topology.[ch] to libxfs

[PATCH] xfs: fix sparse checker warnings on kmem tracepoints
 2019-12-18 23:27 UTC  (3+ messages)

[PATCH] xfs: remove shadow variable in xfs_btree_lshift
 2019-12-18 23:12 UTC  (2+ messages)

[PATCH 0/3] xfsprogs: trivial sparse tidyups
 2019-12-18 23:10 UTC  (7+ messages)
` [PATCH 1/3] xfsprogs: include headers to fix sparse warnings about statics
` [PATCH 2/3] xfsprogs: make a couple of structures static
` [PATCH 3/3] fsr: remove shadow variable in fsr_setup_attr_fork

[PATCH v2] man: list xfs_io lsattr inode flag letters
 2019-12-18 21:05 UTC 

[PATCH] man: list xfs_io lsattr inode flag letters
 2019-12-18 17:33 UTC  (4+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2019-12-18 16:44 UTC  (7+ messages)
` [PATCH v2 21/24] xfs: quota: move to time64_t interfaces

[PATCH v4] xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
 2019-12-18 12:47 UTC  (2+ messages)

[RFC PATCH] xfs: test sunit/swidth updates
 2019-12-18  4:18 UTC 


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