public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-04 19:46:37 to 2018-05-08 16:08:04 UTC [more...]

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-05-08 16:07 UTC  (24+ messages)
` [PATCH 03/11] xfs_repair: validate some of the log space information
` [PATCH 04/11] xfs_repair: zap corrupt remote symlink
` [PATCH 05/11] xfs_repair: treat zero da btree pointers as corruption
` [PATCH 06/11] xfs_repair: invalidate dirty dir buffers when we zap a directory
` [PATCH 07/11] xfs_repair: only update in-core extent state after scanning full extent
` [PATCH 08/11] xfs_repair: don't crash if da btree is corrupt
` [PATCH 09/11] xfs_repair: don't assert if we run across a dir entry with null ino ptr
` [PATCH 10/11] xfs_repair: check inode nsec for obviously garbage values
` [PATCH 11/11] xfs_repair: don't assert on bad '.' entry in no-modify mode

[PATCH 0/9] xfsprogs-4.17: geometry refactoring
 2018-05-08 15:24 UTC  (5+ messages)
` [PATCH 6/9] xfs_spaceman: add a superblock info command

[PATCH v2 0/6] xfs: defer agfl block frees
 2018-05-08 14:53 UTC  (12+ messages)
` [PATCH v2 1/6] xfs: create agfl block free helper function
` [PATCH v2 2/6] xfs: defer agfl block frees when dfops is available
` [PATCH v2 3/6] xfs: defer agfl block frees from deferred ops processing context
` [PATCH v2 6/6] xfs: defer agfl frees from directory op transactions

[PATCH 0/9 v2] xfs: log item and transaction cleanups
 2018-05-08 14:18 UTC  (16+ messages)
` [PATCH 1/9] xfs: log item flags are racy
` [PATCH 2/9] xfs: add tracing to high level transaction operations
` [PATCH 3/9] xfs: adder caller IP to xfs_defer* tracepoints
` [PATCH 4/9] xfs: don't assert fail with AIL lock held
` [PATCH 5/9] xfs: fix double ijoin in xfs_inactive_symlink_rmt()
` [PATCH 6/9] xfs: fix double ijoin in xfs_reflink_cancel_cow_range
` [PATCH 7/9] xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
` [PATCH 8/9] xfs: add some more debug checks to buffer log item reuse
` [PATCH 9/9] xfs: get rid of the log item descriptor

[PATCH] xfs_db: add -R option
 2018-05-08 13:55 UTC  (6+ messages)

[PATCH 0/4] xfs: skip unnecessary discards
 2018-05-08 12:36 UTC  (9+ messages)
` [PATCH 1/4] xfs: add bmapi nodiscard flag
` [PATCH 2/4] xfs: skip online discard during eofblocks trims
` [PATCH 3/4] xfs: don't discard on free of unwritten extents
` [PATCH RFC 4/4] xfs: convert speculative preallocation to "

[PATCH 00/21] Parent Pointers v6
 2018-05-08 10:25 UTC  (50+ messages)
` [PATCH 01/21] xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
` [PATCH 02/21] Add trans toggle to attr routines
` [PATCH 03/21] xfs: Add attibute set and helper functions
` [PATCH 04/21] xfs: Add attibute remove "
` [PATCH 05/21] xfs: Set up infastructure for deferred attribute operations
` [PATCH 06/21] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH 07/21] xfs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH 08/21] xfs: get directory offset when adding directory name
` [PATCH 09/21] xfs: get directory offset when removing "
` [PATCH 10/21] xfs: get directory offset when replacing a "
` [PATCH 11/21] xfs: add parent pointer support to attribute code
` [PATCH 12/21] xfs: define parent pointer xattr format
` [PATCH 13/21] xfs: extent transaction reservations for parent attributes
` [PATCH 14/21] Add lock_flags to xfs_ialloc and xfs_dir_ialloc
` [PATCH 15/21] xfs: parent pointer attribute creation
` [PATCH 16/21] xfs: add parent attributes to link
` [PATCH 17/21] xfs: remove parent pointers in unlink
` [PATCH 18/21] xfs: Add parent pointers to rename
` [PATCH 19/21] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 20/21] xfs: Add parent pointer ioctl
` [PATCH 21/21] xfs: Add delayed attributes error tag

WARNING: bad unlock balance in xfs_iunlock
 2018-05-08  7:56 UTC  (16+ messages)

[PATCH 00/21] xfsprogs: parent pointers v1
 2018-05-08  4:41 UTC  (22+ messages)
` [PATCH 01/21] xfsprogs: Move xfs_attr.h to libxfs
` [PATCH 02/21] xfsprogs: Add trans toggle to attr routines
` [PATCH 03/21] xfsprogs: Add attibute set and helper functions
` [PATCH 04/21] xfsprogs: Add attibute remove "
` [PATCH 05/21] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH 06/21] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH 07/21] xfsprogs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH 08/21] xfsprogs: get directory offset when adding directory name
` [PATCH 09/21] xfsprogs: get directory offset when removing "
` [PATCH 10/21] xfsprogs: get directory offset when replacing a "
` [PATCH 11/21] xfsprogs: add parent pointer support to attribute code
` [PATCH 12/21] xfsprogs: define parent pointer xattr format
` [PATCH 13/21] xfsprogs: extent transaction reservations for parent attributes
` [PATCH 14/21] xfsprogs: parent pointer attribute creation
` [PATCH 15/21] xfsprogs: Add the parent pointer support to the superblock version 5
` [PATCH 16/21] xfsprogs: Add parent pointer ioctl
` [PATCH 17/21] xfsprogs: Add delayed attributes error tag
` [PATCH 18/21] xfsprogs: Add parent pointer flag to cmd
` [PATCH 19/21] xfsprogs: Remove single byte array from struct parent
` [PATCH 20/21] xfsprogs: Add parent pointers during protofile creation
` [PATCH 21/21] xfsprogs: implement the upper half of parent pointers

[PATCH v4 00/12] xfs-4.18: various fixes
 2018-05-08  0:40 UTC  (6+ messages)
` [PATCH 01/12] xfs: bmap debugging should never panic the system
` [PATCH 02/12] xfs: add missing rmap error return
` [PATCH 13/12] xfs: refactor quota limits initialization

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-08  0:30 UTC  (4+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-08  0:16 UTC  (3+ messages)

[PATCHSET v2 0/4] Add throttling for discards
 2018-05-08  0:13 UTC  (9+ messages)
` [PATCH 1/4] block: break discard submissions into the user defined size
` [PATCH 2/4] blk-wbt: account any writing command as a write
` [PATCH 3/4] blk-wbt: pass in enum wbt_flags to get_rq_wait()
` [PATCH 4/4] blk-wbt: throttle discards like background writes

[PATCH 0/10] xfs: log item and transaction cleanups
 2018-05-08  0:06 UTC  (28+ messages)
` [PATCH 01/10] xfs: log item flags are racy
` [PATCH 02/10] xfs: catch log items multiply joined to a transaction
` [PATCH 03/10] xfs: add tracing to high level transaction operations
` [PATCH 04/10] xfs: adder caller IP to xfs_defer* tracepoints
` [PATCH 05/10] xfs: don't assert fail with AIL lock held
` [PATCH 06/10] xfs: fix double ijoin in xfs_inactive_symlink_rmt()
` [PATCH 07/10] xfs: fix double ijoin in xfs_reflink_cancel_cow_range
` [PATCH 08/10] xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
` [PATCH 09/10] xfs: add some more debug checks to buffer log item reuse
` [PATCH 10/10] xfs: get rid of the log item descriptor

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-08  0:05 UTC  (16+ messages)
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
  ` [PATCH 09/13] xfs: remove direct calls to _qm_dqread
` [PATCH 0.1/13] xfs: release new dquot buffer on defer_finish error
  ` [PATCH v2 "

[PATCH] xfs_repair: check and repair quota metadata
 2018-05-07 23:54 UTC  (8+ messages)
` [PATCH V2] "

[PATCH 0/5] xfs: quota verifier/repair improvements take 2
 2018-05-07 16:15 UTC  (19+ messages)
` [PATCH 2/5] xfs: check type in quota verifier during quotacheck
` [PATCH 3/5] xfs: repair full xfs_dqblk "
  ` [PATCH 3/5 V2] xfs: pass full xfs_dqblk to repair "
` [PATCH 4/5] xfs: add full xfs_dqblk verifier
  ` [PATCH 4/5 V2] "
` [PATCH 5/5] xfs: print specific dqblk that failed verifiers
  ` [PATCH 6/5] xfs: make several functions void

[PATCHSET 0/3] Add throttling for discards
 2018-05-07 15:51 UTC  (9+ messages)
` [PATCH 1/3] block: break discard submissions into the user defined size
` [PATCH 2/3] blk-wbt: account any writing command as a write
` [PATCH 3/3] blk-wbt: throttle discards like background writes

[PATCH 0/2] xfs: clean up xfs_file_iomap_begin()
 2018-05-07 14:44 UTC  (5+ messages)
` [PATCH 1/2] xfs: simplify xfs_file_iomap_begin() logic
` [PATCH 2/2] xfs: clean up locking in xfs_file_iomap_begin

[PATCH] xfs/132: remove duplicate test
 2018-05-05 16:27 UTC  (2+ messages)

[PATCH 00/18] Parent Pointers v5
 2018-05-05  5:15 UTC  (6+ messages)
` [PATCH 01/18] xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
` [PATCH 02/18] xfs: Add attibute set and remove helper functions

[GIT PULL] xfs: more fixes for 4.17-rc4
 2018-05-04 22:15 UTC 

[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
 2018-05-04 21:39 UTC  (5+ messages)


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