linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-24 07:26:22 to 2018-05-02 08:02:12 UTC [more...]

[PATCH 0/10] xfs: log item and transaction cleanups
 2018-05-02  8:01 UTC  (11+ 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/9] misc. fstests changes
 2018-05-02  7:51 UTC  (12+ messages)
` [PATCH 1/9] generic: test XATTR_REPLACE doesn't take the fs down
` [PATCH 2/9] xfs/439: repair corrupted filesystem afterwards
` [PATCH 3/9] generic/45[34]: add unicode directional override checks
` [PATCH 4/9] generic/45[34]: check unicode names only if xfs_scrub linked against libicu
` [PATCH 5/9] generic/45[34]: test unicode confusables
` [PATCH 6/9] generic/453: test creation of malicious directory entries
` [PATCH 7/9] xfs/422: add fsstress to the freeze-and-rmap-repair race test
` [PATCH 8/9] xfs: checkbashisms in all script files
` [PATCH 9/9] xfs: fix blocktrash fuzzers

[PATCH 0/3 v3] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-02  5:38 UTC  (4+ messages)
` [PATCH 1/3] xfs: move generic_write_sync calls inwards
` [PATCH 2/3] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 3/3] iomap: Use FUA for pure data O_DSYNC DIO writes

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

[PATCHSET 0/2] sync discard
 2018-05-02  2:54 UTC  (24+ messages)
` [PATCH 1/2] block: add BLKDEV_DISCARD_SYNC flag
` [PATCH 2/2] xfs: add 'discard_sync' mount flag

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-02  2:45 UTC  (11+ 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 0/2] RFC: iomap-based swapfile activation
 2018-05-02  1:02 UTC  (6+ messages)
` [PATCH 1/2] fs: Add iomap_swap_activate
` [PATCH 2/2] xfs: add support for iomap-based swapfile activation

[PATCH 0/5] xfs: add online relabel capabilities
 2018-05-01 23:04 UTC  (17+ 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 4/5 V2] "
` [PATCH 5/5] xfs_io: add label command

WARNING: bad unlock balance in xfs_iunlock
 2018-05-01 22:51 UTC  (13+ messages)

[RFC PATCH] xfs: skip discard of unwritten extents
 2018-05-01 22:39 UTC  (7+ messages)

[PATCH 0/6] xfs: quota fixes and enhancements
 2018-05-01 19:00 UTC  (16+ messages)
` [PATCH 1/6] xfs: remove unused flags arg from xfs_dquot_verify
` [PATCH 2/6] xfs: pass xfs_dqblk to xfs_dquot_verify/xfs_dquot_repair
  ` [PATCH 2/6 V2] "
` [PATCH 3/6] xfs: validate UUID and type in xfs_dquot_verify
` [PATCH 4/6] xfs: quieter quota initialization with bad dquots
` [PATCH 5/6] xfs: factor out quota time limit initialization
  ` [PATCH 5/6 V2] "
` [PATCH 6/6] xfs: delay quota timelimit init until after quotacheck

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-01 17:45 UTC  (3+ messages)

[GIT PULL] xfs: fixes for 4.17-rc4
 2018-05-01 16:01 UTC 

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-01 15:53 UTC  (22+ 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

[PATCH] generic: test XATTR_REPLACE doesn't take the fs down
 2018-05-01 15:02 UTC  (6+ messages)

[ANNOUNCE] xfsprogs-4.16.1 released
 2018-05-01  3:06 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 43d5ec8
 2018-05-01  3:03 UTC  (2+ messages)
` [ANNOUNCE] xfsprogs: for-next rebased "

XFS quotas: Skipping quotacheck in the initial mount
 2018-04-30 22:48 UTC  (3+ messages)

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

[PATCH] test online label ioctl
 2018-04-30 21:43 UTC 

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

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

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

[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  (5+ 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 1/2] fs: Add iomap_swap_activate
 2018-04-25 21:38 UTC  (3+ 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  (2+ 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)


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