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

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-05-04 19:23 UTC  (6+ 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 0/5] xfs: quota verifier/repair improvements take 2
 2018-05-04 17:35 UTC  (6+ 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 4/5] xfs: add full xfs_dqblk verifier
` [PATCH 5/5] xfs: print specific dqblk that failed verifiers

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-04 16:03 UTC  (30+ messages)
` [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 12/13] xfs: rename on-disk dquot counter zap functions
` [PATCH 13/13] xfs: refactor dquot iteration
  ` [PATCH v2 "
` [PATCH 0.1/13] xfs: release new dquot buffer on defer_finish error
` [PATCH 0.2/13] xfs: don't spray logs when dquot flush/purge fail

[PATCH] xfs_db: add -R option
 2018-05-04 15:32 UTC  (2+ 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)

[PATCH 0/10] xfs: log item and transaction cleanups
 2018-05-03 23:47 UTC  (14+ 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-03 23:19 UTC  (5+ messages)
` [PATCH 1/2] xfs: simplify xfs_file_iomap_begin() logic
` [PATCH 2/2] xfs: clean up locking in xfs_file_iomap_begin

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 v4 00/12] xfs-4.18: various fixes
 2018-05-03 18:07 UTC  (13+ 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

[PATCHSET 0/3] Add throttling for discards
 2018-05-03 17:45 UTC  (5+ 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 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-03 13:34 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 1/2] iomap: add a swapfile activation function
 2018-05-03 13:16 UTC  (3+ messages)
` [PATCH 2/2] generic: test swapfile creation, activation, and deactivation

[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  (21+ 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 v2 "
` [PATCH 9/9] xfs: fix blocktrash fuzzers

[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
 2018-05-03  0:00 UTC  (8+ messages)

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

[PATCH 0/5] xfs: add online relabel capabilities
 2018-05-02 21:57 UTC  (25+ 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

[PATCH] iomap: add a swapfile activation function
 2018-05-02 20:29 UTC  (3+ messages)

[PATCH 0/3 v3] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-02 20:09 UTC  (5+ 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

[ANNOUNCE] xfs-linux: for-next updated to 0ed86afac106
 2018-05-02 17:59 UTC 

[PATCH 0/6] xfs: quota fixes and enhancements
 2018-05-02 16:20 UTC  (17+ 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

[PATCH] xfs: cap the length of deduplication requests
 2018-05-02 15:30 UTC  (3+ messages)
` [PATCH v2] "

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

WARNING: bad unlock balance in xfs_iunlock
 2018-05-02  9:54 UTC  (14+ messages)

bupsplit.c copyright and patching
 2018-05-02  8:57 UTC  (3+ messages)

[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

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


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