public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-19 22:50:05 to 2018-04-30 21:31:23 UTC [more...]

[PATCHSET 0/2] sync discard
 2018-04-30 21:31 UTC  (13+ messages)
` [PATCH 1/2] block: add BLKDEV_DISCARD_SYNC flag
` [PATCH 2/2] xfs: add 'discard_sync' mount flag

[PATCH 0/5] xfs: add online relabel capabilities
 2018-04-30 15:48 UTC  (6+ messages)
` [PATCH 1/5] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
` [PATCH 2/5] xfs: factor out secondary superblock updates
` [PATCH 3/5] xfs: move xfs_scrub_checkpoint_log to xfs_log_checkpoint for general use
` [PATCH 4/5] xfs: implement online get/set fs label
` [PATCH 5/5] xfs_io: add label command

WARNING: bad unlock balance in xfs_iunlock
 2018-04-30 15:14 UTC  (12+ messages)

[PATCH] fsck.xfs: do not use 'function' keyword
 2018-04-30 13:43 UTC  (5+ messages)

[RFC PATCH] xfs: skip discard of unwritten extents
 2018-04-30 13:26 UTC  (4+ messages)

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

XFS quotas: Skipping quotacheck in the initial mount
 2018-04-30  9:27 UTC  (2+ messages)

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-04-30  5:47 UTC  (15+ 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 v2 10/13] xfs: replace XFS_QMOPT_DQALLOC with boolean
` [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

LICENSES: Missing ISC text & possibly a category ("Not recommended" vs. "Preferred licenses")
 2018-04-30  0:09 UTC  (6+ messages)

[PATCH 00/13] xfs-4.18: quota refactor
 2018-04-28  6:47 UTC  (43+ 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

[PATCH] xfs_repair: clear extra file attributes on symlinks
 2018-04-26 23:50 UTC  (8+ messages)

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-04-26 23:46 UTC 

[ANNOUNCE] xfsprogs-4.16.0 released
 2018-04-26 20:18 UTC 

[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
 2018-04-26 17:37 UTC  (7+ messages)

[PATCH] iomap: add a swapfile activation function
 2018-04-26  7:27 UTC  (6+ messages)

[PATCH] tests/xfs: filestream allocator inode use-after-free test
 2018-04-26  2:01 UTC  (5+ messages)

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-04-25 22:28 UTC  (14+ messages)

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

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-04-25 13:02 UTC  (9+ messages)
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 4/4] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH] generic: test XATTR_REPLACE doesn't take the fs down
 2018-04-25  5:48 UTC  (5+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-04-24 23:33 UTC  (10+ messages)
` [PATCH v9 1/9] dax, dm: introduce ->fs_{claim, release}() dax_device infrastructure
` [PATCH v9 2/9] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v9 3/9] memremap: split devm_memremap_pages() and memremap() infrastructure
` [PATCH v9 4/9] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v9 5/9] mm: fix __gup_device_huge vs unmap
` [PATCH v9 6/9] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v9 7/9] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v9 8/9] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v9 9/9] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH v2 0/9] xfs-4.17: online scrub fixes
 2018-04-24 19:51 UTC  (3+ messages)
` [PATCH 4/9] xfs: refactor inode buffer verifier error logging

bupsplit.c copyright and patching
 2018-04-24 16:47 UTC  (5+ messages)

[ANNOUNCE] xfsprogs-4.16.0-rc1 released
 2018-04-24 16:12 UTC  (3+ messages)

xfs fstrim and quota
 2018-04-24 16:10 UTC  (3+ messages)

[PATCH] xfs/191: remove logarithm-based test
 2018-04-24 11:45 UTC 

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

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

[PATCH] xfs: Add a helper to retrieve xfs_inode from the address_space
 2018-04-23  8:28 UTC  (3+ 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  (12+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers

[PATCH 00/11] xfs-4.18: online scrub fixes
 2018-04-21 18:42 UTC  (17+ messages)
` [PATCH 02/11] xfs: create the XFS_QMOPT_QUOTIP_LOCKED flag
` [PATCH 07/11] xfs: superblock scrub should use uncached buffers
` [PATCH 11/11] xfs: avoid ABBA deadlock when scrubbing parent pointers

XFS Developers' Meeting @ LSFMM?
 2018-04-21 15:36 UTC  (4+ messages)

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

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


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