linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-15 14:18:05 to 2016-11-28 19:09:44 UTC [more...]

[PATCH 0/6] xfs: basic cow fork speculative preallocation
 2016-11-28 19:09 UTC  (5+ messages)
` [PATCH 2/6] xfs: refactor iomap delalloc existing extent search into helper
` [PATCH 3/6] xfs: logically separate iomap range from allocation range
` [PATCH 4/6] xfs: reuse iomap delalloc code for COW fork reservation
` [PATCH 5/6] xfs: free cowblocks and retry on buffered write ENOSPC

New package locations of xfsprogs vs. xfsdump
 2016-11-28 18:00 UTC  (2+ messages)

[RFC PATCH 0/2] Btrfs: make a source length of 0 imply EOF for dedupe
 2016-11-28 17:58 UTC  (17+ 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

Silent skipping of file during xfsrestore
 2016-11-28 17:45 UTC  (9+ messages)

[PATCH 1/3] generic/182: retain existing btrfs behavior when len == 0
 2016-11-28 17:22 UTC  (12+ 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

INFO: rcu_sched detected stalls on CPUs/tasks with `kswapd` and `mem_cgroup_shrink_node`
 2016-11-28 11:04 UTC  (13+ messages)

Slow file stat/deletion
 2016-11-28  9:51 UTC  (3+ messages)

[ANNOUNCE] xfs: for-next branch updated to b7b26110edf8
 2016-11-28  4:49 UTC 

[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

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

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 

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

[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  (10+ 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 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)


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