linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 21:21:51 to 2019-04-08 05:57:11 UTC [more...]

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-08  5:57 UTC  (8+ 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 2/4] xfs: force writes to delalloc regions to unwritten
 2019-04-08  0:17 UTC  (18+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-07 23:27 UTC  (4+ messages)

[PATCH] bootfs: simple bootloader filesystem
 2019-04-07 21:13 UTC  (10+ messages)
` [PATCH] e2fsprogs: create tools for formatting and fscking bootfs

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-07  8:00 UTC  (8+ messages)

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

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

[PATCH 00/10] xfs: online health tracking support
 2019-04-05 20:54 UTC  (37+ messages)
` [PATCH 01/10] xfs: track metadata health levels
` [PATCH 02/10] xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
` [PATCH 03/10] xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
` [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 08/10] xfs: report inode health via bulkstat
` [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 v2 00/36] xfsprogs-5.0: fix various problems
 2019-04-05 20:31 UTC  (52+ messages)
` [PATCH 08/36] xfs_io: statx -r should print attributes_mask
` [PATCH 15/36] xfs_scrub: one read/verify pool per disk
  ` [PATCH v2 "
` [PATCH 17/36] xfs_scrub: check label for misleading characters
` [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

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (8+ messages)
` [PATCH 2/3] xfs: reset page mappings after setting immutable
` [PATCH 3/3] xfs: don't allow most setxattr to immutable files

[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] "

[RFC PATCH v3 0/3] Block/XFS: Support alternative mirror device retry
 2019-04-03 22:21 UTC  (26+ messages)
` [PATCH v3 1/3] block: introduce submit_bio_verify()
` [PATCH v3 2/3] block: verify data when endio
` [PATCH v3 3/3] fs: xfs: add read_verifier() function

[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  (5+ messages)

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

ANNOUNCE: xfsprogs for-next updated to 28bbc15
 2019-04-01 18:22 UTC 

[PATCH 0/2] xfs: a couple minor shutdown fixes
 2019-04-01 15:09 UTC  (6+ messages)
` [PATCH 1/2] xfs: wake commit waiters on CIL abort before log item abort
` [PATCH 2/2] xfs: shutdown after buf release in iflush cluster abort path

[RFC PATCH] xfs: implement per-inode writeback completion
 2019-04-01 14:59 UTC  (8+ messages)
` [RFC PATCH] xfs: merge adjacent io completions of the same type

cgroupv2 xfs writeback support
 2019-03-31 14:41 UTC 

[STABLE PATCH 2/2] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
 2019-03-31 14:24 UTC 

[STABLE PATCH 1/2] xfs: add the ability to join a held buffer to a defer_ops
 2019-03-31 14:24 UTC 

BUG: MAX_STACK_TRACE_ENTRIES too low! (2)
 2019-03-31  2:17 UTC  (4+ messages)

[PATCH] generic: prohibit fstrim on journalled filesystems with norecovery
 2019-03-30 10:11 UTC  (5+ messages)

[GIT PULL] xfs: bug fixes for 5.1-rc3
 2019-03-29 21:50 UTC  (2+ messages)

[PATCH] xfs: fix use after free in buf log item unlock assert
 2019-03-29 14:13 UTC  (3+ 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).