linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-18 02:46:28 to 2018-04-24 11:35:19 UTC [more...]

xfs fstrim and quota
 2018-04-24 11:35 UTC  (2+ messages)

XFS and Memory allocation
 2018-04-24 11:27 UTC  (6+ messages)

generic/388 panic
 2018-04-24  8:04 UTC  (3+ messages)

bupsplit.c copyright and patching
 2018-04-23 22:06 UTC  (4+ messages)

[PATCH 00/13] xfs-4.18: quota refactor
 2018-04-23 21:57 UTC  (34+ messages)
` [PATCH 01/13] xfs: refactor XFS_QMOPT_DQNEXT out of existence
` [PATCH 02/13] xfs: refactor dquot cache handling
` [PATCH 03/13] xfs: delegate dqget input checks to helper function
` [PATCH 04/13] xfs: remove unnecessary xfs_qm_dqattach parameter
` [PATCH 05/13] xfs: split out dqget for inodes from regular dqget
` [PATCH 06/13] xfs: fetch dquots directly during quotacheck
` [PATCH 07/13] xfs: refactor incore dquot initialization functions
` [PATCH 08/13] xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
` [PATCH 09/13] xfs: remove xfs_qm_dqread flags argument
` [PATCH 10/13] xfs: replace XFS_QMOPT_DQALLOC with XFS_DQGET_{ALLOC, EXISTS}
` [PATCH 11/13] xfs: report failing address when dquot verifier fails
` [PATCH 12/13] xfs: rename on-disk dquot counter zap functions
` [PATCH 13/13] xfs: refactor dquot iteration

[ANNOUNCE] xfsprogs-4.16.0-rc1 released
 2018-04-23 15:34 UTC  (2+ messages)

[RFC PATCH] db: Stop core dumping on attr3 if block header is not recognized
 2018-04-23 14:54 UTC  (11+ messages)

[PATCH] xfs: Add a helper to retrieve xfs_inode from the address_space
 2018-04-23  8:28 UTC  (4+ messages)

statvfs() return large f_bavail on a 10TB drive
 2018-04-23  4:26 UTC  (3+ messages)

[PATCH v2 00/10] xfs-4.18: online scrub fixes
 2018-04-22 15:08 UTC  (11+ messages)
` [PATCH 01/10] xfs: skip scrub xref if corruption already noted
` [PATCH 02/10] xfs: don't continue scrub if already corrupt
` [PATCH 03/10] xfs: avoid ilock games in the quota scrubber
` [PATCH 04/10] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 05/10] xfs: scrub the data fork of the realtime inodes
` [PATCH 06/10] xfs: superblock scrub should use short-lived buffers
` [PATCH 07/10] xfs: clean up scrub usage of KM_NOFS
` [PATCH 08/10] xfs: btree scrub should check minrecs
` [PATCH 09/10] xfs: refactor scrub transaction allocation function
` [PATCH 10/10] xfs: avoid ABBA deadlock when scrubbing parent pointers

[PATCH] xfs: cap the length of deduplication requests
 2018-04-22 13:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2018-04-22  2:53 UTC  (13+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers

[PATCH] iomap: add a swapfile activation function
 2018-04-21 12:33 UTC  (2+ messages)

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-04-21 13:03 UTC  (10+ messages)
` [PATCH 1/4] xfs: move generic_write_sync calls inwards
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 3/4] blk: add blk_queue_fua() helper function
` [PATCH 4/4] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH 00/11] xfs-4.18: online scrub fixes
 2018-04-21 18:42 UTC  (40+ messages)
` [PATCH 01/11] xfs: skip scrub xref if corruption already noted
` [PATCH 02/11] xfs: create the XFS_QMOPT_QUOTIP_LOCKED flag
` [PATCH 03/11] xfs: report failing address when dquot verifier fails
` [PATCH 04/11] xfs: refactor dquot iteration
` [PATCH 05/11] xfs: avoid ilock games in the quota scrubber
` [PATCH 06/11] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 07/11] xfs: superblock scrub should use uncached buffers
` [PATCH 08/11] xfs: clean up scrub usage of KM_NOFS
` [PATCH 09/11] xfs: btree scrub should check minrecs
` [PATCH 10/11] xfs: refactor scrub transaction allocation function
` [PATCH 11/11] xfs: avoid ABBA deadlock when scrubbing parent pointers

XFS Developers' Meeting @ LSFMM?
 2018-04-21 15:36 UTC  (7+ messages)
` [Lsf-pc] "

question about mkfs.xfs
 2018-04-21  5:31 UTC  (4+ messages)

[PATCH 0/2] RFC: iomap-based swap file activation
 2018-04-20 22:38 UTC  (5+ messages)
` [PATCH 1/2] fs: Add iomap_swap_activate
` [PATCH 2/2] xfs: add support for iomap-based swapfile activation

[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
 2018-04-20  3:00 UTC  (9+ messages)
` [PATCH v8 15/18] mm, fs, dax: handle layout changes to pinned dax mappings

[PATCH] xfs: fix intent use-after-free on abort
 2018-04-19 22:58 UTC  (5+ messages)

[PATCH 1/1] xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
 2018-04-19  1:18 UTC  (5+ messages)

[PATCH 0/2] xfs: optimise XBF_TRYLOCK buffer lookups
 2018-04-19  1:10 UTC  (11+ messages)
` [PATCH 1/2] xfs: make xfs_buf_incore out of line
` [PATCH 2/2] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure

[PATCH 00/18] Parent Pointers v5
 2018-04-18 22:11 UTC  (19+ 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 03/18] xfs: Set up infastructure for deferred attribute operations
` [PATCH 04/18] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH 05/18] xfs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH 06/18] xfs: get directory offset when adding directory name
` [PATCH 07/18] xfs: get directory offset when removing "
` [PATCH 08/18] xfs: get directory offset when replacing a "
` [PATCH 09/18] xfs: add parent pointer support to attribute code
` [PATCH 10/18] xfs: define parent pointer xattr format
` [PATCH 11/18] xfs: extent transaction reservations for parent attributes
` [PATCH 12/18] xfs: parent pointer attribute creation
` [PATCH 13/18] xfs: add parent attributes to link
` [PATCH 14/18] xfs: remove parent pointers in unlink
` [PATCH 15/18] xfs: Add parent pointers to rename
` [PATCH 16/18] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 17/18] xfs: Add parent pointer ioctl
` [PATCH 18/18] xfs: Add delayed attributes error tag

[PATCH v2 0/6] xfs: defer agfl block frees
 2018-04-18 13:31 UTC  (7+ 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 4/6] xfs: defer agfl frees from inode inactivation
` [PATCH v2 5/6] xfs: defer frees from common inode allocation paths
` [PATCH v2 6/6] xfs: defer agfl frees from directory op transactions

[PATCH] xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
 2018-04-18 10:31 UTC  (2+ messages)

[PATCH] xfs: trace ATTR flags in xattr tracepoints
 2018-04-18 10:28 UTC  (2+ messages)

Assertion fails on xfs_db when setting erroneous type
 2018-04-18  7:15 UTC  (3+ messages)

[PATCH] generic: test XATTR_REPLACE doesn't take the fs down
 2018-04-18  4:24 UTC 

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-04-18  2:47 UTC  (12+ 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

[PATCH 0/9] xfsprogs-4.17: geometry refactoring
 2018-04-18  2:46 UTC  (5+ messages)
` [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


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