linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-03 14:46:11 to 2017-11-10 01:19:30 UTC [more...]

[PATCH 0/5] xfs: various 4.15 scrub fixes
 2017-11-10  1:19 UTC  (24+ messages)
` [PATCH 1/5] xfs: check the uniqueness of the AGFL entries
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 2/5] xfs: refactor the directory data block bestfree checks
` [PATCH 3/5] xfs: pass inode number to xfs_scrub_ino_set_{preen, warning}
` [PATCH 4/5] xfs: fix uninitialized return values in scrub code
` [PATCH 5/5] xfs: fix btree scrub deref check
` [PATCH 6/5] xfs: only check da node header padding on v5 filesystems
` [PATCH 7/5] xfs: on failed mount, force-reclaim inodes after unmounting quota controls
  ` [PATCH v2 "
` [PATCH 8/5] xfs: remove u_int* type usage

[PATCH] xfsprogs: fix wrong variable type in write_once function
 2017-11-10  1:17 UTC 

incore extent b+tree fixups
 2017-11-10  1:11 UTC  (9+ messages)
` [PATCH 1/6] xfs: fix number of records handling in xfs_iext_split_leaf
` [PATCH 2/6] xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node
` [PATCH 3/6] xfs: remove a superflous assignment in xfs_iext_remove_node
` [PATCH 4/6] xfs: trivial indentation fixup for xfs_iext_remove_node
` [PATCH 5/6] xfs: add comments documenting the rebalance algorithm
` [PATCH 6/6] xfs: handle zero entries case in xfs_iext_rebalance_leaf

[PATCH 0/4] rollup of fstests fixes
 2017-11-10  0:44 UTC  (5+ messages)
` [PATCH 1/4] xfs/31[3-7]: hide pwrite fsync errors that are supposed to fail
` [PATCH 2/4] common/fuzzy: ignore padding fields on xfs
` [PATCH 3/4] xfs: test that we don't leak inodes and dquots during failed cow recovery
` [PATCH 4/4] generic/204: use available blocks to determine the number of files to create

[xfs-linux:xfs-4.15-merge 2/122] {standard input}:1409: Error: displacement to undefined symbol .L256 overflows 12-bit field
 2017-11-09 23:26 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 43ba1d6
 2017-11-09 20:58 UTC 

[PATCH v4 1/4] xfs_io: Disable -V if pwritev is not available
 2017-11-09 20:46 UTC  (6+ messages)
` [PATCH v4 2/4] xfs_io: Add support for pwritev2()
` [PATCH v4 3/4] xfs_io: Add RWF_NOWAIT to pwritev2()
` [PATCH v4 4/4] xfs_io: Allow partial writes

[xfs-linux:xfs-4.15-merge 109/122] {standard input}:1893: Error: displacement to undefined symbol .L229 overflows 12-bit field
 2017-11-09 18:13 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 1480ecc / 4.14.0-rc1
 2017-11-09 17:38 UTC  (2+ messages)
` [ANNOUNCE] xfsprogs: for-next updated to 8743fab "

[PATCH v3 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
 2017-11-09 17:02 UTC  (10+ messages)
` [PATCH v3 1/4] dmflakey: support multiple dm targets for a dm-flakey device
` [PATCH v3 2/4] dmflakey: support error_writes feature for dm-flakey
` [PATCH v3 3/4] xfs: test for umount hang caused by the pending dquota log item in AIL
` [PATCH v3 4/4] common/rc: factor out _scratch_xfs_[get|set]_sb_field

[PATCH v3 1/3] xfs_io: Add support for pwritev2()
 2017-11-09 13:40 UTC  (5+ messages)
` [PATCH v3 2/3] xfs_io: Add RWF_NOWAIT to pwritev2()

[PATCH] License cleanup: add SPDX GPL-2.0 license identifier to files with no license
 2017-11-09  8:53 UTC  (25+ messages)
` WTF? "

[PATCH v2 1/2] ltp/fsx: allow comments when reading operations from logs
 2017-11-09  8:40 UTC  (3+ messages)
` [PATCH v2 2/2] generic: test zero page cache beyond new EOF on truncate down

Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????
 2017-11-09  7:51 UTC  (5+ messages)

[PATCH v2 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
 2017-11-09  4:30 UTC  (13+ messages)
` [PATCH v2 1/4] dmflakey: support multiple dm targets for a dm-flakey device
` [PATCH v2 2/4] common/rc: support checking the version of dm-target in _require_dm_target()
` [PATCH v2 3/4] xfs: test for umount hang caused by the pending dquota log item in AIL
` [PATCH v2 4/4] common/rc: factor out _get|set_xfs_scratch_sb_field()

[PATCH] xfs_repair: always release btree buffers when refcountbt checks fail
 2017-11-09  2:01 UTC  (2+ messages)

linux-next: build failure after merge of the kspp tree
 2017-11-09  0:31 UTC  (4+ messages)

[PATCH] fs/xfs: Remove NULL check before kmem_cache_destroy
 2017-11-08 20:00 UTC  (3+ messages)

b+tree for the incore extent list V2
 2017-11-08 17:19 UTC  (31+ messages)
` [PATCH 02/21] xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real
` [PATCH 08/21] xfs: treat idx as a cursor in xfs_bmap_collapse_extents
` [PATCH 09/21] xfs: pass an on-disk extent to xfs_bmbt_validate_extent
` [PATCH 10/21] xfs: iterate over extents in xfs_iextents_copy
` [PATCH 11/21] xfs: iterate over extents in xfs_bmap_extents_to_btree
` [PATCH 12/21] xfs: introduce the xfs_iext_cursor abstraction
` [PATCH 13/21] xfs: iterate backwards in xfs_reflink_cancel_cow_blocks
` [PATCH 14/21] xfs: simplify xfs_reflink_convert_cow
` [PATCH 15/21] xfs: remove support for inlining data/extents into the inode fork
` [PATCH 16/21] xfs: allow unaligned extent records in xfs_bmbt_disk_set_all
` [PATCH 17/21] xfs: use a b+tree for the in-core extent list
` [PATCH 18/21] xfs: remove the nr_extents argument to xfs_iext_insert
` [PATCH 19/21] xfs: remove the nr_extents argument to xfs_iext_remove
` [PATCH 20/21] xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
` [PATCH 21/21] xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h

[ANNOUNCE] xfs-linux: xfs-4.15-merge updated to 181fdfe
 2017-11-07 22:30 UTC 

[PATCH] xfs_io: report io error for pwrite -W and -w
 2017-11-07 17:37 UTC  (2+ messages)

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-11-07 15:26 UTC  (13+ messages)

[RFC PATCH 0/14] xfs: Towards thin provisioning aware filesystems
 2017-11-07 11:28 UTC  (23+ messages)

[PATCH] xfs: reinit btree pointer on attr tree inactivation walk
 2017-11-07 11:02 UTC  (5+ messages)

[PATCH 1/2] dmflakey: support multiple dm targets for a dm-flakey device
 2017-11-07 10:37 UTC  (6+ messages)
` [PATCH 2/2] xfs: test for umount hang caused by the pending dquota log item in AIL

[PATCH for-4.14] xfs: fix AIM7 regression
 2017-11-07 10:22 UTC  (5+ messages)

[PATCH 00/14] rollup of fstests fixes
 2017-11-07  7:17 UTC  (19+ messages)
` [PATCH 01/14] common/xfs: refactor xfs_scrub presence testing
` [PATCH 09/14] xfs/348: dir->symlink corruption must not be allowed
` [PATCH 12/14] generic/204: break out of fs-filling loop early if we ENOSPC
  ` [PATCH v2 12/14] generic/204: use available blocks to determine the number of files to create
  ` [PATCH v3 12/14] generic/204: break out of fs-filling loop early if we ENOSPC
` [PATCH 14/14] generic: test IO at maximum file offset
  ` [PATCH v2 "

[PATCH v2 1/2] fiemap: Factor out actual fiemap call code
 2017-11-07  5:18 UTC  (6+ messages)
` [PATCH v2 1/4] common: Check for fiemap range argument support
  ` [PATCH v2 2/4] punch: Implement fixup for fiemap range queries
  ` [PATCH v2 3/4] generic: Adjust generic test ouputs for new fiemap implementation

sparse fixes
 2017-11-06 20:19 UTC  (17+ messages)
` [PATCH 1/8] xfs: always define STATIC to static noinline
` [PATCH 2/8] xfs: trivial sparse fixes for the new scrub code
` [PATCH 3/8] xfs: mark xfs_errortag_ktype static
` [PATCH 4/8] xfs: remove unused debug counts for xfs_lock_inodes
` [PATCH 5/8] xfs: remove unreachable error injection code in xfs_qm_dqget
` [PATCH 6/8] xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static
` [PATCH 7/8] xfs: mark xlog_recover_check_summary STATIC
` [PATCH 8/8] xfs: mark xlog_verify_dest_ptr STATIC

[bug report] xfs: scrub inodes
 2017-11-06 19:38 UTC  (2+ messages)

[bug report] xfs: scrub directory freespace
 2017-11-06 19:34 UTC  (2+ messages)

Questions about backups with XFS
 2017-11-06  6:19 UTC  (3+ messages)
` Supposedly identical file system wastes space

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-04 16:31 UTC  (3+ messages)
` [PATCH 04/15] brd: remove dax support

[PATCH v2 1/4] common: Check for fiemap range argument support
 2017-11-03 16:28 UTC  (5+ messages)
` [PATCH v3] "


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