linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-02 18:36:45 to 2019-04-11 16:15:04 UTC [more...]

Deadlock waiting for log space
 2019-04-11 16:15 UTC 

[PATCH v5 0/6] virtio pmem driver
 2019-04-11 16:09 UTC  (26+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v5 4/6] dax: check synchronous mapping is supported
` [PATCH v5 5/6] ext4: disable map_sync for async flush
` [PATCH v5 6/6] xfs: "

[PATCH v2 0/8] xfs: online health tracking support
 2019-04-11 16:05 UTC  (20+ messages)
` [PATCH 1/8] xfs: track metadata health status
` [PATCH 2/8] xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
` [PATCH 3/8] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
` [PATCH 4/8] xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
` [PATCH 5/8] xfs: add a new ioctl to describe allocation group geometry
` [PATCH 6/8] xfs: report fs and rt health via geometry structure
` [PATCH 7/8] xfs: report AG health via AG geometry ioctl
` [PATCH 8/8] xfs: report inode health via bulkstat

[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
 2019-04-11 13:28 UTC  (2+ messages)

[PATCH] generic: test statfs on project quota directory
 2019-04-11  8:46 UTC 

[PATCH] xfs,fstrim: fix to return correct minlen
 2019-04-11  2:05 UTC  (3+ messages)
  ` 回复: "

[PATCH v2 0/4] xfs: scrub/repair update health tracking
 2019-04-11  1:46 UTC  (5+ messages)
` [PATCH 1/4] xfs: refactor scrub context initialization
` [PATCH 2/4] xfs: collapse scrub bool state flags into a single unsigned int
` [PATCH 3/4] xfs: hoist the already_fixed variable to the scrub context
` [PATCH 4/4] xfs: scrub/repair should update filesystem metadata health

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-11  1:11 UTC  (12+ messages)

[PATCH v2 00/36] xfsprogs-5.0: fix various problems
 2019-04-10 15:25 UTC  (56+ messages)
` [PATCH 08/36] xfs_io: statx -r should print attributes_mask
` [PATCH 23/36] xfs_repair: reinitialize the root directory nlink correctly
` [PATCH 24/36] xfs_repair: bump the irec on-disk nlink when adding lost+found
` [PATCH 25/36] xfs_repair: fix uninitialized variable warnings
` [PATCH 26/36] xfs_repair: refactor buffer ops assignments during phase 5
  ` [PATCH v2 "
` [PATCH 28/36] libfrog: hoist bitmap out of scrub
` [PATCH 30/36] libxfs: retain ifork_ops when flushing inode
` [PATCH 31/36] libxfs: refactor the open-coded libxfs_trans_bjoin calls
` [PATCH 36/36] libxfs: remove libxfs_trans_iget
` [PATCH 37/36] xfs_scrub: include unicrash.h in unicrash.c
` [PATCH 38/36] xfs_io: don't read garbage stack contents if INUMBERS goes nuts
` [PATCH 39/36] misc: fix strncpy length complaints
` [PATCH 40/36] xfs_io: fix label parsing and validation
` [PATCH 41/36] xfs_repair: better cli option parameter checking
` [PATCH 42/36] xfs_db: refactor metadump handling of multi-fsb objects
` [PATCH 43/36] xfs_db: refactor multi-fsb object detection decision making
  ` [PATCH v2 "
` [PATCH 44/36] xfs_db: metadump should handle symlinks properly
` [PATCH 45/36] xfs_scrub: rename confusing structure
  ` [PATCH v2 "
` [PATCH 46/36] xfs_scrub: remove pointless xfs_verify_error_info struct
  ` [PATCH v2 "
` [PATCH 47/36] xfs_scrub: remove xfs_ prefixes from structure names
` [PATCH 48/36] mkfs: don't use DIFLAG values for fsx_xflags
` [PATCH 49/36] xfs_scrub: remove redundant function declarations

About http://man7.org/linux/man-pages/man8/xfs_repair.8.html
 2019-04-10 15:01 UTC 

deadlock in XFS
 2019-04-10 13:55 UTC  (4+ messages)

[PATCH 00/23] xfsprogs-5.0: fix various problems
 2019-04-09 20:43 UTC  (3+ messages)
` [PATCH 13/23] xfs_repair: reinitialize the root directory nlink correctly

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-09  9:20 UTC  (10+ messages)

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-09  8:24 UTC  (12+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/4] xfs: flush page mappings as part of setting immutable
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[PATCH 00/10] xfs: online health tracking support
 2019-04-09  3:30 UTC  (28+ messages)
` [PATCH 04/10] xfs: expand xfs_fsop_geom
` [PATCH 05/10] xfs: add a new ioctl to describe allocation group geometry
` [PATCH 06/10] xfs: report fs and rt health via geometry structure
` [PATCH 07/10] xfs: report AG health via AG geometry ioctl
` [PATCH 09/10] xfs: scrub/repair should update filesystem metadata health
` [PATCH 10/10] xfs: update health status if we get a clean bill of health

[PATCH] bootfs: simple bootloader filesystem
 2019-04-09  3:23 UTC  (11+ messages)

[PATCH] xfsprogs: remove unused function prototypes
 2019-04-08 22:42 UTC  (2+ messages)

[PATCH v3] clonerange: test remapping the rainbow
 2019-04-08 21:56 UTC 

[PATCH 2/4] xfs: force writes to delalloc regions to unwritten
 2019-04-08 12:02 UTC  (19+ messages)

[STABLE PATCH 0/2] Fix in-memory metadata corruption at xfs_attr3_leaf_write_verify()
 2019-04-06 13:11 UTC  (3+ messages)

[PATCH] xfs_io: support splice data between two files
 2019-04-06  2:35 UTC 

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (4+ messages)
` [PATCH 2/3] xfs: reset page mappings after setting immutable

[PATCH] scrub: fix typo in unicrash header file
 2019-04-04 18:06 UTC  (3+ messages)

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
  ` [Qemu-devel] "
` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
            ` [Qemu-devel] "

[PATCH v3 2/3] block: verify data when endio
 2019-04-03 22:21 UTC  (13+ messages)

[PATCH] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-03 14:44 UTC  (2+ messages)

[PATCH] xfs: return correct XFS_IOC_DIOINFO for DAX inode
 2019-04-03  1:08 UTC  (4+ messages)

I got file system corruption with XFS
 2019-04-02 21:37 UTC  (7+ messages)
` File system corruption in two hard disks


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