public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-02 21:59:08 to 2018-05-07 23:39:55 UTC [more...]

[PATCH 00/21] Parent Pointers v6
 2018-05-07 23:39 UTC  (42+ 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 0/4] xfs: skip unnecessary discards
 2018-05-07 23:38 UTC  (7+ 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] xfs_repair: check and repair quota metadata
 2018-05-07 23:30 UTC  (6+ messages)

[PATCH 0/5] xfs: quota verifier/repair improvements take 2
 2018-05-07 16:15 UTC  (20+ messages)
` [PATCH 1/5] xfs: remove unused flags arg from xfs_dquot_verify
` [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 v2 0/4] Add throttling for discards
 2018-05-07 16:13 UTC  (5+ 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

[PATCHSET 0/3] Add throttling for discards
 2018-05-07 15:51 UTC  (10+ 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 v4 00/12] xfs-4.18: various fixes
 2018-05-07 15:06 UTC  (15+ messages)
` [PATCH 01/12] xfs: bmap debugging should never panic the system
` [PATCH 02/12] xfs: add missing rmap error return
` [PATCH 03/12] xfs: skip scrub xref if corruption already noted
` [PATCH 04/12] xfs: don't continue scrub if already corrupt
` [PATCH 05/12] xfs: avoid ilock games in the quota scrubber
` [PATCH 06/12] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 07/12] xfs: scrub the data fork of the realtime inodes
` [PATCH 08/12] xfs: superblock scrub should use short-lived buffers
` [PATCH 09/12] xfs: clean up scrub usage of KM_NOFS
` [PATCH 10/12] xfs: btree scrub should check minrecs
` [PATCH 11/12] xfs: refactor scrub transaction allocation function
` [PATCH 12/12] xfs: avoid ABBA deadlock when scrubbing parent pointers

[PATCH 0/10] xfs: log item and transaction cleanups
 2018-05-07 14:55 UTC  (29+ 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 0/2] xfs: clean up xfs_file_iomap_begin()
 2018-05-07 14:44 UTC  (6+ messages)
` [PATCH 1/2] xfs: simplify xfs_file_iomap_begin() logic
` [PATCH 2/2] xfs: clean up locking in xfs_file_iomap_begin

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-07 14:41 UTC  (18+ messages)
` [PATCH 08/13] xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
` [PATCH 0.1/13] xfs: release new dquot buffer on defer_finish error
  ` [PATCH v2 "
` [PATCH 0.2/13] xfs: don't spray logs when dquot flush/purge fail

[PATCH] xfs_db: add -R option
 2018-05-07 12:56 UTC  (4+ messages)

[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

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-05-04 22:45 UTC  (28+ messages)
` [PATCH 01/11] xfs_repair: examine all remote attribute blocks
` [PATCH 02/11] xfs_repair: don't leak buffer on xattr remote buf verifier error
` [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

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

generic/388 panic
 2018-05-04  5:03 UTC  (4+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-03 23:53 UTC  (2+ messages)

Oops from linux-next 20180430
 2018-05-03 22:48 UTC  (3+ messages)

[PATCH 0/9] xfsprogs-4.17: geometry refactoring
 2018-05-03 21:55 UTC  (25+ messages)
` [PATCH 1/9] libfrog: move platform specific runtime support code out of libxfs
` [PATCH 2/9] libfrog: refactor fs geometry printing function
` [PATCH 3/9] mkfs: use geometry generation / helper functions
` [PATCH 4/9] xfs_db: add a superblock info command
` [PATCH 5/9] xfs_spaceman: print a nicer message when the file path isn't on an xfs
` [PATCH 6/9] xfs_spaceman: add a superblock info command
` [PATCH 7/9] xfs_info: move to xfs_spaceman
` [PATCH 8/9] xfs_info: call xfs_db for offline filesystems
` [PATCH 9/9] xfs_growfs: refactor geometry reporting

[PATCH v3 1/2] iomap: add a swapfile activation function
 2018-05-03 21:26 UTC  (5+ messages)
` [PATCH v3 2/2] generic: test swapfile creation, activation, and deactivation

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-03 13:34 UTC  (7+ messages)
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes

[PATCH 1/2] iomap: add a swapfile activation function
 2018-05-03 13:16 UTC  (2+ messages)

[Patch 1/4] Support for checking and reading block grade information in kernel
 2018-05-03 12:27 UTC 

[RFC PATCH] xfs: skip discard of unwritten extents
 2018-05-03 12:07 UTC  (7+ messages)

[PATCH 0/9] misc. fstests changes
 2018-05-03  1:15 UTC  (5+ messages)
` [PATCH 2/9] xfs/439: repair corrupted filesystem afterwards

[PATCH] xfsprogs: be careful about what we stat in platform_check_mount
 2018-05-02 21:59 UTC  (2+ messages)


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