public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-10 18:34:21 to 2018-01-16 23:32:43 UTC [more...]

[PATCH 0/5] xfs: kasan/ubsan fixes
 2018-01-16 23:32 UTC  (28+ messages)
` [PATCH 1/5] xfs: check sb_agblocks and sb_agblklog when validating superblock
  ` [PATCH v2 "
` [PATCH 2/5] xfs: don't iunlock unlocked inodes
` [PATCH 3/5] xfs: directory scrubber must walk through data block to offset
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 4/5] xfs: attr leaf verifier needs to check for obviously bad count
  ` [PATCH v2 "
` [PATCH 5/5] xfs: btree format ifork loader should check for zero numrecs

[PATCH v11 00/21] xfs: online scrub xref support
 2018-01-16 23:27 UTC  (38+ messages)
` [PATCH 07/21] xfs: add scrub cross-referencing helpers for the inode btrees
  ` [PATCH v2 "
` [PATCH 10/21] xfs: set up scrub cross-referencing helpers
  ` [PATCH v2 "
` [PATCH 16/21] xfs: cross-reference inode btrees during scrub
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 17/21] xfs: cross-reference reverse-mapping btree
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 18/21] xfs: cross-reference the rmapbt data with the refcountbt
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 19/21] xfs: cross-reference refcount btree during scrub
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 20/21] xfs: cross-reference the realtime bitmap
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 21/21] xfs: cross-reference the block mappings when possible
  ` [PATCH v2 "

[PATCH] xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
 2018-01-16 22:51 UTC  (2+ messages)

[PATCH v11 00/27] xfsprogs: online scrub/repair support
 2018-01-16 22:23 UTC  (37+ messages)
` [PATCH 01/27] xfs_scrub: create online filesystem scrub program
` [PATCH 02/27] xfs_scrub: common error handling
` [PATCH 03/27] xfs_scrub: set up command line argument parsing
` [PATCH 06/27] xfs_scrub: create an abstraction for a block device
` [PATCH 10/27] xfs_scrub: add file space map iteration functions
` [PATCH 12/27] xfs_scrub: wrap the scrub ioctl
` [PATCH 21/27] xfs_scrub: scrub file data blocks
` [PATCH 24/27] xfs_scrub: fstrim the free areas if there are no errors on the filesystem
` [PATCH 25/27] xfs_scrub: progress indicator
` [PATCH 28/27] xfs_scrub: wire up repair ioctl
` [PATCH 29/27] xfs_scrub: schedule and manage repairs to the filesystem

[PATCH 04/36] usercopy: Prepare for usercopy whitelisting
 2018-01-16 21:03 UTC  (16+ messages)
      ` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)
` [PATCH 05/36] usercopy: WARN() on slab cache usercopy region violations

_xfs_buf_find: Block out of range, then umount hung
 2018-01-16 17:30 UTC  (5+ messages)

[RFC PATCH] xfs: Fix "use after free" of intent items
 2018-01-16 13:55 UTC  (4+ messages)

Reproducible XFS filesystem artifacts
 2018-01-16  7:55 UTC  (2+ messages)

[PATCH] xfs: recheck reflink / dirty page status before freeing CoW reservations
 2018-01-15 20:08 UTC  (9+ messages)

Growing RAID10 with active XFS filesystem
 2018-01-15 17:08 UTC  (23+ messages)

XFS journal corruption after every reboot/shutdown
 2018-01-14  8:41 UTC  (6+ messages)

[PATCH v2] xfs: account finobt blocks properly in perag reservation
 2018-01-12 22:07 UTC  (2+ messages)

[PATCH][xfs-next] xfs: fix check on struct_version for versions 4 or greater
 2018-01-12 16:47 UTC  (2+ messages)

[PATCH] xfs: destroy mutex pag_ici_reclaim_lock before free xfs_perag_t structure
 2018-01-12 16:48 UTC  (3+ messages)

[PATCH] xfs_logprint: fix v3 inode formatting
 2018-01-12 16:45 UTC  (2+ messages)

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-12 11:49 UTC  (5+ messages)
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed

[PATCH v4 0/3] Fix/harden "quick" tests for realtime subvolumes
 2018-01-12  4:16 UTC  (4+ messages)
` [PATCH v4 1/3] xfs/realtime: Add require_no_realtime function
` [PATCH v4 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function
` [PATCH v4 3/3] xfs/realtime: Fix direct invocations of xfs_repair

[PATCH 0/8] libxfs: cleanup & leak detection
 2018-01-11 23:42 UTC  (22+ messages)
` [PATCH 1/8] xfs: remove wrappers around b_fspriv
` [PATCH 2/8] xfs: add a proper transaction pointer to struct xfs_buf
` [PATCH 3/8] xfs: remove unused buf_fsprivate3
` [PATCH 4/8] libxfs: use a memory zone for transactions
` [PATCH 5/8] libxfs: use a memory zone for log items
` [PATCH 6/8] libxfs: manage xfs_buf_zone count within cache
` [PATCH 7/8] libxfs: add function to free all bufferse in bcache
` [PATCH 8/8] libxfs: Catch non-empty zones on destroy

[PATCH v3 0/3] Fix/harden "quick" tests for realtime subvolumes
 2018-01-11 21:27 UTC  (8+ messages)
` [PATCH v3 1/3] xfs/realtime: Add require_no_realtime function
` [PATCH v3 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function
` [PATCH v3 3/3] xfs/realtime: Fix direct invocations of xfs_repair

[PATCH] xfs: record whichfork in iext tracepoints
 2018-01-11 17:07 UTC  (3+ messages)

[PATCH v4 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
 2018-01-11  9:23 UTC  (7+ messages)
` [PATCH v4 1/4] dmflakey: support multiple dm targets for a dm-flakey device
` [PATCH v4 2/4] dmflakey: support error_writes feature for dm-flakey
` [PATCH v4 3/4] xfs: test for umount hang caused by the pending dquota log item in AIL
` [PATCH v4 4/4] common/rc: factor out _scratch_xfs_[get|set]_sb_field

[PATCH 06/38] usercopy: Prepare for usercopy whitelisting
 2018-01-11  2:02 UTC  (3+ messages)
` [PATCH 07/38] usercopy: WARN() on slab cache usercopy region violations
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches

Parent pointer design bugs
 2018-01-10 23:58 UTC  (3+ messages)

[PATCH] xfs: don't leak perag metadata reservation on finobt block free
 2018-01-10 20:33 UTC  (6+ messages)

[PATCH RFC 0/4] xfs: defer agfl block frees
 2018-01-10 20:32 UTC  (9+ messages)
` [PATCH RFC 2/4] xfs: defer agfl block frees when dfops is available


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