linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-07 15:06:45 to 2018-05-09 01:47:17 UTC [more...]

[PATCH 00/21] xfsprogs: parent pointers v1
 2018-05-09  1:47 UTC  (45+ 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

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-09  1:39 UTC  (8+ messages)

[PATCH v2 0/3] xfs: skip unnecessary discards
 2018-05-09  1:28 UTC  (8+ messages)
` [PATCH v2 1/3] xfs: add bmapi nodiscard flag
` [PATCH v2 2/3] xfs: skip online discard during eofblocks trims
` [PATCH v2 3/3] xfs: don't discard on free of unwritten extents

WARNING: bad unlock balance in xfs_iunlock
 2018-05-09  0:50 UTC  (17+ messages)

[PATCH 0/9 v2] xfs: log item and transaction cleanups
 2018-05-09  0:40 UTC  (18+ 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-09  0:14 UTC  (11+ messages)

[PATCHSET v2 0/4] Add throttling for discards
 2018-05-08 20:57 UTC  (14+ 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 v2 0/6] xfs: defer agfl block frees
 2018-05-08 18:04 UTC  (13+ 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 00/21] Parent Pointers v6
 2018-05-08 17:14 UTC  (70+ 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

[PATCH 1/2] xfs: checkbashisms in all script files
 2018-05-08 16:54 UTC  (2+ messages)
` [PATCH 2/2] generic: test swapfile creation, activation, and deactivation

[PATCH 0/4] xfsprogs-4.17: tooling fixes
 2018-05-08 16:47 UTC  (6+ messages)
` [PATCH 1/4] xfs_buflock: ignore if buffer already locked
` [PATCH 2/4] xfs_buflock: record line number of trace where we locked the buffer
` [PATCH 3/4] xfs_buflock: record buffer initialization
` [PATCH 4/4] fsck: fix more bashisms

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-05-08 16:31 UTC  (6+ messages)
` [PATCH 09/11] xfs_repair: don't assert if we run across a dir entry with null ino ptr
  ` [PATCH v2 09/11] xfs_repair: actually fix .. entries that point to inode zero

[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 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 v4 00/12] xfs-4.18: various fixes
 2018-05-08  0:40 UTC  (4+ messages)
` [PATCH 02/12] xfs: add missing rmap error return
` [PATCH 13/12] xfs: refactor quota limits initialization

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

[PATCH 0/10] xfs: log item and transaction cleanups
 2018-05-08  0:06 UTC  (8+ messages)
` [PATCH 02/10] xfs: catch log items multiply joined to a transaction
` [PATCH 05/10] xfs: don't assert fail with AIL lock held

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-08  0:05 UTC  (7+ messages)
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
  ` [PATCH 09/13] xfs: remove direct calls to _qm_dqread

[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  (12+ 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

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


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