linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-15 10:19:21 to 2016-11-28 04:01:52 UTC [more...]

[PATCH 0/3] clean up speculative preallocation tracking and tagging
 2016-11-28  4:01 UTC  (5+ messages)
` [PATCH 1/3] xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
` [PATCH 2/3] xfs: clean up cow fork reservation and tag inodes correctly
` [PATCH 3/3] xfs: pass post-eof speculative prealloc blocks to bmapi

Silent skipping of file during xfsrestore
 2016-11-28  1:59 UTC  (2+ messages)

an iomap-based direct I/O implementation V3
 2016-11-27 23:16 UTC  (15+ messages)
` [PATCH 2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 5/5] xfs: use iomap_dio_rw

Slow file stat/deletion
 2016-11-27 22:14 UTC  (2+ messages)

XFS + LVM + DM-Thin + Multi-Volume External RAID
 2016-11-27 21:56 UTC  (8+ messages)

[PATCH] fs: xfs: libxfs: constify xfs_nameops structures
 2016-11-27 17:35 UTC 

INFO: rcu_sched detected stalls on CPUs/tasks with `kswapd` and `mem_cgroup_shrink_node`
 2016-11-27  9:37 UTC  (12+ messages)

BUG: Metadata corruption detected at xfs_attr3_leaf_read_verify
 2016-11-26  6:05 UTC  (4+ messages)

[RFC PATCH 0/2] Btrfs: make a source length of 0 imply EOF for dedupe
 2016-11-25  4:20 UTC  (16+ messages)
` [RFC PATCH 1/2] Btrfs: refactor btrfs_extent_same() slightly
` [RFC PATCH 2/2] Btrfs: make a source length of 0 imply EOF for dedupe

[PATCH 1/3] generic/182: retain existing btrfs behavior when len == 0
 2016-11-24  9:01 UTC  (11+ messages)
` [PATCH 2/3] misc: fix some minor problems testing ocfs2
` [PATCH 3/3] ocfs2: test reflinking to inline data files
  ` [PATCH v2 "
` [PATCH v2 1/3] generic/182: retain existing btrfs behavior when len == 0

[PATCH v2] fideduperange.2: fix the discussion of maximum sizes
 2016-11-23  7:06 UTC  (4+ messages)

[PATCH 1/2] docs: fix a typo in the AGF section of the disk format doc
 2016-11-23  6:59 UTC  (2+ messages)
` [PATCH 2/2] docs: update refcount btree to reflect new cow staging extent policy

[PATCH] fideduperange.2: fix the discussion of maximum sizes
 2016-11-23  4:47 UTC  (3+ messages)

[PATCH ] xfs: always succeed when deduping zero bytes
 2016-11-23  2:12 UTC 

[PATCH v2 00/16] xfsprogs: miscellaneous libxfs cleanups
 2016-11-22 18:26 UTC  (24+ messages)
` [PATCH 05/16] xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get
  ` [PATCH v2 "
` [PATCH 09/16] xfs: fix btree cursor error cleanups
  ` [PATCH v2 "
` [PATCH 10/16] libxfs: clean up _dir2_data_freescan
` [PATCH 11/16] tools: create libxfs-diff to compare libxfses
` [PATCH 12/16] libxfs: fix line lengths
` [PATCH 13/16] libxfs: synchronize dinode_verify with userspace
` [PATCH 14/16] libxfs: remove useless stuff from the kernel
` [PATCH 15/16] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 16/16] xfs: check minimum block size for CRC filesystems
` [PATCH 17/16] libxfs-apply: port to stgit

new helpers to clean up extent tree lookups V2
 2016-11-22 17:46 UTC  (19+ messages)
` [PATCH 01/14] xfs: new inode extent list lookup helpers
` [PATCH 02/14] xfs: cleanup xfs_bmap_last_before
` [PATCH 03/14] xfs: use new extent lookup helpers in xfs_bmapi_read
` [PATCH 04/14] xfs: use new extent lookup helpers in xfs_bmapi_write
` [PATCH 05/14] xfs: use new extent lookup helpers in __xfs_bunmapi
` [PATCH 06/14] xfs: remove prev argument to xfs_bmapi_reserve_delalloc
` [PATCH 07/14] xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
` [PATCH 08/14] xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
` [PATCH 09/14] xfs: cleanup xfs_reflink_find_cow_mapping
` [PATCH 10/14] xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cow
` [PATCH 11/14] xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocks
` [PATCH 12/14] xfs: use new extent lookup helpers in xfs_reflink_end_cow
` [PATCH 13/14] xfs: remove xfs_bmap_search_extents
` [PATCH 14/14] xfs: remove NULLEXTNUM

[PATCH] generic/391: check inode metadata on f{data}sync after power-cut
 2016-11-21 20:02 UTC  (17+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
    ` [f2fs-dev] [PATCH v4] "
      ` [f2fs-dev] [PATCH v5] "

new helpers to clean up extent tree lookups
 2016-11-21 17:17 UTC  (36+ messages)
` [PATCH 01/14] xfs: new inode extent list lookup helpers
` [PATCH 02/14] xfs: cleanup xfs_bmap_last_before
` [PATCH 03/14] xfs: use new extent lookup helpers in xfs_bmapi_read
` [PATCH 04/14] xfs: use new extent lookup helpers in xfs_bmapi_write
` [PATCH 05/14] xfs: use new extent lookup helpers in __xfs_bunmapi
` [PATCH 06/14] xfs: remove prev argument to xfs_bmapi_reserve_delalloc
` [PATCH 07/14] xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
` [PATCH 08/14] xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
` [PATCH 09/14] xfs: cleanup xfs_reflink_find_cow_mapping
` [PATCH 10/14] xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cow
` [PATCH 11/14] xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocks
` [PATCH 12/14] xfs: use new extent lookup helpers in xfs_reflink_end_cow
` [PATCH 13/14] xfs: remove xfs_bmap_search_extents
` [PATCH 14/14] xfs: remove NULLEXTNUM

[PATCH] fs: xfs: xfs_icreate_item: constify xfs_item_ops structure
 2016-11-20  3:39 UTC  (2+ messages)

[PATCH RFC 0/4] xfs: basic cow fork speculative preallocation
 2016-11-18 15:11 UTC  (14+ messages)
` [PATCH RFC 1/4] xfs: clean up cow fork reservation and tag inodes correctly
` [PATCH RFC 2/4] xfs: logically separate iomap range from allocation range
` [PATCH RFC 3/4] xfs: reuse xfs_file_iomap_begin_delay() for cow fork delalloc

[PATCH] xfs_db: add alignment filter to freesp command
 2016-11-18 12:54 UTC  (2+ messages)

[BUG] dd doesn't return on ENOSPC and hang when fulfilling rmapbt XFS
 2016-11-18  6:52 UTC  (13+ messages)
      ` [PATCH 0/4] xfs: fix rmapbt ENOSPC hangs
        ` [PATCH 1/4] xfs: factor rmap btree size into the indlen calculations
        ` [PATCH 2/4] xfs: add more AGF/AGFL manipulation tracepoints
        ` [PATCH 3/4] xfs: hold AGF buffers over defer ops
        ` [PATCH 4/4] xfs: defer indirect delalloc rmap reservations

Which version of xfs-progs to use on Debian?
 2016-11-17  6:47 UTC  (3+ messages)

[PATCH RFC] xfs: drop SYNC_WAIT from xfs_reclaim_inodes_ag during slab reclaim
 2016-11-17  3:39 UTC  (20+ messages)

xfs hangup
 2016-11-16 12:41 UTC  (2+ messages)

[PATCH v2 00/10] xfs: miscellaneous libxfs cleanups
 2016-11-15 10:25 UTC  (21+ messages)
` [PATCH 01/10] libxfs: convert ushort to unsigned short
` [PATCH 02/10] libxfs: synchronize dinode_verify with userspace
` [PATCH 03/10] libxfs: fix whitespace problems
` [PATCH 04/10] libxfs: fix xfs_attr_shortform_bytesfit declaration
` [PATCH 05/10] libxfs: clean up _dir2_data_freescan
` [PATCH 06/10] xfs: don't call xfs_sb_quota_from_disk twice
` [PATCH 07/10] xfs: defer should abort intent items if the trans roll fails
` [PATCH 08/10] xfs: move dir_ino_validate declaration per xfsprogs
` [PATCH 09/10] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 10/10] xfs: check minimum block size for CRC filesystems


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